body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 4.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 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: #b9007c !important;
}
.bg-success {
  background-color: #feee00 !important;
}
.bg-info {
  background-color: #f967d0 !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #009ada !important;
  border-color: #009ada !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f967d0 !important;
  border-color: #f967d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #feee00 !important;
  border-color: #feee00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !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: #009ada !important;
  border-color: #009ada !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !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: #009ada !important;
  border-color: #009ada !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #009ada !important;
  border-color: #009ada !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: #009ada !important;
  border-color: #009ada !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #b9007c;
  color: #b9007c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #b9007c;
  border-color: #b9007c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #009ada;
  color: #009ada !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #009ada;
  border-color: #009ada;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #f967d0;
  color: #f967d0 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #f967d0;
  border-color: #f967d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f967d0 !important;
  border-color: #f967d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #feee00;
  color: #feee00 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000 !important;
  background-color: #feee00;
  border-color: #feee00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #feee00 !important;
  border-color: #feee00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa9db7;
  color: #fa9db7 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa9db7;
  border-color: #fa9db7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !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: #b9007c !important;
}
.text-secondary {
  color: #009ada !important;
}
.text-success {
  color: #feee00 !important;
}
.text-info {
  color: #f967d0 !important;
}
.text-warning {
  color: #fa9db7 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #f967d0;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b9007c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa9db7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #feee00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa9db7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa9db7 !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: #f967d0;
}
.alert-warning {
  background-color: #fa9db7;
}
.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: #b9007c;
  border-color: #b9007c;
  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: #ff3abe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #b9007c;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #b9007c;
  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: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #b9007c;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b9007c;
  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: #b9007c;
  border-bottom-color: #b9007c;
}
.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: #b9007c !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: #009ada !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(250, 157, 183, 0.5), rgba(250, 157, 183, 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(185, 0, 124, 0.5), rgba(185, 0, 124, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rHd5YUb7p8 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rHd5YUb7p8 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHd5YUb7p8 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd5YUb7p8 .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-rHd5YUb7p8 a {
  font-style: normal;
}
.cid-rHd5YUb7p8 .show {
  overflow: visible;
}
.cid-rHd5YUb7p8 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-rHd5YUb7p8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rHd5YUb7p8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rHd5YUb7p8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rHd5YUb7p8 .nav-item:focus,
.cid-rHd5YUb7p8 .nav-link:focus {
  outline: none;
}
.cid-rHd5YUb7p8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-rHd5YUb7p8 .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rHd5YUb7p8 .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd5YUb7p8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rHd5YUb7p8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rHd5YUb7p8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rHd5YUb7p8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rHd5YUb7p8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rHd5YUb7p8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rHd5YUb7p8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHd5YUb7p8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rHd5YUb7p8 .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-rHd5YUb7p8 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-rHd5YUb7p8 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-rHd5YUb7p8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rHd5YUb7p8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHd5YUb7p8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rHd5YUb7p8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-rHd5YUb7p8 button.navbar-toggler:focus {
  outline: none;
}
.cid-rHd5YUb7p8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-rHd5YUb7p8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHd5YUb7p8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd5YUb7p8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd5YUb7p8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHd5YUb7p8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd5YUb7p8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHd5YUb7p8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHd5YUb7p8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd5YUb7p8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd5YUb7p8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rHd5YUb7p8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.collapsing,
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rHd5YUb7p8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-rHd5YUb7p8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rHd5YUb7p8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rHd5YUb7p8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd5YUb7p8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rHd5YUb7p8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rHd5YUb7p8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rHd5YUb7p8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rHd5YUb7p8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd5YUb7p8 img {
    height: 3.8rem !important;
  }
  .cid-rHd5YUb7p8 .btn {
    display: -webkit-flex;
  }
  .cid-rHd5YUb7p8 button.navbar-toggler {
    display: block;
  }
  .cid-rHd5YUb7p8 .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-rHd5YUb7p8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd5YUb7p8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rHd5YUb7p8 .navbar-collapse.collapsing,
  .cid-rHd5YUb7p8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rHd5YUb7p8 .navbar-collapse.collapsing .navbar-nav,
  .cid-rHd5YUb7p8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rHd5YUb7p8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rHd5YUb7p8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rHd5YUb7p8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rHd5YUb7p8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rHd5YUb7p8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rHd5YUb7p8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd5YUb7p8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rHd5YUb7p8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rHd5YUb7p8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rHd5YUb7p8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rHd5YUb7p8 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-rHd5YUb7p8 .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-rHd5YUb7p8 .nav-link {
    justify-content: start!important;
  }
  .cid-rHd5YUb7p8 .navbar.opened {
    height: 100%;
  }
  .cid-rHd5YUb7p8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rHd5YUb7p8 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-rHd5YUb7p8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rHd5YUb7p8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rHd5YUb7p8 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-rHd5YUb7p8 .span-link {
  padding: 0 0.5rem;
}
.cid-rHd5YUb7p8 .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd5YUb7p8 .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd5YUb7p8 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-rHd5YUb7p8 .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-rHd5YUb7p8 .navbar-caption:hover {
  color: #fa9db7;
}
.cid-rHd5YUb7p8 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-rHd5YUb7p8 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-rHd5YUb7p8 .dropdown-item {
    color: #fff;
  }
  .cid-rHd5YUb7p8 .nav-item.open .nav-link,
  .cid-rHd5YUb7p8 .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-rHd5YUb7p8 .link:active {
    color: #fff !important;
  }
  .cid-rHd5YUb7p8 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-rHd5YUb7p8 .navbar-brand {
    justify-content: center;
  }
  .cid-rHd5YUb7p8 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-rHd5YUb7p8 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-rHd5YUb7p8 .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-rHd5YUb7p8 .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rHd5YUb7p8 .navbar {
    height: 90px;
  }
  .cid-rHd5YUb7p8 .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-rHd5YUb7p8 .btn1 {
    display: none;
  }
  .cid-rHd5YUb7p8 .mbr-section-title {
    color: #fff;
  }
  .cid-rHd5YUb7p8 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-rHd5YUb7p8 .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-rHd5YUb7p8 .span-link {
    color: #fff;
  }
  .cid-rHd5YUb7p8 .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-rHd5YUb7p8 .dropdown-item {
    color: #12265a;
  }
  .cid-rHd5YUb7p8 .nav-item.open .nav-link,
  .cid-rHd5YUb7p8 .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-rHd5YUb7p8 .logo-name {
    margin-top: 2rem;
  }
  .cid-rHd5YUb7p8 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-rHd5YUb7p8 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rHd5YUb7p8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHd5YUb7p8 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-rHd5YUb7p8 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-rHd5YUb7p8 .mbr-section-title {
  font-weight: 900;
}
.cid-rHd5YUb7p8 .mbr-section-subtitle {
  color: #12265a;
}
.cid-rHd5YUb7p8 .mbr-section-btn {
  display: flex;
}
.cid-rHd5YUb7p8 .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-rHd5YUb7p8 .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-rHd5YUb7p8 .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-rHd5YUb7p8 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-rHd5YUb7p8 .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-rHd5YUb7p8 .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-rHd5YUb7p8 .mbr-iconfont {
  margin: 0;
}
.cid-rHd5YUb7p8 .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-rHd5YUb7p8 .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-rHd5YUb7p8 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-rHd5YUb7p8 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-rHd5YUb7p8 H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sPygaFZ3e1 {
  padding-top: 60px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img-20210721-152539-2000x1497.jpeg");
}
.cid-sPygaFZ3e1 .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sPygaFZ3e1 .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sPygaFZ3e1 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPygaFZ3e1 .svg-1 path {
  fill: #ffffff;
}
.cid-sPygaFZ3e1 .container-fluid {
  max-width: 1200px;
}
.cid-sPygaFZ3e1 .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sPygaFZ3e1 {
    padding-top: 20px;
    padding-bottom: 75px;
  }
  .cid-sPygaFZ3e1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPygaFZ3e1 .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sPygaFZ3e1 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sPygaFZ3e1 .mbr-section-title {
  color: #ffffff;
}
.cid-sT2AuTBeBB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sT2AuTBeBB .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-sT2AuTBeBB .title {
  max-width: 800px;
  margin: auto;
}
.cid-sT2AuTBeBB .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sT2AuTBeBB .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sT2AuTBeBB .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-sT2AuTBeBB .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.cid-sT2AuTBeBB .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-sT2AuTBeBB .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-sT2AuTBeBB .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-sT2AuTBeBB .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-sT2AuTBeBB .link-card:hover {
  color: #fa9db7;
}
.cid-sT2AuTBeBB .mbr-section-btn2 {
  display: inline-flex;
}
.cid-sT2AuTBeBB .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-sT2AuTBeBB .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-sT2AuTBeBB .icon-btn {
  color: #fa9db7;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-sT2AuTBeBB .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sT2AuTBeBB {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sT2AuTBeBB .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sT2AuTBeBB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sT2AuTBeBB .mbr-section-subtitle {
  text-align: justify;
  color: #54575f;
}
.cid-sT2AuTBeBB .mbr-section-title {
  color: #019ada;
}
.cid-sT2AuTBeBB .text-wrap,
.cid-sT2AuTBeBB .mbr-text {
  color: #019ada;
}
.cid-sT2AuTBeBB .card__title,
.cid-sT2AuTBeBB .link-wrap {
  color: #70747f;
  text-align: justify;
}
.cid-sX3MifcFkL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sX3MifcFkL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sX3MifcFkL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sX3MifcFkL .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-sX3MifcFkL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sX3MifcFkL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sX3MifcFkL .row > .row {
  display: block;
}
.cid-sX3MifcFkL .mbr-gallery-item {
  width: 100%;
}
.cid-sX3MifcFkL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sX3MifcFkL .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sX3MifcFkL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sX3MifcFkL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sX3MifcFkL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sX3MifcFkL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sX3MifcFkL .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sX3MifcFkL .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sX3MifcFkL {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-sX3MifcFkL .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-sPwTpxFw6s {
  background-color: #88d4f2;
}
.cid-sPwTpxFw6s .mbr-section-subtitle {
  font-weight: 300;
}
.cid-sPwTpxFw6s .card {
  word-wrap: break-word;
}
.cid-sPwTpxFw6s .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sPwTpxFw6s .count1 {
  color: #ffffff;
  font-weight: 900;
}
.cid-sPwTpxFw6s .mbr-content-title {
  color: #ffffff;
}
.cid-sPwTpxFw6s .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPwTpxFw6s .svg-1 path {
  fill: #ffffff;
}
.cid-sPwTpxFw6s .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sPwTpxFw6s .svg-2 path {
  fill: #ffffff;
}
.cid-sPwTpxFw6s .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sPwTpxFw6s {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 767px) {
  .cid-sPwTpxFw6s {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.cid-sPwTpxFw6s .card-img,
.cid-sPwTpxFw6s .count {
  color: #b9007c;
}
.cid-sX3PGzBBTQ {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sX3PGzBBTQ {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-sX3PGzBBTQ .container-fluid {
  padding: 0 2rem;
  max-width: 1200px;
}
.cid-sX3PGzBBTQ .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sX3PGzBBTQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sX3PGzBBTQ .video-block {
    width: 100% !important;
  }
}
.cid-rGtZzyrZ27 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-rGtZzyrZ27 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rGtZzyrZ27 .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-rGtZzyrZ27 .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-rGtZzyrZ27 img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rGtZzyrZ27 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGtZzyrZ27 .right-wrapper {
    text-align: left;
  }
  .cid-rGtZzyrZ27 .blue-block {
    width: 100%;
  }
  .cid-rGtZzyrZ27 .mbr-section-title {
    text-align: center;
  }
  .cid-rGtZzyrZ27 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rGtZzyrZ27 .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-rGtZzyrZ27 .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-rGtZzyrZ27 img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-rGtZzyrZ27 .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-rGtZzyrZ27 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rGtZzyrZ27 .container-fluid {
  max-width: 1200px;
}
.cid-rGtZzyrZ27 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-rGtZzyrZ27 .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-rGtZzyrZ27 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-rGtZzyrZ27 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-rGtZzyrZ27 .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 157, 183, 0.5), rgba(250, 157, 183, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rGtZzyrZ27 .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(185, 0, 124, 0.5), rgba(185, 0, 124, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rGtZzyrZ27 .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-rGtZzyrZ27 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rGtZzyrZ27 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rGtZzyrZ27 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rGtZzyrZ27 .blue-block {
  background-color: #009ada;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-rGtZzyrZ27 .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-rGtZzyrZ27 .blue-title {
  margin: 0;
}
.cid-rGtZzyrZ27 .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-rGtZzyrZ27 .right-wrapper .mbr-text,
.cid-rGtZzyrZ27 .mbr-section-btn {
  color: #444444;
  text-align: justify;
}
.cid-rGtZzyrZ27 .group-title {
  color: #feee00;
}
.cid-sPyBqQABdW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/school.jpg");
}
.cid-sPyBqQABdW .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sPyBqQABdW .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sPyBqQABdW .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyBqQABdW .svg-1 path {
  fill: #ffffff;
}
.cid-sPyBqQABdW .container-fluid {
  max-width: 1200px;
}
.cid-sPyBqQABdW .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sPyBqQABdW {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-sPyBqQABdW .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyBqQABdW .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sPyBqQABdW .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sPyBqQABdW .mbr-text,
.cid-sPyBqQABdW .mbr-section-btn {
  color: #444444;
}
.cid-sPyhQEbqTP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sPyhQEbqTP {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
.cid-sPyhQEbqTP .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sPyhQEbqTP .container-fluid {
  max-width: 1200px;
}
.cid-sPwTClue3w {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sPwTClue3w {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.cid-sPwTClue3w .mbr-text {
  margin: 0;
}
.cid-sPwTClue3w .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-sPwTClue3w .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-sPwTClue3w .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-sPwTClue3w .card-inner1 {
  background: #b9007c;
}
.cid-sPwTClue3w .card-inner2 {
  background: #009ada;
}
.cid-sPwTClue3w .card-inner3 {
  background: #ffc85b;
}
.cid-sPwTClue3w img {
  width: auto;
  height: 200px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
.cid-sPwTClue3w .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-sPwTClue3w .container-fluid {
  max-width: 1200px;
}
.cid-sPwTClue3w .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-sPwTClue3w .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-sPwTClue3w .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-sPwTClue3w .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sPwTClue3w .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-sPwTClue3w .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-sPwTClue3w .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sPwTClue3w .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPwTClue3w .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-sPwTClue3w .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sPwTClue3w .mbr-text,
.cid-sPwTClue3w .mbr-section-btn {
  text-align: justify;
}
.cid-sT67oU4Z9W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sT67oU4Z9W .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sT67oU4Z9W .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sT67oU4Z9W .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-sT67oU4Z9W .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sT67oU4Z9W .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sT67oU4Z9W .row > .row {
  display: block;
}
.cid-sT67oU4Z9W .mbr-gallery-item {
  width: 100%;
}
.cid-sT67oU4Z9W .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #019ada;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sT67oU4Z9W .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sT67oU4Z9W .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sT67oU4Z9W .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sT67oU4Z9W .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sT67oU4Z9W .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #019ada !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sT67oU4Z9W .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sT67oU4Z9W .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sT67oU4Z9W {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sT67oU4Z9W .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-sPyfWWjNAJ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sPyfWWjNAJ .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sPyfWWjNAJ .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sPyfWWjNAJ .navbar-logo {
  width: 110px;
}
.cid-sPyfWWjNAJ .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPyfWWjNAJ .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPyfWWjNAJ .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sPyfWWjNAJ .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sPyfWWjNAJ .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sPyfWWjNAJ .list-item .item-image,
.cid-sPyfWWjNAJ .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sPyfWWjNAJ .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sPyfWWjNAJ .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sPyfWWjNAJ .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sPyfWWjNAJ .socion1 {
  background: #009ada;
}
.cid-sPyfWWjNAJ .socion2 {
  background-color: #ffffff;
}
.cid-sPyfWWjNAJ .socion3 {
  background-color: #f985a5;
}
.cid-sPyfWWjNAJ .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sPyfWWjNAJ .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sPyfWWjNAJ .social-list a {
  transition: .2s linear;
}
.cid-sPyfWWjNAJ .social-list a:hover {
  opacity: .4;
}
.cid-sPyfWWjNAJ .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sPyfWWjNAJ .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sPyfWWjNAJ .svg-1 path {
  fill: #ffffff;
}
.cid-sPyfWWjNAJ .item-image {
  margin-right: 2rem;
}
.cid-sPyfWWjNAJ [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sPyfWWjNAJ .soc-item::after {
  display: none;
}
.cid-sPyfWWjNAJ .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sPyfWWjNAJ .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sPyfWWjNAJ .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sPyfWWjNAJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sPyfWWjNAJ .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sPyfWWjNAJ .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sPyfWWjNAJ {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sPyfWWjNAJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyfWWjNAJ .wrapper {
    padding: 1rem;
  }
}
.cid-sPy7EyeKRh {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sPy7EyeKRh .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sPy7EyeKRh .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sPy7EyeKRh .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sPy7EyeKRh a {
  font-style: normal;
}
.cid-sPy7EyeKRh .show {
  overflow: visible;
}
.cid-sPy7EyeKRh .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sPy7EyeKRh .dropdown-item:active {
  background-color: transparent;
}
.cid-sPy7EyeKRh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sPy7EyeKRh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sPy7EyeKRh .nav-item:focus,
.cid-sPy7EyeKRh .nav-link:focus {
  outline: none;
}
.cid-sPy7EyeKRh .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sPy7EyeKRh .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sPy7EyeKRh .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPy7EyeKRh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sPy7EyeKRh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sPy7EyeKRh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sPy7EyeKRh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sPy7EyeKRh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sPy7EyeKRh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sPy7EyeKRh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPy7EyeKRh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sPy7EyeKRh .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sPy7EyeKRh .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sPy7EyeKRh .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sPy7EyeKRh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sPy7EyeKRh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPy7EyeKRh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sPy7EyeKRh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sPy7EyeKRh button.navbar-toggler:focus {
  outline: none;
}
.cid-sPy7EyeKRh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sPy7EyeKRh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPy7EyeKRh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPy7EyeKRh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPy7EyeKRh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPy7EyeKRh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPy7EyeKRh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPy7EyeKRh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPy7EyeKRh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPy7EyeKRh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPy7EyeKRh .collapsed .btn {
  display: -webkit-flex;
}
.cid-sPy7EyeKRh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sPy7EyeKRh .collapsed .navbar-collapse.collapsing,
.cid-sPy7EyeKRh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sPy7EyeKRh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sPy7EyeKRh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sPy7EyeKRh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sPy7EyeKRh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sPy7EyeKRh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sPy7EyeKRh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sPy7EyeKRh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sPy7EyeKRh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPy7EyeKRh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sPy7EyeKRh .collapsed button.navbar-toggler {
  display: block;
}
.cid-sPy7EyeKRh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sPy7EyeKRh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPy7EyeKRh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sPy7EyeKRh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sPy7EyeKRh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sPy7EyeKRh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sPy7EyeKRh.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPy7EyeKRh img {
    height: 3.8rem !important;
  }
  .cid-sPy7EyeKRh .btn {
    display: -webkit-flex;
  }
  .cid-sPy7EyeKRh button.navbar-toggler {
    display: block;
  }
  .cid-sPy7EyeKRh .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sPy7EyeKRh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPy7EyeKRh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sPy7EyeKRh .navbar-collapse.collapsing,
  .cid-sPy7EyeKRh .navbar-collapse.show {
    display: block !important;
  }
  .cid-sPy7EyeKRh .navbar-collapse.collapsing .navbar-nav,
  .cid-sPy7EyeKRh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sPy7EyeKRh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sPy7EyeKRh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sPy7EyeKRh .navbar-collapse.collapsing .navbar-buttons,
  .cid-sPy7EyeKRh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sPy7EyeKRh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sPy7EyeKRh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sPy7EyeKRh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sPy7EyeKRh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sPy7EyeKRh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sPy7EyeKRh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sPy7EyeKRh .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sPy7EyeKRh .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sPy7EyeKRh .nav-link {
    justify-content: start!important;
  }
  .cid-sPy7EyeKRh .navbar.opened {
    height: 100%;
  }
  .cid-sPy7EyeKRh .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sPy7EyeKRh .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sPy7EyeKRh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sPy7EyeKRh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sPy7EyeKRh .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sPy7EyeKRh .span-link {
  padding: 0 0.5rem;
}
.cid-sPy7EyeKRh .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sPy7EyeKRh .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sPy7EyeKRh .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sPy7EyeKRh .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sPy7EyeKRh .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sPy7EyeKRh .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sPy7EyeKRh .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sPy7EyeKRh .dropdown-item {
    color: #fff;
  }
  .cid-sPy7EyeKRh .nav-item.open .nav-link,
  .cid-sPy7EyeKRh .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sPy7EyeKRh .link:active {
    color: #fff !important;
  }
  .cid-sPy7EyeKRh .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sPy7EyeKRh .navbar-brand {
    justify-content: center;
  }
  .cid-sPy7EyeKRh .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sPy7EyeKRh .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sPy7EyeKRh .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sPy7EyeKRh .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sPy7EyeKRh .navbar {
    height: 90px;
  }
  .cid-sPy7EyeKRh .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sPy7EyeKRh .btn1 {
    display: none;
  }
  .cid-sPy7EyeKRh .mbr-section-title {
    color: #fff;
  }
  .cid-sPy7EyeKRh .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sPy7EyeKRh .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sPy7EyeKRh .span-link {
    color: #fff;
  }
  .cid-sPy7EyeKRh .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sPy7EyeKRh .dropdown-item {
    color: #12265a;
  }
  .cid-sPy7EyeKRh .nav-item.open .nav-link,
  .cid-sPy7EyeKRh .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sPy7EyeKRh .logo-name {
    margin-top: 2rem;
  }
  .cid-sPy7EyeKRh .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sPy7EyeKRh .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sPy7EyeKRh .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPy7EyeKRh .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sPy7EyeKRh .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sPy7EyeKRh .mbr-section-title {
  font-weight: 900;
}
.cid-sPy7EyeKRh .mbr-section-subtitle {
  color: #12265a;
}
.cid-sPy7EyeKRh .mbr-section-btn {
  display: flex;
}
.cid-sPy7EyeKRh .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sPy7EyeKRh .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sPy7EyeKRh .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sPy7EyeKRh .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sPy7EyeKRh .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sPy7EyeKRh .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sPy7EyeKRh .mbr-iconfont {
  margin: 0;
}
.cid-sPy7EyeKRh .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sPy7EyeKRh .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sPy7EyeKRh .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sPy7EyeKRh .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sPy7EyeKRh H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sPy7EGNxof {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #88d4f2;
}
@media (max-width: 767px) {
  .cid-sPy7EGNxof {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .cid-sPy7EGNxof .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
}
.cid-sPy7EGNxof .card {
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-sPy7EGNxof .card:hover {
  transform: translateY(-20px);
}
.cid-sPy7EGNxof .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-sPy7EGNxof .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sPy7EGNxof .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-sPy7EGNxof .card .svg1 {
  stroke: #009ada;
}
.cid-sPy7EGNxof .card .svg2 {
  stroke: #fa9db7;
}
.cid-sPy7EGNxof .card .svg3 {
  stroke: #b9007c;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPy7EGNxof .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-sPy7EGNxof .mbr-text {
  margin: 0;
}
.cid-sPy7EGNxof .card-title {
  margin-bottom: 0;
  color: #12265a;
}
.cid-sPy7EGNxof .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-sPy7EGNxof rect {
  position: absolute;
}
.cid-sPy7EGNxof .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-sPy7EGNxof .wgl-icon1 {
  background-color: #009ada;
}
.cid-sPy7EGNxof .wgl-icon2 {
  background-color: #fa9db7;
}
.cid-sPy7EGNxof .wgl-icon3 {
  background-color: #b9007c;
}
.cid-sPy7EGNxof .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPy7EGNxof .svg-1 path {
  fill: #ffffff;
}
.cid-sPy7EGNxof .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sPy7EGNxof .svg-2 path {
  fill: #ffffff;
}
.cid-sPy7EGNxof .svg1,
.cid-sPy7EGNxof .svg2,
.cid-sPy7EGNxof .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-sPy7EGNxof .svg1 rect,
.cid-sPy7EGNxof .svg2 rect,
.cid-sPy7EGNxof .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sPy7EIuDhM {
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-sPy7EIuDhM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-sPy7EIuDhM .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
  background-image: none !important;
}
.cid-sPy7EIuDhM textarea {
  min-height: 130px;
}
@media (max-width: 992px) {
  .cid-sPy7EIuDhM .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sPy7EIuDhM .google-map {
  height: 95%;
  position: relative;
}
.cid-sPy7EIuDhM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPy7EIuDhM .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-sPy7EIuDhM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPy7EIuDhM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPy7EIuDhM .container-fluid {
  max-width: 1200px;
}
.cid-sPy7EIuDhM svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-sPy7EIuDhM .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPy7EIuDhM rect {
  position: absolute;
  width: 95%;
}
@media (max-width: 767px) {
  .cid-sPy7EIuDhM {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sPy7EIuDhM .dragArea {
    padding-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-sPy7EIuDhM {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-sPy7EIuDhM .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sPy7EIuDhM .dragArea {
    padding-left: 2rem;
  }
}
.cid-sPy7EIuDhM .mbr-section-title span {
  display: inline-block;
}
.cid-sPy7EIuDhM .mbr-text {
  margin-top: 0.5rem;
}
.cid-sPy7EIuDhM .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sPy7EIuDhM .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sPy7EIuDhM .mbr-section-btn {
  margin-left: 5px;
}
.cid-sPy7EIuDhM iframe {
  border-radius: 30px;
}
.cid-sPy7EK2VGn {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sPy7EK2VGn .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sPy7EK2VGn .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sPy7EK2VGn .navbar-logo {
  width: 110px;
}
.cid-sPy7EK2VGn .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPy7EK2VGn .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPy7EK2VGn .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sPy7EK2VGn .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sPy7EK2VGn .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sPy7EK2VGn .list-item .item-image,
.cid-sPy7EK2VGn .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sPy7EK2VGn .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sPy7EK2VGn .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sPy7EK2VGn .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sPy7EK2VGn .socion1 {
  background: #009ada;
}
.cid-sPy7EK2VGn .socion2 {
  background-color: #ffffff;
}
.cid-sPy7EK2VGn .socion3 {
  background-color: #f985a5;
}
.cid-sPy7EK2VGn .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sPy7EK2VGn .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sPy7EK2VGn .social-list a {
  transition: .2s linear;
}
.cid-sPy7EK2VGn .social-list a:hover {
  opacity: .4;
}
.cid-sPy7EK2VGn .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sPy7EK2VGn .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sPy7EK2VGn .svg-1 path {
  fill: #ffffff;
}
.cid-sPy7EK2VGn .item-image {
  margin-right: 2rem;
}
.cid-sPy7EK2VGn [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sPy7EK2VGn .soc-item::after {
  display: none;
}
.cid-sPy7EK2VGn .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sPy7EK2VGn .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sPy7EK2VGn .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sPy7EK2VGn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sPy7EK2VGn .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sPy7EK2VGn .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sPy7EK2VGn {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sPy7EK2VGn .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPy7EK2VGn .wrapper {
    padding: 1rem;
  }
}
.cid-sPykHGPPoG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sPykHGPPoG .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sPykHGPPoG .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sPykHGPPoG .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sPykHGPPoG a {
  font-style: normal;
}
.cid-sPykHGPPoG .show {
  overflow: visible;
}
.cid-sPykHGPPoG .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sPykHGPPoG .dropdown-item:active {
  background-color: transparent;
}
.cid-sPykHGPPoG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sPykHGPPoG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sPykHGPPoG .nav-item:focus,
.cid-sPykHGPPoG .nav-link:focus {
  outline: none;
}
.cid-sPykHGPPoG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sPykHGPPoG .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sPykHGPPoG .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPykHGPPoG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sPykHGPPoG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sPykHGPPoG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sPykHGPPoG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sPykHGPPoG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sPykHGPPoG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sPykHGPPoG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPykHGPPoG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sPykHGPPoG .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sPykHGPPoG .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sPykHGPPoG .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sPykHGPPoG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sPykHGPPoG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPykHGPPoG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sPykHGPPoG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sPykHGPPoG button.navbar-toggler:focus {
  outline: none;
}
.cid-sPykHGPPoG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sPykHGPPoG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPykHGPPoG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPykHGPPoG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPykHGPPoG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPykHGPPoG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPykHGPPoG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPykHGPPoG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPykHGPPoG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPykHGPPoG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPykHGPPoG .collapsed .btn {
  display: -webkit-flex;
}
.cid-sPykHGPPoG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sPykHGPPoG .collapsed .navbar-collapse.collapsing,
.cid-sPykHGPPoG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sPykHGPPoG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sPykHGPPoG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sPykHGPPoG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sPykHGPPoG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sPykHGPPoG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sPykHGPPoG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sPykHGPPoG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sPykHGPPoG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPykHGPPoG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sPykHGPPoG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sPykHGPPoG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sPykHGPPoG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPykHGPPoG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sPykHGPPoG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sPykHGPPoG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sPykHGPPoG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sPykHGPPoG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPykHGPPoG img {
    height: 3.8rem !important;
  }
  .cid-sPykHGPPoG .btn {
    display: -webkit-flex;
  }
  .cid-sPykHGPPoG button.navbar-toggler {
    display: block;
  }
  .cid-sPykHGPPoG .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sPykHGPPoG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPykHGPPoG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sPykHGPPoG .navbar-collapse.collapsing,
  .cid-sPykHGPPoG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sPykHGPPoG .navbar-collapse.collapsing .navbar-nav,
  .cid-sPykHGPPoG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sPykHGPPoG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sPykHGPPoG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sPykHGPPoG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sPykHGPPoG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sPykHGPPoG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sPykHGPPoG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sPykHGPPoG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sPykHGPPoG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sPykHGPPoG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sPykHGPPoG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sPykHGPPoG .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sPykHGPPoG .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sPykHGPPoG .nav-link {
    justify-content: start!important;
  }
  .cid-sPykHGPPoG .navbar.opened {
    height: 100%;
  }
  .cid-sPykHGPPoG .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sPykHGPPoG .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sPykHGPPoG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sPykHGPPoG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sPykHGPPoG .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sPykHGPPoG .span-link {
  padding: 0 0.5rem;
}
.cid-sPykHGPPoG .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sPykHGPPoG .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sPykHGPPoG .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sPykHGPPoG .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sPykHGPPoG .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sPykHGPPoG .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sPykHGPPoG .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sPykHGPPoG .dropdown-item {
    color: #fff;
  }
  .cid-sPykHGPPoG .nav-item.open .nav-link,
  .cid-sPykHGPPoG .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sPykHGPPoG .link:active {
    color: #fff !important;
  }
  .cid-sPykHGPPoG .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sPykHGPPoG .navbar-brand {
    justify-content: center;
  }
  .cid-sPykHGPPoG .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sPykHGPPoG .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sPykHGPPoG .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sPykHGPPoG .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sPykHGPPoG .navbar {
    height: 90px;
  }
  .cid-sPykHGPPoG .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sPykHGPPoG .btn1 {
    display: none;
  }
  .cid-sPykHGPPoG .mbr-section-title {
    color: #fff;
  }
  .cid-sPykHGPPoG .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sPykHGPPoG .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sPykHGPPoG .span-link {
    color: #fff;
  }
  .cid-sPykHGPPoG .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sPykHGPPoG .dropdown-item {
    color: #12265a;
  }
  .cid-sPykHGPPoG .nav-item.open .nav-link,
  .cid-sPykHGPPoG .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sPykHGPPoG .logo-name {
    margin-top: 2rem;
  }
  .cid-sPykHGPPoG .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sPykHGPPoG .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sPykHGPPoG .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPykHGPPoG .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sPykHGPPoG .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sPykHGPPoG .mbr-section-title {
  font-weight: 900;
}
.cid-sPykHGPPoG .mbr-section-subtitle {
  color: #12265a;
}
.cid-sPykHGPPoG .mbr-section-btn {
  display: flex;
}
.cid-sPykHGPPoG .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sPykHGPPoG .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sPykHGPPoG .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sPykHGPPoG .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sPykHGPPoG .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sPykHGPPoG .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sPykHGPPoG .mbr-iconfont {
  margin: 0;
}
.cid-sPykHGPPoG .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sPykHGPPoG .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sPykHGPPoG .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sPykHGPPoG .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sPykHGPPoG H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sPykHHWvPu {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-20210527-wa0025-1280x960.jpg");
}
.cid-sPykHHWvPu .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sPykHHWvPu .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sPykHHWvPu .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPykHHWvPu .svg-1 path {
  fill: #ffffff;
}
.cid-sPykHHWvPu .container-fluid {
  max-width: 1200px;
}
.cid-sPykHHWvPu .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sPykHHWvPu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sPykHHWvPu .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPykHHWvPu .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sPykHHWvPu .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sPykHHWvPu .mbr-section-title {
  color: #12265a;
}
.cid-sPykHHWvPu .mbr-text,
.cid-sPykHHWvPu .mbr-section-btn {
  color: #444444;
}
.cid-sPyHeKo8XF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPyHeKo8XF .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sPyHeKo8XF .title {
  margin-bottom: 4.5rem;
}
.cid-sPyHeKo8XF .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-sPyHeKo8XF .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-sPyHeKo8XF .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-sPyHeKo8XF .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-sPyHeKo8XF .card:hover .card-title {
  color: #fa9db7;
}
.cid-sPyHeKo8XF .card img {
  width: 80px;
}
.cid-sPyHeKo8XF .card-title {
  color: #b9017c;
  transition: 0.5s;
  min-width: 135px;
}
.cid-sPyHeKo8XF .circle-img {
  width: 80%;
  border: 2px dashed #fa9db7;
  border-radius: 50%;
  margin: auto;
}
.cid-sPyHeKo8XF .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-sPyHeKo8XF .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-sPyHeKo8XF .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-sPyHeKo8XF .card-left {
    margin-right: -3rem;
  }
  .cid-sPyHeKo8XF .card-right {
    margin-left: -3rem;
  }
}
.cid-sPyHeKo8XF .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-sPyHeKo8XF {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sPyHeKo8XF .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyHeKo8XF .wrapper-row {
    flex-direction: column;
  }
  .cid-sPyHeKo8XF .card-box1 {
    order: 2;
  }
  .cid-sPyHeKo8XF .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-sPyHeKo8XF .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-sPyHeKo8XF .card-title {
    margin-top: 2rem;
  }
}
.cid-sPyHeKo8XF .mbr-text {
  text-align: justify;
}
.cid-sPyLkmj2k3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sPyLkmj2k3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-sPyLkmj2k3 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sPyLkmj2k3 .container-fluid {
  max-width: 1200px;
}
.cid-sPyKZjRfdR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sPyKZjRfdR {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sPyKZjRfdR .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
}
.cid-sPyKZjRfdR .card {
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-sPyKZjRfdR .card:hover {
  transform: translateY(-20px);
}
.cid-sPyKZjRfdR .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-sPyKZjRfdR .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sPyKZjRfdR .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-sPyKZjRfdR .card .svg1 {
  stroke: #009ada;
}
.cid-sPyKZjRfdR .card .svg2 {
  stroke: #fa9db7;
}
.cid-sPyKZjRfdR .card .svg3 {
  stroke: #b9007c;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPyKZjRfdR .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-sPyKZjRfdR .mbr-text {
  margin: 0;
}
.cid-sPyKZjRfdR .card-title {
  margin-bottom: 0;
  color: #12265a;
}
.cid-sPyKZjRfdR .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-sPyKZjRfdR rect {
  position: absolute;
}
.cid-sPyKZjRfdR .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-sPyKZjRfdR .wgl-icon1 {
  background-color: #009ada;
}
.cid-sPyKZjRfdR .wgl-icon2 {
  background-color: #fa9db7;
}
.cid-sPyKZjRfdR .wgl-icon3 {
  background-color: #b9007c;
}
.cid-sPyKZjRfdR .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyKZjRfdR .svg-1 path {
  fill: #ffffff;
}
.cid-sPyKZjRfdR .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sPyKZjRfdR .svg-2 path {
  fill: #ffffff;
}
.cid-sPyKZjRfdR .svg1,
.cid-sPyKZjRfdR .svg2,
.cid-sPyKZjRfdR .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-sPyKZjRfdR .svg1 rect,
.cid-sPyKZjRfdR .svg2 rect,
.cid-sPyKZjRfdR .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sPyHAN7ULu {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #88d4f2;
}
.cid-sPyHAN7ULu rect {
  width: 85%;
  height: 90%;
}
.cid-sPyHAN7ULu .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sPyHAN7ULu .mbr-text {
  margin: 0;
}
.cid-sPyHAN7ULu .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-sPyHAN7ULu .card-1 {
  margin-right: 2rem;
}
.cid-sPyHAN7ULu .card-3 {
  margin-left: 2rem;
}
.cid-sPyHAN7ULu .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-sPyHAN7ULu .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-sPyHAN7ULu .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-sPyHAN7ULu .media-container-row {
    margin: 0 2rem;
  }
}
.cid-sPyHAN7ULu .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyHAN7ULu .svg-1 path,
.cid-sPyHAN7ULu .svg-2 path {
  fill: #ffffff;
}
.cid-sPyHAN7ULu .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sPyHAN7ULu .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sPyHAN7ULu .dinosaur-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 200px;
  margin-top: 1rem;
  border-radius: 20px;
}
.cid-sPyHAN7ULu .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-sPyHAN7ULu .circle1 {
  background-color: #009ada;
}
.cid-sPyHAN7ULu .circle2 {
  background-color: #fa9db7;
}
.cid-sPyHAN7ULu .circle3 {
  background-color: #b9007c;
}
.cid-sPyHAN7ULu .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-sPyHAN7ULu {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .cid-sPyHAN7ULu .card {
    margin-bottom: 1rem;
  }
  .cid-sPyHAN7ULu .media-container-row {
    margin: 0;
  }
  .cid-sPyHAN7ULu .card-1 {
    margin-right: 0;
  }
  .cid-sPyHAN7ULu .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sPyHAN7ULu {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .cid-sPyHAN7ULu .mbr-text {
    padding: 0rem;
  }
}
.cid-sPyHAN7ULu .mbr-text,
.cid-sPyHAN7ULu .mbr-section-btn {
  text-align: justify;
}
.cid-sPykHPY8vI {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sPykHPY8vI .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sPykHPY8vI .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sPykHPY8vI .navbar-logo {
  width: 110px;
}
.cid-sPykHPY8vI .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPykHPY8vI .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPykHPY8vI .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sPykHPY8vI .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sPykHPY8vI .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sPykHPY8vI .list-item .item-image,
.cid-sPykHPY8vI .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sPykHPY8vI .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sPykHPY8vI .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sPykHPY8vI .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sPykHPY8vI .socion1 {
  background: #009ada;
}
.cid-sPykHPY8vI .socion2 {
  background-color: #ffffff;
}
.cid-sPykHPY8vI .socion3 {
  background-color: #f985a5;
}
.cid-sPykHPY8vI .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sPykHPY8vI .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sPykHPY8vI .social-list a {
  transition: .2s linear;
}
.cid-sPykHPY8vI .social-list a:hover {
  opacity: .4;
}
.cid-sPykHPY8vI .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sPykHPY8vI .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sPykHPY8vI .svg-1 path {
  fill: #ffffff;
}
.cid-sPykHPY8vI .item-image {
  margin-right: 2rem;
}
.cid-sPykHPY8vI [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sPykHPY8vI .soc-item::after {
  display: none;
}
.cid-sPykHPY8vI .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sPykHPY8vI .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sPykHPY8vI .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sPykHPY8vI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sPykHPY8vI .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sPykHPY8vI .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sPykHPY8vI {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sPykHPY8vI .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPykHPY8vI .wrapper {
    padding: 1rem;
  }
}
.cid-sPyLWXBjZ7 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sPyLWXBjZ7 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sPyLWXBjZ7 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sPyLWXBjZ7 .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sPyLWXBjZ7 a {
  font-style: normal;
}
.cid-sPyLWXBjZ7 .show {
  overflow: visible;
}
.cid-sPyLWXBjZ7 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sPyLWXBjZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPyLWXBjZ7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sPyLWXBjZ7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sPyLWXBjZ7 .nav-item:focus,
.cid-sPyLWXBjZ7 .nav-link:focus {
  outline: none;
}
.cid-sPyLWXBjZ7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sPyLWXBjZ7 .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sPyLWXBjZ7 .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPyLWXBjZ7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sPyLWXBjZ7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sPyLWXBjZ7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sPyLWXBjZ7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sPyLWXBjZ7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sPyLWXBjZ7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sPyLWXBjZ7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPyLWXBjZ7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sPyLWXBjZ7 .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sPyLWXBjZ7 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sPyLWXBjZ7 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sPyLWXBjZ7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sPyLWXBjZ7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPyLWXBjZ7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sPyLWXBjZ7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sPyLWXBjZ7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sPyLWXBjZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sPyLWXBjZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPyLWXBjZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPyLWXBjZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPyLWXBjZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPyLWXBjZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPyLWXBjZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPyLWXBjZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPyLWXBjZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPyLWXBjZ7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPyLWXBjZ7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.collapsing,
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sPyLWXBjZ7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPyLWXBjZ7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sPyLWXBjZ7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sPyLWXBjZ7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sPyLWXBjZ7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPyLWXBjZ7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sPyLWXBjZ7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sPyLWXBjZ7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sPyLWXBjZ7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sPyLWXBjZ7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPyLWXBjZ7 img {
    height: 3.8rem !important;
  }
  .cid-sPyLWXBjZ7 .btn {
    display: -webkit-flex;
  }
  .cid-sPyLWXBjZ7 button.navbar-toggler {
    display: block;
  }
  .cid-sPyLWXBjZ7 .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sPyLWXBjZ7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse.collapsing,
  .cid-sPyLWXBjZ7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sPyLWXBjZ7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sPyLWXBjZ7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sPyLWXBjZ7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sPyLWXBjZ7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sPyLWXBjZ7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sPyLWXBjZ7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sPyLWXBjZ7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sPyLWXBjZ7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sPyLWXBjZ7 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sPyLWXBjZ7 .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sPyLWXBjZ7 .nav-link {
    justify-content: start!important;
  }
  .cid-sPyLWXBjZ7 .navbar.opened {
    height: 100%;
  }
  .cid-sPyLWXBjZ7 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sPyLWXBjZ7 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sPyLWXBjZ7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sPyLWXBjZ7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sPyLWXBjZ7 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sPyLWXBjZ7 .span-link {
  padding: 0 0.5rem;
}
.cid-sPyLWXBjZ7 .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sPyLWXBjZ7 .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sPyLWXBjZ7 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sPyLWXBjZ7 .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sPyLWXBjZ7 .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sPyLWXBjZ7 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sPyLWXBjZ7 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sPyLWXBjZ7 .dropdown-item {
    color: #fff;
  }
  .cid-sPyLWXBjZ7 .nav-item.open .nav-link,
  .cid-sPyLWXBjZ7 .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sPyLWXBjZ7 .link:active {
    color: #fff !important;
  }
  .cid-sPyLWXBjZ7 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sPyLWXBjZ7 .navbar-brand {
    justify-content: center;
  }
  .cid-sPyLWXBjZ7 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sPyLWXBjZ7 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sPyLWXBjZ7 .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sPyLWXBjZ7 .navbar {
    height: 90px;
  }
  .cid-sPyLWXBjZ7 .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sPyLWXBjZ7 .btn1 {
    display: none;
  }
  .cid-sPyLWXBjZ7 .mbr-section-title {
    color: #fff;
  }
  .cid-sPyLWXBjZ7 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sPyLWXBjZ7 .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sPyLWXBjZ7 .span-link {
    color: #fff;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sPyLWXBjZ7 .dropdown-item {
    color: #12265a;
  }
  .cid-sPyLWXBjZ7 .nav-item.open .nav-link,
  .cid-sPyLWXBjZ7 .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sPyLWXBjZ7 .logo-name {
    margin-top: 2rem;
  }
  .cid-sPyLWXBjZ7 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sPyLWXBjZ7 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sPyLWXBjZ7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyLWXBjZ7 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sPyLWXBjZ7 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sPyLWXBjZ7 .mbr-section-title {
  font-weight: 900;
}
.cid-sPyLWXBjZ7 .mbr-section-subtitle {
  color: #12265a;
}
.cid-sPyLWXBjZ7 .mbr-section-btn {
  display: flex;
}
.cid-sPyLWXBjZ7 .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sPyLWXBjZ7 .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sPyLWXBjZ7 .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sPyLWXBjZ7 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sPyLWXBjZ7 .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sPyLWXBjZ7 .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sPyLWXBjZ7 .mbr-iconfont {
  margin: 0;
}
.cid-sPyLWXBjZ7 .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sPyLWXBjZ7 .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sPyLWXBjZ7 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sPyLWXBjZ7 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sPyLWXBjZ7 H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sPyLWZ2wYz {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/whatsapp-image-2021-09-06-at-8.40.40-am-1160x868.jpg");
}
.cid-sPyLWZ2wYz .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sPyLWZ2wYz .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sPyLWZ2wYz .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyLWZ2wYz .svg-1 path {
  fill: #ffffff;
}
.cid-sPyLWZ2wYz .container-fluid {
  max-width: 1200px;
}
.cid-sPyLWZ2wYz .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sPyLWZ2wYz {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sPyLWZ2wYz .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyLWZ2wYz .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sPyLWZ2wYz .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sPyLWZ2wYz .mbr-section-title {
  color: #12265a;
}
.cid-sPyLWZ2wYz .mbr-text,
.cid-sPyLWZ2wYz .mbr-section-btn {
  color: #444444;
}
.cid-sX3L7g33yK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sX3L7g33yK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sX3L7g33yK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sX3L7g33yK .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-sX3L7g33yK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sX3L7g33yK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sX3L7g33yK .row > .row {
  display: block;
}
.cid-sX3L7g33yK .mbr-gallery-item {
  width: 100%;
}
.cid-sX3L7g33yK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sX3L7g33yK .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sX3L7g33yK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sX3L7g33yK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sX3L7g33yK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sX3L7g33yK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sX3L7g33yK .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sX3L7g33yK .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sX3L7g33yK {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-sX3L7g33yK .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-sPyNEosdsy {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fa9db7;
}
.cid-sPyNEosdsy .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sPyNEosdsy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPyNEosdsy .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sPyNEosdsy .container-fluid {
  max-width: 1200px;
}
.cid-sPyNEosdsy .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sPyNEosdsy .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPyNEosdsy rect {
  position: absolute;
  width: 95%;
}
.cid-sPyNEosdsy .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyNEosdsy .svg-1 path {
  fill: #ffffff;
}
.cid-sPyNEosdsy .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sPyNEosdsy .svg-2 path {
  fill: #ffffff;
}
.cid-sPyNEosdsy .svg1 {
  padding: 2px;
}
.cid-sPyNEosdsy .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sPyNEosdsy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sPyNEosdsy .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sPyNC8OcM9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sPyNC8OcM9 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sPyNC8OcM9 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sPyNC8OcM9 .right-wrapper {
  padding-left: 5rem;
}
.cid-sPyNC8OcM9 .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sPyNC8OcM9 .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sPyNC8OcM9 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sPyNC8OcM9 .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sPyNC8OcM9 .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sPyNC8OcM9 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPyNC8OcM9 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sPyNC8OcM9 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sPyNC8OcM9 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sPyNC8OcM9 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPyNC8OcM9 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sPyNC8OcM9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyNC8OcM9 .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sPyNC8OcM9 .mbr-text,
.cid-sPyNC8OcM9 .mbr-section-btn {
  text-align: justify;
}
.cid-sPyNCALKgv {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sPyNCALKgv {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
.cid-sPyNCALKgv img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sPyNCALKgv .right-wrapper {
  padding-left: 5rem;
}
.cid-sPyNCALKgv .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sPyNCALKgv .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sPyNCALKgv .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sPyNCALKgv .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sPyNCALKgv .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sPyNCALKgv .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPyNCALKgv .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sPyNCALKgv .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sPyNCALKgv .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sPyNCALKgv .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPyNCALKgv .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sPyNCALKgv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyNCALKgv .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sPyNCALKgv .mbr-text,
.cid-sPyNCALKgv .mbr-section-btn {
  text-align: justify;
}
.cid-sPyPbBy93E {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #88d4f2;
}
.cid-sPyPbBy93E .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sPyPbBy93E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPyPbBy93E .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sPyPbBy93E .container-fluid {
  max-width: 1200px;
}
.cid-sPyPbBy93E .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sPyPbBy93E .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPyPbBy93E rect {
  position: absolute;
  width: 95%;
}
.cid-sPyPbBy93E .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyPbBy93E .svg-1 path {
  fill: #ffffff;
}
.cid-sPyPbBy93E .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sPyPbBy93E .svg-2 path {
  fill: #ffffff;
}
.cid-sPyPbBy93E .svg1 {
  padding: 2px;
}
.cid-sPyPbBy93E .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sPyPbBy93E {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sPyPbBy93E .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sPyLX2x2ko {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sPyLX2x2ko .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sPyLX2x2ko .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sPyLX2x2ko .navbar-logo {
  width: 110px;
}
.cid-sPyLX2x2ko .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPyLX2x2ko .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPyLX2x2ko .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sPyLX2x2ko .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sPyLX2x2ko .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sPyLX2x2ko .list-item .item-image,
.cid-sPyLX2x2ko .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sPyLX2x2ko .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sPyLX2x2ko .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sPyLX2x2ko .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sPyLX2x2ko .socion1 {
  background: #009ada;
}
.cid-sPyLX2x2ko .socion2 {
  background-color: #ffffff;
}
.cid-sPyLX2x2ko .socion3 {
  background-color: #f985a5;
}
.cid-sPyLX2x2ko .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sPyLX2x2ko .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sPyLX2x2ko .social-list a {
  transition: .2s linear;
}
.cid-sPyLX2x2ko .social-list a:hover {
  opacity: .4;
}
.cid-sPyLX2x2ko .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sPyLX2x2ko .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sPyLX2x2ko .svg-1 path {
  fill: #ffffff;
}
.cid-sPyLX2x2ko .item-image {
  margin-right: 2rem;
}
.cid-sPyLX2x2ko [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sPyLX2x2ko .soc-item::after {
  display: none;
}
.cid-sPyLX2x2ko .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sPyLX2x2ko .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sPyLX2x2ko .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sPyLX2x2ko .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sPyLX2x2ko .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sPyLX2x2ko .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sPyLX2x2ko {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sPyLX2x2ko .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyLX2x2ko .wrapper {
    padding: 1rem;
  }
}
.cid-sS5Fu6tmXC {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sS5Fu6tmXC .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sS5Fu6tmXC .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sS5Fu6tmXC .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sS5Fu6tmXC a {
  font-style: normal;
}
.cid-sS5Fu6tmXC .show {
  overflow: visible;
}
.cid-sS5Fu6tmXC .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sS5Fu6tmXC .dropdown-item:active {
  background-color: transparent;
}
.cid-sS5Fu6tmXC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sS5Fu6tmXC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sS5Fu6tmXC .nav-item:focus,
.cid-sS5Fu6tmXC .nav-link:focus {
  outline: none;
}
.cid-sS5Fu6tmXC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sS5Fu6tmXC .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sS5Fu6tmXC .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS5Fu6tmXC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sS5Fu6tmXC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sS5Fu6tmXC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sS5Fu6tmXC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sS5Fu6tmXC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sS5Fu6tmXC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sS5Fu6tmXC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS5Fu6tmXC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sS5Fu6tmXC .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sS5Fu6tmXC .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sS5Fu6tmXC .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sS5Fu6tmXC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sS5Fu6tmXC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS5Fu6tmXC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sS5Fu6tmXC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sS5Fu6tmXC button.navbar-toggler:focus {
  outline: none;
}
.cid-sS5Fu6tmXC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sS5Fu6tmXC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS5Fu6tmXC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS5Fu6tmXC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS5Fu6tmXC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS5Fu6tmXC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS5Fu6tmXC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS5Fu6tmXC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS5Fu6tmXC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS5Fu6tmXC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sS5Fu6tmXC .collapsed .btn {
  display: -webkit-flex;
}
.cid-sS5Fu6tmXC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.collapsing,
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sS5Fu6tmXC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sS5Fu6tmXC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sS5Fu6tmXC .collapsed button.navbar-toggler {
  display: block;
}
.cid-sS5Fu6tmXC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sS5Fu6tmXC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sS5Fu6tmXC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sS5Fu6tmXC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sS5Fu6tmXC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sS5Fu6tmXC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sS5Fu6tmXC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sS5Fu6tmXC img {
    height: 3.8rem !important;
  }
  .cid-sS5Fu6tmXC .btn {
    display: -webkit-flex;
  }
  .cid-sS5Fu6tmXC button.navbar-toggler {
    display: block;
  }
  .cid-sS5Fu6tmXC .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sS5Fu6tmXC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sS5Fu6tmXC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sS5Fu6tmXC .navbar-collapse.collapsing,
  .cid-sS5Fu6tmXC .navbar-collapse.show {
    display: block !important;
  }
  .cid-sS5Fu6tmXC .navbar-collapse.collapsing .navbar-nav,
  .cid-sS5Fu6tmXC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sS5Fu6tmXC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sS5Fu6tmXC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sS5Fu6tmXC .navbar-collapse.collapsing .navbar-buttons,
  .cid-sS5Fu6tmXC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sS5Fu6tmXC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sS5Fu6tmXC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sS5Fu6tmXC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sS5Fu6tmXC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sS5Fu6tmXC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sS5Fu6tmXC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sS5Fu6tmXC .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sS5Fu6tmXC .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sS5Fu6tmXC .nav-link {
    justify-content: start!important;
  }
  .cid-sS5Fu6tmXC .navbar.opened {
    height: 100%;
  }
  .cid-sS5Fu6tmXC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sS5Fu6tmXC .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sS5Fu6tmXC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sS5Fu6tmXC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sS5Fu6tmXC .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sS5Fu6tmXC .span-link {
  padding: 0 0.5rem;
}
.cid-sS5Fu6tmXC .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sS5Fu6tmXC .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sS5Fu6tmXC .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sS5Fu6tmXC .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sS5Fu6tmXC .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sS5Fu6tmXC .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sS5Fu6tmXC .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sS5Fu6tmXC .dropdown-item {
    color: #fff;
  }
  .cid-sS5Fu6tmXC .nav-item.open .nav-link,
  .cid-sS5Fu6tmXC .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sS5Fu6tmXC .link:active {
    color: #fff !important;
  }
  .cid-sS5Fu6tmXC .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sS5Fu6tmXC .navbar-brand {
    justify-content: center;
  }
  .cid-sS5Fu6tmXC .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sS5Fu6tmXC .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sS5Fu6tmXC .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sS5Fu6tmXC .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sS5Fu6tmXC .navbar {
    height: 90px;
  }
  .cid-sS5Fu6tmXC .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sS5Fu6tmXC .btn1 {
    display: none;
  }
  .cid-sS5Fu6tmXC .mbr-section-title {
    color: #fff;
  }
  .cid-sS5Fu6tmXC .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sS5Fu6tmXC .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sS5Fu6tmXC .span-link {
    color: #fff;
  }
  .cid-sS5Fu6tmXC .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sS5Fu6tmXC .dropdown-item {
    color: #12265a;
  }
  .cid-sS5Fu6tmXC .nav-item.open .nav-link,
  .cid-sS5Fu6tmXC .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sS5Fu6tmXC .logo-name {
    margin-top: 2rem;
  }
  .cid-sS5Fu6tmXC .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sS5Fu6tmXC .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sS5Fu6tmXC .container-fluid {
    padding: 0 1rem;
  }
  .cid-sS5Fu6tmXC .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sS5Fu6tmXC .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sS5Fu6tmXC .mbr-section-title {
  font-weight: 900;
}
.cid-sS5Fu6tmXC .mbr-section-subtitle {
  color: #12265a;
}
.cid-sS5Fu6tmXC .mbr-section-btn {
  display: flex;
}
.cid-sS5Fu6tmXC .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sS5Fu6tmXC .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sS5Fu6tmXC .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sS5Fu6tmXC .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sS5Fu6tmXC .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sS5Fu6tmXC .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sS5Fu6tmXC .mbr-iconfont {
  margin: 0;
}
.cid-sS5Fu6tmXC .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sS5Fu6tmXC .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sS5Fu6tmXC .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sS5Fu6tmXC .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sS5Fu6tmXC H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sS5Fu7m6Lz {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-20191019-124813-2000x1500.jpg");
}
.cid-sS5Fu7m6Lz .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sS5Fu7m6Lz .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sS5Fu7m6Lz .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sS5Fu7m6Lz .svg-1 path {
  fill: #fadae3;
}
.cid-sS5Fu7m6Lz .container-fluid {
  max-width: 1200px;
}
.cid-sS5Fu7m6Lz .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sS5Fu7m6Lz {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sS5Fu7m6Lz .container-fluid {
    padding: 0 1rem;
  }
  .cid-sS5Fu7m6Lz .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sS5Fu7m6Lz .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sS5Fu7m6Lz .mbr-section-title {
  color: #12265a;
}
.cid-sS5Fu7m6Lz .mbr-text,
.cid-sS5Fu7m6Lz .mbr-section-btn {
  color: #444444;
}
.cid-sS5GaywVWp {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
  background: linear-gradient(0deg, #fcfcfc, #fadae3);
}
.cid-sS5GaywVWp .mbr-section-subtitle {
  color: #70747f;
}
.cid-sS5GaywVWp .mbr-text {
  color: #70747f;
}
.cid-sS5GaywVWp .nav-tabs {
  margin-bottom: 1rem;
  padding: 3px;
  display: table;
  border-bottom: none;
}
.cid-sS5GaywVWp .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sS5GaywVWp .card-img img {
  width: 100%;
  border-radius: 30px;
}
.cid-sS5GaywVWp .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-sS5GaywVWp .nav-tabs .nav-link {
  display: flex;
  color: #f967d0;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  border: 2px dashed #019ada;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
  flex-direction: column;
}
.cid-sS5GaywVWp .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #fa9db7;
}
.cid-sS5GaywVWp .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #019ada;
}
.cid-sS5GaywVWp .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sS5GaywVWp .wrapper {
  margin-bottom: 1.5rem;
}
.cid-sS5GaywVWp .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sS5GaywVWp .container-fluid {
  max-width: 1200px;
}
.cid-sS5GaywVWp .row {
  align-items: center;
}
.cid-sS5GaywVWp .title-content {
  color: #019ada;
}
.cid-sS5GaywVWp .name {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-sS5GaywVWp .nav-tabs {
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sS5GaywVWp .nav-tabs .nav-link {
    margin: 0 1rem;
    padding: 1.5rem 2.5rem;
  }
  .cid-sS5GaywVWp .tab-content {
    padding: 3.5rem;
  }
  .cid-sS5GaywVWp .left-column {
    padding-right: 4rem;
  }
  .cid-sS5GaywVWp .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sS5GaywVWp .tab-content {
    padding: 1rem;
  }
  .cid-sS5GaywVWp .nav-item {
    padding: 0.5rem;
  }
  .cid-sS5GaywVWp .card-img {
    margin-top: 0.6rem;
  }
  .cid-sS5GaywVWp .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sS5GaywVWp {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .cid-sS5GaywVWp .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cid-sS5GaywVWp .nav-item {
    padding: 0;
  }
  .cid-sS5GaywVWp .last-navitem {
    width: 100%;
  }
  .cid-sS5GaywVWp li {
    width: 140px;
  }
  .cid-sS5GaywVWp .container-fluid {
    padding: 0;
  }
  .cid-sS5GaywVWp .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-sS5GaywVWp .mbr-iconfont {
    margin-top: 0.4rem;
  }
}
.cid-sS5GaywVWp img {
  border-radius: 40px;
}
.cid-sS5GaywVWp .card-title,
.cid-sS5GaywVWp .wrapper {
  color: #b9007c;
}
.cid-sT0lYOiMbH {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0lYOiMbH {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0lYOiMbH .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0lYOiMbH .container-fluid {
  max-width: 1200px;
}
.cid-sT0me3HTmm {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0me3HTmm {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0me3HTmm .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0me3HTmm .container-fluid {
  max-width: 1200px;
}
.cid-sT0meD3eI5 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0meD3eI5 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0meD3eI5 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0meD3eI5 .container-fluid {
  max-width: 1200px;
}
.cid-sT0mf68sHW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0mf68sHW {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0mf68sHW .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0mf68sHW .container-fluid {
  max-width: 1200px;
}
.cid-sT0mfu4jMq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0mfu4jMq {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0mfu4jMq .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0mfu4jMq .container-fluid {
  max-width: 1200px;
}
.cid-sT0mggH422 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0mggH422 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0mggH422 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0mggH422 .container-fluid {
  max-width: 1200px;
}
.cid-sT0mfOfbRt {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0mfOfbRt {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0mfOfbRt .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0mfOfbRt .container-fluid {
  max-width: 1200px;
}
.cid-sT0mijV0DL {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0mijV0DL {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0mijV0DL .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0mijV0DL .container-fluid {
  max-width: 1200px;
}
.cid-sT2pU2FXm0 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT2pU2FXm0 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT2pU2FXm0 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT2pU2FXm0 .container-fluid {
  max-width: 1200px;
}
.cid-sT0mhsB8P8 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT0mhsB8P8 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT0mhsB8P8 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT0mhsB8P8 .container-fluid {
  max-width: 1200px;
}
.cid-sX3A8Og5ti {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3A8Og5ti {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sX3A8Og5ti .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sX3A8Og5ti .container-fluid {
  max-width: 1200px;
}
.cid-sX3Abm1T41 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3Abm1T41 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sX3Abm1T41 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sX3Abm1T41 .container-fluid {
  max-width: 1200px;
}
.cid-sX3A9mL8CG {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3A9mL8CG {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sX3A9mL8CG .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sX3A9mL8CG .container-fluid {
  max-width: 1200px;
}
.cid-sX3A9TTbpA {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3A9TTbpA {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sX3A9TTbpA .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sX3A9TTbpA .container-fluid {
  max-width: 1200px;
}
.cid-sX3Fvy2e7C {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3Fvy2e7C {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sX3Fvy2e7C .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sX3Fvy2e7C .container-fluid {
  max-width: 1200px;
}
.cid-sX3GvpR0rS {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3GvpR0rS {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sX3GvpR0rS .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sX3GvpR0rS .container-fluid {
  max-width: 1200px;
}
.cid-sX3IdGPkHw {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3IdGPkHw {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sX3IdGPkHw .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sX3IdGPkHw .container-fluid {
  max-width: 1200px;
}
.cid-sX3Igxrvsv {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sX3Igxrvsv {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sX3Igxrvsv .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sX3Igxrvsv .container-fluid {
  max-width: 1200px;
}
.cid-sS5FuaUNCB {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sS5FuaUNCB .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sS5FuaUNCB .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sS5FuaUNCB .navbar-logo {
  width: 110px;
}
.cid-sS5FuaUNCB .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sS5FuaUNCB .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sS5FuaUNCB .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sS5FuaUNCB .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sS5FuaUNCB .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sS5FuaUNCB .list-item .item-image,
.cid-sS5FuaUNCB .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sS5FuaUNCB .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sS5FuaUNCB .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sS5FuaUNCB .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sS5FuaUNCB .socion1 {
  background: #009ada;
}
.cid-sS5FuaUNCB .socion2 {
  background-color: #ffffff;
}
.cid-sS5FuaUNCB .socion3 {
  background-color: #f985a5;
}
.cid-sS5FuaUNCB .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sS5FuaUNCB .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sS5FuaUNCB .social-list a {
  transition: .2s linear;
}
.cid-sS5FuaUNCB .social-list a:hover {
  opacity: .4;
}
.cid-sS5FuaUNCB .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sS5FuaUNCB .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sS5FuaUNCB .svg-1 path {
  fill: #ffffff;
}
.cid-sS5FuaUNCB .item-image {
  margin-right: 2rem;
}
.cid-sS5FuaUNCB [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sS5FuaUNCB .soc-item::after {
  display: none;
}
.cid-sS5FuaUNCB .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sS5FuaUNCB .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sS5FuaUNCB .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sS5FuaUNCB .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sS5FuaUNCB .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sS5FuaUNCB .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sS5FuaUNCB {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sS5FuaUNCB .container-fluid {
    padding: 0 1rem;
  }
  .cid-sS5FuaUNCB .wrapper {
    padding: 1rem;
  }
}
.cid-sSVvHntGXO {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sSVvHntGXO .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sSVvHntGXO .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sSVvHntGXO .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sSVvHntGXO a {
  font-style: normal;
}
.cid-sSVvHntGXO .show {
  overflow: visible;
}
.cid-sSVvHntGXO .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sSVvHntGXO .dropdown-item:active {
  background-color: transparent;
}
.cid-sSVvHntGXO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sSVvHntGXO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sSVvHntGXO .nav-item:focus,
.cid-sSVvHntGXO .nav-link:focus {
  outline: none;
}
.cid-sSVvHntGXO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sSVvHntGXO .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sSVvHntGXO .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSVvHntGXO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sSVvHntGXO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSVvHntGXO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSVvHntGXO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSVvHntGXO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sSVvHntGXO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSVvHntGXO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSVvHntGXO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSVvHntGXO .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sSVvHntGXO .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sSVvHntGXO .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sSVvHntGXO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSVvHntGXO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSVvHntGXO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sSVvHntGXO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sSVvHntGXO button.navbar-toggler:focus {
  outline: none;
}
.cid-sSVvHntGXO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sSVvHntGXO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSVvHntGXO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSVvHntGXO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSVvHntGXO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSVvHntGXO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSVvHntGXO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSVvHntGXO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSVvHntGXO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSVvHntGXO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sSVvHntGXO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sSVvHntGXO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSVvHntGXO .collapsed .navbar-collapse.collapsing,
.cid-sSVvHntGXO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSVvHntGXO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSVvHntGXO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSVvHntGXO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSVvHntGXO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSVvHntGXO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSVvHntGXO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sSVvHntGXO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSVvHntGXO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSVvHntGXO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sSVvHntGXO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSVvHntGXO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sSVvHntGXO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sSVvHntGXO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sSVvHntGXO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSVvHntGXO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSVvHntGXO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sSVvHntGXO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sSVvHntGXO img {
    height: 3.8rem !important;
  }
  .cid-sSVvHntGXO .btn {
    display: -webkit-flex;
  }
  .cid-sSVvHntGXO button.navbar-toggler {
    display: block;
  }
  .cid-sSVvHntGXO .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sSVvHntGXO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sSVvHntGXO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSVvHntGXO .navbar-collapse.collapsing,
  .cid-sSVvHntGXO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSVvHntGXO .navbar-collapse.collapsing .navbar-nav,
  .cid-sSVvHntGXO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSVvHntGXO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSVvHntGXO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSVvHntGXO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSVvHntGXO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sSVvHntGXO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSVvHntGXO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSVvHntGXO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sSVvHntGXO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSVvHntGXO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSVvHntGXO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sSVvHntGXO .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sSVvHntGXO .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sSVvHntGXO .nav-link {
    justify-content: start!important;
  }
  .cid-sSVvHntGXO .navbar.opened {
    height: 100%;
  }
  .cid-sSVvHntGXO .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sSVvHntGXO .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sSVvHntGXO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sSVvHntGXO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sSVvHntGXO .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sSVvHntGXO .span-link {
  padding: 0 0.5rem;
}
.cid-sSVvHntGXO .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sSVvHntGXO .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sSVvHntGXO .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sSVvHntGXO .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sSVvHntGXO .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sSVvHntGXO .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sSVvHntGXO .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sSVvHntGXO .dropdown-item {
    color: #fff;
  }
  .cid-sSVvHntGXO .nav-item.open .nav-link,
  .cid-sSVvHntGXO .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sSVvHntGXO .link:active {
    color: #fff !important;
  }
  .cid-sSVvHntGXO .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sSVvHntGXO .navbar-brand {
    justify-content: center;
  }
  .cid-sSVvHntGXO .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sSVvHntGXO .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sSVvHntGXO .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sSVvHntGXO .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sSVvHntGXO .navbar {
    height: 90px;
  }
  .cid-sSVvHntGXO .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sSVvHntGXO .btn1 {
    display: none;
  }
  .cid-sSVvHntGXO .mbr-section-title {
    color: #fff;
  }
  .cid-sSVvHntGXO .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sSVvHntGXO .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sSVvHntGXO .span-link {
    color: #fff;
  }
  .cid-sSVvHntGXO .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sSVvHntGXO .dropdown-item {
    color: #12265a;
  }
  .cid-sSVvHntGXO .nav-item.open .nav-link,
  .cid-sSVvHntGXO .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sSVvHntGXO .logo-name {
    margin-top: 2rem;
  }
  .cid-sSVvHntGXO .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sSVvHntGXO .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sSVvHntGXO .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVvHntGXO .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sSVvHntGXO .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sSVvHntGXO .mbr-section-title {
  font-weight: 900;
}
.cid-sSVvHntGXO .mbr-section-subtitle {
  color: #12265a;
}
.cid-sSVvHntGXO .mbr-section-btn {
  display: flex;
}
.cid-sSVvHntGXO .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sSVvHntGXO .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sSVvHntGXO .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sSVvHntGXO .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sSVvHntGXO .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sSVvHntGXO .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sSVvHntGXO .mbr-iconfont {
  margin: 0;
}
.cid-sSVvHntGXO .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sSVvHntGXO .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sSVvHntGXO .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sSVvHntGXO .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sSVvHntGXO H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sSVvHoCDiV {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-20211027-154854-2000x901.jpg");
}
.cid-sSVvHoCDiV .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sSVvHoCDiV .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sSVvHoCDiV .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sSVvHoCDiV .svg-1 path {
  fill: #ffffff;
}
.cid-sSVvHoCDiV .container-fluid {
  max-width: 1200px;
}
.cid-sSVvHoCDiV .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sSVvHoCDiV {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sSVvHoCDiV .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVvHoCDiV .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sSVvHoCDiV .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sSVvHoCDiV .mbr-section-title {
  color: #12265a;
}
.cid-sSVvHoCDiV .mbr-text,
.cid-sSVvHoCDiV .mbr-section-btn {
  color: #444444;
}
.cid-sSVKendiI8 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fa9db7;
}
.cid-sSVKendiI8 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sSVKendiI8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSVKendiI8 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sSVKendiI8 .container-fluid {
  max-width: 1200px;
}
.cid-sSVKendiI8 .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sSVKendiI8 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sSVKendiI8 rect {
  position: absolute;
  width: 95%;
}
.cid-sSVKendiI8 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sSVKendiI8 .svg-1 path {
  fill: #ffffff;
}
.cid-sSVKendiI8 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sSVKendiI8 .svg-2 path {
  fill: #ffffff;
}
.cid-sSVKendiI8 .svg1 {
  padding: 2px;
}
.cid-sSVKendiI8 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sSVKendiI8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sSVKendiI8 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sSVvHsmrSq {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sSVvHsmrSq .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sSVvHsmrSq .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sSVvHsmrSq .navbar-logo {
  width: 110px;
}
.cid-sSVvHsmrSq .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sSVvHsmrSq .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sSVvHsmrSq .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sSVvHsmrSq .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sSVvHsmrSq .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sSVvHsmrSq .list-item .item-image,
.cid-sSVvHsmrSq .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSVvHsmrSq .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sSVvHsmrSq .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sSVvHsmrSq .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sSVvHsmrSq .socion1 {
  background: #009ada;
}
.cid-sSVvHsmrSq .socion2 {
  background-color: #ffffff;
}
.cid-sSVvHsmrSq .socion3 {
  background-color: #f985a5;
}
.cid-sSVvHsmrSq .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sSVvHsmrSq .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sSVvHsmrSq .social-list a {
  transition: .2s linear;
}
.cid-sSVvHsmrSq .social-list a:hover {
  opacity: .4;
}
.cid-sSVvHsmrSq .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sSVvHsmrSq .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sSVvHsmrSq .svg-1 path {
  fill: #ffffff;
}
.cid-sSVvHsmrSq .item-image {
  margin-right: 2rem;
}
.cid-sSVvHsmrSq [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sSVvHsmrSq .soc-item::after {
  display: none;
}
.cid-sSVvHsmrSq .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sSVvHsmrSq .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sSVvHsmrSq .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sSVvHsmrSq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sSVvHsmrSq .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sSVvHsmrSq .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sSVvHsmrSq {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sSVvHsmrSq .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVvHsmrSq .wrapper {
    padding: 1rem;
  }
}
.cid-sSVwwEg4pc {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sSVwwEg4pc .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sSVwwEg4pc .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sSVwwEg4pc .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sSVwwEg4pc a {
  font-style: normal;
}
.cid-sSVwwEg4pc .show {
  overflow: visible;
}
.cid-sSVwwEg4pc .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sSVwwEg4pc .dropdown-item:active {
  background-color: transparent;
}
.cid-sSVwwEg4pc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sSVwwEg4pc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sSVwwEg4pc .nav-item:focus,
.cid-sSVwwEg4pc .nav-link:focus {
  outline: none;
}
.cid-sSVwwEg4pc .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sSVwwEg4pc .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sSVwwEg4pc .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSVwwEg4pc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sSVwwEg4pc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSVwwEg4pc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSVwwEg4pc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSVwwEg4pc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sSVwwEg4pc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSVwwEg4pc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSVwwEg4pc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSVwwEg4pc .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sSVwwEg4pc .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sSVwwEg4pc .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sSVwwEg4pc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSVwwEg4pc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSVwwEg4pc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sSVwwEg4pc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sSVwwEg4pc button.navbar-toggler:focus {
  outline: none;
}
.cid-sSVwwEg4pc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sSVwwEg4pc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSVwwEg4pc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSVwwEg4pc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSVwwEg4pc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSVwwEg4pc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSVwwEg4pc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSVwwEg4pc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSVwwEg4pc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSVwwEg4pc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sSVwwEg4pc .collapsed .btn {
  display: -webkit-flex;
}
.cid-sSVwwEg4pc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSVwwEg4pc .collapsed .navbar-collapse.collapsing,
.cid-sSVwwEg4pc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSVwwEg4pc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSVwwEg4pc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSVwwEg4pc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSVwwEg4pc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSVwwEg4pc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSVwwEg4pc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sSVwwEg4pc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSVwwEg4pc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSVwwEg4pc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sSVwwEg4pc .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSVwwEg4pc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sSVwwEg4pc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sSVwwEg4pc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sSVwwEg4pc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSVwwEg4pc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSVwwEg4pc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sSVwwEg4pc.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sSVwwEg4pc img {
    height: 3.8rem !important;
  }
  .cid-sSVwwEg4pc .btn {
    display: -webkit-flex;
  }
  .cid-sSVwwEg4pc button.navbar-toggler {
    display: block;
  }
  .cid-sSVwwEg4pc .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sSVwwEg4pc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sSVwwEg4pc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSVwwEg4pc .navbar-collapse.collapsing,
  .cid-sSVwwEg4pc .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSVwwEg4pc .navbar-collapse.collapsing .navbar-nav,
  .cid-sSVwwEg4pc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSVwwEg4pc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSVwwEg4pc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSVwwEg4pc .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSVwwEg4pc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sSVwwEg4pc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSVwwEg4pc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSVwwEg4pc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sSVwwEg4pc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSVwwEg4pc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSVwwEg4pc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sSVwwEg4pc .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sSVwwEg4pc .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sSVwwEg4pc .nav-link {
    justify-content: start!important;
  }
  .cid-sSVwwEg4pc .navbar.opened {
    height: 100%;
  }
  .cid-sSVwwEg4pc .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sSVwwEg4pc .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sSVwwEg4pc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sSVwwEg4pc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sSVwwEg4pc .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sSVwwEg4pc .span-link {
  padding: 0 0.5rem;
}
.cid-sSVwwEg4pc .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sSVwwEg4pc .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sSVwwEg4pc .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sSVwwEg4pc .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sSVwwEg4pc .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sSVwwEg4pc .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sSVwwEg4pc .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sSVwwEg4pc .dropdown-item {
    color: #fff;
  }
  .cid-sSVwwEg4pc .nav-item.open .nav-link,
  .cid-sSVwwEg4pc .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sSVwwEg4pc .link:active {
    color: #fff !important;
  }
  .cid-sSVwwEg4pc .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sSVwwEg4pc .navbar-brand {
    justify-content: center;
  }
  .cid-sSVwwEg4pc .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sSVwwEg4pc .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sSVwwEg4pc .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sSVwwEg4pc .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sSVwwEg4pc .navbar {
    height: 90px;
  }
  .cid-sSVwwEg4pc .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sSVwwEg4pc .btn1 {
    display: none;
  }
  .cid-sSVwwEg4pc .mbr-section-title {
    color: #fff;
  }
  .cid-sSVwwEg4pc .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sSVwwEg4pc .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sSVwwEg4pc .span-link {
    color: #fff;
  }
  .cid-sSVwwEg4pc .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sSVwwEg4pc .dropdown-item {
    color: #12265a;
  }
  .cid-sSVwwEg4pc .nav-item.open .nav-link,
  .cid-sSVwwEg4pc .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sSVwwEg4pc .logo-name {
    margin-top: 2rem;
  }
  .cid-sSVwwEg4pc .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sSVwwEg4pc .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sSVwwEg4pc .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwwEg4pc .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sSVwwEg4pc .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sSVwwEg4pc .mbr-section-title {
  font-weight: 900;
}
.cid-sSVwwEg4pc .mbr-section-subtitle {
  color: #12265a;
}
.cid-sSVwwEg4pc .mbr-section-btn {
  display: flex;
}
.cid-sSVwwEg4pc .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sSVwwEg4pc .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sSVwwEg4pc .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sSVwwEg4pc .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sSVwwEg4pc .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sSVwwEg4pc .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sSVwwEg4pc .mbr-iconfont {
  margin: 0;
}
.cid-sSVwwEg4pc .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sSVwwEg4pc .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sSVwwEg4pc .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sSVwwEg4pc .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sSVwwEg4pc H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sSVwwF8Edp {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/whatsapp-image-2021-09-06-at-8.40.40-am-1160x868.jpg");
}
.cid-sSVwwF8Edp .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sSVwwF8Edp .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sSVwwF8Edp .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sSVwwF8Edp .svg-1 path {
  fill: #ffffff;
}
.cid-sSVwwF8Edp .container-fluid {
  max-width: 1200px;
}
.cid-sSVwwF8Edp .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sSVwwF8Edp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sSVwwF8Edp .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwwF8Edp .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sSVwwF8Edp .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sSVwwF8Edp .mbr-section-title {
  color: #12265a;
}
.cid-sSVwwF8Edp .mbr-text,
.cid-sSVwwF8Edp .mbr-section-btn {
  color: #444444;
}
.cid-sSVwwG2Ywm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSVwwG2Ywm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sSVwwG2Ywm img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sSVwwG2Ywm .right-wrapper {
  padding-left: 5rem;
}
.cid-sSVwwG2Ywm .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sSVwwG2Ywm .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sSVwwG2Ywm .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sSVwwG2Ywm .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sSVwwG2Ywm .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sSVwwG2Ywm .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sSVwwG2Ywm .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sSVwwG2Ywm .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sSVwwG2Ywm .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sSVwwG2Ywm .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVwwG2Ywm .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sSVwwG2Ywm .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwwG2Ywm .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sSVwwG2Ywm .mbr-text,
.cid-sSVwwG2Ywm .mbr-section-btn {
  text-align: justify;
}
.cid-sSVwwFEcM9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fa9db7;
}
.cid-sSVwwFEcM9 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sSVwwFEcM9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSVwwFEcM9 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sSVwwFEcM9 .container-fluid {
  max-width: 1200px;
}
.cid-sSVwwFEcM9 .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sSVwwFEcM9 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sSVwwFEcM9 rect {
  position: absolute;
  width: 95%;
}
.cid-sSVwwFEcM9 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sSVwwFEcM9 .svg-1 path {
  fill: #ffffff;
}
.cid-sSVwwFEcM9 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sSVwwFEcM9 .svg-2 path {
  fill: #ffffff;
}
.cid-sSVwwFEcM9 .svg1 {
  padding: 2px;
}
.cid-sSVwwFEcM9 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sSVwwFEcM9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-sSVwwFEcM9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sT2waVVuxs {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sT2waVVuxs .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-sT2waVVuxs .title {
  max-width: 800px;
  margin: auto;
}
.cid-sT2waVVuxs .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sT2waVVuxs .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sT2waVVuxs .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-sT2waVVuxs .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #009ada !important;
  border-color: #009ada !important;
}
.cid-sT2waVVuxs .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-sT2waVVuxs .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-sT2waVVuxs .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-sT2waVVuxs .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-sT2waVVuxs .link-card:hover {
  color: #fa9db7;
}
.cid-sT2waVVuxs .mbr-section-btn2 {
  display: inline-flex;
}
.cid-sT2waVVuxs .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-sT2waVVuxs .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-sT2waVVuxs .icon-btn {
  color: #fa9db7;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-sT2waVVuxs .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sT2waVVuxs {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .cid-sT2waVVuxs .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sT2waVVuxs .card__title,
.cid-sT2waVVuxs .link-wrap {
  color: #70747f;
  text-align: justify;
}
.cid-sT2waVVuxs .text-wrap,
.cid-sT2waVVuxs .mbr-text {
  color: #019ada;
}
.cid-sT2xWvAWyH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fa9db7;
}
.cid-sT2xWvAWyH .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sT2xWvAWyH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sT2xWvAWyH .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sT2xWvAWyH .container-fluid {
  max-width: 1200px;
}
.cid-sT2xWvAWyH .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sT2xWvAWyH .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT2xWvAWyH rect {
  position: absolute;
  width: 95%;
}
.cid-sT2xWvAWyH .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sT2xWvAWyH .svg-1 path {
  fill: #ffffff;
}
.cid-sT2xWvAWyH .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sT2xWvAWyH .svg-2 path {
  fill: #ffffff;
}
.cid-sT2xWvAWyH .svg1 {
  padding: 2px;
}
.cid-sT2xWvAWyH .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sT2xWvAWyH {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-sT2xWvAWyH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sSVwwGngak {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSVwwGngak {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
.cid-sSVwwGngak img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sSVwwGngak .right-wrapper {
  padding-left: 5rem;
}
.cid-sSVwwGngak .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sSVwwGngak .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sSVwwGngak .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sSVwwGngak .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sSVwwGngak .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sSVwwGngak .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sSVwwGngak .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sSVwwGngak .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sSVwwGngak .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sSVwwGngak .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVwwGngak .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sSVwwGngak .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwwGngak .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sSVwwGngak .mbr-text,
.cid-sSVwwGngak .mbr-section-btn {
  text-align: justify;
}
.cid-sT2xX0UKut {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fa9db7;
}
.cid-sT2xX0UKut .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sT2xX0UKut .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sT2xX0UKut .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sT2xX0UKut .container-fluid {
  max-width: 1200px;
}
.cid-sT2xX0UKut .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sT2xX0UKut .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT2xX0UKut rect {
  position: absolute;
  width: 95%;
}
.cid-sT2xX0UKut .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sT2xX0UKut .svg-1 path {
  fill: #ffffff;
}
.cid-sT2xX0UKut .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sT2xX0UKut .svg-2 path {
  fill: #ffffff;
}
.cid-sT2xX0UKut .svg1 {
  padding: 2px;
}
.cid-sT2xX0UKut .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sT2xX0UKut {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-sT2xX0UKut .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sT2yKfBhrM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT2yKfBhrM {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.cid-sT2yKfBhrM img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sT2yKfBhrM .right-wrapper {
  padding-left: 5rem;
}
.cid-sT2yKfBhrM .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sT2yKfBhrM .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sT2yKfBhrM .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sT2yKfBhrM .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sT2yKfBhrM .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sT2yKfBhrM .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT2yKfBhrM .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sT2yKfBhrM .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sT2yKfBhrM .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sT2yKfBhrM .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sT2yKfBhrM .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sT2yKfBhrM .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT2yKfBhrM .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sT2yKfBhrM .mbr-text,
.cid-sT2yKfBhrM .mbr-section-btn {
  text-align: justify;
}
.cid-sT2yKTpMOp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT2yKTpMOp {
    padding-top: 0px;
    padding-bottom: 25px;
  }
}
.cid-sT2yKTpMOp img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sT2yKTpMOp .right-wrapper {
  padding-left: 5rem;
}
.cid-sT2yKTpMOp .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sT2yKTpMOp .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sT2yKTpMOp .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sT2yKTpMOp .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sT2yKTpMOp .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sT2yKTpMOp .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT2yKTpMOp .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sT2yKTpMOp .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sT2yKTpMOp .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sT2yKTpMOp .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sT2yKTpMOp .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sT2yKTpMOp .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT2yKTpMOp .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sT2yKTpMOp .mbr-text,
.cid-sT2yKTpMOp .mbr-section-btn {
  text-align: justify;
}
.cid-sT2zDxV7EY {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #fa9db7;
}
.cid-sT2zDxV7EY .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sT2zDxV7EY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sT2zDxV7EY .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sT2zDxV7EY .container-fluid {
  max-width: 1200px;
}
.cid-sT2zDxV7EY .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sT2zDxV7EY .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT2zDxV7EY rect {
  position: absolute;
  width: 95%;
}
.cid-sT2zDxV7EY .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sT2zDxV7EY .svg-1 path {
  fill: #ffffff;
}
.cid-sT2zDxV7EY .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sT2zDxV7EY .svg-2 path {
  fill: #ffffff;
}
.cid-sT2zDxV7EY .svg1 {
  padding: 2px;
}
.cid-sT2zDxV7EY .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sT2zDxV7EY {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-sT2zDxV7EY .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sT2zMpJeIr {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT2zMpJeIr {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
.cid-sT2zMpJeIr img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sT2zMpJeIr .right-wrapper {
  padding-left: 5rem;
}
.cid-sT2zMpJeIr .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sT2zMpJeIr .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sT2zMpJeIr .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sT2zMpJeIr .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sT2zMpJeIr .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sT2zMpJeIr .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT2zMpJeIr .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sT2zMpJeIr .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sT2zMpJeIr .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sT2zMpJeIr .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sT2zMpJeIr .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sT2zMpJeIr .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT2zMpJeIr .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sT2zMpJeIr .mbr-text,
.cid-sT2zMpJeIr .mbr-section-btn {
  text-align: justify;
}
.cid-sSVwwH8WZl {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sSVwwH8WZl .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sSVwwH8WZl .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sSVwwH8WZl .navbar-logo {
  width: 110px;
}
.cid-sSVwwH8WZl .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sSVwwH8WZl .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sSVwwH8WZl .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sSVwwH8WZl .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sSVwwH8WZl .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sSVwwH8WZl .list-item .item-image,
.cid-sSVwwH8WZl .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSVwwH8WZl .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sSVwwH8WZl .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sSVwwH8WZl .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sSVwwH8WZl .socion1 {
  background: #009ada;
}
.cid-sSVwwH8WZl .socion2 {
  background-color: #ffffff;
}
.cid-sSVwwH8WZl .socion3 {
  background-color: #f985a5;
}
.cid-sSVwwH8WZl .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sSVwwH8WZl .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sSVwwH8WZl .social-list a {
  transition: .2s linear;
}
.cid-sSVwwH8WZl .social-list a:hover {
  opacity: .4;
}
.cid-sSVwwH8WZl .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sSVwwH8WZl .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sSVwwH8WZl .svg-1 path {
  fill: #ffffff;
}
.cid-sSVwwH8WZl .item-image {
  margin-right: 2rem;
}
.cid-sSVwwH8WZl [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sSVwwH8WZl .soc-item::after {
  display: none;
}
.cid-sSVwwH8WZl .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sSVwwH8WZl .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sSVwwH8WZl .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sSVwwH8WZl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sSVwwH8WZl .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sSVwwH8WZl .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sSVwwH8WZl {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sSVwwH8WZl .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwwH8WZl .wrapper {
    padding: 1rem;
  }
}
.cid-sSVwDB5XXq {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sSVwDB5XXq .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sSVwDB5XXq .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sSVwDB5XXq .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sSVwDB5XXq a {
  font-style: normal;
}
.cid-sSVwDB5XXq .show {
  overflow: visible;
}
.cid-sSVwDB5XXq .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sSVwDB5XXq .dropdown-item:active {
  background-color: transparent;
}
.cid-sSVwDB5XXq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sSVwDB5XXq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sSVwDB5XXq .nav-item:focus,
.cid-sSVwDB5XXq .nav-link:focus {
  outline: none;
}
.cid-sSVwDB5XXq .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sSVwDB5XXq .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sSVwDB5XXq .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSVwDB5XXq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sSVwDB5XXq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSVwDB5XXq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSVwDB5XXq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSVwDB5XXq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sSVwDB5XXq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSVwDB5XXq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSVwDB5XXq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSVwDB5XXq .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sSVwDB5XXq .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sSVwDB5XXq .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sSVwDB5XXq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSVwDB5XXq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSVwDB5XXq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sSVwDB5XXq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sSVwDB5XXq button.navbar-toggler:focus {
  outline: none;
}
.cid-sSVwDB5XXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sSVwDB5XXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSVwDB5XXq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSVwDB5XXq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSVwDB5XXq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSVwDB5XXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSVwDB5XXq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSVwDB5XXq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSVwDB5XXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSVwDB5XXq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sSVwDB5XXq .collapsed .btn {
  display: -webkit-flex;
}
.cid-sSVwDB5XXq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSVwDB5XXq .collapsed .navbar-collapse.collapsing,
.cid-sSVwDB5XXq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSVwDB5XXq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSVwDB5XXq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSVwDB5XXq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSVwDB5XXq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSVwDB5XXq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSVwDB5XXq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sSVwDB5XXq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSVwDB5XXq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSVwDB5XXq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sSVwDB5XXq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSVwDB5XXq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sSVwDB5XXq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sSVwDB5XXq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sSVwDB5XXq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSVwDB5XXq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSVwDB5XXq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sSVwDB5XXq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sSVwDB5XXq img {
    height: 3.8rem !important;
  }
  .cid-sSVwDB5XXq .btn {
    display: -webkit-flex;
  }
  .cid-sSVwDB5XXq button.navbar-toggler {
    display: block;
  }
  .cid-sSVwDB5XXq .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sSVwDB5XXq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sSVwDB5XXq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSVwDB5XXq .navbar-collapse.collapsing,
  .cid-sSVwDB5XXq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSVwDB5XXq .navbar-collapse.collapsing .navbar-nav,
  .cid-sSVwDB5XXq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSVwDB5XXq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSVwDB5XXq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSVwDB5XXq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSVwDB5XXq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sSVwDB5XXq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSVwDB5XXq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSVwDB5XXq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sSVwDB5XXq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSVwDB5XXq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSVwDB5XXq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sSVwDB5XXq .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sSVwDB5XXq .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sSVwDB5XXq .nav-link {
    justify-content: start!important;
  }
  .cid-sSVwDB5XXq .navbar.opened {
    height: 100%;
  }
  .cid-sSVwDB5XXq .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sSVwDB5XXq .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sSVwDB5XXq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sSVwDB5XXq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sSVwDB5XXq .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sSVwDB5XXq .span-link {
  padding: 0 0.5rem;
}
.cid-sSVwDB5XXq .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sSVwDB5XXq .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sSVwDB5XXq .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sSVwDB5XXq .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sSVwDB5XXq .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sSVwDB5XXq .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sSVwDB5XXq .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sSVwDB5XXq .dropdown-item {
    color: #fff;
  }
  .cid-sSVwDB5XXq .nav-item.open .nav-link,
  .cid-sSVwDB5XXq .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sSVwDB5XXq .link:active {
    color: #fff !important;
  }
  .cid-sSVwDB5XXq .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sSVwDB5XXq .navbar-brand {
    justify-content: center;
  }
  .cid-sSVwDB5XXq .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sSVwDB5XXq .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sSVwDB5XXq .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sSVwDB5XXq .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sSVwDB5XXq .navbar {
    height: 90px;
  }
  .cid-sSVwDB5XXq .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sSVwDB5XXq .btn1 {
    display: none;
  }
  .cid-sSVwDB5XXq .mbr-section-title {
    color: #fff;
  }
  .cid-sSVwDB5XXq .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sSVwDB5XXq .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sSVwDB5XXq .span-link {
    color: #fff;
  }
  .cid-sSVwDB5XXq .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sSVwDB5XXq .dropdown-item {
    color: #12265a;
  }
  .cid-sSVwDB5XXq .nav-item.open .nav-link,
  .cid-sSVwDB5XXq .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sSVwDB5XXq .logo-name {
    margin-top: 2rem;
  }
  .cid-sSVwDB5XXq .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sSVwDB5XXq .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sSVwDB5XXq .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwDB5XXq .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sSVwDB5XXq .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sSVwDB5XXq .mbr-section-title {
  font-weight: 900;
}
.cid-sSVwDB5XXq .mbr-section-subtitle {
  color: #12265a;
}
.cid-sSVwDB5XXq .mbr-section-btn {
  display: flex;
}
.cid-sSVwDB5XXq .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sSVwDB5XXq .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sSVwDB5XXq .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sSVwDB5XXq .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sSVwDB5XXq .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sSVwDB5XXq .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sSVwDB5XXq .mbr-iconfont {
  margin: 0;
}
.cid-sSVwDB5XXq .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sSVwDB5XXq .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sSVwDB5XXq .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sSVwDB5XXq .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sSVwDB5XXq H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sSVwDBJ6tU {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-20190504-145448-2000x1500.jpg");
}
.cid-sSVwDBJ6tU .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sSVwDBJ6tU .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sSVwDBJ6tU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sSVwDBJ6tU .svg-1 path {
  fill: #ffffff;
}
.cid-sSVwDBJ6tU .container-fluid {
  max-width: 1200px;
}
.cid-sSVwDBJ6tU .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sSVwDBJ6tU {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sSVwDBJ6tU .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwDBJ6tU .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sSVwDBJ6tU .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sSVwDBJ6tU .mbr-section-title {
  color: #12265a;
}
.cid-sSVwDBJ6tU .mbr-text,
.cid-sSVwDBJ6tU .mbr-section-btn {
  color: #444444;
}
.cid-sSVwDCvcCu {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSVwDCvcCu {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sSVwDCvcCu img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sSVwDCvcCu .right-wrapper {
  padding-left: 5rem;
}
.cid-sSVwDCvcCu .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sSVwDCvcCu .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sSVwDCvcCu .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sSVwDCvcCu .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sSVwDCvcCu .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sSVwDCvcCu .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sSVwDCvcCu .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sSVwDCvcCu .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sSVwDCvcCu .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sSVwDCvcCu .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sSVwDCvcCu .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sSVwDCvcCu .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwDCvcCu .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sSVwDCvcCu .mbr-text,
.cid-sSVwDCvcCu .mbr-section-btn {
  text-align: justify;
}
.cid-sT6hH1ToPJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sT6hH1ToPJ .card-title {
  margin-bottom: 0;
  color: #019ada;
}
.cid-sT6hH1ToPJ .mbr-text {
  margin: 0;
  text-align: center;
}
.cid-sT6hH1ToPJ .card {
  background-color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  z-index: 1;
  padding: 0;
}
.cid-sT6hH1ToPJ .card:hover {
  transform: translateY(-20px);
}
.cid-sT6hH1ToPJ .card-1 {
  margin-right: 2rem;
}
.cid-sT6hH1ToPJ .card-3 {
  margin-left: 2rem;
}
.cid-sT6hH1ToPJ .container-fluid {
  max-width: 1200px;
}
@media (min-width: 992px) {
  .cid-sT6hH1ToPJ .container-fluid {
    padding: 0 3.5rem;
  }
}
@media (max-width: 992px) {
  .cid-sT6hH1ToPJ .card {
    margin-bottom: 2rem;
  }
  .cid-sT6hH1ToPJ .card-1 {
    margin-right: 0rem;
  }
  .cid-sT6hH1ToPJ .card-3 {
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sT6hH1ToPJ {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-sT6hH1ToPJ .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sT6hH1ToPJ .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-sT6hH1ToPJ .svg1 {
  stroke: #009ada;
}
.cid-sT6hH1ToPJ .svg2 {
  stroke: #fa9db7;
}
.cid-sT6hH1ToPJ .svg3 {
  stroke: #b9007c;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT6hH1ToPJ .icon1 {
  font-size: 2.8rem;
  color: #009ada;
}
.cid-sT6hH1ToPJ .icon2 {
  font-size: 2.8rem;
  color: #fa9db7;
}
.cid-sT6hH1ToPJ .icon3 {
  font-size: 2.8rem;
  color: #b9007c;
}
.cid-sT6hH1ToPJ .svg1,
.cid-sT6hH1ToPJ .svg2,
.cid-sT6hH1ToPJ .svg3 {
  position: absolute;
  z-index: -1;
}
.cid-sT6hH1ToPJ .svg1 rect,
.cid-sT6hH1ToPJ .svg2 rect,
.cid-sT6hH1ToPJ .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sT6hH1ToPJ .card-box {
  margin-top: 1.7rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sT6hH1ToPJ .item-image {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.cid-sT6l0GdtDA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #019ada;
}
.cid-sT6l0GdtDA .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sT6l0GdtDA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sT6l0GdtDA .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sT6l0GdtDA .container-fluid {
  max-width: 1200px;
}
.cid-sT6l0GdtDA .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sT6l0GdtDA .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT6l0GdtDA rect {
  position: absolute;
  width: 95%;
}
.cid-sT6l0GdtDA .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sT6l0GdtDA .svg-1 path {
  fill: #ffffff;
}
.cid-sT6l0GdtDA .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sT6l0GdtDA .svg-2 path {
  fill: #ffffff;
}
.cid-sT6l0GdtDA .svg1 {
  padding: 2px;
}
.cid-sT6l0GdtDA .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sT6l0GdtDA {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-sT6l0GdtDA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sT6jiqK1BA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT6jiqK1BA {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sT6jiqK1BA img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sT6jiqK1BA .right-wrapper {
  padding-left: 5rem;
}
.cid-sT6jiqK1BA .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sT6jiqK1BA .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sT6jiqK1BA .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sT6jiqK1BA .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sT6jiqK1BA .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sT6jiqK1BA .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT6jiqK1BA .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sT6jiqK1BA .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sT6jiqK1BA .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sT6jiqK1BA .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sT6jiqK1BA .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sT6jiqK1BA .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT6jiqK1BA .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sT6jiqK1BA .mbr-text,
.cid-sT6jiqK1BA .mbr-section-btn {
  text-align: justify;
}
.cid-sT6jVcRWxa {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT6jVcRWxa {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-sT6jVcRWxa .mbr-text {
  margin-top: 2rem;
  color: #70747f;
  text-align: justify;
}
.cid-sT6jVcRWxa .container-fluid {
  max-width: 1200px;
}
.cid-sSVwDC7Rql {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fa9db7;
}
.cid-sSVwDC7Rql .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sSVwDC7Rql .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSVwDC7Rql .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sSVwDC7Rql .container-fluid {
  max-width: 1200px;
}
.cid-sSVwDC7Rql .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sSVwDC7Rql .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sSVwDC7Rql rect {
  position: absolute;
  width: 95%;
}
.cid-sSVwDC7Rql .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sSVwDC7Rql .svg-1 path {
  fill: #ffffff;
}
.cid-sSVwDC7Rql .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sSVwDC7Rql .svg-2 path {
  fill: #ffffff;
}
.cid-sSVwDC7Rql .svg1 {
  padding: 2px;
}
.cid-sSVwDC7Rql .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sSVwDC7Rql {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-sSVwDC7Rql .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sSVwDDz5AO {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sSVwDDz5AO .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sSVwDDz5AO .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sSVwDDz5AO .navbar-logo {
  width: 110px;
}
.cid-sSVwDDz5AO .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sSVwDDz5AO .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sSVwDDz5AO .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sSVwDDz5AO .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sSVwDDz5AO .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sSVwDDz5AO .list-item .item-image,
.cid-sSVwDDz5AO .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSVwDDz5AO .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sSVwDDz5AO .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sSVwDDz5AO .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sSVwDDz5AO .socion1 {
  background: #009ada;
}
.cid-sSVwDDz5AO .socion2 {
  background-color: #ffffff;
}
.cid-sSVwDDz5AO .socion3 {
  background-color: #f985a5;
}
.cid-sSVwDDz5AO .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sSVwDDz5AO .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sSVwDDz5AO .social-list a {
  transition: .2s linear;
}
.cid-sSVwDDz5AO .social-list a:hover {
  opacity: .4;
}
.cid-sSVwDDz5AO .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sSVwDDz5AO .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sSVwDDz5AO .svg-1 path {
  fill: #ffffff;
}
.cid-sSVwDDz5AO .item-image {
  margin-right: 2rem;
}
.cid-sSVwDDz5AO [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sSVwDDz5AO .soc-item::after {
  display: none;
}
.cid-sSVwDDz5AO .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sSVwDDz5AO .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sSVwDDz5AO .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sSVwDDz5AO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sSVwDDz5AO .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sSVwDDz5AO .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sSVwDDz5AO {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sSVwDDz5AO .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSVwDDz5AO .wrapper {
    padding: 1rem;
  }
}
.cid-sPyODpGF0V {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sPyODpGF0V .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sPyODpGF0V .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sPyODpGF0V .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sPyODpGF0V a {
  font-style: normal;
}
.cid-sPyODpGF0V .show {
  overflow: visible;
}
.cid-sPyODpGF0V .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sPyODpGF0V .dropdown-item:active {
  background-color: transparent;
}
.cid-sPyODpGF0V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sPyODpGF0V .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sPyODpGF0V .nav-item:focus,
.cid-sPyODpGF0V .nav-link:focus {
  outline: none;
}
.cid-sPyODpGF0V .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sPyODpGF0V .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sPyODpGF0V .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPyODpGF0V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sPyODpGF0V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sPyODpGF0V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sPyODpGF0V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sPyODpGF0V .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sPyODpGF0V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sPyODpGF0V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPyODpGF0V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sPyODpGF0V .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sPyODpGF0V .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sPyODpGF0V .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sPyODpGF0V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sPyODpGF0V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPyODpGF0V .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sPyODpGF0V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sPyODpGF0V button.navbar-toggler:focus {
  outline: none;
}
.cid-sPyODpGF0V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sPyODpGF0V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPyODpGF0V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPyODpGF0V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPyODpGF0V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPyODpGF0V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPyODpGF0V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPyODpGF0V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPyODpGF0V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPyODpGF0V .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPyODpGF0V .collapsed .btn {
  display: -webkit-flex;
}
.cid-sPyODpGF0V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sPyODpGF0V .collapsed .navbar-collapse.collapsing,
.cid-sPyODpGF0V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sPyODpGF0V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sPyODpGF0V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sPyODpGF0V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sPyODpGF0V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sPyODpGF0V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sPyODpGF0V .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sPyODpGF0V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sPyODpGF0V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPyODpGF0V .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sPyODpGF0V .collapsed button.navbar-toggler {
  display: block;
}
.cid-sPyODpGF0V .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sPyODpGF0V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPyODpGF0V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sPyODpGF0V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sPyODpGF0V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sPyODpGF0V .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sPyODpGF0V.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPyODpGF0V img {
    height: 3.8rem !important;
  }
  .cid-sPyODpGF0V .btn {
    display: -webkit-flex;
  }
  .cid-sPyODpGF0V button.navbar-toggler {
    display: block;
  }
  .cid-sPyODpGF0V .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sPyODpGF0V .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPyODpGF0V .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sPyODpGF0V .navbar-collapse.collapsing,
  .cid-sPyODpGF0V .navbar-collapse.show {
    display: block !important;
  }
  .cid-sPyODpGF0V .navbar-collapse.collapsing .navbar-nav,
  .cid-sPyODpGF0V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sPyODpGF0V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sPyODpGF0V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sPyODpGF0V .navbar-collapse.collapsing .navbar-buttons,
  .cid-sPyODpGF0V .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sPyODpGF0V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sPyODpGF0V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sPyODpGF0V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sPyODpGF0V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sPyODpGF0V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sPyODpGF0V .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sPyODpGF0V .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sPyODpGF0V .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sPyODpGF0V .nav-link {
    justify-content: start!important;
  }
  .cid-sPyODpGF0V .navbar.opened {
    height: 100%;
  }
  .cid-sPyODpGF0V .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sPyODpGF0V .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sPyODpGF0V .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sPyODpGF0V .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sPyODpGF0V .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sPyODpGF0V .span-link {
  padding: 0 0.5rem;
}
.cid-sPyODpGF0V .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sPyODpGF0V .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sPyODpGF0V .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sPyODpGF0V .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sPyODpGF0V .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sPyODpGF0V .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sPyODpGF0V .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sPyODpGF0V .dropdown-item {
    color: #fff;
  }
  .cid-sPyODpGF0V .nav-item.open .nav-link,
  .cid-sPyODpGF0V .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sPyODpGF0V .link:active {
    color: #fff !important;
  }
  .cid-sPyODpGF0V .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sPyODpGF0V .navbar-brand {
    justify-content: center;
  }
  .cid-sPyODpGF0V .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sPyODpGF0V .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sPyODpGF0V .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sPyODpGF0V .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sPyODpGF0V .navbar {
    height: 90px;
  }
  .cid-sPyODpGF0V .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sPyODpGF0V .btn1 {
    display: none;
  }
  .cid-sPyODpGF0V .mbr-section-title {
    color: #fff;
  }
  .cid-sPyODpGF0V .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sPyODpGF0V .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sPyODpGF0V .span-link {
    color: #fff;
  }
  .cid-sPyODpGF0V .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sPyODpGF0V .dropdown-item {
    color: #12265a;
  }
  .cid-sPyODpGF0V .nav-item.open .nav-link,
  .cid-sPyODpGF0V .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sPyODpGF0V .logo-name {
    margin-top: 2rem;
  }
  .cid-sPyODpGF0V .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sPyODpGF0V .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sPyODpGF0V .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyODpGF0V .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sPyODpGF0V .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sPyODpGF0V .mbr-section-title {
  font-weight: 900;
}
.cid-sPyODpGF0V .mbr-section-subtitle {
  color: #12265a;
}
.cid-sPyODpGF0V .mbr-section-btn {
  display: flex;
}
.cid-sPyODpGF0V .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sPyODpGF0V .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sPyODpGF0V .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sPyODpGF0V .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sPyODpGF0V .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sPyODpGF0V .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sPyODpGF0V .mbr-iconfont {
  margin: 0;
}
.cid-sPyODpGF0V .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sPyODpGF0V .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sPyODpGF0V .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sPyODpGF0V .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sPyODpGF0V H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sPyODqBFXS {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/save-20210707-122556-1280x853.jpeg");
}
.cid-sPyODqBFXS .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sPyODqBFXS .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sPyODqBFXS .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyODqBFXS .svg-1 path {
  fill: #ffffff;
}
.cid-sPyODqBFXS .container-fluid {
  max-width: 1200px;
}
.cid-sPyODqBFXS .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sPyODqBFXS {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sPyODqBFXS .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyODqBFXS .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sPyODqBFXS .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sPyODqBFXS .mbr-section-title {
  color: #12265a;
}
.cid-sPyODqBFXS .mbr-text,
.cid-sPyODqBFXS .mbr-section-btn {
  color: #444444;
}
.cid-sT5mfeIte8 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT5mfeIte8 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sT5mfeIte8 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT5mfeIte8 .container-fluid {
  max-width: 1200px;
}
.cid-sT5mfeIte8 .row > div,
.cid-sT5mfeIte8 .mbr-section-title {
  color: #12265a;
}
.cid-sT657umghV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sT657umghV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sT657umghV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sT657umghV .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-sT657umghV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sT657umghV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sT657umghV .row > .row {
  display: block;
}
.cid-sT657umghV .mbr-gallery-item {
  width: 100%;
}
.cid-sT657umghV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sT657umghV .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sT657umghV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sT657umghV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sT657umghV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sT657umghV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sT657umghV .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sT657umghV .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sT657umghV {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sT657umghV .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-sT5m07p7G9 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fa9db7;
}
.cid-sT5m07p7G9 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sT5m07p7G9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sT5m07p7G9 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sT5m07p7G9 .container-fluid {
  max-width: 1200px;
}
.cid-sT5m07p7G9 .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sT5m07p7G9 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT5m07p7G9 rect {
  position: absolute;
  width: 95%;
}
.cid-sT5m07p7G9 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sT5m07p7G9 .svg-1 path {
  fill: #ffffff;
}
.cid-sT5m07p7G9 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sT5m07p7G9 .svg-2 path {
  fill: #ffffff;
}
.cid-sT5m07p7G9 .svg1 {
  padding: 2px;
}
.cid-sT5m07p7G9 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sT5m07p7G9 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sT5m07p7G9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sT5lYYDPT6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT5lYYDPT6 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sT5lYYDPT6 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sT5lYYDPT6 .right-wrapper {
  padding-left: 5rem;
}
.cid-sT5lYYDPT6 .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sT5lYYDPT6 .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sT5lYYDPT6 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sT5lYYDPT6 .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sT5lYYDPT6 .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sT5lYYDPT6 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT5lYYDPT6 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sT5lYYDPT6 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sT5lYYDPT6 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sT5lYYDPT6 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sT5lYYDPT6 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sT5lYYDPT6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT5lYYDPT6 .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sT5lYYDPT6 .mbr-text,
.cid-sT5lYYDPT6 .mbr-section-btn {
  text-align: justify;
}
.cid-sT5p1aesoO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT5p1aesoO {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sT5p1aesoO .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sT5p1aesoO .container-fluid {
  max-width: 1200px;
}
.cid-sT5p1aesoO .row > div,
.cid-sT5p1aesoO .mbr-section-title {
  color: #12265a;
}
.cid-sPyPtfc9Fd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sPyPtfc9Fd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sPyPtfc9Fd .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
}
.cid-sPyPtfc9Fd .card {
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-sPyPtfc9Fd .card:hover {
  transform: translateY(-20px);
}
.cid-sPyPtfc9Fd .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-sPyPtfc9Fd .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sPyPtfc9Fd .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-sPyPtfc9Fd .card .svg1 {
  stroke: #009ada;
}
.cid-sPyPtfc9Fd .card .svg2 {
  stroke: #fa9db7;
}
.cid-sPyPtfc9Fd .card .svg3 {
  stroke: #b9007c;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPyPtfc9Fd .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-sPyPtfc9Fd .mbr-text {
  margin: 0;
}
.cid-sPyPtfc9Fd .card-title {
  margin-bottom: 0;
  color: #12265a;
}
.cid-sPyPtfc9Fd .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-sPyPtfc9Fd rect {
  position: absolute;
}
.cid-sPyPtfc9Fd .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-sPyPtfc9Fd .wgl-icon1 {
  background-color: #009ada;
}
.cid-sPyPtfc9Fd .wgl-icon2 {
  background-color: #fa9db7;
}
.cid-sPyPtfc9Fd .wgl-icon3 {
  background-color: #b9007c;
}
.cid-sPyPtfc9Fd .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyPtfc9Fd .svg-1 path {
  fill: #ffffff;
}
.cid-sPyPtfc9Fd .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sPyPtfc9Fd .svg-2 path {
  fill: #ffffff;
}
.cid-sPyPtfc9Fd .svg1,
.cid-sPyPtfc9Fd .svg2,
.cid-sPyPtfc9Fd .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-sPyPtfc9Fd .svg1 rect,
.cid-sPyPtfc9Fd .svg2 rect,
.cid-sPyPtfc9Fd .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sT5m5JCmrd {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fa9db7;
}
.cid-sT5m5JCmrd .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sT5m5JCmrd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sT5m5JCmrd .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sT5m5JCmrd .container-fluid {
  max-width: 1200px;
}
.cid-sT5m5JCmrd .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sT5m5JCmrd .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT5m5JCmrd rect {
  position: absolute;
  width: 95%;
}
.cid-sT5m5JCmrd .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sT5m5JCmrd .svg-1 path {
  fill: #ffffff;
}
.cid-sT5m5JCmrd .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sT5m5JCmrd .svg-2 path {
  fill: #ffffff;
}
.cid-sT5m5JCmrd .svg1 {
  padding: 2px;
}
.cid-sT5m5JCmrd .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sT5m5JCmrd {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sT5m5JCmrd .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sT63ylhTEE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sT63ylhTEE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sT63ylhTEE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sT63ylhTEE .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-sT63ylhTEE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sT63ylhTEE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sT63ylhTEE .row > .row {
  display: block;
}
.cid-sT63ylhTEE .mbr-gallery-item {
  width: 100%;
}
.cid-sT63ylhTEE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sT63ylhTEE .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sT63ylhTEE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sT63ylhTEE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sT63ylhTEE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sT63ylhTEE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sT63ylhTEE .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sT63ylhTEE .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sT63ylhTEE {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sT63ylhTEE .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-sT5YG1okHm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sT5YG1okHm img {
  border-radius: 40px;
}
.cid-sT5YG1okHm .title__block {
  margin-bottom: 1.5rem;
}
.cid-sT5YG1okHm .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-sT5YG1okHm .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-sT5YG1okHm .card:hover .card-title {
  color: #fa9db7;
}
.cid-sT5YG1okHm .card-title {
  color: #019ada;
  transition: 0.4s;
}
.cid-sT5YG1okHm .item-image {
  margin-right: 1rem;
}
.cid-sT5YG1okHm .item-image img {
  width: 80px;
}
.cid-sT5YG1okHm .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sT5YG1okHm {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .cid-sT5YG1okHm .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT5YG1okHm .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-sT5YG1okHm .card-title {
    margin-top: 2rem;
  }
  .cid-sT5YG1okHm .item-image {
    margin-right: 0;
  }
}
.cid-sT5YG1okHm .mbr-text {
  text-align: justify;
}
.cid-sPyON9j9mV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #88d4f2;
}
.cid-sPyON9j9mV .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-sPyON9j9mV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPyON9j9mV .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #009ada;
}
.cid-sPyON9j9mV .container-fluid {
  max-width: 1200px;
}
.cid-sPyON9j9mV .btn .inner-dashed-border {
  stroke: #009ada;
}
.cid-sPyON9j9mV .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sPyON9j9mV rect {
  position: absolute;
  width: 95%;
}
.cid-sPyON9j9mV .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sPyON9j9mV .svg-1 path {
  fill: #ffffff;
}
.cid-sPyON9j9mV .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sPyON9j9mV .svg-2 path {
  fill: #ffffff;
}
.cid-sPyON9j9mV .svg1 {
  padding: 2px;
}
.cid-sPyON9j9mV .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sPyON9j9mV {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sPyON9j9mV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sPyODtej9q {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sPyODtej9q .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sPyODtej9q .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sPyODtej9q .navbar-logo {
  width: 110px;
}
.cid-sPyODtej9q .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPyODtej9q .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sPyODtej9q .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sPyODtej9q .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sPyODtej9q .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sPyODtej9q .list-item .item-image,
.cid-sPyODtej9q .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sPyODtej9q .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sPyODtej9q .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sPyODtej9q .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sPyODtej9q .socion1 {
  background: #009ada;
}
.cid-sPyODtej9q .socion2 {
  background-color: #ffffff;
}
.cid-sPyODtej9q .socion3 {
  background-color: #f985a5;
}
.cid-sPyODtej9q .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sPyODtej9q .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sPyODtej9q .social-list a {
  transition: .2s linear;
}
.cid-sPyODtej9q .social-list a:hover {
  opacity: .4;
}
.cid-sPyODtej9q .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sPyODtej9q .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sPyODtej9q .svg-1 path {
  fill: #ffffff;
}
.cid-sPyODtej9q .item-image {
  margin-right: 2rem;
}
.cid-sPyODtej9q [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sPyODtej9q .soc-item::after {
  display: none;
}
.cid-sPyODtej9q .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sPyODtej9q .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sPyODtej9q .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sPyODtej9q .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sPyODtej9q .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sPyODtej9q .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sPyODtej9q {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sPyODtej9q .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPyODtej9q .wrapper {
    padding: 1rem;
  }
}
.cid-sWZK3dSLZh {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sWZK3dSLZh .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sWZK3dSLZh .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #fcfcfc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sWZK3dSLZh .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfc;
}
.cid-sWZK3dSLZh a {
  font-style: normal;
}
.cid-sWZK3dSLZh .show {
  overflow: visible;
}
.cid-sWZK3dSLZh .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sWZK3dSLZh .dropdown-item:active {
  background-color: transparent;
}
.cid-sWZK3dSLZh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWZK3dSLZh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sWZK3dSLZh .nav-item:focus,
.cid-sWZK3dSLZh .nav-link:focus {
  outline: none;
}
.cid-sWZK3dSLZh .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sWZK3dSLZh .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sWZK3dSLZh .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sWZK3dSLZh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sWZK3dSLZh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWZK3dSLZh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWZK3dSLZh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWZK3dSLZh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sWZK3dSLZh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWZK3dSLZh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWZK3dSLZh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWZK3dSLZh .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sWZK3dSLZh .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sWZK3dSLZh .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sWZK3dSLZh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWZK3dSLZh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWZK3dSLZh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sWZK3dSLZh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sWZK3dSLZh button.navbar-toggler:focus {
  outline: none;
}
.cid-sWZK3dSLZh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b9017c;
}
.cid-sWZK3dSLZh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWZK3dSLZh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZK3dSLZh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZK3dSLZh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWZK3dSLZh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZK3dSLZh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWZK3dSLZh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWZK3dSLZh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZK3dSLZh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWZK3dSLZh .collapsed .btn {
  display: -webkit-flex;
}
.cid-sWZK3dSLZh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWZK3dSLZh .collapsed .navbar-collapse.collapsing,
.cid-sWZK3dSLZh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWZK3dSLZh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWZK3dSLZh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWZK3dSLZh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWZK3dSLZh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWZK3dSLZh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWZK3dSLZh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWZK3dSLZh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWZK3dSLZh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWZK3dSLZh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-sWZK3dSLZh .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWZK3dSLZh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWZK3dSLZh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWZK3dSLZh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sWZK3dSLZh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWZK3dSLZh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWZK3dSLZh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sWZK3dSLZh.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWZK3dSLZh img {
    height: 3.8rem !important;
  }
  .cid-sWZK3dSLZh .btn {
    display: -webkit-flex;
  }
  .cid-sWZK3dSLZh button.navbar-toggler {
    display: block;
  }
  .cid-sWZK3dSLZh .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sWZK3dSLZh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWZK3dSLZh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWZK3dSLZh .navbar-collapse.collapsing,
  .cid-sWZK3dSLZh .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWZK3dSLZh .navbar-collapse.collapsing .navbar-nav,
  .cid-sWZK3dSLZh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWZK3dSLZh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWZK3dSLZh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWZK3dSLZh .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWZK3dSLZh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWZK3dSLZh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWZK3dSLZh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWZK3dSLZh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sWZK3dSLZh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWZK3dSLZh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWZK3dSLZh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sWZK3dSLZh .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sWZK3dSLZh .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sWZK3dSLZh .nav-link {
    justify-content: start!important;
  }
  .cid-sWZK3dSLZh .navbar.opened {
    height: 100%;
  }
  .cid-sWZK3dSLZh .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sWZK3dSLZh .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sWZK3dSLZh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sWZK3dSLZh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sWZK3dSLZh .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Muli', sans-serif;
  transition: 0.4s;
}
.cid-sWZK3dSLZh .span-link {
  padding: 0 0.5rem;
}
.cid-sWZK3dSLZh .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #b9007c;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sWZK3dSLZh .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sWZK3dSLZh .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sWZK3dSLZh .navbar-caption {
  color: #f967d0;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sWZK3dSLZh .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sWZK3dSLZh .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sWZK3dSLZh .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sWZK3dSLZh .dropdown-item {
    color: #fff;
  }
  .cid-sWZK3dSLZh .nav-item.open .nav-link,
  .cid-sWZK3dSLZh .link:hover {
    color: #fff;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sWZK3dSLZh .link:active {
    color: #fff !important;
  }
  .cid-sWZK3dSLZh .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sWZK3dSLZh .navbar-brand {
    justify-content: center;
  }
  .cid-sWZK3dSLZh .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sWZK3dSLZh .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sWZK3dSLZh .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sWZK3dSLZh .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sWZK3dSLZh .navbar {
    height: 90px;
  }
  .cid-sWZK3dSLZh .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sWZK3dSLZh .btn1 {
    display: none;
  }
  .cid-sWZK3dSLZh .mbr-section-title {
    color: #fff;
  }
  .cid-sWZK3dSLZh .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sWZK3dSLZh .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sWZK3dSLZh .span-link {
    color: #fff;
  }
  .cid-sWZK3dSLZh .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sWZK3dSLZh .dropdown-item {
    color: #12265a;
  }
  .cid-sWZK3dSLZh .nav-item.open .nav-link,
  .cid-sWZK3dSLZh .link:hover {
    color: #f967d0 !important;
    background: #b9007c;
    border-radius: 5px;
  }
  .cid-sWZK3dSLZh .logo-name {
    margin-top: 2rem;
  }
  .cid-sWZK3dSLZh .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sWZK3dSLZh .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sWZK3dSLZh .container-fluid {
    padding: 0 1rem;
  }
  .cid-sWZK3dSLZh .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sWZK3dSLZh .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #fcfcfc;
    z-index: -1;
  }
}
.cid-sWZK3dSLZh .mbr-section-title {
  font-weight: 900;
}
.cid-sWZK3dSLZh .mbr-section-subtitle {
  color: #12265a;
}
.cid-sWZK3dSLZh .mbr-section-btn {
  display: flex;
}
.cid-sWZK3dSLZh .dropdown-item:hover {
  color: #b9007c !important;
}
.cid-sWZK3dSLZh .btn-primary:hover {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sWZK3dSLZh .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sWZK3dSLZh .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sWZK3dSLZh .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sWZK3dSLZh .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sWZK3dSLZh .mbr-iconfont {
  margin: 0;
}
.cid-sWZK3dSLZh .btn-primary:focus {
  background-color: #b9007c !important;
  border-color: #b9007c !important;
}
.cid-sWZK3dSLZh .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sWZK3dSLZh .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sWZK3dSLZh .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sWZK3dSLZh H3 {
  color: #1e43a0;
  text-align: left;
}
.cid-sWZK3fk4FT {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-2817-2000x1500.jpg");
}
.cid-sWZK3fk4FT .mbr-section-subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  background-color: #18bbff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-sWZK3fk4FT .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-sWZK3fk4FT .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sWZK3fk4FT .svg-1 path {
  fill: #fcfcfc;
}
.cid-sWZK3fk4FT .container-fluid {
  max-width: 1200px;
}
.cid-sWZK3fk4FT .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sWZK3fk4FT {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sWZK3fk4FT .container-fluid {
    padding: 0 1rem;
  }
  .cid-sWZK3fk4FT .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-sWZK3fk4FT .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-sWZK3fk4FT .mbr-section-title {
  color: #12265a;
}
.cid-sWZK3fk4FT .mbr-text,
.cid-sWZK3fk4FT .mbr-section-btn {
  color: #444444;
}
.cid-sWZM77LTuc {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWZM77LTuc {
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
.cid-sWZM77LTuc img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sWZM77LTuc .right-wrapper {
  padding-left: 5rem;
}
.cid-sWZM77LTuc .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sWZM77LTuc .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sWZM77LTuc .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sWZM77LTuc .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sWZM77LTuc .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sWZM77LTuc .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sWZM77LTuc .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sWZM77LTuc .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sWZM77LTuc .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sWZM77LTuc .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWZM77LTuc .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sWZM77LTuc .container-fluid {
    padding: 0 1rem;
  }
  .cid-sWZM77LTuc .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sWZM77LTuc .mbr-text,
.cid-sWZM77LTuc .mbr-section-btn {
  text-align: justify;
}
.cid-sX3SiabyKW {
  background: #fadae3;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sX3SiabyKW {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-sX3SiabyKW .container-fluid {
  padding: 0 2rem;
  max-width: 1200px;
}
.cid-sX3SiabyKW .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sX3SiabyKW .container-fluid {
    padding: 0 1rem;
  }
  .cid-sX3SiabyKW .video-block {
    width: 100% !important;
  }
}
.cid-sWZK3lVSDl {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWZK3lVSDl {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sWZK3lVSDl .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sWZK3lVSDl .container-fluid {
  max-width: 1200px;
}
.cid-sWZK3tsPDX {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWZK3tsPDX {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sWZK3tsPDX .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sWZK3tsPDX .container-fluid {
  max-width: 1200px;
}
.cid-sWZK3i2eKX {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWZK3i2eKX {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sWZK3i2eKX .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sWZK3i2eKX .container-fluid {
  max-width: 1200px;
}
.cid-sWZK3jtceU {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWZK3jtceU {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sWZK3jtceU .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sWZK3jtceU .container-fluid {
  max-width: 1200px;
}
.cid-sWZK3oxZhU {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWZK3oxZhU {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sWZK3oxZhU .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sWZK3oxZhU .container-fluid {
  max-width: 1200px;
}
.cid-sWZK3rOYfa {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWZK3rOYfa {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sWZK3rOYfa .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sWZK3rOYfa .container-fluid {
  max-width: 1200px;
}
.cid-sWZK3n8Ohn {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWZK3n8Ohn {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.cid-sWZK3n8Ohn .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sWZK3n8Ohn .container-fluid {
  max-width: 1200px;
}
.cid-sWZK3wDYEw {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sWZK3wDYEw .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sWZK3wDYEw .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #88d4f2;
  line-height: 1.6;
}
.cid-sWZK3wDYEw .navbar-logo {
  width: 110px;
}
.cid-sWZK3wDYEw .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sWZK3wDYEw .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sWZK3wDYEw .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sWZK3wDYEw .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sWZK3wDYEw .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sWZK3wDYEw .list-item .item-image,
.cid-sWZK3wDYEw .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sWZK3wDYEw .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-sWZK3wDYEw .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sWZK3wDYEw .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sWZK3wDYEw .socion1 {
  background: #009ada;
}
.cid-sWZK3wDYEw .socion2 {
  background-color: #ffffff;
}
.cid-sWZK3wDYEw .socion3 {
  background-color: #f985a5;
}
.cid-sWZK3wDYEw .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sWZK3wDYEw .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sWZK3wDYEw .social-list a {
  transition: .2s linear;
}
.cid-sWZK3wDYEw .social-list a:hover {
  opacity: .4;
}
.cid-sWZK3wDYEw .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sWZK3wDYEw .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sWZK3wDYEw .svg-1 path {
  fill: #ffffff;
}
.cid-sWZK3wDYEw .item-image {
  margin-right: 2rem;
}
.cid-sWZK3wDYEw [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sWZK3wDYEw .soc-item::after {
  display: none;
}
.cid-sWZK3wDYEw .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #009ada;
}
.cid-sWZK3wDYEw .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sWZK3wDYEw .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #b9007c;
}
@media (max-width: 991px) {
  .cid-sWZK3wDYEw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sWZK3wDYEw .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sWZK3wDYEw .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sWZK3wDYEw {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .cid-sWZK3wDYEw .container-fluid {
    padding: 0 1rem;
  }
  .cid-sWZK3wDYEw .wrapper {
    padding: 1rem;
  }
}
