body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #450045 !important;
}
.bg-success {
  background-color: #ff7f00 !important;
}
.bg-info {
  background-color: #12265a !important;
}
.bg-warning {
  background-color: #ff7f00 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #450045 !important;
  border-color: #450045 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #450045 !important;
  border-color: #450045 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #12265a !important;
  border-color: #12265a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ff7f00 !important;
  border-color: #ff7f00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ff7f00 !important;
  border-color: #ff7f00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #450045;
  color: #450045 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #450045;
  border-color: #450045;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #450045;
  color: #450045 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #450045;
  border-color: #450045;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #450045 !important;
  border-color: #450045 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #12265a;
  color: #12265a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #12265a;
  border-color: #12265a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12265a !important;
  border-color: #12265a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ff7f00;
  color: #ff7f00 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #ff7f00;
  border-color: #ff7f00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f00 !important;
  border-color: #ff7f00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #ff7f00;
  color: #ff7f00 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #ff7f00;
  border-color: #ff7f00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f00 !important;
  border-color: #ff7f00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #450045 !important;
}
.text-secondary {
  color: #450045 !important;
}
.text-success {
  color: #ff7f00 !important;
}
.text-info {
  color: #12265a !important;
}
.text-warning {
  color: #ff7f00 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #12265a;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #450045 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff7f00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff7f00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ff7f00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff7f00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #12265a;
}
.alert-warning {
  background-color: #ff7f00;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #450045;
  border-color: #450045;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff2cff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe5cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2753c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe5cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #450045;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #450045;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #450045;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #450045;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #450045;
  border-bottom-color: #450045;
}
.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: #450045 !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: #450045 !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 127, 0, 0.5), rgba(255, 127, 0, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(69, 0, 69, 0.5), rgba(69, 0, 69, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-u6fenUirQD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6fenUirQD nav.navbar {
  position: fixed;
}
.cid-u6fenUirQD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6fenUirQD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6fenUirQD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6fenUirQD .dropdown-item:hover,
.cid-u6fenUirQD .dropdown-item:focus {
  background: #450045 !important;
  color: white !important;
}
.cid-u6fenUirQD .dropdown-item:hover span {
  color: white;
}
.cid-u6fenUirQD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6fenUirQD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6fenUirQD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6fenUirQD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6fenUirQD .nav-link {
  position: relative;
}
.cid-u6fenUirQD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6fenUirQD .container {
    flex-wrap: nowrap;
  }
}
.cid-u6fenUirQD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6fenUirQD .dropdown-menu,
.cid-u6fenUirQD .navbar.opened {
  background: #ffffff !important;
}
.cid-u6fenUirQD .nav-item:focus,
.cid-u6fenUirQD .nav-link:focus {
  outline: none;
}
.cid-u6fenUirQD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6fenUirQD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6fenUirQD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6fenUirQD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6fenUirQD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6fenUirQD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6fenUirQD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u6fenUirQD .navbar.opened {
  transition: all 0.3s;
}
.cid-u6fenUirQD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6fenUirQD .navbar .navbar-logo img {
  width: auto;
}
.cid-u6fenUirQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6fenUirQD .navbar.collapsed {
  justify-content: center;
}
.cid-u6fenUirQD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6fenUirQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6fenUirQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-u6fenUirQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6fenUirQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6fenUirQD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6fenUirQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6fenUirQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6fenUirQD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6fenUirQD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6fenUirQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6fenUirQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6fenUirQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6fenUirQD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6fenUirQD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6fenUirQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6fenUirQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6fenUirQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6fenUirQD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6fenUirQD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6fenUirQD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6fenUirQD .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6fenUirQD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6fenUirQD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6fenUirQD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6fenUirQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6fenUirQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6fenUirQD .dropdown-item.active,
.cid-u6fenUirQD .dropdown-item:active {
  background-color: transparent;
}
.cid-u6fenUirQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6fenUirQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6fenUirQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6fenUirQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6fenUirQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6fenUirQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6fenUirQD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6fenUirQD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6fenUirQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6fenUirQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #450045;
}
.cid-u6fenUirQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6fenUirQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6fenUirQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6fenUirQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6fenUirQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6fenUirQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6fenUirQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6fenUirQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6fenUirQD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6fenUirQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6fenUirQD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6fenUirQD .navbar {
    height: 70px;
  }
  .cid-u6fenUirQD .navbar.opened {
    height: auto;
  }
  .cid-u6fenUirQD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3wUxWBqyA {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/banner-01-2000x1000.webp");
}
.cid-u3wUxWBqyA .mbr-section-subtitle {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  background-color: #820082;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-u3wUxWBqyA .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-u3wUxWBqyA .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u3wUxWBqyA .svg-1 path {
  fill: #ffffff;
}
.cid-u3wUxWBqyA .container-fluid {
  max-width: 1200px;
}
.cid-u3wUxWBqyA .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-u3wUxWBqyA {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-u3wUxWBqyA .container-fluid {
    padding: 0 1rem;
  }
  .cid-u3wUxWBqyA .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-u3wUxWBqyA .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-u3wUxWBqyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3wUxWBqyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3wUxWBqyA .mbr-text,
.cid-u3wUxWBqyA .mbr-section-btn {
  color: #444444;
}
.cid-u3wUxWBqyA .mbr-section-title {
  color: #450045;
}
.cid-u3wUAGYPlv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3wUAGYPlv {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-u3wUAGYPlv .mbr-text {
  margin: 0;
}
.cid-u3wUAGYPlv .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-u3wUAGYPlv .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-u3wUAGYPlv .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-u3wUAGYPlv .card-inner1 {
  background: #ff7f00;
}
.cid-u3wUAGYPlv .card-inner2 {
  background: #450045;
}
.cid-u3wUAGYPlv .card-inner3 {
  background: #ff7f00;
}
.cid-u3wUAGYPlv img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-u3wUAGYPlv .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-u3wUAGYPlv .container-fluid {
  max-width: 1200px;
}
.cid-u3wUAGYPlv .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-u3wUAGYPlv .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-u3wUAGYPlv .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-u3wUAGYPlv .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3wUAGYPlv .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-u3wUAGYPlv .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-u3wUAGYPlv .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-u3wUAGYPlv .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u3wUAGYPlv .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-u3wUAGYPlv .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u3wUAGYPlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3wUAGYPlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3wUCazu32 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #450045;
}
.cid-u3wUCazu32 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-u3wUCazu32 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3wUCazu32 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #450045;
}
.cid-u3wUCazu32 .container-fluid {
  max-width: 1200px;
}
.cid-u3wUCazu32 .btn .inner-dashed-border {
  stroke: #450045;
}
.cid-u3wUCazu32 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u3wUCazu32 rect {
  position: absolute;
  width: 95%;
}
.cid-u3wUCazu32 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u3wUCazu32 .svg-1 path {
  fill: #ffffff;
}
.cid-u3wUCazu32 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u3wUCazu32 .svg-2 path {
  fill: #ffffff;
}
.cid-u3wUCazu32 .svg1 {
  padding: 2px;
}
.cid-u3wUCazu32 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-u3wUCazu32 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-u3wUCazu32 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-u3wUCazu32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3wUCazu32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3wUDT6ViE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u3wUDT6ViE .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u3wUDT6ViE .title {
  margin-bottom: 4.5rem;
}
.cid-u3wUDT6ViE .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-u3wUDT6ViE .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-u3wUDT6ViE .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-u3wUDT6ViE .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-u3wUDT6ViE .card:hover .card-title {
  color: #ff7f00;
}
.cid-u3wUDT6ViE .card img {
  width: 80px;
}
.cid-u3wUDT6ViE .card-title {
  color: #450045;
  transition: 0.5s;
  min-width: 135px;
  text-align: left;
}
.cid-u3wUDT6ViE .circle-img {
  width: 80%;
  border: 2px dashed #ff7f00;
  border-radius: 50%;
  margin: auto;
}
.cid-u3wUDT6ViE .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-u3wUDT6ViE .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-u3wUDT6ViE .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-u3wUDT6ViE .card-left {
    margin-right: -3rem;
  }
  .cid-u3wUDT6ViE .card-right {
    margin-left: -3rem;
  }
}
.cid-u3wUDT6ViE .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-u3wUDT6ViE {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-u3wUDT6ViE .container-fluid {
    padding: 0 1rem;
  }
  .cid-u3wUDT6ViE .wrapper-row {
    flex-direction: column;
  }
  .cid-u3wUDT6ViE .card-box1 {
    order: 2;
  }
  .cid-u3wUDT6ViE .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-u3wUDT6ViE .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-u3wUDT6ViE .card-title {
    margin-top: 2rem;
  }
}
.cid-u3wUDT6ViE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3wUDT6ViE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3wUDT6ViE .title,
.cid-u3wUDT6ViE .mbr-section-title {
  color: #450045;
}
.cid-u3wUDT6ViE .mbr-text {
  text-align: left;
}
.cid-u3wUVVLIIX {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-u3wUVVLIIX .nav {
  border: 2px dashed #ff7f00;
  border-radius: 30px;
}
.cid-u3wUVVLIIX .nav-tabs {
  display: table;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-u3wUVVLIIX .nav-tabs .nav-item {
  display: table-cell;
}
.cid-u3wUVVLIIX .nav-tabs .nav-link {
  display: block;
  color: #450045;
  box-sizing: border-box;
  font-style: normal;
  background: #efefef;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  border: none;
  text-align: center;
  transition: all .3s;
}
.cid-u3wUVVLIIX .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #ff7f00;
}
.cid-u3wUVVLIIX .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #ff7f00;
}
.cid-u3wUVVLIIX .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-u3wUVVLIIX .container-fluid {
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u3wUVVLIIX .left-wrapper {
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
.cid-u3wUVVLIIX .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-bottom: calc(2rem + 5%);
}
.cid-u3wUVVLIIX .imageContainer img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-u3wUVVLIIX .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #ff7f00;
  border-radius: 30px;
  z-index: -1;
}
.cid-u3wUVVLIIX .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-u3wUVVLIIX .mbr-text {
  margin-bottom: 0;
}
.cid-u3wUVVLIIX .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 900;
}
.cid-u3wUVVLIIX .mbr-iconfont {
  transition: all 0.3s;
  color: currentColor;
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 900;
}
.cid-u3wUVVLIIX .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-u3wUVVLIIX .mbr-section-btn {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u3wUVVLIIX .left-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3wUVVLIIX {
    padding-top: 35px;
    padding-bottom: 5px;
  }
  .cid-u3wUVVLIIX .mbr-section-title {
    text-align: center;
  }
  .cid-u3wUVVLIIX .mbr-section-subtitle {
    text-align: center;
  }
  .cid-u3wUVVLIIX .nav-tabs {
    width: 100%;
  }
  .cid-u3wUVVLIIX .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-u3wUVVLIIX .container-fluid {
    padding: 0;
  }
  .cid-u3wUVVLIIX .imageContainer {
    margin-left: 1rem;
  }
}
.cid-u3wUVVLIIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3wUVVLIIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3wV1t58Dv {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ff7f00;
}
.cid-u3wV1t58Dv rect {
  width: 85%;
  height: 90%;
}
.cid-u3wV1t58Dv .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u3wV1t58Dv .mbr-text {
  margin: 0;
}
.cid-u3wV1t58Dv .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-u3wV1t58Dv .card-1 {
  margin-right: 2rem;
}
.cid-u3wV1t58Dv .card-3 {
  margin-left: 2rem;
}
.cid-u3wV1t58Dv .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-u3wV1t58Dv .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-u3wV1t58Dv .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-u3wV1t58Dv .media-container-row {
    margin: 0 2rem;
  }
}
.cid-u3wV1t58Dv .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-u3wV1t58Dv .svg-1 path,
.cid-u3wV1t58Dv .svg-2 path {
  fill: #ffffff;
}
.cid-u3wV1t58Dv .svg-2 {
  position: absolute;
  top: 0;
}
.cid-u3wV1t58Dv .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-u3wV1t58Dv .dinosaur-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  margin-top: 1rem;
}
.cid-u3wV1t58Dv .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-u3wV1t58Dv .circle1 {
  background-color: #450045;
}
.cid-u3wV1t58Dv .circle2 {
  background-color: #ff7f00;
}
.cid-u3wV1t58Dv .circle3 {
  background-color: #450045;
}
.cid-u3wV1t58Dv .card:hover .circle {
  position: absolute;
  right: 37%;
  top: 38%;
  animation: Orbita 2s linear infinite;
}
@keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(93px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(93px) rotate(-360deg);
  }
}
@media (max-width: 991px) {
  .cid-u3wV1t58Dv {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .cid-u3wV1t58Dv .card {
    margin-bottom: 1rem;
  }
  .cid-u3wV1t58Dv .media-container-row {
    margin: 0;
  }
  .cid-u3wV1t58Dv .card-1 {
    margin-right: 0;
  }
  .cid-u3wV1t58Dv .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-u3wV1t58Dv {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .cid-u3wV1t58Dv .mbr-text {
    padding: 0rem;
  }
}
.cid-u3wV1t58Dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3wV1t58Dv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3wUFSLkh1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u3wUFSLkh1 .card-title {
  margin-bottom: 0;
  color: #12265a;
}
.cid-u3wUFSLkh1 .mbr-text {
  margin: 0;
}
.cid-u3wUFSLkh1 .card {
  background-color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  z-index: 1;
  padding: 0;
}
.cid-u3wUFSLkh1 .card:hover {
  transform: translateY(-20px);
}
.cid-u3wUFSLkh1 .card-1 {
  margin-right: 2rem;
}
.cid-u3wUFSLkh1 .card-3 {
  margin-left: 2rem;
}
.cid-u3wUFSLkh1 .container-fluid {
  max-width: 1200px;
}
@media (min-width: 992px) {
  .cid-u3wUFSLkh1 .container-fluid {
    padding: 0 3.5rem;
  }
}
@media (max-width: 992px) {
  .cid-u3wUFSLkh1 .card {
    margin-bottom: 2rem;
  }
  .cid-u3wUFSLkh1 .card-1 {
    margin-right: 0rem;
  }
  .cid-u3wUFSLkh1 .card-3 {
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u3wUFSLkh1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-u3wUFSLkh1 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-u3wUFSLkh1 .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-u3wUFSLkh1 .svg1 {
  stroke: #450045;
}
.cid-u3wUFSLkh1 .svg2 {
  stroke: #ff7f00;
}
.cid-u3wUFSLkh1 .svg3 {
  stroke: #450045;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-u3wUFSLkh1 .icon1 {
  font-size: 2.8rem;
  color: #450045;
}
.cid-u3wUFSLkh1 .icon2 {
  font-size: 2.8rem;
  color: #ff7f00;
}
.cid-u3wUFSLkh1 .icon3 {
  font-size: 2.8rem;
  color: #450045;
}
.cid-u3wUFSLkh1 .svg1,
.cid-u3wUFSLkh1 .svg2,
.cid-u3wUFSLkh1 .svg3 {
  position: absolute;
  z-index: -1;
}
.cid-u3wUFSLkh1 .svg1 rect,
.cid-u3wUFSLkh1 .svg2 rect,
.cid-u3wUFSLkh1 .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-u3wUFSLkh1 .card-box {
  margin-top: 1.7rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u3wUFSLkh1 .item-image {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.cid-u3wUFSLkh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3wUFSLkh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3wUPbtSp0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-u3wUPbtSp0 .card-title {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-u3wUPbtSp0 .dash {
  width: 100%;
  padding: 2rem 2rem;
  border: 2px dashed #ffffff !important;
  border-radius: 30px;
}
.cid-u3wUPbtSp0 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #c1c1c1;
}
.cid-u3wUPbtSp0 .imageContainer {
  position: relative;
}
.cid-u3wUPbtSp0 .imageContainer img {
  width: 65%;
  border-radius: 30px;
}
.cid-u3wUPbtSp0 .form-title {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-u3wUPbtSp0 .form-group {
  padding: 0rem;
}
.cid-u3wUPbtSp0 .textarea {
  height: 8rem;
}
.cid-u3wUPbtSp0 .container-fluid {
  max-width: 1200px;
  padding: 0 1.8rem;
}
.cid-u3wUPbtSp0 .mbr-section-btn {
  margin: 0;
}
.cid-u3wUPbtSp0 .btn {
  margin: 0;
  width: 100%;
}
.cid-u3wUPbtSp0 .btn:hover {
  background-color: #5f005e !important;
}
.cid-u3wUPbtSp0 .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-u3wUPbtSp0 .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-u3wUPbtSp0 .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
  background-color: #ff7f00;
}
.cid-u3wUPbtSp0 .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-u3wUPbtSp0 .mbr-text {
  margin-top: 2rem;
}
.cid-u3wUPbtSp0 .itemList {
  margin-top: 2rem;
}
.cid-u3wUPbtSp0 .dragArea {
  position: absolute;
  top: 4rem;
  right: 0;
  background-color: #450045;
  border-radius: 30px;
  padding: 1.5rem;
  width: 350px;
}
@media (max-width: 767px) {
  .cid-u3wUPbtSp0 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-u3wUPbtSp0 .imageContainer img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-u3wUPbtSp0 .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
    text-align: center;
  }
  .cid-u3wUPbtSp0 .row {
    margin: 0rem;
  }
  .cid-u3wUPbtSp0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u3wUPbtSp0 .mbr-text {
    text-align: left;
  }
  .cid-u3wUPbtSp0 .dragArea {
    position: static;
    width: 100%;
    padding: 1rem;
  }
  .cid-u3wUPbtSp0 .dash {
    padding: 1rem 1rem;
  }
  .cid-u3wUPbtSp0 .imageContainer {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u3wUPbtSp0 .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cid-u3wUPbtSp0 .dragArea {
    right: 4rem;
  }
  .cid-u3wUPbtSp0 .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-u3wUPbtSp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3wUPbtSp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3wUPbtSp0 .mbr-section-title {
  color: #450045;
}
.cid-u3J4ClmjE2 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #450045;
}
.cid-u3J4ClmjE2 svg {
  position: absolute;
  top: 0;
}
.cid-u3J4ClmjE2 .svg-1 {
  fill: #efefef;
}
.cid-u3J4ClmjE2 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u3J4ClmjE2 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-u3J4ClmjE2 .mbr-text {
  color: #ffffff;
}
.cid-u3J4ClmjE2 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
