body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 2.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.8375rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ed2680 !important;
}
.bg-success {
  background-color: #f9f9f9 !important;
}
.bg-info {
  background-color: #cc4483 !important;
}
.bg-warning {
  background-color: #f5720d !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(237, 38, 128, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #ed2680 !important;
  border-color: #ed2680 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #cf1167 !important;
  border-color: #cf1167 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cf1167 !important;
  border-color: #cf1167 !important;
}
.btn-primary:before {
  background: #ed2680;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #ed2680 !important;
  box-shadow: 0 15px 30px 0 rgba(237, 38, 128, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(14, 45, 59, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e2d3b !important;
  border-color: #0e2d3b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #040e12 !important;
  border-color: #040e12 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #040e12 !important;
  border-color: #040e12 !important;
}
.btn-secondary:before {
  background: #0e2d3b;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #0e2d3b !important;
  box-shadow: 0 15px 30px 0 rgba(14, 45, 59, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ae2f6a !important;
  border-color: #ae2f6a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ae2f6a !important;
  border-color: #ae2f6a !important;
}
.btn-info:before {
  background: #cc4483;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #cc4483 !important;
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(249, 249, 249, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #606060 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-success:before {
  background: #f9f9f9;
}
.btn-success:hover {
  color: #000000 !important;
  border-color: #f9f9f9 !important;
  box-shadow: 0 15px 30px 0 rgba(249, 249, 249, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #f5720d !important;
  border-color: #f5720d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c75b08 !important;
  border-color: #c75b08 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c75b08 !important;
  border-color: #c75b08 !important;
}
.btn-warning:before {
  background: #f5720d;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #f5720d !important;
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger:before {
  background: #ff0000;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ff0000 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-white {
  color: #ed2680 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(237, 38, 128, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #ed2680;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #ed2680 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ed2680;
  color: #ed2680;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ed2680 !important;
  border-color: #ed2680 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed2680 !important;
  border-color: #ed2680 !important;
}
.btn-primary-outline:before {
  background: #ed2680;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(237, 38, 128, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0e2d3b;
  color: #0e2d3b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #0e2d3b !important;
  border-color: #0e2d3b !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e2d3b !important;
  border-color: #0e2d3b !important;
}
.btn-secondary-outline:before {
  background: #0e2d3b;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(14, 45, 59, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #cc4483;
  color: #cc4483;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
}
.btn-info-outline:before {
  background: #cc4483;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-success-outline:before {
  background: #f9f9f9;
}
.btn-success-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(249, 249, 249, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f5720d;
  color: #f5720d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f5720d !important;
  border-color: #f5720d !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f5720d !important;
  border-color: #f5720d !important;
}
.btn-warning-outline:before {
  background: #f5720d;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline:before {
  background: #ff0000;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #ed2680 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #ed2680 !important;
}
.text-secondary {
  color: #0e2d3b !important;
}
.text-success {
  color: #f9f9f9 !important;
}
.text-info {
  color: #cc4483 !important;
}
.text-warning {
  color: #f5720d !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a00d50 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c6c6c6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #862451 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #964506 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ed2680;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #cc4483;
}
.alert-warning {
  background-color: #f5720d;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed2680;
  border-color: #ed2680;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #ed2680;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde2ee;
}
.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: #f8e4ed;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde4d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 45px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ed2680;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed2680;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed2680;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed2680;
  border-bottom-color: #ed2680;
}
.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: #ed2680 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0e2d3b !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='%23ed2680' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a.btn-white {
  color: #ed2680 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(237, 38, 128, 0.6);
}
.mbr-arrow-up a:hover {
  background: #ed2680;
}
.cid-svjWFRmm8R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svjWFRmm8R nav.navbar {
  position: fixed;
}
.cid-svjWFRmm8R .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-svjWFRmm8R .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-svjWFRmm8R .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-svjWFRmm8R .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-svjWFRmm8R .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-svjWFRmm8R .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-svjWFRmm8R .dropdown-item:hover,
.cid-svjWFRmm8R .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-svjWFRmm8R .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-svjWFRmm8R .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-svjWFRmm8R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-svjWFRmm8R .nav-link {
  position: relative;
  line-height: 1;
}
.cid-svjWFRmm8R .nav-link:hover {
  color: #ed2680 !important;
}
.cid-svjWFRmm8R .container {
  display: flex;
  margin: auto;
}
.cid-svjWFRmm8R .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-svjWFRmm8R .dropdown-menu,
.cid-svjWFRmm8R .navbar.opened {
  background: #000000 !important;
}
.cid-svjWFRmm8R .nav-item:focus,
.cid-svjWFRmm8R .nav-link:focus {
  outline: none;
}
.cid-svjWFRmm8R .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-svjWFRmm8R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svjWFRmm8R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svjWFRmm8R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svjWFRmm8R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svjWFRmm8R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-svjWFRmm8R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-svjWFRmm8R .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-svjWFRmm8R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svjWFRmm8R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svjWFRmm8R .navbar.opened {
  transition: all 0.3s;
}
.cid-svjWFRmm8R .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-svjWFRmm8R .navbar .navbar-logo img {
  width: auto;
}
.cid-svjWFRmm8R .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-svjWFRmm8R .navbar.collapsed {
  justify-content: center;
}
.cid-svjWFRmm8R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svjWFRmm8R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svjWFRmm8R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-svjWFRmm8R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svjWFRmm8R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svjWFRmm8R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svjWFRmm8R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svjWFRmm8R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svjWFRmm8R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svjWFRmm8R .navbar .dropdown-menu {
    display: none;
  }
  .cid-svjWFRmm8R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svjWFRmm8R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svjWFRmm8R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svjWFRmm8R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svjWFRmm8R .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-svjWFRmm8R .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-svjWFRmm8R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svjWFRmm8R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svjWFRmm8R .navbar .navbar-buttons,
  .cid-svjWFRmm8R .navbar .icons-menu {
    display: none;
  }
  .cid-svjWFRmm8R .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-svjWFRmm8R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svjWFRmm8R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svjWFRmm8R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svjWFRmm8R .dropdown-item.active,
.cid-svjWFRmm8R .dropdown-item:active {
  background-color: transparent;
}
.cid-svjWFRmm8R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svjWFRmm8R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-svjWFRmm8R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svjWFRmm8R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svjWFRmm8R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svjWFRmm8R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svjWFRmm8R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svjWFRmm8R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svjWFRmm8R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svjWFRmm8R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svjWFRmm8R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svjWFRmm8R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svjWFRmm8R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svjWFRmm8R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svjWFRmm8R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svjWFRmm8R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svjWFRmm8R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-svjWFRmm8R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svjWFRmm8R .navbar {
    height: 70px;
  }
  .cid-svjWFRmm8R .navbar.opened {
    height: auto;
  }
  .cid-svjWFRmm8R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFJwZYfVL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uFJwZYfVL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJwZYfVL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFJwZYfVL1 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uFJwZYfVL1 .container {
    padding: 10px 8px;
  }
}
.cid-uFJwZYfVL1 .row {
  border-radius: 25px;
  background-color: #000000;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #000000;
}
@media (max-width: 768px) {
  .cid-uFJwZYfVL1 .row {
    padding: 50px 10px 40px;
  }
}
.cid-uFJwZYfVL1 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uFJwZYfVL1 .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uFJwZYfVL1 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uFJwZYfVL1 .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFJwZYfVL1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uFJwZYfVL1 .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uFJwZYfVL1 .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uFJwZYfVL1 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uFJwZYfVL1 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uFJwZYfVL1 .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uFJwZYfVL1 .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFJwZYfVL1 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uFJwZYfVL1 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFJwZYfVL1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFJwZYfVL1 .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uFJwZYfVL1 .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uFJwZYfVL1 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFJwZYfVL1 .mbr-section-title {
  color: #ffffff;
}
.cid-uFJwZYfVL1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFJwZYfVL1 .mbr-text {
  color: #ffffff;
}
.cid-sw6zckWWhM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sw6zckWWhM .text-wrapper {
  max-width: 28rem;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sw6zckWWhM .text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cid-sw6zckWWhM .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #0e2d3b;
}
.cid-sw6zckWWhM .mbr-text-2 {
  margin-top: 13.5px;
}
.cid-sw6zckWWhM .mbr-text,
.cid-sw6zckWWhM .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sw6zckWWhM .line {
  width: 100%;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #000000;
}
.cid-sw6zckWWhM .mbr-text-title {
  text-align: left;
  color: #0e2d3b;
}
.cid-sw6zckWWhM .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sw6zckWWhM .mbr-text-2,
.cid-sw6zckWWhM .mbr-section-btn {
  text-align: left;
  color: #0e2d3b;
}
.cid-sw6zckWWhM .logo-row {
  margin: 2rem 0 0 0 !important;
}
.cid-sw6zckWWhM .logo-row [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-sw6zckWWhM .img-wrap {
  height: 42px;
  width: 100%;
}
.cid-sw6zckWWhM .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 50%;
}
@media (max-width: 991px) {
  .cid-sw6zckWWhM .img-wrap {
    margin-bottom: 1rem;
  }
  .cid-sw6zckWWhM .img-wrap img {
    object-position: 50% 50%;
  }
}
.cid-uFKnSL3KcO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFKnSL3KcO img,
.cid-uFKnSL3KcO .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uFKnSL3KcO .item:focus,
.cid-uFKnSL3KcO span:focus {
  outline: none;
}
.cid-uFKnSL3KcO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFKnSL3KcO .item-title {
  font-weight: 500;
  color: #000000;
}
.cid-uFKnSL3KcO .item-subtitle {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uFKnSL3KcO .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFKnSL3KcO .item-wrapper:hover .item-content {
  opacity: 1;
  z-index: 1;
}
.cid-uFKnSL3KcO .item-wrapper:hover .item-text-wrap {
  opacity: 1;
  transform: translateY(0);
}
.cid-uFKnSL3KcO .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s ease-out;
}
.cid-uFKnSL3KcO .item-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition-delay: .3s;
}
.cid-uFKnSL3KcO .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uFKnSL3KcO .mbr-social-likes a {
  color: #000000;
}
.cid-uFKnSL3KcO .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uFKnSL3KcO .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uFKnSL3KcO .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uFKnSL3KcO .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uFKnSL3KcO .mbr-section-title b:last-child,
.cid-uFKnSL3KcO .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uFKnSL3KcO .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uFKnSL3KcO .features-items-wrap {
  margin-top: 3.3125rem;
  margin-bottom: 0;
}
.cid-uFKnSL3KcO .mbr-section-bottom {
  display: flex;
}
.cid-uFKnSL3KcO .bottom-text {
  margin-top: 1.25rem;
}
.cid-uFKnSL3KcO .item-features-image {
  margin-bottom: 3.125rem;
}
.is-builder .cid-uFKnSL3KcO .item-content {
  border-bottom-left-radius: 100px;
}
.cid-svRuW4JZLi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-svRuW4JZLi .item {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .cid-svRuW4JZLi .item {
    padding: 0.5rem 1rem;
  }
}
.cid-svRuW4JZLi .item-color {
  background-color: #f9f9ff;
}
.cid-svRuW4JZLi .line {
  margin: 0;
  padding: 0;
}
.cid-svRuW4JZLi .item span {
  color: #161734;
  width: 100%;
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-svRuW4JZLi .wrapper {
    flex-direction: column;
  }
  .cid-svRuW4JZLi .iconfont-wrapper {
    margin: auto;
  }
  .cid-svRuW4JZLi .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
  .cid-svRuW4JZLi .line {
    margin-bottom: 1rem;
  }
  .cid-svRuW4JZLi .number {
    padding-top: 0.5rem;
  }
}
.cid-svRuW4JZLi .number {
  color: #004cd5;
}
.cid-svRuW4JZLi .wrapper {
  display: flex;
}
.cid-svRuW4JZLi .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ed2680;
  margin-right: 1.5rem;
}
.cid-svRuW4JZLi SPAN {
  text-align: left;
  color: #161734;
}
.cid-svRuW4JZLi .mbr-section-title {
  color: #000000;
}
.cid-svSBqeBWHB {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svSBqeBWHB .mbr-section-subtitle {
  color: #000000;
}
.cid-svSBqeBWHB .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-svSBqeBWHB h2,
  .cid-svSBqeBWHB h3 {
    text-align: center !important;
  }
  .cid-svSBqeBWHB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-svSBqeBWHB H2 {
  color: #000000;
}
.cid-uFITniJM2P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFITniJM2P a:link {
  text-decoration: none;
}
.cid-uFITniJM2P .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFITniJM2P .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFITniJM2P .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFITniJM2P .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFITniJM2P .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFITniJM2P .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFITniJM2P .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uFITniJM2P .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uFITniJM2P .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFITniJM2P .plan-title,
.cid-uFITniJM2P .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFITniJM2P .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFITniJM2P .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFITniJM2P .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFITniJM2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFITniJM2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-suV9MPvzk2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suV9MPvzk2 nav.navbar {
  position: fixed;
}
.cid-suV9MPvzk2 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-suV9MPvzk2 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-suV9MPvzk2 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-suV9MPvzk2 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-suV9MPvzk2 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-suV9MPvzk2 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-suV9MPvzk2 .dropdown-item:hover,
.cid-suV9MPvzk2 .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-suV9MPvzk2 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-suV9MPvzk2 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-suV9MPvzk2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-suV9MPvzk2 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-suV9MPvzk2 .nav-link:hover {
  color: #ed2680 !important;
}
.cid-suV9MPvzk2 .container {
  display: flex;
  margin: auto;
}
.cid-suV9MPvzk2 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-suV9MPvzk2 .dropdown-menu,
.cid-suV9MPvzk2 .navbar.opened {
  background: #000000 !important;
}
.cid-suV9MPvzk2 .nav-item:focus,
.cid-suV9MPvzk2 .nav-link:focus {
  outline: none;
}
.cid-suV9MPvzk2 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-suV9MPvzk2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suV9MPvzk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suV9MPvzk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suV9MPvzk2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suV9MPvzk2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-suV9MPvzk2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-suV9MPvzk2 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-suV9MPvzk2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suV9MPvzk2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suV9MPvzk2 .navbar.opened {
  transition: all 0.3s;
}
.cid-suV9MPvzk2 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-suV9MPvzk2 .navbar .navbar-logo img {
  width: auto;
}
.cid-suV9MPvzk2 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-suV9MPvzk2 .navbar.collapsed {
  justify-content: center;
}
.cid-suV9MPvzk2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suV9MPvzk2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suV9MPvzk2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-suV9MPvzk2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suV9MPvzk2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suV9MPvzk2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suV9MPvzk2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suV9MPvzk2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-suV9MPvzk2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suV9MPvzk2 .navbar .dropdown-menu {
    display: none;
  }
  .cid-suV9MPvzk2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suV9MPvzk2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suV9MPvzk2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suV9MPvzk2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suV9MPvzk2 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-suV9MPvzk2 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-suV9MPvzk2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suV9MPvzk2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suV9MPvzk2 .navbar .navbar-buttons,
  .cid-suV9MPvzk2 .navbar .icons-menu {
    display: none;
  }
  .cid-suV9MPvzk2 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-suV9MPvzk2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suV9MPvzk2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suV9MPvzk2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suV9MPvzk2 .dropdown-item.active,
.cid-suV9MPvzk2 .dropdown-item:active {
  background-color: transparent;
}
.cid-suV9MPvzk2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suV9MPvzk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-suV9MPvzk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suV9MPvzk2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suV9MPvzk2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suV9MPvzk2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suV9MPvzk2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suV9MPvzk2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suV9MPvzk2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suV9MPvzk2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suV9MPvzk2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suV9MPvzk2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suV9MPvzk2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suV9MPvzk2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suV9MPvzk2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suV9MPvzk2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suV9MPvzk2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-suV9MPvzk2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suV9MPvzk2 .navbar {
    height: 70px;
  }
  .cid-suV9MPvzk2 .navbar.opened {
    height: auto;
  }
  .cid-suV9MPvzk2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvRtcVlPY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFvRtcVlPY .main-col {
  display: flex;
}
.cid-uFvRtcVlPY .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uFvRtcVlPY .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uFvRtcVlPY .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uFvRtcVlPY .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uFvRtcVlPY .text-wrapper {
    width: 52%;
  }
}
.cid-uFvRtcVlPY .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uFvRtcVlPY .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uFvRtcVlPY .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uFvRtcVlPY .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uFvRtcVlPY .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFvRtcVlPY .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFvRtcVlPY .image-wrapper {
    width: 48%;
  }
}
.cid-uFvRtcVlPY .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uFvRtcVlPY .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uFvRtcVlPY .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uFvRtcVlPY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uFvRtcVlPY .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvRtcVlPY .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uFvRtcVlPY .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uFvRtcVlPY .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uFvRtcVlPY .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uFvRtcVlPY .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uFvRtcVlPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvRtcVlPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvRtcVlPY .mbr-section-title,
.cid-uFvRtcVlPY .mbr-section-btn {
  color: #ffffff;
}
.cid-uFTWdcFULi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFTWdcFULi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTWdcFULi .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-uFTWdcFULi .container {
    padding: 0 16px;
  }
}
.cid-uFTWdcFULi .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFTWdcFULi .row {
    margin: 0 10px;
  }
}
.cid-uFTWdcFULi .row .card {
  position: relative;
  padding: 0;
}
.cid-uFTWdcFULi .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #ffffff;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uFTWdcFULi .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFTWdcFULi .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFTWdcFULi .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #ffffff;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uFTWdcFULi .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFTWdcFULi .row .card .icon-decor {
    display: none;
  }
}
.cid-uFTWdcFULi .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFTWdcFULi .title-wrapper {
    width: 100%;
  }
}
.cid-uFTWdcFULi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFTWdcFULi .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFTWdcFULi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFTWdcFULi .mbr-section-title {
  color: #f1cebe;
}
.cid-uFTWdcFULi .mbr-text {
  color: #fdfcfc;
}
.cid-uFIa8UOmbx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFIa8UOmbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIa8UOmbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIa8UOmbx .title-container {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uFIa8UOmbx .title-container {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uFIa8UOmbx .title-container {
    margin-bottom: 60px;
  }
}
.cid-uFIa8UOmbx .mbr-section-title {
  color: #000000;
}
.cid-uFIa8UOmbx .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uFIa8UOmbx .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uFIa8UOmbx .nav-tabs .nav-item.open .nav-link:focus,
.cid-uFIa8UOmbx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uFIa8UOmbx .nav-tabs {
  display: flex;
  flex-direction: column;
  border: none !important;
}
@media (max-width: 991px) {
  .cid-uFIa8UOmbx .nav-tabs {
    flex-direction: row;
  }
}
.cid-uFIa8UOmbx .nav-item {
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uFIa8UOmbx .nav-item {
    width: 50%;
  }
}
.cid-uFIa8UOmbx .nav-tabs .nav-link {
  position: relative;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-uFIa8UOmbx .nav-tabs .nav-link:not(.active) {
  color: rgba(255, 255, 255, 0.3);
}
.cid-uFIa8UOmbx .nav-tabs .nav-link:hover {
  color: #ffffff;
}
.cid-uFIa8UOmbx .nav-link,
.cid-uFIa8UOmbx .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-uFIa8UOmbx .nav-tabs .nav-link.active {
  color: #ffffff;
}
.cid-uFIa8UOmbx .nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  transition: all .5s;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uFIa8UOmbx .tab-title {
  color: #f1cebe;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
  margin-bottom: 0;
}
.cid-uFIa8UOmbx .tab-title.display-1 {
  font-size: calc((2.5vw + 0.1vh) *10);
  line-height: 1 !important;
}
.cid-uFIa8UOmbx .border-item {
  width: 7.5%;
  height: 1px;
  background-color: #000000;
  margin: 42px auto 24px;
}
.cid-uFIa8UOmbx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFvSaGgXPg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFvSaGgXPg .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uFvSaGgXPg .img-row {
    flex-wrap: nowrap;
  }
}
.cid-uFvSaGgXPg .item:focus,
.cid-uFvSaGgXPg span:focus {
  outline: none;
}
.cid-uFvSaGgXPg .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-uFvSaGgXPg .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-uFvSaGgXPg .item-img {
    margin-bottom: 40px;
  }
}
.cid-uFvSaGgXPg .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-uFvSaGgXPg .btn-item {
  width: 100%;
}
.cid-uFvSaGgXPg .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-uFvSaGgXPg .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-uFvSaGgXPg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uFvSaGgXPg .label-text {
  color: #ed2680;
  text-align: center;
}
.cid-uFvSaGgXPg .mbr-section-title,
.cid-uFvSaGgXPg .mbr-section-btn {
  text-align: center;
}
.cid-uFKcBLTgzy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFKcBLTgzy img,
.cid-uFKcBLTgzy .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uFKcBLTgzy .item:focus,
.cid-uFKcBLTgzy span:focus {
  outline: none;
}
.cid-uFKcBLTgzy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFKcBLTgzy .item-title {
  font-weight: 500;
}
.cid-uFKcBLTgzy .item-subtitle {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uFKcBLTgzy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFKcBLTgzy .item-wrapper:hover .item-content {
  opacity: 1;
  z-index: 1;
}
.cid-uFKcBLTgzy .item-wrapper:hover .item-text-wrap {
  opacity: 1;
  transform: translateY(0);
}
.cid-uFKcBLTgzy .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s ease-out;
}
.cid-uFKcBLTgzy .item-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition-delay: .3s;
}
.cid-uFKcBLTgzy .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uFKcBLTgzy .mbr-social-likes a {
  color: #000000;
}
.cid-uFKcBLTgzy .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uFKcBLTgzy .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uFKcBLTgzy .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uFKcBLTgzy .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uFKcBLTgzy .mbr-section-title b:last-child,
.cid-uFKcBLTgzy .mbr-section-title strong:last-child {
  color: #161734;
}
.cid-uFKcBLTgzy .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uFKcBLTgzy .features-items-wrap {
  margin-top: 3.3125rem;
  margin-bottom: 0;
}
.cid-uFKcBLTgzy .mbr-section-bottom {
  display: flex;
}
.cid-uFKcBLTgzy .bottom-text {
  margin-top: 1.25rem;
}
.cid-uFKcBLTgzy .item-features-image {
  margin-bottom: 3.125rem;
}
.is-builder .cid-uFKcBLTgzy .item-content {
  border-bottom-left-radius: 100px;
}
.cid-uFZ2ipM5uJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFZ2ipM5uJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZ2ipM5uJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZ2ipM5uJ img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uFZ2ipM5uJ img {
    margin-bottom: 2rem;
  }
}
.cid-uFZ2ipM5uJ .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uFZ2ipM5uJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uFZ2ipM5uJ .card-wrapper {
    max-width: 400px;
  }
}
.cid-uFZ2ipM5uJ .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uFZ2ipM5uJ .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-uFZ2ipM5uJ .card-text {
  color: #161734;
}
.cid-uFZ2ipM5uJ .card-title {
  color: #161734;
}
.cid-sw5US6sjm3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sw5US6sjm3 .google-map {
  height: 24rem;
  position: relative;
}
.cid-sw5US6sjm3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sw5US6sjm3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sw5US6sjm3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sw5US6sjm3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-sw5US6sjm3 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sw5US6sjm3 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sw5US6sjm3 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sw5US6sjm3 .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-sw5US6sjm3 .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sw5US6sjm3 .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-sw5US6sjm3 H2 {
  text-align: left;
  color: #0e2d3b;
}
.cid-sw5US6sjm3 .mbr-section-text,
.cid-sw5US6sjm3 .mbr-section-btn {
  text-align: left;
  color: #0e2d3b;
}
.cid-sw5US6sjm3 .mbr-section-btn {
  margin-top: 2rem;
}
.cid-sw5US6sjm3 .mbr-card-title {
  text-align: left;
}
.cid-uFTYBePJIo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-uFTYBePJIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTYBePJIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTYBePJIo .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFTYBePJIo .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFTYBePJIo .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFTYBePJIo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFTYBePJIo .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFTYBePJIo .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTYBePJIo .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-uFTYBePJIo .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-uFTYBePJIo .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #000000;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uFTYBePJIo .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFTYBePJIo .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-uFTYBePJIo .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uFTYBePJIo .item-content {
    margin-top: 20px;
  }
}
.cid-uFTYBePJIo .card-title {
  color: #131313;
}
.cid-uFTYBePJIo .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-uFTYBePJIo .mbr-section-btn {
  margin-top: 5px;
}
.cid-uFTYBePJIo .card-text,
.cid-uFTYBePJIo .mbr-section-btn {
  color: #ffffff;
}
.cid-uFTYBePJIo .card-title,
.cid-uFTYBePJIo .iconfont-wrapper {
  color: #ffffff;
}
.cid-uFTXShztw9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uFTXShztw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTXShztw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTXShztw9 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uFTXShztw9 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uFTXShztw9 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uFTXShztw9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFTXShztw9 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uFTXShztw9 .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-uFTXShztw9 .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-uFTXShztw9 .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-uFTXShztw9 .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #000000;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uFTXShztw9 .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uFTXShztw9 .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-uFTXShztw9 .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uFTXShztw9 .item-content {
    margin-top: 20px;
  }
}
.cid-uFTXShztw9 .card-title {
  color: #131313;
}
.cid-uFTXShztw9 .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-uFTXShztw9 .mbr-section-btn {
  margin-top: 5px;
}
.cid-uFTXShztw9 .card-text,
.cid-uFTXShztw9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFTXShztw9 .card-title,
.cid-uFTXShztw9 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uEtHD6jT37 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uEtHD6jT37 li {
  list-style: none;
}
@media (min-width: 1500px) {
  .cid-uEtHD6jT37 .container {
    max-width: 1400px;
  }
}
.cid-uEtHD6jT37 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uEtHD6jT37 .social-list .mbr-iconfont-social {
  font-size: 1.4rem;
  color: #999999;
}
.cid-uEtHD6jT37 .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-uEtHD6jT37 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uEtHD6jT37 .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uEtHD6jT37 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uEtHD6jT37 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uEtHD6jT37 .row {
  justify-content: space-between;
}
.cid-uEtHD6jT37 .item-wrap {
  margin-bottom: 14px;
}
.cid-uEtHD6jT37 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: 0 -0.5rem;
}
.cid-uEtHD6jT37 h4 {
  margin: 0;
}
.cid-uEtHD6jT37 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uEtHD6jT37 .row {
    justify-content: flex-start;
  }
  .cid-uEtHD6jT37 .md-pb {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEtHD6jT37 .social-row {
    justify-content: center;
  }
}
.cid-uEtHD6jT37 .item5 {
  color: #000000;
}
.cid-uEtHD6jT37 .item4 {
  color: #ffffff;
}
.cid-uEtHD6jT37 .item3 {
  color: #ffffff;
}
.cid-uEtHD6jT37 .item2 {
  color: #ffffff;
}
.cid-uEtHD6jT37 .item1 {
  color: #ffffff;
  text-align: left;
}
.cid-uEtHD6jT37 .col-title1 {
  color: #ffffff;
}
.cid-uEtHD6jT37 .col-title2 {
  color: #ffffff;
}
.cid-uEtHD6jT37 .col-title3 {
  color: #ffffff;
}
.cid-uEtHD6jT37 .col-title4 {
  color: #ffffff;
}
.cid-uEtHD6jT37 .col-title5 {
  color: #000000;
}
.cid-uEtHD6jT37 .col-text {
  color: #ffffff;
}
.cid-uEtHD6jT37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEtHD6jT37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIjPhrAgI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFIjPhrAgI a:link {
  text-decoration: none;
}
.cid-uFIjPhrAgI .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFIjPhrAgI .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFIjPhrAgI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFIjPhrAgI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFIjPhrAgI .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFIjPhrAgI .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFIjPhrAgI .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uFIjPhrAgI .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uFIjPhrAgI .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFIjPhrAgI .plan-title,
.cid-uFIjPhrAgI .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFIjPhrAgI .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFIjPhrAgI .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFIjPhrAgI .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFIjPhrAgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIjPhrAgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svFLj4O4fR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svFLj4O4fR nav.navbar {
  position: fixed;
}
.cid-svFLj4O4fR .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-svFLj4O4fR .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-svFLj4O4fR .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-svFLj4O4fR .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-svFLj4O4fR .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-svFLj4O4fR .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-svFLj4O4fR .dropdown-item:hover,
.cid-svFLj4O4fR .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-svFLj4O4fR .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-svFLj4O4fR .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-svFLj4O4fR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-svFLj4O4fR .nav-link {
  position: relative;
  line-height: 1;
}
.cid-svFLj4O4fR .nav-link:hover {
  color: #ed2680 !important;
}
.cid-svFLj4O4fR .container {
  display: flex;
  margin: auto;
}
.cid-svFLj4O4fR .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-svFLj4O4fR .dropdown-menu,
.cid-svFLj4O4fR .navbar.opened {
  background: #000000 !important;
}
.cid-svFLj4O4fR .nav-item:focus,
.cid-svFLj4O4fR .nav-link:focus {
  outline: none;
}
.cid-svFLj4O4fR .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-svFLj4O4fR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svFLj4O4fR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svFLj4O4fR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svFLj4O4fR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svFLj4O4fR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-svFLj4O4fR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-svFLj4O4fR .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-svFLj4O4fR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svFLj4O4fR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svFLj4O4fR .navbar.opened {
  transition: all 0.3s;
}
.cid-svFLj4O4fR .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-svFLj4O4fR .navbar .navbar-logo img {
  width: auto;
}
.cid-svFLj4O4fR .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-svFLj4O4fR .navbar.collapsed {
  justify-content: center;
}
.cid-svFLj4O4fR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svFLj4O4fR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svFLj4O4fR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-svFLj4O4fR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svFLj4O4fR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svFLj4O4fR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svFLj4O4fR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svFLj4O4fR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svFLj4O4fR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svFLj4O4fR .navbar .dropdown-menu {
    display: none;
  }
  .cid-svFLj4O4fR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svFLj4O4fR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svFLj4O4fR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svFLj4O4fR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svFLj4O4fR .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-svFLj4O4fR .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-svFLj4O4fR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svFLj4O4fR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svFLj4O4fR .navbar .navbar-buttons,
  .cid-svFLj4O4fR .navbar .icons-menu {
    display: none;
  }
  .cid-svFLj4O4fR .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-svFLj4O4fR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svFLj4O4fR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svFLj4O4fR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svFLj4O4fR .dropdown-item.active,
.cid-svFLj4O4fR .dropdown-item:active {
  background-color: transparent;
}
.cid-svFLj4O4fR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svFLj4O4fR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-svFLj4O4fR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svFLj4O4fR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svFLj4O4fR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svFLj4O4fR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svFLj4O4fR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svFLj4O4fR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svFLj4O4fR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svFLj4O4fR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svFLj4O4fR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svFLj4O4fR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svFLj4O4fR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svFLj4O4fR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svFLj4O4fR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svFLj4O4fR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svFLj4O4fR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-svFLj4O4fR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svFLj4O4fR .navbar {
    height: 70px;
  }
  .cid-svFLj4O4fR .navbar.opened {
    height: auto;
  }
  .cid-svFLj4O4fR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3Y3iB7Z7 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uF3Y3iB7Z7 .main-col {
  display: flex;
}
.cid-uF3Y3iB7Z7 .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uF3Y3iB7Z7 .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF3Y3iB7Z7 .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uF3Y3iB7Z7 .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uF3Y3iB7Z7 .text-wrapper {
    width: 52%;
  }
}
.cid-uF3Y3iB7Z7 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uF3Y3iB7Z7 .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uF3Y3iB7Z7 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uF3Y3iB7Z7 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uF3Y3iB7Z7 .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uF3Y3iB7Z7 .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF3Y3iB7Z7 .image-wrapper {
    width: 48%;
  }
}
.cid-uF3Y3iB7Z7 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uF3Y3iB7Z7 .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uF3Y3iB7Z7 .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uF3Y3iB7Z7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uF3Y3iB7Z7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF3Y3iB7Z7 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uF3Y3iB7Z7 .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uF3Y3iB7Z7 .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uF3Y3iB7Z7 .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uF3Y3iB7Z7 .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uF3Y3iB7Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3Y3iB7Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3Y3iB7Z7 .mbr-section-title,
.cid-uF3Y3iB7Z7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFvuJ9mPdw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFvuJ9mPdw .title_block {
  margin-bottom: 80px;
}
.cid-uFvuJ9mPdw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed2680;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uFvuJ9mPdw .mbr-section-title,
.cid-uFvuJ9mPdw .card-title {
  color: #0e2d3b;
}
.cid-uFvuJ9mPdw .card_wrapper {
  height: 100%;
  background: #000000;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFvuJ9mPdw .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uFvuJ9mPdw .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(237, 38, 128, 0.07);
}
.cid-uFvuJ9mPdw .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #ed2680;
}
.cid-uFvuJ9mPdw .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(245, 114, 13, 0.07);
}
.cid-uFvuJ9mPdw .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #f5720d;
}
.cid-uFvuJ9mPdw .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(249, 249, 249, 0.07);
}
.cid-uFvuJ9mPdw .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #f9f9f9;
}
.cid-uFvuJ9mPdw .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(204, 68, 131, 0.07);
}
.cid-uFvuJ9mPdw .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #cc4483;
}
.cid-uFvuJ9mPdw .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uFvuJ9mPdw .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uFvuJ9mPdw .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uFvuJ9mPdw .card-title {
  margin-bottom: 20px;
}
.cid-uFvuJ9mPdw .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uFvuJ9mPdw .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFvuJ9mPdw .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFvuJ9mPdw .btn_link:hover {
  cursor: pointer;
}
.cid-uFvuJ9mPdw .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uFvuJ9mPdw .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uFvuJ9mPdw .title_block {
    margin-bottom: 40px;
  }
  .cid-uFvuJ9mPdw .card {
    text-align: center;
  }
  .cid-uFvuJ9mPdw .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uFvuJ9mPdw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uFvuJ9mPdw .card-title,
.cid-uFvuJ9mPdw .icon_block {
  color: #ffffff;
}
.cid-uF6k9CYn0b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF6k9CYn0b .iconfont-wrapper,
.cid-uF6k9CYn0b .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  color: #3beed5;
}
.cid-uF6k9CYn0b .iconfont-wrapper {
  padding: 0 12px;
}
.cid-uF6k9CYn0b .flex {
  display: flex;
}
.cid-uF6k9CYn0b .flex,
.cid-uF6k9CYn0b h3 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uF6k9CYn0b .flex,
  .cid-uF6k9CYn0b h3 {
    flex-direction: column;
  }
}
.cid-uF6k9CYn0b .icons-list {
  display: flex;
  align-items: center;
  width: 150px;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .cid-uF6k9CYn0b .icons-list {
    padding: 1rem 0;
    margin: auto;
  }
}
.cid-uF6k9CYn0b .mbr-section-title {
  color: #000000;
}
.cid-uF6k9CYn0b .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uF55wzLaCV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF55wzLaCV .mbr-section-title {
  color: #06182d;
}
.cid-uF55wzLaCV .mbr-section-title span {
  line-height: 1;
  color: #000b28;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uF55wzLaCV .mbr-section-subtitle {
  color: #06182d;
}
.cid-uF55wzLaCV .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uF55wzLaCV .mbr-section-text {
  color: #999999;
}
.cid-uF55wzLaCV .nav-tabs .nav-item.open .nav-link:focus,
.cid-uF55wzLaCV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uF55wzLaCV .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-uF55wzLaCV .nav-tabs .nav-item {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .cid-uF55wzLaCV .nav-tabs {
    margin-bottom: 20px;
  }
}
.cid-uF55wzLaCV .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 1rem 2.2rem;
}
.cid-uF55wzLaCV .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uF55wzLaCV .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
}
.cid-uF55wzLaCV P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-uF55wzLaCV .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uF55wzLaCV .mbr-text,
  .cid-uF55wzLaCV .nav-link {
    text-align: center;
  }
}
.cid-uF55wzLaCV .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uF55wzLaCV * {
    text-align: center;
  }
}
.cid-uF55wzLaCV .mbr-section-title,
.cid-uF55wzLaCV .col {
  color: #0e2d3b;
}
.cid-uF55wzLaCV .mbr-text,
.cid-uF55wzLaCV .col {
  color: #0e2d3b;
}
.cid-uEnnJUQodF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEnnJUQodF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEnnJUQodF .card-title {
  margin-bottom: 26px;
  color: #0e2d3b;
}
.cid-uEnnJUQodF .mbr-text {
  margin-bottom: 30px;
}
.cid-uEnnJUQodF .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uEnnJUQodF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uEnnJUQodF .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uEnnJUQodF .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uEnnJUQodF .btn_link:hover {
  cursor: pointer;
}
.cid-uEnnJUQodF .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uEnnJUQodF .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uEnnJUQodF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEnnJUQodF .text-wrapper {
    text-align: center;
  }
  .cid-uEnnJUQodF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uEnnJUQodF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uEnnJUQodF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEnnJUQodF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnnJUQodF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnnJUQodF .mbr-text,
.cid-uEnnJUQodF .btn_link {
  color: #000000;
}
.cid-uEnnMDmXuv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEnnMDmXuv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEnnMDmXuv .card-title {
  margin-bottom: 26px;
  color: #0e2d3b;
}
.cid-uEnnMDmXuv .mbr-text {
  margin-bottom: 30px;
}
.cid-uEnnMDmXuv .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uEnnMDmXuv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uEnnMDmXuv .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uEnnMDmXuv .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uEnnMDmXuv .btn_link:hover {
  cursor: pointer;
}
.cid-uEnnMDmXuv .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uEnnMDmXuv .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uEnnMDmXuv .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEnnMDmXuv .text-wrapper {
    text-align: center;
  }
  .cid-uEnnMDmXuv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uEnnMDmXuv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uEnnMDmXuv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEnnMDmXuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnnMDmXuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnnMDmXuv .mbr-text,
.cid-uEnnMDmXuv .btn_link {
  color: #000000;
}
.cid-uEnnNiceHv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uEnnNiceHv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEnnNiceHv .card-title {
  margin-bottom: 26px;
  color: #0e2d3b;
}
.cid-uEnnNiceHv .mbr-text {
  margin-bottom: 30px;
}
.cid-uEnnNiceHv .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uEnnNiceHv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uEnnNiceHv .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uEnnNiceHv .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uEnnNiceHv .btn_link:hover {
  cursor: pointer;
}
.cid-uEnnNiceHv .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uEnnNiceHv .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uEnnNiceHv .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEnnNiceHv .text-wrapper {
    text-align: center;
  }
  .cid-uEnnNiceHv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uEnnNiceHv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uEnnNiceHv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEnnNiceHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnnNiceHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnnNiceHv .mbr-text,
.cid-uEnnNiceHv .btn_link {
  color: #000000;
}
.cid-uEWQG1VY2w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uEWQG1VY2w a:link {
  text-decoration: none;
}
.cid-uEWQG1VY2w .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uEWQG1VY2w .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uEWQG1VY2w .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uEWQG1VY2w .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uEWQG1VY2w .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uEWQG1VY2w .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uEWQG1VY2w .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uEWQG1VY2w .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uEWQG1VY2w .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uEWQG1VY2w .plan-title,
.cid-uEWQG1VY2w .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uEWQG1VY2w .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uEWQG1VY2w .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uEWQG1VY2w .mbr-section-title span {
  color: #ffbc00;
}
.cid-uEWQG1VY2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWQG1VY2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-swfQndhrgN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-swfQndhrgN nav.navbar {
  position: fixed;
}
.cid-swfQndhrgN .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-swfQndhrgN .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-swfQndhrgN .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-swfQndhrgN .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-swfQndhrgN .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-swfQndhrgN .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-swfQndhrgN .dropdown-item:hover,
.cid-swfQndhrgN .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-swfQndhrgN .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-swfQndhrgN .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-swfQndhrgN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-swfQndhrgN .nav-link {
  position: relative;
  line-height: 1;
}
.cid-swfQndhrgN .nav-link:hover {
  color: #ed2680 !important;
}
.cid-swfQndhrgN .container {
  display: flex;
  margin: auto;
}
.cid-swfQndhrgN .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-swfQndhrgN .dropdown-menu,
.cid-swfQndhrgN .navbar.opened {
  background: #000000 !important;
}
.cid-swfQndhrgN .nav-item:focus,
.cid-swfQndhrgN .nav-link:focus {
  outline: none;
}
.cid-swfQndhrgN .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-swfQndhrgN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swfQndhrgN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-swfQndhrgN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-swfQndhrgN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swfQndhrgN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-swfQndhrgN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-swfQndhrgN .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-swfQndhrgN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-swfQndhrgN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-swfQndhrgN .navbar.opened {
  transition: all 0.3s;
}
.cid-swfQndhrgN .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-swfQndhrgN .navbar .navbar-logo img {
  width: auto;
}
.cid-swfQndhrgN .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-swfQndhrgN .navbar.collapsed {
  justify-content: center;
}
.cid-swfQndhrgN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swfQndhrgN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swfQndhrgN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-swfQndhrgN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swfQndhrgN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swfQndhrgN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-swfQndhrgN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swfQndhrgN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swfQndhrgN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swfQndhrgN .navbar .dropdown-menu {
    display: none;
  }
  .cid-swfQndhrgN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swfQndhrgN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swfQndhrgN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-swfQndhrgN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-swfQndhrgN .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-swfQndhrgN .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-swfQndhrgN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swfQndhrgN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-swfQndhrgN .navbar .navbar-buttons,
  .cid-swfQndhrgN .navbar .icons-menu {
    display: none;
  }
  .cid-swfQndhrgN .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-swfQndhrgN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swfQndhrgN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swfQndhrgN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swfQndhrgN .dropdown-item.active,
.cid-swfQndhrgN .dropdown-item:active {
  background-color: transparent;
}
.cid-swfQndhrgN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swfQndhrgN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swfQndhrgN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swfQndhrgN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swfQndhrgN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swfQndhrgN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-swfQndhrgN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swfQndhrgN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-swfQndhrgN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swfQndhrgN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-swfQndhrgN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-swfQndhrgN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swfQndhrgN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-swfQndhrgN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-swfQndhrgN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-swfQndhrgN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-swfQndhrgN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-swfQndhrgN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swfQndhrgN .navbar {
    height: 70px;
  }
  .cid-swfQndhrgN .navbar.opened {
    height: auto;
  }
  .cid-swfQndhrgN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEZeNmvSCu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uEZeNmvSCu .main-col {
  display: flex;
}
.cid-uEZeNmvSCu .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.cid-uEZeNmvSCu .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uEZeNmvSCu .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uEZeNmvSCu .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uEZeNmvSCu .text-wrapper {
    width: 52%;
  }
}
.cid-uEZeNmvSCu .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uEZeNmvSCu .prof-text {
  color: #f6fbff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uEZeNmvSCu .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uEZeNmvSCu .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uEZeNmvSCu .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uEZeNmvSCu .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEZeNmvSCu .image-wrapper {
    width: 48%;
  }
}
.cid-uEZeNmvSCu .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uEZeNmvSCu .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uEZeNmvSCu .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uEZeNmvSCu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uEZeNmvSCu .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEZeNmvSCu .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uEZeNmvSCu .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uEZeNmvSCu .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uEZeNmvSCu .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uEZeNmvSCu .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uEZeNmvSCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZeNmvSCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZeNmvSCu .mbr-section-title,
.cid-uEZeNmvSCu .mbr-section-btn {
  color: #ffffff;
}
.cid-uEodNeyg1R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEodNeyg1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEodNeyg1R .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-uEodNeyg1R .container {
    padding: 0 22px;
  }
}
.cid-uEodNeyg1R .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uEodNeyg1R .row .card {
  justify-content: center;
}
.cid-uEodNeyg1R .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uEodNeyg1R .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uEodNeyg1R .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEodNeyg1R .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uEodNeyg1R .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uEodNeyg1R .item:hover .item-wrapper .item-content .card-title,
.cid-uEodNeyg1R .item:focus .item-wrapper .item-content .card-title {
  color: #ff5753;
}
.cid-uEodNeyg1R .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uEodNeyg1R .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
.cid-uEodNeyg1R .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uEodNeyg1R .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uEodNeyg1R .item a {
  display: block;
}
.cid-uEodNeyg1R .mbr-section-title {
  color: #000000;
}
.cid-uEodNeyg1R .mbr-text {
  color: #000000;
}
.cid-uEodNeyg1R .card-title {
  color: #000000;
}
.cid-uEodNeyg1R .card-desc {
  color: #8a8588;
}
.cid-uEodNeyg1R .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uEodNeyg1R .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uEodNeyg1R .mbr-section-title,
.cid-uEodNeyg1R .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uG0klP4TaE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-uG0klP4TaE .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ed2680;
  margin-bottom: 2rem;
}
.cid-uG0klP4TaE .link {
  opacity: 0;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-uG0klP4TaE img {
  border-radius: 10px;
}
.cid-uG0klP4TaE .mbr-section-title {
  color: #051441;
}
.cid-uG0klP4TaE .mbr-buttons {
  background-color: #ed2680;
}
.cid-uG0klP4TaE .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-uG0klP4TaE a {
  text-transform: uppercase;
  color: #ed2680;
}
.cid-uG0klP4TaE svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-uG0klP4TaE .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
.cid-uG0klP4TaE .item-title {
  color: #ed2680;
  margin: 20px 0;
}
.cid-uG0klP4TaE .card-heading {
  line-height: 1.2;
  margin: 0px;
}
.cid-uG0klP4TaE .item-wrapper:hover {
  cursor: pointer;
}
.cid-uG0klP4TaE .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-uG0klP4TaE .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-uG0klP4TaE .header {
    margin-bottom: 20px;
  }
  .cid-uG0klP4TaE .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-uG0klP4TaE .button {
    text-align: left;
  }
}
.cid-uG0klP4TaE .mbr-section-btn {
  position: absolute;
  right: 0;
  margin: 0;
}
.cid-uFsijL7YBy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFsijL7YBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFsijL7YBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uFsijL7YBy .container {
    padding: 0 24px;
  }
}
.cid-uFsijL7YBy .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .row {
    padding: 24px;
  }
}
.cid-uFsijL7YBy .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6fbff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uFsijL7YBy .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .row .card {
    border: none;
  }
}
.cid-uFsijL7YBy .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uFsijL7YBy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uFsijL7YBy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uFsijL7YBy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uFsijL7YBy .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uFsijL7YBy .items {
  border-left: 1px solid #000000;
}
.cid-uFsijL7YBy .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .items .item {
    padding: 24px;
  }
}
.cid-uFsijL7YBy .items .item:last-child {
  border: none;
}
.cid-uFsijL7YBy .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .items .item .item-wrapper {
    display: block;
  }
}
.cid-uFsijL7YBy .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uFsijL7YBy .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uFsijL7YBy .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uFsijL7YBy .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uFsijL7YBy .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uFsijL7YBy .mbr-section-title {
  color: #F9F6E0;
}
.cid-uFsijL7YBy .mbr-desc {
  color: #161734;
  text-align: left;
}
.cid-uFsijL7YBy .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uFsijL7YBy .card-title {
  color: #000000;
}
.cid-uFsijL7YBy .card-text {
  color: #000000;
}
.cid-uFsijL7YBy .mbr-section-title,
.cid-uFsijL7YBy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uEWAtkTcn0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEWAtkTcn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWAtkTcn0 .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-uEWAtkTcn0 .container {
    padding: 0 25px;
  }
}
.cid-uEWAtkTcn0 .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-uEWAtkTcn0 .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uEWAtkTcn0 .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uEWAtkTcn0 .cards {
    grid-template-columns: 1fr;
  }
}
.cid-uEWAtkTcn0 .cards .item .item-wrapper a:hover .item-img img,
.cid-uEWAtkTcn0 .cards .item .item-wrapper a:focus .item-img img {
  transform: scale(1.02);
}
.cid-uEWAtkTcn0 .cards .item .item-wrapper a .item-img img {
  height: 115px;
  object-fit: cover;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.cid-uF1U1lGTpg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uF1U1lGTpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1U1lGTpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1U1lGTpg .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uF1U1lGTpg .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uF1U1lGTpg .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uF1U1lGTpg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uF1U1lGTpg .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uF1U1lGTpg .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-uF1U1lGTpg .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-uF1U1lGTpg .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-uF1U1lGTpg .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #000000;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uF1U1lGTpg .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uF1U1lGTpg .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-uF1U1lGTpg .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uF1U1lGTpg .item-content {
    margin-top: 20px;
  }
}
.cid-uF1U1lGTpg .card-title {
  color: #131313;
}
.cid-uF1U1lGTpg .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-uF1U1lGTpg .mbr-section-btn {
  margin-top: 5px;
}
.cid-uF1U1lGTpg .card-text,
.cid-uF1U1lGTpg .mbr-section-btn {
  color: #ffffff;
}
.cid-uF1Yw0P6ob {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF1Yw0P6ob .google-map {
  height: 25rem;
  position: relative;
}
.cid-uF1Yw0P6ob .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF1Yw0P6ob .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF1Yw0P6ob .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF1Yw0P6ob .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF1Yw0P6ob .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-uF1Yw0P6ob .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-uF1Yw0P6ob .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-uF1Yw0P6ob .wrapper .row .title {
  color: #ed2680;
}
.cid-uF1Yw0P6ob .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-uF1Yw0P6ob .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #000000, #1a1a1a);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-uF1Yw0P6ob .mbr-text {
  color: #efefef;
}
.cid-uF1Yw0P6ob .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-uF1Yw0P6ob textarea.form-control {
  min-height: 170px;
}
.cid-uF1Yw0P6ob .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-uF1Yw0P6ob .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-uF1Yw0P6ob .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-uF1Yw0P6ob .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-uF1Yw0P6ob .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uF1Yw0P6ob .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF1Yw0P6ob .container {
    max-width: 80% !important;
  }
  .cid-uF1Yw0P6ob .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-uF1Yw0P6ob .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uF1Yw0P6ob .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-uF1Yw0P6ob .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uF1Yw0P6ob .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-uF1Yw0P6ob .wrapper .row .title {
  color: #000000;
}
.cid-uW0KjBnesS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uW0KjBnesS a:link {
  text-decoration: none;
}
.cid-uW0KjBnesS .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uW0KjBnesS .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uW0KjBnesS .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uW0KjBnesS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uW0KjBnesS .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uW0KjBnesS .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uW0KjBnesS .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uW0KjBnesS .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uW0KjBnesS .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uW0KjBnesS .plan-title,
.cid-uW0KjBnesS .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uW0KjBnesS .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uW0KjBnesS .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uW0KjBnesS .mbr-section-title span {
  color: #ffbc00;
}
.cid-uW0KjBnesS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0KjBnesS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sYrDg3sWSY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYrDg3sWSY nav.navbar {
  position: fixed;
}
.cid-sYrDg3sWSY .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sYrDg3sWSY .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sYrDg3sWSY .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sYrDg3sWSY .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sYrDg3sWSY .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sYrDg3sWSY .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sYrDg3sWSY .dropdown-item:hover,
.cid-sYrDg3sWSY .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-sYrDg3sWSY .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sYrDg3sWSY .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sYrDg3sWSY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sYrDg3sWSY .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sYrDg3sWSY .nav-link:hover {
  color: #ed2680 !important;
}
.cid-sYrDg3sWSY .container {
  display: flex;
  margin: auto;
}
.cid-sYrDg3sWSY .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sYrDg3sWSY .dropdown-menu,
.cid-sYrDg3sWSY .navbar.opened {
  background: #000000 !important;
}
.cid-sYrDg3sWSY .nav-item:focus,
.cid-sYrDg3sWSY .nav-link:focus {
  outline: none;
}
.cid-sYrDg3sWSY .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sYrDg3sWSY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYrDg3sWSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYrDg3sWSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYrDg3sWSY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYrDg3sWSY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYrDg3sWSY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-sYrDg3sWSY .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sYrDg3sWSY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYrDg3sWSY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYrDg3sWSY .navbar.opened {
  transition: all 0.3s;
}
.cid-sYrDg3sWSY .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sYrDg3sWSY .navbar .navbar-logo img {
  width: auto;
}
.cid-sYrDg3sWSY .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sYrDg3sWSY .navbar.collapsed {
  justify-content: center;
}
.cid-sYrDg3sWSY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYrDg3sWSY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYrDg3sWSY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-sYrDg3sWSY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYrDg3sWSY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYrDg3sWSY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sYrDg3sWSY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYrDg3sWSY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sYrDg3sWSY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYrDg3sWSY .navbar .dropdown-menu {
    display: none;
  }
  .cid-sYrDg3sWSY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYrDg3sWSY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYrDg3sWSY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sYrDg3sWSY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYrDg3sWSY .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sYrDg3sWSY .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sYrDg3sWSY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYrDg3sWSY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYrDg3sWSY .navbar .navbar-buttons,
  .cid-sYrDg3sWSY .navbar .icons-menu {
    display: none;
  }
  .cid-sYrDg3sWSY .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sYrDg3sWSY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYrDg3sWSY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYrDg3sWSY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYrDg3sWSY .dropdown-item.active,
.cid-sYrDg3sWSY .dropdown-item:active {
  background-color: transparent;
}
.cid-sYrDg3sWSY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYrDg3sWSY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sYrDg3sWSY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYrDg3sWSY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYrDg3sWSY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYrDg3sWSY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYrDg3sWSY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYrDg3sWSY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYrDg3sWSY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYrDg3sWSY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYrDg3sWSY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYrDg3sWSY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYrDg3sWSY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYrDg3sWSY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYrDg3sWSY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYrDg3sWSY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYrDg3sWSY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sYrDg3sWSY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYrDg3sWSY .navbar {
    height: 70px;
  }
  .cid-sYrDg3sWSY .navbar.opened {
    height: auto;
  }
  .cid-sYrDg3sWSY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFXM2KsS8m {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uFXM2KsS8m .main-col {
  display: flex;
}
.cid-uFXM2KsS8m .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uFXM2KsS8m .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uFXM2KsS8m .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uFXM2KsS8m .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uFXM2KsS8m .text-wrapper {
    width: 52%;
  }
}
.cid-uFXM2KsS8m .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uFXM2KsS8m .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uFXM2KsS8m .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uFXM2KsS8m .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uFXM2KsS8m .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFXM2KsS8m .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFXM2KsS8m .image-wrapper {
    width: 48%;
  }
}
.cid-uFXM2KsS8m .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uFXM2KsS8m .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uFXM2KsS8m .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uFXM2KsS8m .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uFXM2KsS8m .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFXM2KsS8m .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uFXM2KsS8m .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uFXM2KsS8m .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uFXM2KsS8m .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uFXM2KsS8m .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uFXM2KsS8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXM2KsS8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXM2KsS8m .mbr-section-title,
.cid-uFXM2KsS8m .mbr-section-btn {
  color: #ffffff;
}
.cid-sYrIl77F5k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYrIl77F5k .row {
    text-align: center;
  }
}
.cid-sYrIl77F5k .section-head {
  margin-bottom: 2.3rem;
}
.cid-sYrIl77F5k .paragraph {
  margin-bottom: 2rem;
}
.cid-sYrIl77F5k .mbr-section-title {
  color: #ed2680;
}
.cid-sYrIl77F5k .mbr-text {
  color: #0e2d3b;
}
.cid-sYrIl77F5k .mbr-section-subtitle {
  color: #0e2d3b;
}
.cid-sYrN0LQVwC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYrN0LQVwC .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-sYrN0LQVwC .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sYrN0LQVwC .card .wrapper {
  overflow: hidden;
}
.cid-sYrN0LQVwC .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sYrN0LQVwC .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sYrN0LQVwC .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sYrN0LQVwC .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sYrN0LQVwC .card .wrapper .mbr-text {
  color: #cc4483;
  font-weight: 300;
}
.cid-sYrN0LQVwC .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-sYrN0LQVwC .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-sYsNp1OGjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYsNp1OGjt .row {
    text-align: center;
  }
}
.cid-sYsNp1OGjt .section-head {
  margin-bottom: 2.3rem;
}
.cid-sYsNp1OGjt .paragraph {
  margin-bottom: 2rem;
}
.cid-sYsNp1OGjt .mbr-section-title {
  color: #0e2d3b;
}
.cid-sYsNp1OGjt .mbr-text {
  color: #000000;
}
.cid-sYsNp1OGjt .mbr-section-subtitle {
  color: #0e2d3b;
}
.cid-sYtRCrjqfj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYtRCrjqfj H3 {
  color: #ed2680;
  text-align: center;
}
.cid-sYtRCrjqfj H1 {
  text-align: left;
  color: #000000;
}
.cid-uFYnRYpENT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFYnRYpENT a:link {
  text-decoration: none;
}
.cid-uFYnRYpENT .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFYnRYpENT .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFYnRYpENT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFYnRYpENT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFYnRYpENT .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFYnRYpENT .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFYnRYpENT .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uFYnRYpENT .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uFYnRYpENT .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFYnRYpENT .plan-title,
.cid-uFYnRYpENT .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFYnRYpENT .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFYnRYpENT .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFYnRYpENT .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFYnRYpENT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYnRYpENT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhwSS4ASp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDhwSS4ASp nav.navbar {
  position: fixed;
}
.cid-uDhwSS4ASp .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uDhwSS4ASp .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uDhwSS4ASp .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uDhwSS4ASp .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uDhwSS4ASp .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uDhwSS4ASp .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uDhwSS4ASp .dropdown-item:hover,
.cid-uDhwSS4ASp .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uDhwSS4ASp .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uDhwSS4ASp .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uDhwSS4ASp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uDhwSS4ASp .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uDhwSS4ASp .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uDhwSS4ASp .container {
  display: flex;
  margin: auto;
}
.cid-uDhwSS4ASp .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uDhwSS4ASp .dropdown-menu,
.cid-uDhwSS4ASp .navbar.opened {
  background: #000000 !important;
}
.cid-uDhwSS4ASp .nav-item:focus,
.cid-uDhwSS4ASp .nav-link:focus {
  outline: none;
}
.cid-uDhwSS4ASp .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uDhwSS4ASp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDhwSS4ASp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDhwSS4ASp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDhwSS4ASp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDhwSS4ASp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDhwSS4ASp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uDhwSS4ASp .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uDhwSS4ASp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDhwSS4ASp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDhwSS4ASp .navbar.opened {
  transition: all 0.3s;
}
.cid-uDhwSS4ASp .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uDhwSS4ASp .navbar .navbar-logo img {
  width: auto;
}
.cid-uDhwSS4ASp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uDhwSS4ASp .navbar.collapsed {
  justify-content: center;
}
.cid-uDhwSS4ASp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDhwSS4ASp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDhwSS4ASp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uDhwSS4ASp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDhwSS4ASp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDhwSS4ASp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDhwSS4ASp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDhwSS4ASp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDhwSS4ASp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDhwSS4ASp .navbar .dropdown-menu {
    display: none;
  }
  .cid-uDhwSS4ASp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDhwSS4ASp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDhwSS4ASp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDhwSS4ASp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDhwSS4ASp .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uDhwSS4ASp .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uDhwSS4ASp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDhwSS4ASp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDhwSS4ASp .navbar .navbar-buttons,
  .cid-uDhwSS4ASp .navbar .icons-menu {
    display: none;
  }
  .cid-uDhwSS4ASp .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uDhwSS4ASp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDhwSS4ASp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDhwSS4ASp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDhwSS4ASp .dropdown-item.active,
.cid-uDhwSS4ASp .dropdown-item:active {
  background-color: transparent;
}
.cid-uDhwSS4ASp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDhwSS4ASp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDhwSS4ASp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDhwSS4ASp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDhwSS4ASp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDhwSS4ASp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDhwSS4ASp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDhwSS4ASp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDhwSS4ASp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDhwSS4ASp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDhwSS4ASp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDhwSS4ASp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDhwSS4ASp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDhwSS4ASp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDhwSS4ASp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDhwSS4ASp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDhwSS4ASp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDhwSS4ASp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDhwSS4ASp .navbar {
    height: 70px;
  }
  .cid-uDhwSS4ASp .navbar.opened {
    height: auto;
  }
  .cid-uDhwSS4ASp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDhwSSUmaU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDhwSSUmaU .card-wrapper {
  background-color: #000b28;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uDhwSSUmaU .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDhwSSUmaU .text-wrapper {
  max-width: 28rem;
}
.cid-uDhwSSUmaU .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDhwSSUmaU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDhwSSUmaU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDhwSSUmaU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDhwSSUmaU .content-wrapper {
    padding: 3rem;
  }
  .cid-uDhwSSUmaU .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uDhwSSUmaU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDhwSSUmaU .card-title {
  color: #0e2d3b;
}
.cid-uDlhQ7XnCV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDlhQ7XnCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlhQ7XnCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDlhQ7XnCV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDlhQ7XnCV .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uDlhQ7XnCV .container {
    padding: 0 25px;
  }
}
.cid-uDlhQ7XnCV .tabs-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDlhQ7XnCV .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uDlhQ7XnCV .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uDlhQ7XnCV .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
}
.cid-uDlhQ7XnCV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #2f2e30;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  padding: 16px 20px 0;
}
.cid-uDlhQ7XnCV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #a0ffc2;
}
.cid-uDlhQ7XnCV .tab-content {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uDlhQ7XnCV .tab-content {
    width: 100%;
    margin: 0;
  }
}
.cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 100%;
  width: 320px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding: 50px;
  background-color: #ffc394;
}
@media (max-width: 992px) {
  .cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper .title-wrapper {
    padding: 30px;
  }
}
.cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
  margin-bottom: 16px;
}
.cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uDlhQ7XnCV .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uDlhQ7XnCV .mbr-card-title {
  color: #2f2e30;
}
.cid-uDlhQ7XnCV .mbr-desc {
  color: #2f2e30;
}
.cid-uDlhQ7XnCV .mbr-text {
  color: #2f2e30;
}
.cid-uysthUf3G4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uysthUf3G4 nav.navbar {
  position: fixed;
}
.cid-uysthUf3G4 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uysthUf3G4 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uysthUf3G4 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uysthUf3G4 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uysthUf3G4 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uysthUf3G4 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uysthUf3G4 .dropdown-item:hover,
.cid-uysthUf3G4 .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uysthUf3G4 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uysthUf3G4 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uysthUf3G4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uysthUf3G4 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uysthUf3G4 .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uysthUf3G4 .container {
  display: flex;
  margin: auto;
}
.cid-uysthUf3G4 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uysthUf3G4 .dropdown-menu,
.cid-uysthUf3G4 .navbar.opened {
  background: #000000 !important;
}
.cid-uysthUf3G4 .nav-item:focus,
.cid-uysthUf3G4 .nav-link:focus {
  outline: none;
}
.cid-uysthUf3G4 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uysthUf3G4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysthUf3G4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysthUf3G4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysthUf3G4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysthUf3G4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysthUf3G4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uysthUf3G4 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uysthUf3G4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysthUf3G4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysthUf3G4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uysthUf3G4 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uysthUf3G4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uysthUf3G4 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uysthUf3G4 .navbar.collapsed {
  justify-content: center;
}
.cid-uysthUf3G4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysthUf3G4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysthUf3G4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uysthUf3G4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysthUf3G4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysthUf3G4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uysthUf3G4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysthUf3G4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uysthUf3G4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysthUf3G4 .navbar .dropdown-menu {
    display: none;
  }
  .cid-uysthUf3G4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysthUf3G4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysthUf3G4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uysthUf3G4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysthUf3G4 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uysthUf3G4 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uysthUf3G4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysthUf3G4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysthUf3G4 .navbar .navbar-buttons,
  .cid-uysthUf3G4 .navbar .icons-menu {
    display: none;
  }
  .cid-uysthUf3G4 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uysthUf3G4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysthUf3G4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysthUf3G4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysthUf3G4 .dropdown-item.active,
.cid-uysthUf3G4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uysthUf3G4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysthUf3G4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uysthUf3G4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysthUf3G4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysthUf3G4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysthUf3G4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysthUf3G4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uysthUf3G4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysthUf3G4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysthUf3G4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysthUf3G4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysthUf3G4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysthUf3G4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysthUf3G4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysthUf3G4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysthUf3G4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uysthUf3G4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uysthUf3G4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysthUf3G4 .navbar {
    height: 70px;
  }
  .cid-uysthUf3G4 .navbar.opened {
    height: auto;
  }
  .cid-uysthUf3G4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4CA3o5uQ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uF4CA3o5uQ .main-col {
  display: flex;
}
.cid-uF4CA3o5uQ .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uF4CA3o5uQ .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF4CA3o5uQ .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uF4CA3o5uQ .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uF4CA3o5uQ .text-wrapper {
    width: 52%;
  }
}
.cid-uF4CA3o5uQ .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uF4CA3o5uQ .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uF4CA3o5uQ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uF4CA3o5uQ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uF4CA3o5uQ .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uF4CA3o5uQ .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF4CA3o5uQ .image-wrapper {
    width: 48%;
  }
}
.cid-uF4CA3o5uQ .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uF4CA3o5uQ .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uF4CA3o5uQ .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uF4CA3o5uQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uF4CA3o5uQ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF4CA3o5uQ .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uF4CA3o5uQ .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uF4CA3o5uQ .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uF4CA3o5uQ .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uF4CA3o5uQ .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uF4CA3o5uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4CA3o5uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4CA3o5uQ .mbr-section-title,
.cid-uF4CA3o5uQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uF4PiD2huo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uF4PiD2huo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4PiD2huo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uF4PiD2huo .container {
    padding: 0 24px;
  }
}
.cid-uF4PiD2huo .row {
  position: relative;
  padding: 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .row {
    padding: 24px;
  }
}
.cid-uF4PiD2huo .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  border-radius: .5rem;
}
.cid-uF4PiD2huo .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .row .card {
    border: none;
  }
}
.cid-uF4PiD2huo .content-wrapper {
  padding: 32px 32px 0 0;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .content-wrapper {
    padding: 24px 0;
  }
}
.cid-uF4PiD2huo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uF4PiD2huo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .content-wrapper .mbr-desc {
    margin-bottom: 24px;
    text-align: left;
  }
}
.cid-uF4PiD2huo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uF4PiD2huo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uF4PiD2huo .items {
  border-left: 1px solid #000000;
}
.cid-uF4PiD2huo .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .items .item {
    padding: 24px;
  }
}
.cid-uF4PiD2huo .items .item:last-child {
  border: none;
}
.cid-uF4PiD2huo .items .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .items .item .item-wrapper {
    display: block;
  }
}
.cid-uF4PiD2huo .items .item .item-wrapper .item-img {
  background-color: #ffffff;
  border-radius: .5rem;
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uF4PiD2huo .items .item .item-wrapper .item-img {
    margin: 0 0 24px 0;
  }
}
.cid-uF4PiD2huo .items .item .item-wrapper .item-img img {
  width: 150px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-uF4PiD2huo .items .item .item-wrapper .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uF4PiD2huo .items .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uF4PiD2huo .mbr-section-title {
  color: #F9F6E0;
}
.cid-uF4PiD2huo .mbr-desc {
  color: #161734;
  text-align: left;
}
.cid-uF4PiD2huo .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uF4PiD2huo .card-title {
  color: #000000;
}
.cid-uF4PiD2huo .card-text {
  color: #000000;
}
.cid-uF4PiD2huo .mbr-section-title,
.cid-uF4PiD2huo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uF4UcTDypF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF4UcTDypF .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uF4UcTDypF .mbr-section-title {
  color: #C4CFDE;
}
.cid-uF4UcTDypF .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uF4UcTDypF .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uF4UcTDypF .card {
  margin-bottom: 30px;
}
.cid-uF4UcTDypF img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uFaxFgo0Q6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFaxFgo0Q6 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uFaxFgo0Q6 .mbr-section-title {
  color: #C4CFDE;
}
.cid-uFaxFgo0Q6 .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFaxFgo0Q6 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uFaxFgo0Q6 .card {
  margin-bottom: 30px;
}
.cid-uFaxFgo0Q6 img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uFaOMvuejy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFaOMvuejy .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uFaOMvuejy .mbr-section-title {
  color: #C4CFDE;
}
.cid-uFaOMvuejy .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFaOMvuejy .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uFaOMvuejy .card {
  margin-bottom: 30px;
}
.cid-uFaOMvuejy img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-uEheqmHvBs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEheqmHvBs .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #000000;
}
.cid-uEheqmHvBs .mbr-section-title b,
.cid-uEheqmHvBs .mbr-section-title strong {
  font-weight: 500;
}
.cid-uEheqmHvBs .mbr-text {
  margin-bottom: 18px;
}
.cid-uEheqmHvBs .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-uEheqmHvBs .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-uEheqmHvBs .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-uEheqmHvBs .image {
  margin-right: 13px;
  width: 100%;
}
.cid-uEheqmHvBs .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-uEheqmHvBs .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uEheqmHvBs .link a {
  font-weight: 700;
}
.cid-uEheqmHvBs .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uEheqmHvBs .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-uEheqmHvBs .row__image {
    margin-bottom: 9px;
  }
  .cid-uEheqmHvBs .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-uEheqmHvBs .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-uEheqmHvBs .title__block {
    margin-top: 60px;
  }
  .cid-uEheqmHvBs .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-uEheqmHvBs .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-uEheqmHvBs .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-uEheqmHvBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEheqmHvBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEWRAMxp5Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uEWRAMxp5Y a:link {
  text-decoration: none;
}
.cid-uEWRAMxp5Y .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uEWRAMxp5Y .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uEWRAMxp5Y .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uEWRAMxp5Y .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uEWRAMxp5Y .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uEWRAMxp5Y .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uEWRAMxp5Y .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uEWRAMxp5Y .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uEWRAMxp5Y .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uEWRAMxp5Y .plan-title,
.cid-uEWRAMxp5Y .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uEWRAMxp5Y .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uEWRAMxp5Y .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uEWRAMxp5Y .mbr-section-title span {
  color: #ffbc00;
}
.cid-uEWRAMxp5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEWRAMxp5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyyJfT3Mf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFyyJfT3Mf nav.navbar {
  position: fixed;
}
.cid-uFyyJfT3Mf .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uFyyJfT3Mf .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uFyyJfT3Mf .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uFyyJfT3Mf .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uFyyJfT3Mf .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uFyyJfT3Mf .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uFyyJfT3Mf .dropdown-item:hover,
.cid-uFyyJfT3Mf .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uFyyJfT3Mf .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uFyyJfT3Mf .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uFyyJfT3Mf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uFyyJfT3Mf .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uFyyJfT3Mf .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uFyyJfT3Mf .container {
  display: flex;
  margin: auto;
}
.cid-uFyyJfT3Mf .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uFyyJfT3Mf .dropdown-menu,
.cid-uFyyJfT3Mf .navbar.opened {
  background: #000000 !important;
}
.cid-uFyyJfT3Mf .nav-item:focus,
.cid-uFyyJfT3Mf .nav-link:focus {
  outline: none;
}
.cid-uFyyJfT3Mf .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uFyyJfT3Mf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFyyJfT3Mf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFyyJfT3Mf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFyyJfT3Mf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFyyJfT3Mf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFyyJfT3Mf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uFyyJfT3Mf .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uFyyJfT3Mf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFyyJfT3Mf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFyyJfT3Mf .navbar.opened {
  transition: all 0.3s;
}
.cid-uFyyJfT3Mf .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uFyyJfT3Mf .navbar .navbar-logo img {
  width: auto;
}
.cid-uFyyJfT3Mf .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFyyJfT3Mf .navbar.collapsed {
  justify-content: center;
}
.cid-uFyyJfT3Mf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFyyJfT3Mf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFyyJfT3Mf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uFyyJfT3Mf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFyyJfT3Mf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFyyJfT3Mf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFyyJfT3Mf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFyyJfT3Mf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFyyJfT3Mf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFyyJfT3Mf .navbar .dropdown-menu {
    display: none;
  }
  .cid-uFyyJfT3Mf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFyyJfT3Mf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFyyJfT3Mf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFyyJfT3Mf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFyyJfT3Mf .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uFyyJfT3Mf .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uFyyJfT3Mf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFyyJfT3Mf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFyyJfT3Mf .navbar .navbar-buttons,
  .cid-uFyyJfT3Mf .navbar .icons-menu {
    display: none;
  }
  .cid-uFyyJfT3Mf .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uFyyJfT3Mf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFyyJfT3Mf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFyyJfT3Mf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFyyJfT3Mf .dropdown-item.active,
.cid-uFyyJfT3Mf .dropdown-item:active {
  background-color: transparent;
}
.cid-uFyyJfT3Mf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFyyJfT3Mf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFyyJfT3Mf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFyyJfT3Mf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFyyJfT3Mf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFyyJfT3Mf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFyyJfT3Mf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFyyJfT3Mf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFyyJfT3Mf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFyyJfT3Mf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFyyJfT3Mf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFyyJfT3Mf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFyyJfT3Mf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFyyJfT3Mf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFyyJfT3Mf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFyyJfT3Mf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFyyJfT3Mf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFyyJfT3Mf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFyyJfT3Mf .navbar {
    height: 70px;
  }
  .cid-uFyyJfT3Mf .navbar.opened {
    height: auto;
  }
  .cid-uFyyJfT3Mf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF23eksSXt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uF23eksSXt .main-col {
  display: flex;
}
.cid-uF23eksSXt .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uF23eksSXt .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF23eksSXt .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uF23eksSXt .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uF23eksSXt .text-wrapper {
    width: 52%;
  }
}
.cid-uF23eksSXt .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uF23eksSXt .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uF23eksSXt .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uF23eksSXt .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uF23eksSXt .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uF23eksSXt .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF23eksSXt .image-wrapper {
    width: 48%;
  }
}
.cid-uF23eksSXt .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uF23eksSXt .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uF23eksSXt .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uF23eksSXt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uF23eksSXt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF23eksSXt .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uF23eksSXt .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uF23eksSXt .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uF23eksSXt .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uF23eksSXt .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uF23eksSXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF23eksSXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF23eksSXt .mbr-section-title,
.cid-uF23eksSXt .mbr-section-btn {
  color: #ffffff;
}
.cid-uFsAmaVDVJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFsAmaVDVJ .title_block {
  margin-bottom: 80px;
}
.cid-uFsAmaVDVJ .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ed2680;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uFsAmaVDVJ .mbr-section-title,
.cid-uFsAmaVDVJ .card-title {
  color: #0e2d3b;
}
.cid-uFsAmaVDVJ .card_wrapper {
  height: 100%;
  background: #000000;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFsAmaVDVJ .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uFsAmaVDVJ .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(237, 38, 128, 0.07);
}
.cid-uFsAmaVDVJ .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #ed2680;
}
.cid-uFsAmaVDVJ .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(245, 114, 13, 0.07);
}
.cid-uFsAmaVDVJ .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #f5720d;
}
.cid-uFsAmaVDVJ .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(249, 249, 249, 0.07);
}
.cid-uFsAmaVDVJ .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #f9f9f9;
}
.cid-uFsAmaVDVJ .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(204, 68, 131, 0.07);
}
.cid-uFsAmaVDVJ .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #cc4483;
}
.cid-uFsAmaVDVJ .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uFsAmaVDVJ .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uFsAmaVDVJ .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uFsAmaVDVJ .card-title {
  margin-bottom: 20px;
}
.cid-uFsAmaVDVJ .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uFsAmaVDVJ .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFsAmaVDVJ .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFsAmaVDVJ .btn_link:hover {
  cursor: pointer;
}
.cid-uFsAmaVDVJ .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uFsAmaVDVJ .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uFsAmaVDVJ .title_block {
    margin-bottom: 40px;
  }
  .cid-uFsAmaVDVJ .card {
    text-align: center;
  }
  .cid-uFsAmaVDVJ .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uFsAmaVDVJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uFsAmaVDVJ .card-title,
.cid-uFsAmaVDVJ .icon_block {
  color: #ffffff;
}
.cid-uFprTyz8IQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFprTyz8IQ .mbr-section-title {
  color: #06182d;
}
.cid-uFprTyz8IQ .mbr-section-title span {
  line-height: 1;
  color: #000b28;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uFprTyz8IQ .mbr-section-subtitle {
  color: #06182d;
}
.cid-uFprTyz8IQ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uFprTyz8IQ .mbr-section-text {
  color: #999999;
}
.cid-uFprTyz8IQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uFprTyz8IQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uFprTyz8IQ .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-uFprTyz8IQ .nav-tabs .nav-item {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .cid-uFprTyz8IQ .nav-tabs {
    margin-bottom: 20px;
  }
}
.cid-uFprTyz8IQ .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 1rem 2.2rem;
}
.cid-uFprTyz8IQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uFprTyz8IQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
}
.cid-uFprTyz8IQ P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-uFprTyz8IQ .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uFprTyz8IQ .mbr-text,
  .cid-uFprTyz8IQ .nav-link {
    text-align: center;
  }
}
.cid-uFprTyz8IQ .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFprTyz8IQ * {
    text-align: center;
  }
}
.cid-uFprTyz8IQ .mbr-section-title,
.cid-uFprTyz8IQ .col {
  color: #0e2d3b;
}
.cid-uFprTyz8IQ .mbr-text,
.cid-uFprTyz8IQ .col {
  color: #0e2d3b;
}
.cid-uFsqLvXGaP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uFsqLvXGaP .item-img {
  position: relative;
}
.cid-uFsqLvXGaP .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uFsqLvXGaP .cardbg {
  background: #000000;
  height: 100%;
  min-height: 300px;
}
.cid-uFsqLvXGaP .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uFsqLvXGaP .image-wrapper {
  overflow: hidden;
}
.cid-uFsqLvXGaP .item1 {
  margin-bottom: 2rem !important;
}
.cid-uFsqLvXGaP .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFsqLvXGaP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFsqLvXGaP .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uFsqLvXGaP .item1,
.cid-uFsqLvXGaP .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uFsqLvXGaP .item1 .item:hover,
.cid-uFsqLvXGaP .item .item:hover {
  cursor: pointer;
}
.cid-uFsqLvXGaP .item1:hover .link-icon-wrapper span,
.cid-uFsqLvXGaP .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uFsqLvXGaP .card2 {
    margin-top: 1rem;
  }
}
.cid-uFsqLvXGaP .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uFsqLvXGaP .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uFsqLvXGaP .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uFsqLvXGaP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uFsqLvXGaP .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uFsqLvXGaP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uFsqLvXGaP .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uFsqLvXGaP .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uFsqLvXGaP .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uFsqLvXGaP img,
.cid-uFsqLvXGaP .item-img {
  width: 100%;
}
.cid-uFsqLvXGaP .item:focus,
.cid-uFsqLvXGaP span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uFsqLvXGaP .item {
    margin-bottom: 1rem;
  }
}
.cid-uFsqLvXGaP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFsqLvXGaP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uFsqLvXGaP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uFsqLvXGaP .mbr-section-subtitle,
.cid-uFsqLvXGaP .subtitle-wrap,
.cid-uFsqLvXGaP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uFsqLvXGaP .mbr-text,
.cid-uFsqLvXGaP .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uFYRKxe4sO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFYRKxe4sO a:link {
  text-decoration: none;
}
.cid-uFYRKxe4sO .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFYRKxe4sO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFYRKxe4sO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFYRKxe4sO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFYRKxe4sO .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFYRKxe4sO .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFYRKxe4sO .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uFYRKxe4sO .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uFYRKxe4sO .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFYRKxe4sO .plan-title,
.cid-uFYRKxe4sO .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFYRKxe4sO .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFYRKxe4sO .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFYRKxe4sO .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFYRKxe4sO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYRKxe4sO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEzmeBzJCY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEzmeBzJCY nav.navbar {
  position: fixed;
}
.cid-uEzmeBzJCY .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uEzmeBzJCY .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uEzmeBzJCY .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uEzmeBzJCY .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uEzmeBzJCY .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uEzmeBzJCY .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uEzmeBzJCY .dropdown-item:hover,
.cid-uEzmeBzJCY .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uEzmeBzJCY .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uEzmeBzJCY .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uEzmeBzJCY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uEzmeBzJCY .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uEzmeBzJCY .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uEzmeBzJCY .container {
  display: flex;
  margin: auto;
}
.cid-uEzmeBzJCY .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uEzmeBzJCY .dropdown-menu,
.cid-uEzmeBzJCY .navbar.opened {
  background: #000000 !important;
}
.cid-uEzmeBzJCY .nav-item:focus,
.cid-uEzmeBzJCY .nav-link:focus {
  outline: none;
}
.cid-uEzmeBzJCY .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uEzmeBzJCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEzmeBzJCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEzmeBzJCY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEzmeBzJCY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEzmeBzJCY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEzmeBzJCY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uEzmeBzJCY .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uEzmeBzJCY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEzmeBzJCY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEzmeBzJCY .navbar.opened {
  transition: all 0.3s;
}
.cid-uEzmeBzJCY .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uEzmeBzJCY .navbar .navbar-logo img {
  width: auto;
}
.cid-uEzmeBzJCY .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uEzmeBzJCY .navbar.collapsed {
  justify-content: center;
}
.cid-uEzmeBzJCY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEzmeBzJCY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEzmeBzJCY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEzmeBzJCY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEzmeBzJCY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEzmeBzJCY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEzmeBzJCY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEzmeBzJCY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEzmeBzJCY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEzmeBzJCY .navbar .dropdown-menu {
    display: none;
  }
  .cid-uEzmeBzJCY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEzmeBzJCY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEzmeBzJCY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEzmeBzJCY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEzmeBzJCY .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uEzmeBzJCY .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uEzmeBzJCY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEzmeBzJCY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEzmeBzJCY .navbar .navbar-buttons,
  .cid-uEzmeBzJCY .navbar .icons-menu {
    display: none;
  }
  .cid-uEzmeBzJCY .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uEzmeBzJCY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEzmeBzJCY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEzmeBzJCY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEzmeBzJCY .dropdown-item.active,
.cid-uEzmeBzJCY .dropdown-item:active {
  background-color: transparent;
}
.cid-uEzmeBzJCY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEzmeBzJCY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uEzmeBzJCY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEzmeBzJCY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEzmeBzJCY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEzmeBzJCY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEzmeBzJCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEzmeBzJCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEzmeBzJCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzmeBzJCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEzmeBzJCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEzmeBzJCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzmeBzJCY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEzmeBzJCY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEzmeBzJCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEzmeBzJCY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEzmeBzJCY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEzmeBzJCY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEzmeBzJCY .navbar {
    height: 70px;
  }
  .cid-uEzmeBzJCY .navbar.opened {
    height: auto;
  }
  .cid-uEzmeBzJCY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF1kBjnybk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uF1kBjnybk .main-col {
  display: flex;
}
.cid-uF1kBjnybk .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uF1kBjnybk .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF1kBjnybk .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uF1kBjnybk .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uF1kBjnybk .text-wrapper {
    width: 52%;
  }
}
.cid-uF1kBjnybk .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uF1kBjnybk .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uF1kBjnybk .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uF1kBjnybk .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uF1kBjnybk .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uF1kBjnybk .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF1kBjnybk .image-wrapper {
    width: 48%;
  }
}
.cid-uF1kBjnybk .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uF1kBjnybk .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uF1kBjnybk .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
}
.cid-uF1kBjnybk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uF1kBjnybk .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF1kBjnybk .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uF1kBjnybk .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uF1kBjnybk .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uF1kBjnybk .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uF1kBjnybk .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uF1kBjnybk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF1kBjnybk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF1kBjnybk .mbr-section-title,
.cid-uF1kBjnybk .mbr-section-btn {
  color: #ffffff;
}
.cid-uFxjcjNRuT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFxjcjNRuT .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uFxjcjNRuT .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uFxjcjNRuT .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uFxjcjNRuT .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uFxjcjNRuT .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uFxjcjNRuT .timelines-container {
  margin-top: 60px;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #ff6b00;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uFxjcjNRuT .container-fluid {
  padding: 0 2rem;
}
.cid-uFxjcjNRuT .separline:before,
.cid-uFxjcjNRuT .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uFxjcjNRuT .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uFxjcjNRuT .container-fluid {
    padding: 0 1rem;
  }
  .cid-uFxjcjNRuT .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uFxjcjNRuT .separline:before,
  .cid-uFxjcjNRuT .first-separline:before {
    left: -10px !important;
  }
  .cid-uFxjcjNRuT .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uFxjcjNRuT .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uFxjcjNRuT .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uFxjcjNRuT .time-line-date-content p {
    float: left !important;
  }
  .cid-uFxjcjNRuT .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uFxjcjNRuT .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uFxjcjNRuT .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uFxjcjNRuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxjcjNRuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFxjcjNRuT .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #000000;
  text-align: left;
}
.cid-uFI27LA5p7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFI27LA5p7 .card-wrapper {
  background-color: #000b28;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFI27LA5p7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFI27LA5p7 .text-wrapper {
  max-width: 28rem;
}
.cid-uFI27LA5p7 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFI27LA5p7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFI27LA5p7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFI27LA5p7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFI27LA5p7 .content-wrapper {
    padding: 3rem;
  }
  .cid-uFI27LA5p7 .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uFI27LA5p7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFI27LA5p7 .card-title {
  color: #0e2d3b;
  text-align: left;
}
.cid-uFI27LA5p7 .mbr-text,
.cid-uFI27LA5p7 .mbr-section-btn {
  color: #000000;
}
.cid-uFI27LA5p7 .card-title DIV {
  text-align: left;
}
.cid-uFI28uaINr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFI28uaINr .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uFI28uaINr .container {
    max-width: 1400px;
  }
}
.cid-uFI28uaINr img {
  width: 100%;
}
.cid-uFI28uaINr .link-wrap {
  width: 100%;
}
.cid-uFI28uaINr .link {
  display: inline-block;
}
.cid-uFI28uaINr .card {
  transition: all 0.3s;
}
.cid-uFI28uaINr .card:hover {
  transform: translateY(-10px);
}
.cid-uFI28uaINr .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uFI28uaINr .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uFI28uaINr .main-title DIV {
  text-align: left;
}
.cid-uFI28uaINr .main-title {
  text-align: left;
}
.cid-uFI28uaINr .mbr-text,
.cid-uFI28uaINr .link-wrap {
  color: #000000;
}
.cid-uFUDj2sUyq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uFUDj2sUyq .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #afb8ce;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-uFUDj2sUyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUDj2sUyq .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-uFUDj2sUyq .container {
    padding: 0 16px;
  }
}
.cid-uFUDj2sUyq .row {
  position: relative;
  z-index: 1;
}
.cid-uFUDj2sUyq .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFUDj2sUyq .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFUDj2sUyq .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4154f1;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFUDj2sUyq .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uFUDj2sUyq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFUDj2sUyq .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uFUDj2sUyq .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFUDj2sUyq .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uFUDj2sUyq .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFUDj2sUyq .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #000000;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #454545;
}
@media (max-width: 992px) {
  .cid-uFUDj2sUyq .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uFUDj2sUyq .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uFUDj2sUyq .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #c6f15c;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uFUDj2sUyq .mbr-media {
  position: relative;
}
.cid-uFUDj2sUyq .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uFUDj2sUyq a:hover {
  background-image: none !important;
}
.cid-uFUDj2sUyq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uFUDj2sUyq .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #c6f15c;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFUDj2sUyq .icon-wrap:hover::before,
.cid-uFUDj2sUyq .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uFUDj2sUyq .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uFUDj2sUyq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFUDj2sUyq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFUDj2sUyq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFUDj2sUyq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFUDj2sUyq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFUDj2sUyq .mbr-section-title {
  color: #000000;
}
.cid-uFUDj2sUyq .mbr-section-subtitle {
  color: #000000;
}
.cid-uFUDj2sUyq .mbr-text {
  color: #000000;
}
.cid-uFUCE2jHZm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFUCE2jHZm .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uFUCE2jHZm .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFUCE2jHZm .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uFUCE2jHZm .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFUCE2jHZm .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uFUCE2jHZm .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uFUCE2jHZm .mbr-section-title {
  margin-bottom: 16px;
  color: #002549;
}
.cid-uFUCE2jHZm .mbr-text {
  color: #000000;
}
.cid-uFUCE2jHZm .list {
  color: #002549;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFUCE2jHZm .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uFUCE2jHZm .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFUCE2jHZm .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uFUCE2jHZm .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-uFUCE2jHZm .cards-container {
    padding-left: 2rem;
  }
}
.cid-uFUCE2jHZm .card-text-container {
  flex-grow: 1;
}
.cid-uFUCE2jHZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUCE2jHZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUCE2jHZm .list,
.cid-uFUCE2jHZm .item-wrap {
  color: #000000;
}
.cid-uFxJsllUrg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFxJsllUrg a:link {
  text-decoration: none;
}
.cid-uFxJsllUrg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFxJsllUrg .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFxJsllUrg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFxJsllUrg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFxJsllUrg .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFxJsllUrg .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFxJsllUrg .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uFxJsllUrg .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uFxJsllUrg .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFxJsllUrg .plan-title,
.cid-uFxJsllUrg .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFxJsllUrg .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFxJsllUrg .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFxJsllUrg .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFxJsllUrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxJsllUrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnA6riua2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEnA6riua2 nav.navbar {
  position: fixed;
}
.cid-uEnA6riua2 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uEnA6riua2 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uEnA6riua2 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uEnA6riua2 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uEnA6riua2 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uEnA6riua2 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uEnA6riua2 .dropdown-item:hover,
.cid-uEnA6riua2 .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uEnA6riua2 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uEnA6riua2 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uEnA6riua2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uEnA6riua2 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uEnA6riua2 .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uEnA6riua2 .container {
  display: flex;
  margin: auto;
}
.cid-uEnA6riua2 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uEnA6riua2 .dropdown-menu,
.cid-uEnA6riua2 .navbar.opened {
  background: #000000 !important;
}
.cid-uEnA6riua2 .nav-item:focus,
.cid-uEnA6riua2 .nav-link:focus {
  outline: none;
}
.cid-uEnA6riua2 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uEnA6riua2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEnA6riua2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEnA6riua2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEnA6riua2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEnA6riua2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEnA6riua2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uEnA6riua2 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uEnA6riua2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEnA6riua2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEnA6riua2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uEnA6riua2 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uEnA6riua2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uEnA6riua2 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uEnA6riua2 .navbar.collapsed {
  justify-content: center;
}
.cid-uEnA6riua2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEnA6riua2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEnA6riua2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uEnA6riua2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEnA6riua2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEnA6riua2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEnA6riua2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEnA6riua2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uEnA6riua2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEnA6riua2 .navbar .dropdown-menu {
    display: none;
  }
  .cid-uEnA6riua2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEnA6riua2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEnA6riua2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEnA6riua2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEnA6riua2 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uEnA6riua2 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uEnA6riua2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEnA6riua2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEnA6riua2 .navbar .navbar-buttons,
  .cid-uEnA6riua2 .navbar .icons-menu {
    display: none;
  }
  .cid-uEnA6riua2 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uEnA6riua2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEnA6riua2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEnA6riua2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEnA6riua2 .dropdown-item.active,
.cid-uEnA6riua2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEnA6riua2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEnA6riua2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uEnA6riua2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEnA6riua2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEnA6riua2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEnA6riua2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEnA6riua2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEnA6riua2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEnA6riua2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEnA6riua2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEnA6riua2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEnA6riua2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEnA6riua2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEnA6riua2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEnA6riua2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEnA6riua2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEnA6riua2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEnA6riua2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEnA6riua2 .navbar {
    height: 70px;
  }
  .cid-uEnA6riua2 .navbar.opened {
    height: auto;
  }
  .cid-uEnA6riua2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4q9ezcGE {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uF4q9ezcGE .main-col {
  display: flex;
}
.cid-uF4q9ezcGE .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uF4q9ezcGE .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uF4q9ezcGE .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uF4q9ezcGE .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uF4q9ezcGE .text-wrapper {
    width: 52%;
  }
}
.cid-uF4q9ezcGE .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uF4q9ezcGE .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uF4q9ezcGE .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uF4q9ezcGE .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uF4q9ezcGE .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uF4q9ezcGE .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF4q9ezcGE .image-wrapper {
    width: 48%;
  }
}
.cid-uF4q9ezcGE .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uF4q9ezcGE .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uF4q9ezcGE .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uF4q9ezcGE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uF4q9ezcGE .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF4q9ezcGE .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uF4q9ezcGE .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uF4q9ezcGE .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uF4q9ezcGE .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uF4q9ezcGE .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uF4q9ezcGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4q9ezcGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4q9ezcGE .mbr-section-title,
.cid-uF4q9ezcGE .mbr-section-btn {
  color: #ffffff;
}
.cid-uFv9lb89kF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uFv9lb89kF .title_block {
  margin-bottom: 80px;
}
.cid-uFv9lb89kF .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uFv9lb89kF .mbr-section-title {
  color: #0e2d3b;
}
.cid-uFv9lb89kF .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFv9lb89kF .card_wrapper:hover .card_title a {
  color: #ed2680 !important;
}
.cid-uFv9lb89kF .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uFv9lb89kF .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uFv9lb89kF .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-uFv9lb89kF .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uFv9lb89kF .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uFv9lb89kF .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(237, 38, 128, 0.4);
  background-image: linear-gradient(40deg, #ed2680 0%, #f584b7 100%);
}
.cid-uFv9lb89kF .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(249, 249, 249, 0.4);
  background-image: linear-gradient(40deg, #f9f9f9 0%, #ffffff 100%);
}
.cid-uFv9lb89kF .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(245, 114, 13, 0.4);
  background-image: linear-gradient(40deg, #f5720d 0%, #f9ab6f 100%);
}
.cid-uFv9lb89kF .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(204, 68, 131, 0.4);
  background-image: linear-gradient(40deg, #cc4483 0%, #e294b8 100%);
}
.cid-uFv9lb89kF .icon_block {
  margin-bottom: 40px;
}
.cid-uFv9lb89kF .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-uFv9lb89kF .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uFv9lb89kF .card_title {
  margin-bottom: 20px;
  color: #0e2d3b;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFv9lb89kF .card_text {
  margin-bottom: 0;
}
.cid-uFv9lb89kF .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uFv9lb89kF .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFv9lb89kF .card_link:hover {
  cursor: pointer;
}
.cid-uFv9lb89kF .card_link:hover a {
  color: #ed2680 !important;
}
.cid-uFv9lb89kF .card_link:hover span {
  transform: translatex(5px);
}
.cid-uFv9lb89kF .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uFv9lb89kF .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #f9f9f9;
  border-radius: 50%;
}
.cid-uFv9lb89kF .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uFv9lb89kF .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #f5720d;
}
.cid-uFv9lb89kF .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.cid-uFv9lb89kF .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uFv9lb89kF .title_block {
    margin-bottom: 15px;
  }
  .cid-uFv9lb89kF .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-uFv9lb89kF .card_title {
    margin-bottom: 15px;
  }
  .cid-uFv9lb89kF .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uFv9lb89kF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFv9lb89kF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFv9lb89kF .card_text,
.cid-uFv9lb89kF .card_link {
  color: #ffffff;
}
.cid-uFv8CdSHh7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFv8CdSHh7 .mbr-section-title {
  color: #06182d;
}
.cid-uFv8CdSHh7 .mbr-section-title span {
  line-height: 1;
  color: #000b28;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uFv8CdSHh7 .mbr-section-subtitle {
  color: #06182d;
}
.cid-uFv8CdSHh7 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uFv8CdSHh7 .mbr-section-text {
  color: #999999;
}
.cid-uFv8CdSHh7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uFv8CdSHh7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uFv8CdSHh7 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-uFv8CdSHh7 .nav-tabs .nav-item {
  margin-right: 4px;
}
@media (max-width: 991px) {
  .cid-uFv8CdSHh7 .nav-tabs {
    margin-bottom: 20px;
  }
}
.cid-uFv8CdSHh7 .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 1rem 2.2rem;
}
.cid-uFv8CdSHh7 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-uFv8CdSHh7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
}
.cid-uFv8CdSHh7 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-uFv8CdSHh7 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uFv8CdSHh7 .mbr-text,
  .cid-uFv8CdSHh7 .nav-link {
    text-align: center;
  }
}
.cid-uFv8CdSHh7 .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFv8CdSHh7 * {
    text-align: center;
  }
}
.cid-uFv8CdSHh7 .mbr-section-title,
.cid-uFv8CdSHh7 .col {
  color: #0e2d3b;
}
.cid-uFv8CdSHh7 .mbr-text,
.cid-uFv8CdSHh7 .col {
  color: #0e2d3b;
}
.cid-uEnA6tPWGM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEnA6tPWGM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEnA6tPWGM .card-title {
  margin-bottom: 26px;
  color: #0e2d3b;
}
.cid-uEnA6tPWGM .mbr-text {
  margin-bottom: 30px;
}
.cid-uEnA6tPWGM .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uEnA6tPWGM .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uEnA6tPWGM .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uEnA6tPWGM .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uEnA6tPWGM .btn_link:hover {
  cursor: pointer;
}
.cid-uEnA6tPWGM .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uEnA6tPWGM .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uEnA6tPWGM .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEnA6tPWGM .text-wrapper {
    text-align: center;
  }
  .cid-uEnA6tPWGM .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uEnA6tPWGM .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uEnA6tPWGM .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEnA6tPWGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnA6tPWGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnA6uYxhk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uEnA6uYxhk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEnA6uYxhk .card-title {
  margin-bottom: 26px;
  color: #0e2d3b;
}
.cid-uEnA6uYxhk .mbr-text {
  margin-bottom: 30px;
}
.cid-uEnA6uYxhk .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uEnA6uYxhk .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uEnA6uYxhk .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uEnA6uYxhk .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uEnA6uYxhk .btn_link:hover {
  cursor: pointer;
}
.cid-uEnA6uYxhk .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uEnA6uYxhk .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uEnA6uYxhk .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEnA6uYxhk .text-wrapper {
    text-align: center;
  }
  .cid-uEnA6uYxhk .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uEnA6uYxhk .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uEnA6uYxhk .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEnA6uYxhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnA6uYxhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnA6vxem1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEnA6vxem1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEnA6vxem1 .card-title {
  margin-bottom: 26px;
  color: #0e2d3b;
}
.cid-uEnA6vxem1 .mbr-text {
  margin-bottom: 30px;
}
.cid-uEnA6vxem1 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uEnA6vxem1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uEnA6vxem1 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uEnA6vxem1 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uEnA6vxem1 .btn_link:hover {
  cursor: pointer;
}
.cid-uEnA6vxem1 .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uEnA6vxem1 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uEnA6vxem1 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEnA6vxem1 .text-wrapper {
    text-align: center;
  }
  .cid-uEnA6vxem1 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uEnA6vxem1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uEnA6vxem1 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEnA6vxem1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnA6vxem1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEnA6w1mYt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uEnA6w1mYt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEnA6w1mYt .card-title {
  margin-bottom: 26px;
  color: #0e2d3b;
}
.cid-uEnA6w1mYt .mbr-text {
  margin-bottom: 30px;
}
.cid-uEnA6w1mYt .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uEnA6w1mYt .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uEnA6w1mYt .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uEnA6w1mYt .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uEnA6w1mYt .btn_link:hover {
  cursor: pointer;
}
.cid-uEnA6w1mYt .btn_link:hover a {
  color: #ed2680 !important;
}
.cid-uEnA6w1mYt .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uEnA6w1mYt .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEnA6w1mYt .text-wrapper {
    text-align: center;
  }
  .cid-uEnA6w1mYt .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uEnA6w1mYt .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uEnA6w1mYt .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uEnA6w1mYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEnA6w1mYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHCj7vzlg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFHCj7vzlg a:link {
  text-decoration: none;
}
.cid-uFHCj7vzlg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFHCj7vzlg .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFHCj7vzlg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFHCj7vzlg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFHCj7vzlg .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFHCj7vzlg .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFHCj7vzlg .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uFHCj7vzlg .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uFHCj7vzlg .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFHCj7vzlg .plan-title,
.cid-uFHCj7vzlg .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFHCj7vzlg .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFHCj7vzlg .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFHCj7vzlg .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFHCj7vzlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHCj7vzlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvMP0oBIV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFvMP0oBIV nav.navbar {
  position: fixed;
}
.cid-uFvMP0oBIV .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uFvMP0oBIV .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uFvMP0oBIV .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uFvMP0oBIV .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uFvMP0oBIV .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uFvMP0oBIV .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uFvMP0oBIV .dropdown-item:hover,
.cid-uFvMP0oBIV .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uFvMP0oBIV .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uFvMP0oBIV .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uFvMP0oBIV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uFvMP0oBIV .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uFvMP0oBIV .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uFvMP0oBIV .container {
  display: flex;
  margin: auto;
}
.cid-uFvMP0oBIV .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uFvMP0oBIV .dropdown-menu,
.cid-uFvMP0oBIV .navbar.opened {
  background: #000000 !important;
}
.cid-uFvMP0oBIV .nav-item:focus,
.cid-uFvMP0oBIV .nav-link:focus {
  outline: none;
}
.cid-uFvMP0oBIV .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uFvMP0oBIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFvMP0oBIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvMP0oBIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvMP0oBIV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvMP0oBIV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvMP0oBIV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uFvMP0oBIV .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uFvMP0oBIV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFvMP0oBIV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFvMP0oBIV .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvMP0oBIV .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uFvMP0oBIV .navbar .navbar-logo img {
  width: auto;
}
.cid-uFvMP0oBIV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFvMP0oBIV .navbar.collapsed {
  justify-content: center;
}
.cid-uFvMP0oBIV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvMP0oBIV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvMP0oBIV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uFvMP0oBIV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvMP0oBIV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvMP0oBIV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFvMP0oBIV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvMP0oBIV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFvMP0oBIV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvMP0oBIV .navbar .dropdown-menu {
    display: none;
  }
  .cid-uFvMP0oBIV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvMP0oBIV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvMP0oBIV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFvMP0oBIV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvMP0oBIV .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uFvMP0oBIV .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uFvMP0oBIV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFvMP0oBIV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvMP0oBIV .navbar .navbar-buttons,
  .cid-uFvMP0oBIV .navbar .icons-menu {
    display: none;
  }
  .cid-uFvMP0oBIV .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uFvMP0oBIV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFvMP0oBIV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFvMP0oBIV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvMP0oBIV .dropdown-item.active,
.cid-uFvMP0oBIV .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvMP0oBIV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvMP0oBIV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFvMP0oBIV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFvMP0oBIV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFvMP0oBIV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFvMP0oBIV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFvMP0oBIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvMP0oBIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFvMP0oBIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFvMP0oBIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFvMP0oBIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFvMP0oBIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvMP0oBIV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvMP0oBIV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvMP0oBIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvMP0oBIV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFvMP0oBIV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFvMP0oBIV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFvMP0oBIV .navbar {
    height: 70px;
  }
  .cid-uFvMP0oBIV .navbar.opened {
    height: auto;
  }
  .cid-uFvMP0oBIV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvMP10zsg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uFvMP10zsg .main-col {
  display: flex;
}
.cid-uFvMP10zsg .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uFvMP10zsg .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uFvMP10zsg .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uFvMP10zsg .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uFvMP10zsg .text-wrapper {
    width: 52%;
  }
}
.cid-uFvMP10zsg .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uFvMP10zsg .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uFvMP10zsg .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uFvMP10zsg .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uFvMP10zsg .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFvMP10zsg .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFvMP10zsg .image-wrapper {
    width: 48%;
  }
}
.cid-uFvMP10zsg .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uFvMP10zsg .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uFvMP10zsg .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uFvMP10zsg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uFvMP10zsg .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvMP10zsg .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uFvMP10zsg .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uFvMP10zsg .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uFvMP10zsg .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uFvMP10zsg .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uFvMP10zsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvMP10zsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvMP10zsg .mbr-section-title,
.cid-uFvMP10zsg .mbr-section-btn {
  color: #ffffff;
}
.cid-uFHX6ZNFyC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFHX6ZNFyC .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uFHX6ZNFyC .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uFHX6ZNFyC .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uFHX6ZNFyC .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uFHX6ZNFyC .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uFHX6ZNFyC .timelines-container {
  margin-top: 60px;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #2aa977;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uFHX6ZNFyC .container-fluid {
  padding: 0 2rem;
}
.cid-uFHX6ZNFyC .separline:before,
.cid-uFHX6ZNFyC .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uFHX6ZNFyC .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uFHX6ZNFyC .container-fluid {
    padding: 0 1rem;
  }
  .cid-uFHX6ZNFyC .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uFHX6ZNFyC .separline:before,
  .cid-uFHX6ZNFyC .first-separline:before {
    left: -10px !important;
  }
  .cid-uFHX6ZNFyC .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uFHX6ZNFyC .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uFHX6ZNFyC .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uFHX6ZNFyC .time-line-date-content p {
    float: left !important;
  }
  .cid-uFHX6ZNFyC .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uFHX6ZNFyC .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uFHX6ZNFyC .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uFHX6ZNFyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHX6ZNFyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHX6ZNFyC .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #161734;
}
.cid-uFI2MbUS5R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFI2MbUS5R .card-wrapper {
  background-color: #000b28;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFI2MbUS5R .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFI2MbUS5R .text-wrapper {
  max-width: 28rem;
}
.cid-uFI2MbUS5R .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFI2MbUS5R .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFI2MbUS5R .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFI2MbUS5R .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFI2MbUS5R .content-wrapper {
    padding: 3rem;
  }
  .cid-uFI2MbUS5R .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uFI2MbUS5R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFI2MbUS5R .card-title {
  color: #0e2d3b;
}
.cid-uFI2MbUS5R .mbr-text,
.cid-uFI2MbUS5R .mbr-section-btn {
  color: #161734;
}
.cid-uFI2MJwdWS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFI2MJwdWS .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uFI2MJwdWS .container {
    max-width: 1400px;
  }
}
.cid-uFI2MJwdWS img {
  width: 100%;
}
.cid-uFI2MJwdWS .link-wrap {
  width: 100%;
}
.cid-uFI2MJwdWS .link {
  display: inline-block;
}
.cid-uFI2MJwdWS .card {
  transition: all 0.3s;
}
.cid-uFI2MJwdWS .card:hover {
  transform: translateY(-10px);
}
.cid-uFI2MJwdWS .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uFI2MJwdWS .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uFI2MJwdWS .main-title DIV {
  text-align: left;
}
.cid-uFI2MJwdWS .main-title {
  text-align: left;
}
.cid-uFI2MJwdWS .mbr-text,
.cid-uFI2MJwdWS .mbr-section-btn {
  color: #161734;
}
.cid-uFUGzMTP80 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uFUGzMTP80 .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #afb8ce;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-uFUGzMTP80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUGzMTP80 .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-uFUGzMTP80 .container {
    padding: 0 16px;
  }
}
.cid-uFUGzMTP80 .row {
  position: relative;
  z-index: 1;
}
.cid-uFUGzMTP80 .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFUGzMTP80 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFUGzMTP80 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #2aa977;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFUGzMTP80 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uFUGzMTP80 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFUGzMTP80 .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uFUGzMTP80 .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFUGzMTP80 .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uFUGzMTP80 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFUGzMTP80 .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #000000;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #454545;
}
@media (max-width: 992px) {
  .cid-uFUGzMTP80 .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uFUGzMTP80 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uFUGzMTP80 .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #4154f1;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uFUGzMTP80 .mbr-media {
  position: relative;
}
.cid-uFUGzMTP80 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uFUGzMTP80 a:hover {
  background-image: none !important;
}
.cid-uFUGzMTP80 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uFUGzMTP80 .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #4154f1;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFUGzMTP80 .icon-wrap:hover::before,
.cid-uFUGzMTP80 .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uFUGzMTP80 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uFUGzMTP80 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFUGzMTP80 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFUGzMTP80 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFUGzMTP80 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFUGzMTP80 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFUGzMTP80 .mbr-section-title {
  color: #000000;
}
.cid-uFUGzMTP80 .mbr-section-subtitle {
  color: #000000;
}
.cid-uFUGzMTP80 .mbr-text {
  color: #000000;
}
.cid-uFUGAHHCwZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFUGAHHCwZ .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uFUGAHHCwZ .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFUGAHHCwZ .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uFUGAHHCwZ .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFUGAHHCwZ .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uFUGAHHCwZ .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uFUGAHHCwZ .mbr-section-title {
  margin-bottom: 16px;
  color: #002549;
}
.cid-uFUGAHHCwZ .mbr-text {
  color: #000000;
}
.cid-uFUGAHHCwZ .list {
  color: #002549;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFUGAHHCwZ .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uFUGAHHCwZ .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFUGAHHCwZ .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uFUGAHHCwZ .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-uFUGAHHCwZ .cards-container {
    padding-left: 2rem;
  }
}
.cid-uFUGAHHCwZ .card-text-container {
  flex-grow: 1;
}
.cid-uFUGAHHCwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUGAHHCwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUGAHHCwZ .list,
.cid-uFUGAHHCwZ .item-wrap {
  color: #000000;
}
.cid-uFI1VC6hfK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFI1VC6hfK a:link {
  text-decoration: none;
}
.cid-uFI1VC6hfK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFI1VC6hfK .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFI1VC6hfK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFI1VC6hfK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFI1VC6hfK .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFI1VC6hfK .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFI1VC6hfK .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uFI1VC6hfK .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uFI1VC6hfK .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFI1VC6hfK .plan-title,
.cid-uFI1VC6hfK .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFI1VC6hfK .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFI1VC6hfK .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFI1VC6hfK .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFI1VC6hfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFI1VC6hfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvMMVWIwf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uFvMMVWIwf nav.navbar {
  position: fixed;
}
.cid-uFvMMVWIwf .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uFvMMVWIwf .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uFvMMVWIwf .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uFvMMVWIwf .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uFvMMVWIwf .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uFvMMVWIwf .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uFvMMVWIwf .dropdown-item:hover,
.cid-uFvMMVWIwf .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uFvMMVWIwf .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uFvMMVWIwf .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uFvMMVWIwf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uFvMMVWIwf .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uFvMMVWIwf .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uFvMMVWIwf .container {
  display: flex;
  margin: auto;
}
.cid-uFvMMVWIwf .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uFvMMVWIwf .dropdown-menu,
.cid-uFvMMVWIwf .navbar.opened {
  background: #000000 !important;
}
.cid-uFvMMVWIwf .nav-item:focus,
.cid-uFvMMVWIwf .nav-link:focus {
  outline: none;
}
.cid-uFvMMVWIwf .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uFvMMVWIwf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFvMMVWIwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFvMMVWIwf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFvMMVWIwf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFvMMVWIwf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFvMMVWIwf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uFvMMVWIwf .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uFvMMVWIwf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFvMMVWIwf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFvMMVWIwf .navbar.opened {
  transition: all 0.3s;
}
.cid-uFvMMVWIwf .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uFvMMVWIwf .navbar .navbar-logo img {
  width: auto;
}
.cid-uFvMMVWIwf .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFvMMVWIwf .navbar.collapsed {
  justify-content: center;
}
.cid-uFvMMVWIwf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFvMMVWIwf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFvMMVWIwf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uFvMMVWIwf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFvMMVWIwf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFvMMVWIwf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFvMMVWIwf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFvMMVWIwf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFvMMVWIwf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFvMMVWIwf .navbar .dropdown-menu {
    display: none;
  }
  .cid-uFvMMVWIwf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFvMMVWIwf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFvMMVWIwf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFvMMVWIwf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFvMMVWIwf .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uFvMMVWIwf .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uFvMMVWIwf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFvMMVWIwf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFvMMVWIwf .navbar .navbar-buttons,
  .cid-uFvMMVWIwf .navbar .icons-menu {
    display: none;
  }
  .cid-uFvMMVWIwf .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uFvMMVWIwf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFvMMVWIwf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFvMMVWIwf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFvMMVWIwf .dropdown-item.active,
.cid-uFvMMVWIwf .dropdown-item:active {
  background-color: transparent;
}
.cid-uFvMMVWIwf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFvMMVWIwf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFvMMVWIwf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFvMMVWIwf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFvMMVWIwf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFvMMVWIwf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFvMMVWIwf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFvMMVWIwf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFvMMVWIwf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFvMMVWIwf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFvMMVWIwf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFvMMVWIwf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvMMVWIwf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFvMMVWIwf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFvMMVWIwf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFvMMVWIwf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFvMMVWIwf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFvMMVWIwf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFvMMVWIwf .navbar {
    height: 70px;
  }
  .cid-uFvMMVWIwf .navbar.opened {
    height: auto;
  }
  .cid-uFvMMVWIwf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFvMMWB6pD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uFvMMWB6pD .main-col {
  display: flex;
}
.cid-uFvMMWB6pD .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #000000;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-uFvMMWB6pD .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uFvMMWB6pD .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uFvMMWB6pD .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uFvMMWB6pD .text-wrapper {
    width: 52%;
  }
}
.cid-uFvMMWB6pD .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uFvMMWB6pD .prof-text {
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uFvMMWB6pD .mbr-section-subtitle {
  color: #000000;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uFvMMWB6pD .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uFvMMWB6pD .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFvMMWB6pD .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFvMMWB6pD .image-wrapper {
    width: 48%;
  }
}
.cid-uFvMMWB6pD .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uFvMMWB6pD .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uFvMMWB6pD .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uFvMMWB6pD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uFvMMWB6pD .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFvMMWB6pD .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uFvMMWB6pD .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uFvMMWB6pD .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uFvMMWB6pD .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uFvMMWB6pD .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uFvMMWB6pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFvMMWB6pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFvMMWB6pD .mbr-section-title,
.cid-uFvMMWB6pD .mbr-section-btn {
  color: #ffffff;
}
.cid-uFxN9WumzY {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFxN9WumzY .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uFxN9WumzY .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uFxN9WumzY .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uFxN9WumzY .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uFxN9WumzY .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uFxN9WumzY .timelines-container {
  margin-top: 60px;
}
.cid-uFxN9WumzY .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uFxN9WumzY .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #ff6b00;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uFxN9WumzY .container-fluid {
  padding: 0 2rem;
}
.cid-uFxN9WumzY .separline:before,
.cid-uFxN9WumzY .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uFxN9WumzY .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uFxN9WumzY .container-fluid {
    padding: 0 1rem;
  }
  .cid-uFxN9WumzY .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uFxN9WumzY .separline:before,
  .cid-uFxN9WumzY .first-separline:before {
    left: -10px !important;
  }
  .cid-uFxN9WumzY .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uFxN9WumzY .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uFxN9WumzY .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uFxN9WumzY .time-line-date-content p {
    float: left !important;
  }
  .cid-uFxN9WumzY .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uFxN9WumzY .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uFxN9WumzY .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uFxN9WumzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxN9WumzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFxN9WumzY .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #000000;
}
.cid-uFI2Dd7j5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFI2Dd7j5V .card-wrapper {
  background-color: #000b28;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFI2Dd7j5V .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFI2Dd7j5V .text-wrapper {
  max-width: 28rem;
}
.cid-uFI2Dd7j5V .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFI2Dd7j5V .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFI2Dd7j5V .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFI2Dd7j5V .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFI2Dd7j5V .content-wrapper {
    padding: 3rem;
  }
  .cid-uFI2Dd7j5V .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-uFI2Dd7j5V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uFI2Dd7j5V .card-title {
  color: #0e2d3b;
}
.cid-uFI2Dd7j5V .mbr-text,
.cid-uFI2Dd7j5V .mbr-section-btn {
  color: #000000;
}
.cid-uFI2DJmf5d {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFI2DJmf5d .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uFI2DJmf5d .container {
    max-width: 1400px;
  }
}
.cid-uFI2DJmf5d img {
  width: 100%;
}
.cid-uFI2DJmf5d .link-wrap {
  width: 100%;
}
.cid-uFI2DJmf5d .link {
  display: inline-block;
}
.cid-uFI2DJmf5d .card {
  transition: all 0.3s;
}
.cid-uFI2DJmf5d .card:hover {
  transform: translateY(-10px);
}
.cid-uFI2DJmf5d .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uFI2DJmf5d .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uFI2DJmf5d .mbr-text,
.cid-uFI2DJmf5d .link-wrap {
  color: #000000;
}
.cid-uFUGvCj3CO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uFUGvCj3CO .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #afb8ce;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-uFUGvCj3CO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUGvCj3CO .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-uFUGvCj3CO .container {
    padding: 0 16px;
  }
}
.cid-uFUGvCj3CO .row {
  position: relative;
  z-index: 1;
}
.cid-uFUGvCj3CO .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uFUGvCj3CO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFUGvCj3CO .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ff6b00;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uFUGvCj3CO .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uFUGvCj3CO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFUGvCj3CO .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-uFUGvCj3CO .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFUGvCj3CO .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uFUGvCj3CO .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFUGvCj3CO .box {
  border-radius: 16px !important;
  margin-left: 32px;
  background-color: #000000;
  margin-top: -12rem;
  box-shadow: 2px 2px 10px #454545;
}
@media (max-width: 992px) {
  .cid-uFUGvCj3CO .box {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-uFUGvCj3CO .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cid-uFUGvCj3CO .box .mbr-media .mbr-iconfont {
  font-size: 25px;
  color: #c6f15c;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uFUGvCj3CO .mbr-media {
  position: relative;
}
.cid-uFUGvCj3CO .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uFUGvCj3CO a:hover {
  background-image: none !important;
}
.cid-uFUGvCj3CO .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uFUGvCj3CO .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #c6f15c;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFUGvCj3CO .icon-wrap:hover::before,
.cid-uFUGvCj3CO .icon-wrap:focus::before {
  opacity: .5;
}
.cid-uFUGvCj3CO .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uFUGvCj3CO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFUGvCj3CO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFUGvCj3CO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFUGvCj3CO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFUGvCj3CO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFUGvCj3CO .mbr-section-title {
  color: #000000;
}
.cid-uFUGvCj3CO .mbr-section-subtitle {
  color: #000000;
}
.cid-uFUGvCj3CO .mbr-text {
  color: #000000;
}
.cid-uFUGwen12M {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFUGwen12M .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uFUGwen12M .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFUGwen12M .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uFUGwen12M .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFUGwen12M .col-text {
    padding-right: 4.625rem;
  }
}
.cid-uFUGwen12M .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uFUGwen12M .mbr-section-title {
  margin-bottom: 16px;
  color: #002549;
}
.cid-uFUGwen12M .mbr-text {
  color: #000000;
}
.cid-uFUGwen12M .list {
  color: #002549;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFUGwen12M .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uFUGwen12M .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFUGwen12M .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uFUGwen12M .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-uFUGwen12M .cards-container {
    padding-left: 2rem;
  }
}
.cid-uFUGwen12M .card-text-container {
  flex-grow: 1;
}
.cid-uFUGwen12M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUGwen12M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUGwen12M .list,
.cid-uFUGwen12M .item-wrap {
  color: #000000;
}
.cid-uFUNcyyGMv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uFUNcyyGMv a:link {
  text-decoration: none;
}
.cid-uFUNcyyGMv .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFUNcyyGMv .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uFUNcyyGMv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uFUNcyyGMv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uFUNcyyGMv .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uFUNcyyGMv .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uFUNcyyGMv .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uFUNcyyGMv .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uFUNcyyGMv .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uFUNcyyGMv .plan-title,
.cid-uFUNcyyGMv .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uFUNcyyGMv .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uFUNcyyGMv .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uFUNcyyGMv .mbr-section-title span {
  color: #ffbc00;
}
.cid-uFUNcyyGMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUNcyyGMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3miCLcWn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL3miCLcWn nav.navbar {
  position: fixed;
}
.cid-uL3miCLcWn .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uL3miCLcWn .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uL3miCLcWn .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uL3miCLcWn .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uL3miCLcWn .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uL3miCLcWn .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uL3miCLcWn .dropdown-item:hover,
.cid-uL3miCLcWn .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uL3miCLcWn .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uL3miCLcWn .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uL3miCLcWn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uL3miCLcWn .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uL3miCLcWn .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uL3miCLcWn .container {
  display: flex;
  margin: auto;
}
.cid-uL3miCLcWn .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uL3miCLcWn .dropdown-menu,
.cid-uL3miCLcWn .navbar.opened {
  background: #000000 !important;
}
.cid-uL3miCLcWn .nav-item:focus,
.cid-uL3miCLcWn .nav-link:focus {
  outline: none;
}
.cid-uL3miCLcWn .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uL3miCLcWn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL3miCLcWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL3miCLcWn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL3miCLcWn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL3miCLcWn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL3miCLcWn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uL3miCLcWn .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uL3miCLcWn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL3miCLcWn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL3miCLcWn .navbar.opened {
  transition: all 0.3s;
}
.cid-uL3miCLcWn .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uL3miCLcWn .navbar .navbar-logo img {
  width: auto;
}
.cid-uL3miCLcWn .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uL3miCLcWn .navbar.collapsed {
  justify-content: center;
}
.cid-uL3miCLcWn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL3miCLcWn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL3miCLcWn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uL3miCLcWn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL3miCLcWn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL3miCLcWn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL3miCLcWn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL3miCLcWn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uL3miCLcWn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL3miCLcWn .navbar .dropdown-menu {
    display: none;
  }
  .cid-uL3miCLcWn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL3miCLcWn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL3miCLcWn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL3miCLcWn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL3miCLcWn .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uL3miCLcWn .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uL3miCLcWn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL3miCLcWn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL3miCLcWn .navbar .navbar-buttons,
  .cid-uL3miCLcWn .navbar .icons-menu {
    display: none;
  }
  .cid-uL3miCLcWn .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uL3miCLcWn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL3miCLcWn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL3miCLcWn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL3miCLcWn .dropdown-item.active,
.cid-uL3miCLcWn .dropdown-item:active {
  background-color: transparent;
}
.cid-uL3miCLcWn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL3miCLcWn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL3miCLcWn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL3miCLcWn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL3miCLcWn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL3miCLcWn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL3miCLcWn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL3miCLcWn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL3miCLcWn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL3miCLcWn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL3miCLcWn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL3miCLcWn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL3miCLcWn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL3miCLcWn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL3miCLcWn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL3miCLcWn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL3miCLcWn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uL3miCLcWn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL3miCLcWn .navbar {
    height: 70px;
  }
  .cid-uL3miCLcWn .navbar.opened {
    height: auto;
  }
  .cid-uL3miCLcWn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL3mGpLVPx {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uL3mGpLVPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3mGpLVPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3mGpLVPx img {
  width: 100%;
  border: 15px solid #000000;
}
.cid-uL3mGpLVPx .title-text {
  color: #dfcefd;
}
.cid-uL3mGpLVPx .mbr-text {
  color: #dfcefd;
}
.cid-uL3miEGDel {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL3miEGDel .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uL3miEGDel .img-row {
    flex-wrap: nowrap;
  }
}
.cid-uL3miEGDel .item:focus,
.cid-uL3miEGDel span:focus {
  outline: none;
}
.cid-uL3miEGDel .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-uL3miEGDel .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-uL3miEGDel .item-img {
    margin-bottom: 40px;
  }
}
.cid-uL3miEGDel .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-uL3miEGDel .btn-item {
  width: 100%;
}
.cid-uL3miEGDel .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-uL3miEGDel .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-uL3miEGDel .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uL3miEGDel .label-text {
  color: #ed2680;
  text-align: center;
}
.cid-uL3miEGDel .mbr-section-title,
.cid-uL3miEGDel .mbr-section-btn {
  text-align: center;
}
.cid-uL3miFV9o7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL3miFV9o7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3miFV9o7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3miFV9o7 img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uL3miFV9o7 img {
    margin-bottom: 2rem;
  }
}
.cid-uL3miFV9o7 .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uL3miFV9o7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uL3miFV9o7 .card-wrapper {
    max-width: 400px;
  }
}
.cid-uL3miFV9o7 .mbr-iconfont {
  font-size: 3rem;
  color: #ff8a8a;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uL3miFV9o7 .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-uL3miFV9o7 .card-text {
  color: #161734;
}
.cid-uL3miFV9o7 .card-title {
  color: #161734;
}
.cid-uL3oc7v7tR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL3oc7v7tR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3oc7v7tR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3oc7v7tR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uL3oc7v7tR .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uL3oc7v7tR .container {
    padding: 0 25px;
  }
}
.cid-uL3oc7v7tR .tabs-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uL3oc7v7tR .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uL3oc7v7tR .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
}
.cid-uL3oc7v7tR .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
}
.cid-uL3oc7v7tR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #2f2e30;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  padding: 16px 20px 0;
}
.cid-uL3oc7v7tR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #a0ffc2;
}
.cid-uL3oc7v7tR .tab-content {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uL3oc7v7tR .tab-content {
    width: 100%;
    margin: 0;
  }
}
.cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 100%;
  width: 320px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding: 50px;
  background-color: #000b28;
}
@media (max-width: 992px) {
  .cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper .title-wrapper {
    padding: 30px;
  }
}
.cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
  margin-bottom: 16px;
}
.cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uL3oc7v7tR .tab-content .tab-pane .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uL3oc7v7tR .mbr-card-title {
  color: #2f2e30;
}
.cid-uL3oc7v7tR .mbr-desc {
  color: #2f2e30;
}
.cid-uL3oc7v7tR .mbr-text {
  color: #ffffff;
}
.cid-uL3oc7v7tR .mbr-card-title,
.cid-uL3oc7v7tR .mbr-section-btn {
  color: #ffffff;
}
.cid-uL3miGdYNp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uL3miGdYNp .google-map {
  height: 24rem;
  position: relative;
}
.cid-uL3miGdYNp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uL3miGdYNp .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'PT Sans';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uL3miGdYNp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uL3miGdYNp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (min-width: 768px) {
  .cid-uL3miGdYNp .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uL3miGdYNp .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uL3miGdYNp .google-map {
    padding-bottom: 2rem;
  }
}
.cid-uL3miGdYNp .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
}
@media (min-width: 992px) {
  .cid-uL3miGdYNp .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uL3miGdYNp .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uL3miGdYNp H2 {
  text-align: left;
  color: #0e2d3b;
}
.cid-uL3miGdYNp .mbr-section-text,
.cid-uL3miGdYNp .mbr-section-btn {
  text-align: left;
  color: #0e2d3b;
}
.cid-uL3miGdYNp .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uL3miGdYNp .mbr-card-title {
  text-align: left;
}
.cid-uL3miGVmxS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-uL3miGVmxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3miGVmxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3miGVmxS .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uL3miGVmxS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uL3miGVmxS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uL3miGVmxS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uL3miGVmxS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uL3miGVmxS .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-uL3miGVmxS .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-uL3miGVmxS .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-uL3miGVmxS .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #000000;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uL3miGVmxS .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uL3miGVmxS .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-uL3miGVmxS .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uL3miGVmxS .item-content {
    margin-top: 20px;
  }
}
.cid-uL3miGVmxS .card-title {
  color: #131313;
}
.cid-uL3miGVmxS .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-uL3miGVmxS .mbr-section-btn {
  margin-top: 5px;
}
.cid-uL3miGVmxS .card-text,
.cid-uL3miGVmxS .mbr-section-btn {
  color: #ffffff;
}
.cid-uL3miGVmxS .card-title,
.cid-uL3miGVmxS .iconfont-wrapper {
  color: #ffffff;
}
.cid-uL3miHsunZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uL3miHsunZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3miHsunZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3miHsunZ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uL3miHsunZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uL3miHsunZ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uL3miHsunZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uL3miHsunZ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uL3miHsunZ .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-uL3miHsunZ .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-uL3miHsunZ .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-uL3miHsunZ .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #000000;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uL3miHsunZ .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uL3miHsunZ .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-uL3miHsunZ .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uL3miHsunZ .item-content {
    margin-top: 20px;
  }
}
.cid-uL3miHsunZ .card-title {
  color: #131313;
}
.cid-uL3miHsunZ .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-uL3miHsunZ .mbr-section-btn {
  margin-top: 5px;
}
.cid-uL3miHsunZ .card-text,
.cid-uL3miHsunZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uL3miHsunZ .card-title,
.cid-uL3miHsunZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-uL3miHTWiE {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uL3miHTWiE li {
  list-style: none;
}
@media (min-width: 1500px) {
  .cid-uL3miHTWiE .container {
    max-width: 1400px;
  }
}
.cid-uL3miHTWiE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uL3miHTWiE .social-list .mbr-iconfont-social {
  font-size: 1.4rem;
  color: #999999;
}
.cid-uL3miHTWiE .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-uL3miHTWiE .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL3miHTWiE .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uL3miHTWiE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL3miHTWiE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uL3miHTWiE .row {
  justify-content: space-between;
}
.cid-uL3miHTWiE .item-wrap {
  margin-bottom: 14px;
}
.cid-uL3miHTWiE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: 0 -0.5rem;
}
.cid-uL3miHTWiE h4 {
  margin: 0;
}
.cid-uL3miHTWiE ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uL3miHTWiE .row {
    justify-content: flex-start;
  }
  .cid-uL3miHTWiE .md-pb {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uL3miHTWiE .social-row {
    justify-content: center;
  }
}
.cid-uL3miHTWiE .item5 {
  color: #000000;
}
.cid-uL3miHTWiE .item4 {
  color: #ffffff;
}
.cid-uL3miHTWiE .item3 {
  color: #ffffff;
}
.cid-uL3miHTWiE .item2 {
  color: #ffffff;
}
.cid-uL3miHTWiE .item1 {
  color: #ffffff;
  text-align: left;
}
.cid-uL3miHTWiE .col-title1 {
  color: #ffffff;
}
.cid-uL3miHTWiE .col-title2 {
  color: #ffffff;
}
.cid-uL3miHTWiE .col-title3 {
  color: #ffffff;
}
.cid-uL3miHTWiE .col-title4 {
  color: #ffffff;
}
.cid-uL3miHTWiE .col-title5 {
  color: #000000;
}
.cid-uL3miHTWiE .col-text {
  color: #ffffff;
}
.cid-uL3miHTWiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3miHTWiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3miIrzWF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uL3miIrzWF a:link {
  text-decoration: none;
}
.cid-uL3miIrzWF .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uL3miIrzWF .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uL3miIrzWF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uL3miIrzWF .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uL3miIrzWF .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uL3miIrzWF .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uL3miIrzWF .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uL3miIrzWF .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uL3miIrzWF .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uL3miIrzWF .plan-title,
.cid-uL3miIrzWF .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uL3miIrzWF .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uL3miIrzWF .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uL3miIrzWF .mbr-section-title span {
  color: #ffbc00;
}
.cid-uL3miIrzWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3miIrzWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUo5ZTYLRV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUo5ZTYLRV nav.navbar {
  position: fixed;
}
.cid-uUo5ZTYLRV .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uUo5ZTYLRV .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uUo5ZTYLRV .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uUo5ZTYLRV .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uUo5ZTYLRV .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uUo5ZTYLRV .dropdown-item:hover,
.cid-uUo5ZTYLRV .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uUo5ZTYLRV .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uUo5ZTYLRV .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .container {
  display: flex;
  margin: auto;
}
.cid-uUo5ZTYLRV .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uUo5ZTYLRV .dropdown-menu,
.cid-uUo5ZTYLRV .navbar.opened {
  background: #000000 !important;
}
.cid-uUo5ZTYLRV .nav-item:focus,
.cid-uUo5ZTYLRV .nav-link:focus {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUo5ZTYLRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUo5ZTYLRV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.opened {
  transition: all 0.3s;
}
.cid-uUo5ZTYLRV .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uUo5ZTYLRV .navbar .navbar-logo img {
  width: auto;
}
.cid-uUo5ZTYLRV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar.collapsed {
  justify-content: center;
}
.cid-uUo5ZTYLRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUo5ZTYLRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUo5ZTYLRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUo5ZTYLRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUo5ZTYLRV .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-buttons,
  .cid-uUo5ZTYLRV .navbar .icons-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uUo5ZTYLRV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown-item.active,
.cid-uUo5ZTYLRV .dropdown-item:active {
  background-color: transparent;
}
.cid-uUo5ZTYLRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUo5ZTYLRV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUo5ZTYLRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUo5ZTYLRV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUo5ZTYLRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUo5ZTYLRV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUo5ZTYLRV .navbar {
    height: 70px;
  }
  .cid-uUo5ZTYLRV .navbar.opened {
    height: auto;
  }
  .cid-uUo5ZTYLRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVfGyBpuqV {
  padding-top: 6rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fef8f5;
}
.cid-uVfGyBpuqV .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uVfGyBpuqV img {
  width: 100%;
  transform: scale(2);
  height: 230px;
  z-index: 0;
  border-radius: 30px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVfGyBpuqV img {
    transform: scale(1) translateX(0);
  }
}
.cid-uVfGyBpuqV .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uVfGyBpuqV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uVfGyBpuqV .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-uVfGyBpuqV .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVfGyBpuqV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVfGyBpuqV .mbr-section-title,
.cid-uVfGyBpuqV .mbr-section-subtitle,
.cid-uVfGyBpuqV .mbr-text,
.cid-uVfGyBpuqV .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uVfGyBpuqV .col-12 {
  position: relative;
}
.cid-uVfGyBpuqV .mbr-section-title {
  color: #ed2680;
}
.cid-uVfGyBpuqV .mbr-text,
.cid-uVfGyBpuqV .mbr-section-btn {
  color: #263d5a;
}
.cid-uVfGyBpuqV .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uV8BCh73oR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fef8f5;
}
.cid-uV8BCh73oR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV8BCh73oR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV8BCh73oR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uV8BCh73oR .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uV8BCh73oR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uV8BCh73oR .items-wrapper {
  margin: 0 -5px;
}
.cid-uV8BCh73oR .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uV8BCh73oR .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uV8BCh73oR .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #fef8f5;
}
.cid-uV8BCh73oR .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV8BCh73oR .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uV8BCh73oR .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uV8BCh73oR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uV8BCh73oR .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV8BCh73oR .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uV8BCh73oR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uV8BCh73oR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uV8BCh73oR .mbr-section-title {
  color: #093388;
}
.cid-uV8BCh73oR .item-title {
  color: #093388;
}
.cid-uV8BCh73oR .item-text {
  color: #58595b;
}
.cid-uVg4GhRdy6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uVg4GhRdy6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uVg4GhRdy6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVg4GhRdy6 .mbr-section-btn .btn-secondary-outline .active,
.cid-uVg4GhRdy6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ed2680 !important;
}
@media (min-width: 991px) {
  .cid-uVg4GhRdy6 .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-uVg4GhRdy6 img,
.cid-uVg4GhRdy6 .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-uVg4GhRdy6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-uVg4GhRdy6 .item-wrapper:hover .item-title a {
  color: #0e2d3b !important;
}
@media (min-width: 992px) {
  .cid-uVg4GhRdy6 .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-uVg4GhRdy6 .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-uVg4GhRdy6 .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-uVg4GhRdy6 .item-content {
    padding-top: 20px;
  }
}
.cid-uVg4GhRdy6 .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uVg4GhRdy6 .card_post {
    padding: 20px;
  }
}
.cid-uVg4GhRdy6 .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uVg4GhRdy6 .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uVg4GhRdy6 .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uVg4GhRdy6 .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uVg4GhRdy6 .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uVg4GhRdy6 .item:focus,
.cid-uVg4GhRdy6 span:focus {
  outline: none;
}
.cid-uVg4GhRdy6 .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uVg4GhRdy6 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVg4GhRdy6 .item-title,
.cid-uVg4GhRdy6 .card_topic,
.cid-uVg4GhRdy6 .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-uVg4GhRdy6 .category_content {
  opacity: .8;
}
.cid-uVg4GhRdy6 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #0e2d3b;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uVg4GhRdy6 .item-title {
  color: #051441;
}
.cid-uVg4GhRdy6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uVg4GhRdy6 .mbr-section-title {
  color: #6a7c92;
}
.cid-uVg72nZUsF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uVg72nZUsF .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uVg72nZUsF .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVg72nZUsF .mbr-section-btn .btn-secondary-outline .active,
.cid-uVg72nZUsF .mbr-section-btn .btn-secondary-outline:focus {
  color: #ed2680 !important;
}
@media (min-width: 991px) {
  .cid-uVg72nZUsF .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-uVg72nZUsF img,
.cid-uVg72nZUsF .item-img {
  border-radius: 4px;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVg72nZUsF .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-uVg72nZUsF .item-wrapper:hover .item-title a {
  color: #0e2d3b !important;
}
@media (min-width: 992px) {
  .cid-uVg72nZUsF .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-uVg72nZUsF .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-uVg72nZUsF .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-uVg72nZUsF .item-content {
    padding-top: 20px;
  }
}
.cid-uVg72nZUsF .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-uVg72nZUsF .card_post {
    padding: 20px;
  }
}
.cid-uVg72nZUsF .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-uVg72nZUsF .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-uVg72nZUsF .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-uVg72nZUsF .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-uVg72nZUsF .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-uVg72nZUsF .item:focus,
.cid-uVg72nZUsF span:focus {
  outline: none;
}
.cid-uVg72nZUsF .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-uVg72nZUsF .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVg72nZUsF .item-title,
.cid-uVg72nZUsF .card_topic,
.cid-uVg72nZUsF .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-uVg72nZUsF .category_content {
  opacity: .8;
}
.cid-uVg72nZUsF .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #0e2d3b;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uVg72nZUsF .item-title {
  color: #051441;
}
.cid-uVg72nZUsF .mbr-section-subtitle {
  color: #000000;
}
.cid-uVg72nZUsF .mbr-section-title {
  color: #6a7c92;
}
.cid-uVfYk6XWTa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-uVfYk6XWTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfYk6XWTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfYk6XWTa .btn {
  padding: 1rem 2rem;
}
.cid-uVfYk6XWTa .content-head {
  max-width: 800px;
}
.cid-uVfYk6XWTa .item-wrapper .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #fdfde1;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uVfYk6XWTa .card-title,
.cid-uVfYk6XWTa .iconfont-wrapper {
  color: #6a7c92;
}
.cid-uVfYk6XWTa .card-text {
  color: #ff2199;
}
.cid-uVfYk6XWTa .mbr-section-subtitle {
  color: #6a7c92;
}
.cid-uVfYk6XWTa .mbr-section-title {
  color: #000000;
}
.cid-uUo5ZVtZxG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uUo5ZVtZxG a:link {
  text-decoration: none;
}
.cid-uUo5ZVtZxG .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUo5ZVtZxG .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uUo5ZVtZxG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUo5ZVtZxG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uUo5ZVtZxG .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uUo5ZVtZxG .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uUo5ZVtZxG .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uUo5ZVtZxG .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uUo5ZVtZxG .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uUo5ZVtZxG .plan-title,
.cid-uUo5ZVtZxG .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uUo5ZVtZxG .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uUo5ZVtZxG .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uUo5ZVtZxG .mbr-section-title span {
  color: #ffbc00;
}
.cid-uUo5ZVtZxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUo5ZVtZxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUo5ZTYLRV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUo5ZTYLRV nav.navbar {
  position: fixed;
}
.cid-uUo5ZTYLRV .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uUo5ZTYLRV .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uUo5ZTYLRV .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uUo5ZTYLRV .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uUo5ZTYLRV .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uUo5ZTYLRV .dropdown-item:hover,
.cid-uUo5ZTYLRV .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uUo5ZTYLRV .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uUo5ZTYLRV .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .container {
  display: flex;
  margin: auto;
}
.cid-uUo5ZTYLRV .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uUo5ZTYLRV .dropdown-menu,
.cid-uUo5ZTYLRV .navbar.opened {
  background: #000000 !important;
}
.cid-uUo5ZTYLRV .nav-item:focus,
.cid-uUo5ZTYLRV .nav-link:focus {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUo5ZTYLRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUo5ZTYLRV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.opened {
  transition: all 0.3s;
}
.cid-uUo5ZTYLRV .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uUo5ZTYLRV .navbar .navbar-logo img {
  width: auto;
}
.cid-uUo5ZTYLRV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar.collapsed {
  justify-content: center;
}
.cid-uUo5ZTYLRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUo5ZTYLRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUo5ZTYLRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUo5ZTYLRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUo5ZTYLRV .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-buttons,
  .cid-uUo5ZTYLRV .navbar .icons-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uUo5ZTYLRV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown-item.active,
.cid-uUo5ZTYLRV .dropdown-item:active {
  background-color: transparent;
}
.cid-uUo5ZTYLRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUo5ZTYLRV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUo5ZTYLRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUo5ZTYLRV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUo5ZTYLRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUo5ZTYLRV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUo5ZTYLRV .navbar {
    height: 70px;
  }
  .cid-uUo5ZTYLRV .navbar.opened {
    height: auto;
  }
  .cid-uUo5ZTYLRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWzYhZM1e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVWzYhZM1e .mbr-text {
  color: #f9f9f9;
}
.cid-uVWzYhZM1e .mbr-section-subtitle {
  color: #000000;
}
.cid-uVWzYhZM1e .mbr-section-title {
  color: #f9f9f9;
  text-align: center;
}
.cid-uVWzFncTA0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVWzFncTA0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWzFncTA0 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWzFncTA0 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWzFncTA0 .mbr-text {
  color: #f9f9f9;
}
.cid-uVWzFncTA0 .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWzFncTA0 .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWBlcfZP2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVWBlcfZP2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWBlcfZP2 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWBlcfZP2 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWBlcfZP2 .mbr-text {
  color: #f9f9f9;
}
.cid-uVWBlcfZP2 .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWBlcfZP2 .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWBlLiGkW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVWBlLiGkW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWBlLiGkW .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWBlLiGkW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWBlLiGkW .mbr-text {
  color: #f9f9f9;
}
.cid-uVWBlLiGkW .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWBlLiGkW .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWBme6UVx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVWBme6UVx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWBme6UVx .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWBme6UVx .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWBme6UVx .mbr-text {
  color: #f9f9f9;
}
.cid-uVWBme6UVx .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWBme6UVx .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWBmIloqw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVWBmIloqw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWBmIloqw .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWBmIloqw .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWBmIloqw .mbr-text {
  color: #f9f9f9;
}
.cid-uVWBmIloqw .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWBmIloqw .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWBnvwMzC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVWBnvwMzC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWBnvwMzC .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWBnvwMzC .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWBnvwMzC .mbr-text {
  color: #f9f9f9;
}
.cid-uVWBnvwMzC .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWBnvwMzC .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWDHOGadP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVWDHOGadP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWDHOGadP .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWDHOGadP .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWDHOGadP .mbr-text {
  color: #f9f9f9;
}
.cid-uVWDHOGadP .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWDHOGadP .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWDXncFwW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVWDXncFwW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWDXncFwW .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWDXncFwW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWDXncFwW .mbr-text {
  color: #f9f9f9;
}
.cid-uVWDXncFwW .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWDXncFwW .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWNFrPOEi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVWNFrPOEi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWNFrPOEi .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWNFrPOEi .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWNFrPOEi .mbr-text {
  color: #f9f9f9;
}
.cid-uVWNFrPOEi .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWNFrPOEi .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWNYeRmkI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWNYeRmkI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWNYeRmkI .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWNYeRmkI .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWNYeRmkI .mbr-text {
  color: #f9f9f9;
}
.cid-uVWNYeRmkI .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWNYeRmkI .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWOy1jFVt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVWOy1jFVt .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWOy1jFVt .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWOy1jFVt .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWOy1jFVt .mbr-text {
  color: #f9f9f9;
}
.cid-uVWOy1jFVt .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWOy1jFVt .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVZjxMwe9C {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVZjxMwe9C .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVZjxMwe9C .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVZjxMwe9C .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVZjxMwe9C .mbr-text {
  color: #f9f9f9;
}
.cid-uVZjxMwe9C .mbr-section-title DIV {
  text-align: left;
}
.cid-uVZjxMwe9C .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWOIzeM2s {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWOIzeM2s .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWOIzeM2s .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uVWOIzeM2s .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uVWOIzeM2s .mbr-text {
  color: #f9f9f9;
}
.cid-uVWOIzeM2s .mbr-section-title DIV {
  text-align: left;
}
.cid-uVWOIzeM2s .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWR9Fh8B6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uVWR9Fh8B6 a:link {
  text-decoration: none;
}
.cid-uVWR9Fh8B6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVWR9Fh8B6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVWR9Fh8B6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVWR9Fh8B6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVWR9Fh8B6 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uVWR9Fh8B6 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uVWR9Fh8B6 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uVWR9Fh8B6 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uVWR9Fh8B6 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uVWR9Fh8B6 .plan-title,
.cid-uVWR9Fh8B6 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uVWR9Fh8B6 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uVWR9Fh8B6 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uVWR9Fh8B6 .mbr-section-title span {
  color: #ffbc00;
}
.cid-uVWR9Fh8B6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWR9Fh8B6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUo5ZTYLRV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUo5ZTYLRV nav.navbar {
  position: fixed;
}
.cid-uUo5ZTYLRV .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uUo5ZTYLRV .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uUo5ZTYLRV .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uUo5ZTYLRV .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uUo5ZTYLRV .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uUo5ZTYLRV .dropdown-item:hover,
.cid-uUo5ZTYLRV .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uUo5ZTYLRV .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uUo5ZTYLRV .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .container {
  display: flex;
  margin: auto;
}
.cid-uUo5ZTYLRV .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uUo5ZTYLRV .dropdown-menu,
.cid-uUo5ZTYLRV .navbar.opened {
  background: #000000 !important;
}
.cid-uUo5ZTYLRV .nav-item:focus,
.cid-uUo5ZTYLRV .nav-link:focus {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUo5ZTYLRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUo5ZTYLRV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.opened {
  transition: all 0.3s;
}
.cid-uUo5ZTYLRV .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uUo5ZTYLRV .navbar .navbar-logo img {
  width: auto;
}
.cid-uUo5ZTYLRV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar.collapsed {
  justify-content: center;
}
.cid-uUo5ZTYLRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUo5ZTYLRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUo5ZTYLRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUo5ZTYLRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUo5ZTYLRV .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-buttons,
  .cid-uUo5ZTYLRV .navbar .icons-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uUo5ZTYLRV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown-item.active,
.cid-uUo5ZTYLRV .dropdown-item:active {
  background-color: transparent;
}
.cid-uUo5ZTYLRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUo5ZTYLRV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUo5ZTYLRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUo5ZTYLRV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUo5ZTYLRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUo5ZTYLRV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUo5ZTYLRV .navbar {
    height: 70px;
  }
  .cid-uUo5ZTYLRV .navbar.opened {
    height: auto;
  }
  .cid-uUo5ZTYLRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWXyTkjWR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVWXyTkjWR .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXyTkjWR .mbr-section-subtitle {
  color: #000000;
}
.cid-uVWXyTkjWR .mbr-section-title {
  color: #f9f9f9;
  text-align: center;
}
.cid-uVWXzHYqJB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXzHYqJB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXzHYqJB .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXzHYqJB .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXzHYqJB .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXzHYqJB .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWXNCxmfv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXNCxmfv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXNCxmfv .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXNCxmfv .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXNCxmfv .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXNCxmfv .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWXObbMM5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXObbMM5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXObbMM5 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXObbMM5 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXObbMM5 .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXObbMM5 .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWXOKaIze {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXOKaIze .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXOKaIze .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXOKaIze .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXOKaIze .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXOKaIze .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWXPdt9NT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXPdt9NT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXPdt9NT .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXPdt9NT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXPdt9NT .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXPdt9NT .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWXQtFLpT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXQtFLpT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXQtFLpT .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXQtFLpT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXQtFLpT .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXQtFLpT .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWXR0G7jj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXR0G7jj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXR0G7jj .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXR0G7jj .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXR0G7jj .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXR0G7jj .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWXSBoueK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXSBoueK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXSBoueK .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXSBoueK .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXSBoueK .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXSBoueK .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWXU6fn7F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWXU6fn7F .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWXU6fn7F .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWXU6fn7F .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWXU6fn7F .mbr-text {
  color: #f9f9f9;
}
.cid-uVWXU6fn7F .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWZQR50ZF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWZQR50ZF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWZQR50ZF .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWZQR50ZF .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWZQR50ZF .mbr-text {
  color: #f9f9f9;
}
.cid-uVWZQR50ZF .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWZPUPw8W {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWZPUPw8W .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWZPUPw8W .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWZPUPw8W .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWZPUPw8W .mbr-text {
  color: #f9f9f9;
}
.cid-uVWZPUPw8W .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX0diA4pz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX0diA4pz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX0diA4pz .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX0diA4pz .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX0diA4pz .mbr-text {
  color: #f9f9f9;
}
.cid-uVX0diA4pz .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX0qintMX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX0qintMX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX0qintMX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uVX0qintMX .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uVX0qintMX .mbr-text {
  color: #f9f9f9;
}
.cid-uVX0qintMX .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX25x4JVQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uVX25x4JVQ a:link {
  text-decoration: none;
}
.cid-uVX25x4JVQ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVX25x4JVQ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVX25x4JVQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVX25x4JVQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVX25x4JVQ .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uVX25x4JVQ .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uVX25x4JVQ .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uVX25x4JVQ .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uVX25x4JVQ .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uVX25x4JVQ .plan-title,
.cid-uVX25x4JVQ .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uVX25x4JVQ .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uVX25x4JVQ .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uVX25x4JVQ .mbr-section-title span {
  color: #ffbc00;
}
.cid-uVX25x4JVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX25x4JVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUo5ZTYLRV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUo5ZTYLRV nav.navbar {
  position: fixed;
}
.cid-uUo5ZTYLRV .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uUo5ZTYLRV .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uUo5ZTYLRV .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uUo5ZTYLRV .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uUo5ZTYLRV .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uUo5ZTYLRV .dropdown-item:hover,
.cid-uUo5ZTYLRV .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uUo5ZTYLRV .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uUo5ZTYLRV .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .container {
  display: flex;
  margin: auto;
}
.cid-uUo5ZTYLRV .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uUo5ZTYLRV .dropdown-menu,
.cid-uUo5ZTYLRV .navbar.opened {
  background: #000000 !important;
}
.cid-uUo5ZTYLRV .nav-item:focus,
.cid-uUo5ZTYLRV .nav-link:focus {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUo5ZTYLRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUo5ZTYLRV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.opened {
  transition: all 0.3s;
}
.cid-uUo5ZTYLRV .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uUo5ZTYLRV .navbar .navbar-logo img {
  width: auto;
}
.cid-uUo5ZTYLRV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar.collapsed {
  justify-content: center;
}
.cid-uUo5ZTYLRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUo5ZTYLRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUo5ZTYLRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUo5ZTYLRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUo5ZTYLRV .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-buttons,
  .cid-uUo5ZTYLRV .navbar .icons-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uUo5ZTYLRV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown-item.active,
.cid-uUo5ZTYLRV .dropdown-item:active {
  background-color: transparent;
}
.cid-uUo5ZTYLRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUo5ZTYLRV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUo5ZTYLRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUo5ZTYLRV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUo5ZTYLRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUo5ZTYLRV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUo5ZTYLRV .navbar {
    height: 70px;
  }
  .cid-uUo5ZTYLRV .navbar.opened {
    height: auto;
  }
  .cid-uUo5ZTYLRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVWRWSQ1AR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVWRWSQ1AR .mbr-text {
  color: #f9f9f9;
}
.cid-uVWRWSQ1AR .mbr-section-subtitle {
  color: #000000;
}
.cid-uVWRWSQ1AR .mbr-section-title {
  color: #f9f9f9;
  text-align: center;
}
.cid-uVWTuL4I5f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWTuL4I5f .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWTuL4I5f .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWTuL4I5f .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWTuL4I5f .mbr-text {
  color: #f9f9f9;
}
.cid-uVWTuL4I5f .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWTKDYx1B {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWTKDYx1B .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWTKDYx1B .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWTKDYx1B .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWTKDYx1B .mbr-text {
  color: #f9f9f9;
}
.cid-uVWTKDYx1B .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWTLpZ7j3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWTLpZ7j3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWTLpZ7j3 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWTLpZ7j3 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWTLpZ7j3 .mbr-text {
  color: #f9f9f9;
}
.cid-uVWTLpZ7j3 .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWTMW4vBZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWTMW4vBZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWTMW4vBZ .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWTMW4vBZ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWTMW4vBZ .mbr-text {
  color: #f9f9f9;
}
.cid-uVWTMW4vBZ .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWUFKKrkz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWUFKKrkz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWUFKKrkz .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWUFKKrkz .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWUFKKrkz .mbr-text {
  color: #f9f9f9;
}
.cid-uVWUFKKrkz .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWUGz2WUA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWUGz2WUA .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWUGz2WUA .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWUGz2WUA .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWUGz2WUA .mbr-text {
  color: #f9f9f9;
}
.cid-uVWUGz2WUA .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWUHmn5ir {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWUHmn5ir .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWUHmn5ir .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWUHmn5ir .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWUHmn5ir .mbr-text {
  color: #f9f9f9;
}
.cid-uVWUHmn5ir .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWUHWBqM1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWUHWBqM1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWUHWBqM1 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWUHWBqM1 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWUHWBqM1 .mbr-text {
  color: #f9f9f9;
}
.cid-uVWUHWBqM1 .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWUIwa8bb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWUIwa8bb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWUIwa8bb .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWUIwa8bb .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWUIwa8bb .mbr-text {
  color: #f9f9f9;
}
.cid-uVWUIwa8bb .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWW4tZw5X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWW4tZw5X .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWW4tZw5X .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWW4tZw5X .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWW4tZw5X .mbr-text {
  color: #f9f9f9;
}
.cid-uVWW4tZw5X .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWW7pjUKI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWW7pjUKI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWW7pjUKI .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWW7pjUKI .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWW7pjUKI .mbr-text {
  color: #f9f9f9;
}
.cid-uVWW7pjUKI .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWW6i4Slw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWW6i4Slw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWW6i4Slw .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWW6i4Slw .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWW6i4Slw .mbr-text {
  color: #f9f9f9;
}
.cid-uVWW6i4Slw .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVWW5Jq50S {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVWW5Jq50S .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVWW5Jq50S .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVWW5Jq50S .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVWW5Jq50S .mbr-text {
  color: #f9f9f9;
}
.cid-uVWW5Jq50S .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX1YSs8xA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uVX1YSs8xA a:link {
  text-decoration: none;
}
.cid-uVX1YSs8xA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVX1YSs8xA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVX1YSs8xA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVX1YSs8xA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVX1YSs8xA .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uVX1YSs8xA .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uVX1YSs8xA .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uVX1YSs8xA .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uVX1YSs8xA .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uVX1YSs8xA .plan-title,
.cid-uVX1YSs8xA .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uVX1YSs8xA .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uVX1YSs8xA .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uVX1YSs8xA .mbr-section-title span {
  color: #ffbc00;
}
.cid-uVX1YSs8xA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX1YSs8xA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUo5ZTYLRV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUo5ZTYLRV nav.navbar {
  position: fixed;
}
.cid-uUo5ZTYLRV .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uUo5ZTYLRV .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uUo5ZTYLRV .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uUo5ZTYLRV .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uUo5ZTYLRV .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uUo5ZTYLRV .dropdown-item:hover,
.cid-uUo5ZTYLRV .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uUo5ZTYLRV .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uUo5ZTYLRV .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .container {
  display: flex;
  margin: auto;
}
.cid-uUo5ZTYLRV .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uUo5ZTYLRV .dropdown-menu,
.cid-uUo5ZTYLRV .navbar.opened {
  background: #000000 !important;
}
.cid-uUo5ZTYLRV .nav-item:focus,
.cid-uUo5ZTYLRV .nav-link:focus {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUo5ZTYLRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUo5ZTYLRV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.opened {
  transition: all 0.3s;
}
.cid-uUo5ZTYLRV .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uUo5ZTYLRV .navbar .navbar-logo img {
  width: auto;
}
.cid-uUo5ZTYLRV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar.collapsed {
  justify-content: center;
}
.cid-uUo5ZTYLRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUo5ZTYLRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUo5ZTYLRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUo5ZTYLRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUo5ZTYLRV .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-buttons,
  .cid-uUo5ZTYLRV .navbar .icons-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uUo5ZTYLRV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown-item.active,
.cid-uUo5ZTYLRV .dropdown-item:active {
  background-color: transparent;
}
.cid-uUo5ZTYLRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUo5ZTYLRV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUo5ZTYLRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUo5ZTYLRV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUo5ZTYLRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUo5ZTYLRV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUo5ZTYLRV .navbar {
    height: 70px;
  }
  .cid-uUo5ZTYLRV .navbar.opened {
    height: auto;
  }
  .cid-uUo5ZTYLRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVX2jrORRs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVX2jrORRs .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2jrORRs .mbr-section-subtitle {
  color: #000000;
}
.cid-uVX2jrORRs .mbr-section-title {
  color: #f9f9f9;
  text-align: center;
}
.cid-uVX2k484ED {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2k484ED .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2k484ED .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2k484ED .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2k484ED .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2k484ED .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2kIERzP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2kIERzP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2kIERzP .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2kIERzP .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2kIERzP .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2kIERzP .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2llXGZM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2llXGZM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2llXGZM .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2llXGZM .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2llXGZM .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2llXGZM .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2lVHRUU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2lVHRUU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2lVHRUU .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2lVHRUU .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2lVHRUU .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2lVHRUU .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2msVXLD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2msVXLD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2msVXLD .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2msVXLD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2msVXLD .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2msVXLD .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2n3D3Tq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2n3D3Tq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2n3D3Tq .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2n3D3Tq .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2n3D3Tq .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2n3D3Tq .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2nBeoGV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2nBeoGV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2nBeoGV .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2nBeoGV .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2nBeoGV .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2nBeoGV .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2o4Tano {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2o4Tano .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2o4Tano .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2o4Tano .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2o4Tano .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2o4Tano .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2ozYF5C {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2ozYF5C .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2ozYF5C .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2ozYF5C .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2ozYF5C .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2ozYF5C .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2qQpiqn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2qQpiqn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2qQpiqn .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2qQpiqn .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2qQpiqn .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2qQpiqn .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2rkxljb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2rkxljb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2rkxljb .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2rkxljb .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2rkxljb .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2rkxljb .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2qeMH3I {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2qeMH3I .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2qeMH3I .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX2qeMH3I .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX2qeMH3I .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2qeMH3I .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2smzFu6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX2smzFu6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX2smzFu6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uVX2smzFu6 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uVX2smzFu6 .mbr-text {
  color: #f9f9f9;
}
.cid-uVX2smzFu6 .mbr-section-title DIV {
  text-align: left;
}
.cid-uVX2smzFu6 .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX2sQpa6s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uVX2sQpa6s a:link {
  text-decoration: none;
}
.cid-uVX2sQpa6s .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVX2sQpa6s .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVX2sQpa6s .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVX2sQpa6s .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVX2sQpa6s .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uVX2sQpa6s .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uVX2sQpa6s .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uVX2sQpa6s .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uVX2sQpa6s .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uVX2sQpa6s .plan-title,
.cid-uVX2sQpa6s .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uVX2sQpa6s .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uVX2sQpa6s .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uVX2sQpa6s .mbr-section-title span {
  color: #ffbc00;
}
.cid-uVX2sQpa6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX2sQpa6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUo5ZTYLRV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUo5ZTYLRV nav.navbar {
  position: fixed;
}
.cid-uUo5ZTYLRV .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uUo5ZTYLRV .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uUo5ZTYLRV .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uUo5ZTYLRV .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uUo5ZTYLRV .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uUo5ZTYLRV .dropdown-item:hover,
.cid-uUo5ZTYLRV .dropdown-item:focus {
  background: rgba(237, 38, 128, 0.1) !important;
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uUo5ZTYLRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uUo5ZTYLRV .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uUo5ZTYLRV .nav-link:hover {
  color: #ed2680 !important;
}
.cid-uUo5ZTYLRV .container {
  display: flex;
  margin: auto;
}
.cid-uUo5ZTYLRV .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uUo5ZTYLRV .dropdown-menu,
.cid-uUo5ZTYLRV .navbar.opened {
  background: #000000 !important;
}
.cid-uUo5ZTYLRV .nav-item:focus,
.cid-uUo5ZTYLRV .nav-link:focus {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUo5ZTYLRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUo5ZTYLRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUo5ZTYLRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUo5ZTYLRV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(14, 45, 59, 0.15);
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUo5ZTYLRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.opened {
  transition: all 0.3s;
}
.cid-uUo5ZTYLRV .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uUo5ZTYLRV .navbar .navbar-logo img {
  width: auto;
}
.cid-uUo5ZTYLRV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar.collapsed {
  justify-content: center;
}
.cid-uUo5ZTYLRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUo5ZTYLRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUo5ZTYLRV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUo5ZTYLRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUo5ZTYLRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUo5ZTYLRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUo5ZTYLRV .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uUo5ZTYLRV .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUo5ZTYLRV .navbar .navbar-buttons,
  .cid-uUo5ZTYLRV .navbar .icons-menu {
    display: none;
  }
  .cid-uUo5ZTYLRV .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uUo5ZTYLRV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUo5ZTYLRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUo5ZTYLRV .dropdown-item.active,
.cid-uUo5ZTYLRV .dropdown-item:active {
  background-color: transparent;
}
.cid-uUo5ZTYLRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUo5ZTYLRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUo5ZTYLRV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUo5ZTYLRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUo5ZTYLRV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUo5ZTYLRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUo5ZTYLRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUo5ZTYLRV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUo5ZTYLRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUo5ZTYLRV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUo5ZTYLRV .navbar {
    height: 70px;
  }
  .cid-uUo5ZTYLRV .navbar.opened {
    height: auto;
  }
  .cid-uUo5ZTYLRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVX6OkbYCn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uVX6OkbYCn .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6OkbYCn .mbr-section-subtitle {
  color: #000000;
}
.cid-uVX6OkbYCn .mbr-section-title {
  color: #f9f9f9;
  text-align: center;
}
.cid-uVX6OY1AWO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6OY1AWO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6OY1AWO .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6OY1AWO .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6OY1AWO .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6OY1AWO .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6PHYuE8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6PHYuE8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6PHYuE8 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6PHYuE8 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6PHYuE8 .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6PHYuE8 .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6QhHdnf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6QhHdnf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6QhHdnf .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6QhHdnf .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6QhHdnf .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6QhHdnf .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6QTfId2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6QTfId2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6QTfId2 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6QTfId2 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6QTfId2 .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6QTfId2 .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6RtdESs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6RtdESs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6RtdESs .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6RtdESs .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6RtdESs .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6RtdESs .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6S0Dgan {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6S0Dgan .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6S0Dgan .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6S0Dgan .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6S0Dgan .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6S0Dgan .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6Syot2Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6Syot2Z .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6Syot2Z .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6Syot2Z .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6Syot2Z .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6Syot2Z .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6T3ggTh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6T3ggTh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6T3ggTh .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6T3ggTh .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6T3ggTh .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6T3ggTh .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6TMGaxN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6TMGaxN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6TMGaxN .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6TMGaxN .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6TMGaxN .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6TMGaxN .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6XJ4lum {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6XJ4lum .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6XJ4lum .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6XJ4lum .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6XJ4lum .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6XJ4lum .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6XaQrho {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6XaQrho .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6XaQrho .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6XaQrho .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6XaQrho .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6XaQrho .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6UE8JsL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6UE8JsL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6UE8JsL .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6UE8JsL .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6UE8JsL .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6UE8JsL .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6WykouK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6WykouK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6WykouK .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6WykouK .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6WykouK .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6WykouK .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6VWz5Dx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6VWz5Dx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6VWz5Dx .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uVX6VWz5Dx .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uVX6VWz5Dx .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6VWz5Dx .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6Z6wC4D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVX6Z6wC4D .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uVX6Z6wC4D .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uVX6Z6wC4D .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uVX6Z6wC4D .mbr-text {
  color: #f9f9f9;
}
.cid-uVX6Z6wC4D .mbr-section-title DIV {
  text-align: left;
}
.cid-uVX6Z6wC4D .mbr-section-title {
  color: #f9f9f9;
}
.cid-uVX6ZCOwxb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uVX6ZCOwxb a:link {
  text-decoration: none;
}
.cid-uVX6ZCOwxb .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uVX6ZCOwxb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uVX6ZCOwxb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uVX6ZCOwxb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uVX6ZCOwxb .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-uVX6ZCOwxb .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-uVX6ZCOwxb .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-uVX6ZCOwxb .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-uVX6ZCOwxb .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-uVX6ZCOwxb .plan-title,
.cid-uVX6ZCOwxb .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-uVX6ZCOwxb .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-uVX6ZCOwxb .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-uVX6ZCOwxb .mbr-section-title span {
  color: #ffbc00;
}
.cid-uVX6ZCOwxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVX6ZCOwxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
