body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.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: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((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.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((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: #ffc85b !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #12265a !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #12265a !important;
  border-color: #12265a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !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: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !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: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !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: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !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: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #ffc85b;
  color: #ffc85b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #5b3c00 !important;
  background-color: #ffc85b;
  border-color: #ffc85b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #5b3c00 !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #12265a;
  color: #12265a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #12265a;
  border-color: #12265a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12265a !important;
  border-color: #12265a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !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: #ffc85b !important;
}
.text-secondary {
  color: #45b3df !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #12265a !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: #12265a;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffc85b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa9db7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !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: #12265a;
}
.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: #ffc85b;
  border-color: #ffc85b;
  color: #754d00;
}
.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: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2753c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: #ffc85b;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #ffc85b;
  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: #ffc85b;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc85b;
  color: #000000;
}
.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: #ffc85b;
  border-bottom-color: #ffc85b;
}
.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: #000000 !important;
  background-color: #ffc85b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #45b3df !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(255, 200, 91, 0.5), rgba(255, 200, 91, 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: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd5YUb7p8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.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: 'Nunito', 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: #ffffff;
}
.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-nav .nav-item:last-child,
.cid-rHd5YUb7p8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.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: 90.625vh;
  }
}
.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-nav .nav-item:last-child,
  .cid-rHd5YUb7p8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .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: 'Nunito', 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 #ffc85b;
  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: #12265a;
  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: #ffc85b;
    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: #12265a !important;
    background: #ffc85b;
    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: #ffffff;
    z-index: -1;
  }
}
.cid-rHd5YUb7p8 .mbr-section-title {
  font-weight: 900;
}
.cid-rHd5YUb7p8 .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-rHd5YUb7p8 .mbr-section-btn {
  display: flex;
}
.cid-rHd5YUb7p8 .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-rHd5YUb7p8 .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !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: #ffc85b !important;
  border-color: #ffc85b !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-rGsnZCv84A {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/1-1.png");
}
@media (max-width: 767px) {
  .cid-rGsnZCv84A {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-rGsnZCv84A h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-rGsnZCv84A .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rGsnZCv84A .mbr-iconfont2 {
    margin: 0;
  }
  .cid-rGsnZCv84A .wrapper-left {
    text-align: left;
  }
  .cid-rGsnZCv84A .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-rGsnZCv84A .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-rGsnZCv84A .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGsnZCv84A .mbr-section-btn {
    text-align: left;
  }
  .cid-rGsnZCv84A h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-rGsnZCv84A h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-rGsnZCv84A .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-rGsnZCv84A .number {
    display: flex;
    align-items: center;
  }
  .cid-rGsnZCv84A .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-rGsnZCv84A .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-rGsnZCv84A .mbr-section-subtitle {
  background-color: #79c8e8;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-rGsnZCv84A .mbr-section-title {
  background-color: #fbb5c9;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-rGsnZCv84A h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-rGsnZCv84A p {
  margin-bottom: 1.3rem;
}
.cid-rGsnZCv84A .container-fluid {
  max-width: 1200px;
}
.cid-rGsnZCv84A .telephone {
  color: #ffffff;
  transition: 0.5s;
}
.cid-rGsnZCv84A .telephone:hover {
  color: #fa9db7;
}
.cid-rGsnZCv84A .icon-btn {
  color: #fa9db7;
}
.cid-rGsnZCv84A .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #fa9db7;
}
.cid-rGsnZCv84A h4 {
  margin-bottom: 0;
}
.cid-uMq8lgqSKC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uMq8lgqSKC {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uMq8lgqSKC .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-uMq8lgqSKC .container-fluid {
  max-width: 1200px;
}
.cid-uMq8lgqSKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq8lgqSKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rGtZzyrZ27 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@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(255, 200, 91, 0.5), rgba(255, 200, 91, 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: #45b3df;
  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: #000000;
}
.cid-rGso0oct7e {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-rGso0oct7e {
    padding-top: 72px;
    padding-bottom: 50px;
  }
}
.cid-rGso0oct7e img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-rGso0oct7e .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGso0oct7e .mbr-section-title {
    text-align: left;
  }
  .cid-rGso0oct7e .mbr-section-subtitle {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .cid-rGso0oct7e .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-rGso0oct7e .right-wrapper {
    padding-left: 3.5rem;
  }
  .cid-rGso0oct7e .wrapper-block {
    border: 2px dashed #fa9db7;
    border-radius: 30px;
  }
  .cid-rGso0oct7e .imageContainer {
    margin: -42px 0;
    padding-left: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-rGso0oct7e img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-rGso0oct7e .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-rGso0oct7e .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rGso0oct7e .container-fluid {
  max-width: 1200px;
}
.cid-rGso0oct7e .mbr-section-subtitle {
  margin-bottom: 1.2rem;
  color: #45b3df;
  font-weight: 900;
}
.cid-rGso0oct7e .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.cid-rGso0oct7e .right-wrapper {
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rGso0oct7e .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-rGso0oct7e .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-rGso0oct7e .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-rGso0oct7e .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rGso0oct7e .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rGso0oct7e .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rGso0oct7e .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.8rem;
  margin-left: -5px;
}
.cid-rGso0oct7e .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  background: #45b3df;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-rGso0oct7e .soc-item span {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.cid-rGso0oct7e .soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.cid-rGso0oct7e .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);
  }
}
.cid-rGso0oct7e .soc-item1 {
  color: #45b3df;
}
.cid-rGso0oct7e .soc-item2 {
  background-color: #456eda;
  color: #456eda;
}
.cid-rGso0oct7e .soc-item3 {
  background-color: #f985a5;
  color: #f985a5;
}
.cid-rGso0oct7e .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-rGso0oct7e .title2 {
  font-weight: 900;
}
.cid-rGso0oct7e p {
  margin-bottom: 0.2rem;
  color: #12265a;
}
.cid-rGso0oct7e [class*=" socicon-"]:before {
  line-height: 2;
}
.cid-rGzCbkcd3A {
  background-color: #ffffff;
}
.cid-rGzCbkcd3A .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGzCbkcd3A .carousel-item > div {
  width: 100%;
}
.cid-rGzCbkcd3A .carousel-item.active,
.cid-rGzCbkcd3A .carousel-item-next,
.cid-rGzCbkcd3A .carousel-item-prev {
  display: flex;
}
.cid-rGzCbkcd3A .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-rGzCbkcd3A .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #444444;
  opacity: .9;
}
.cid-rGzCbkcd3A .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rGzCbkcd3A .signature,
.cid-rGzCbkcd3A .desk {
  margin: 0;
}
@media (min-width: 768px) {
  .cid-rGzCbkcd3A .carousel-controls a {
    width: 5%;
  }
}
.cid-rGzCbkcd3A .mbr-text {
  border-radius: 30px;
  color: #000000;
  position: relative;
}
.cid-rGzCbkcd3A .mbr-text1 {
  background-color: #fa9db7;
}
.cid-rGzCbkcd3A .mbr-text2 {
  background-color: #45b3df;
}
.cid-rGzCbkcd3A .mbr-text3 {
  background-color: #ffc85b;
}
.cid-rGzCbkcd3A .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-rGzCbkcd3A .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-rGzCbkcd3A .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-rGzCbkcd3A img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-rGzCbkcd3A .title-block {
  margin-left: 1rem;
}
.cid-rGzCbkcd3A h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-rGzCbkcd3A .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-rGzCbkcd3A .quote_svg1 {
  fill: #fa9db7;
}
.cid-rGzCbkcd3A .quote_svg2 {
  fill: #45b3df;
}
.cid-rGzCbkcd3A .quote_svg3 {
  fill: #ffc85b;
}
.cid-rGzCbkcd3A .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-rGzCbkcd3A .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-rGzCbkcd3A .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  z-index: 0;
}
.cid-rGzCbkcd3A ol {
  margin-bottom: 0;
}
.cid-rGzCbkcd3A .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-rGzCbkcd3A {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-rGzCbkcd3A .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGzCbkcd3A .col-md-4 {
    padding: 0;
  }
  .cid-rGzCbkcd3A .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rGzCbkcd3A {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-rGzCbkcd3A .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-rGzCbkcd3A .mbr-text {
    padding: 2rem;
  }
}
.cid-rGzCbkcd3A .container-fluid {
  max-width: 1200px;
}
.cid-uMq8Lq5PNy {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMq8Lq5PNy .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-uMq8Lq5PNy .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-uMq8Lq5PNy .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uMq8Lq5PNy .row:last-child {
  margin-bottom: 0;
}
.cid-uMq8Lq5PNy .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-uMq8Lq5PNy .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-uMq8Lq5PNy img {
  width: 100%;
  border-radius: 50%;
}
.cid-uMq8Lq5PNy .mbr-section-title {
  color: #45b3df;
}
.cid-uMq8Lq5PNy .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uMq8Lq5PNy .imageContainer {
  display: flex;
  align-items: center;
}
.cid-uMq8Lq5PNy .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-uMq8Lq5PNy .img-wrapper,
.cid-uMq8Lq5PNy .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-uMq8Lq5PNy .content-row:hover .img-wrapper,
.cid-uMq8Lq5PNy .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-uMq8Lq5PNy .tlv__pointer,
.cid-uMq8Lq5PNy .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-uMq8Lq5PNy .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-uMq8Lq5PNy .tlv__pointer::before,
.cid-uMq8Lq5PNy .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-uMq8Lq5PNy .tlv__pointer-2::before {
  left: -50px;
}
.cid-uMq8Lq5PNy .tlv__pointer::after,
.cid-uMq8Lq5PNy .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-uMq8Lq5PNy .tlv__item-first,
.cid-uMq8Lq5PNy .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-uMq8Lq5PNy .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-uMq8Lq5PNy {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .cid-uMq8Lq5PNy .img-wrapper,
  .cid-uMq8Lq5PNy .img-wrapper-2 {
    display: none;
  }
  .cid-uMq8Lq5PNy .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMq8Lq5PNy .row {
    margin-bottom: 2rem;
  }
  .cid-uMq8Lq5PNy .row:last-child {
    margin-bottom: 0;
  }
  .cid-uMq8Lq5PNy .imageContainer,
  .cid-uMq8Lq5PNy .imageContainer-2 {
    justify-content: center;
  }
  .cid-uMq8Lq5PNy .right-wrapper,
  .cid-uMq8Lq5PNy .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-uMq8Lq5PNy .tlv__pointer::before,
  .cid-uMq8Lq5PNy .tlv__pointer-2::before {
    content: none;
  }
  .cid-uMq8Lq5PNy .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-uMq8Lq5PNy .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-uMq8Lq5PNy .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-uMq8Lq5PNy .tlv__item-first,
  .cid-uMq8Lq5PNy .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-uMq8Lq5PNy .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-uMq8Lq5PNy .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-uMq8Lq5PNy .img-wrapper {
    margin-left: 43px;
  }
  .cid-uMq8Lq5PNy .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-uMq8Lq5PNy .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-uMq8Lq5PNy .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-uMq8Lq5PNy .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-uMq8Lq5PNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMq8Lq5PNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rHdTws9jpP {
  background: #ffffff;
}
.cid-rHdTws9jpP h4 {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-rHdTws9jpP .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-rHdTws9jpP .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-rHdTws9jpP .plan-body {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 0px 0px 30px 30px;
}
.cid-rHdTws9jpP .plan-header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ffc85b;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.cid-rHdTws9jpP .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rHdTws9jpP .list-group-item {
  color: #12265a;
  font-weight: 900;
}
.cid-rHdTws9jpP .plan {
  word-break: break-word;
  position: relative;
  padding: 0;
  margin: 1rem;
}
.cid-rHdTws9jpP .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rHdTws9jpP .plan-header,
.cid-rHdTws9jpP .plan-body {
  background-color: #fff;
}
.cid-rHdTws9jpP .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-rHdTws9jpP {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-rHdTws9jpP .price-figure {
    font-size: 3rem;
  }
  .cid-rHdTws9jpP img {
    width: 100%;
    border-radius: 30px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-rHdTws9jpP .mbr-section-title {
    text-align: center;
  }
  .cid-rHdTws9jpP .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rHdTws9jpP .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
  }
  .cid-rHdTws9jpP .row {
    margin: 0rem;
  }
  .cid-rHdTws9jpP .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHdTws9jpP .mbr-text {
    text-align: left;
  }
  .cid-rHdTws9jpP .dragArea {
    top: 4rem;
    background-color: #45b3df;
    border-radius: 30px;
    padding: 1rem;
  }
  .cid-rHdTws9jpP .wrapper-form {
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    border: 2px dashed #fff;
    border-radius: 30px;
  }
  .cid-rHdTws9jpP .imageContainer {
    text-align: center;
    padding: 0;
  }
}
.cid-rHdTws9jpP .color1 {
  color: #fff;
}
.cid-rHdTws9jpP .color2 {
  color: #fff;
}
.cid-rHdTws9jpP .container-fluid {
  max-width: 1200px;
}
.cid-rHdTws9jpP .price1 {
  background-color: #ffd98e;
}
.cid-rHdTws9jpP .price2 {
  background-color: #fbb5c9;
}
.cid-rHdTws9jpP .btn {
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-rHdTws9jpP .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-rHdTws9jpP .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHdTws9jpP rect {
  position: absolute;
  width: 92%;
}
.cid-rHdTws9jpP .price-term1 {
  color: #ffbf42;
}
.cid-rHdTws9jpP .price-term2 {
  color: #f985a5;
}
.cid-rHdTws9jpP .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
}
.cid-rHdTws9jpP .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-rHdTws9jpP .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
}
.cid-rHdTws9jpP .wgl-icon1 {
  background-color: #45b3df;
}
.cid-rHdTws9jpP .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-rHdTws9jpP .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-rHdTws9jpP .icon-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #45b3df;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding: 0.5rem 1rem;
}
.cid-rHdTws9jpP .mbr-iconfont2 {
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.cid-rHdTws9jpP .card-title2 {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
}
.cid-rHdTws9jpP .plan-list {
  padding: 2.5rem;
}
@media (min-width: 767px) {
  .cid-rHdTws9jpP {
    padding-top: 90px;
    padding-bottom: 135px;
  }
  .cid-rHdTws9jpP .plan-wrapper1 {
    margin-top: -3rem;
  }
  .cid-rHdTws9jpP .dragArea {
    position: absolute;
    top: 4rem;
    right: 0;
    background-color: #45b3df;
    border-radius: 30px;
    padding: 1.5rem;
    width: 350px;
  }
  .cid-rHdTws9jpP .wrapper-form {
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
    border: 2px dashed #ffffff;
    border-radius: 30px;
  }
  .cid-rHdTws9jpP .container-fluid {
    padding: 0 1.8rem;
  }
  .cid-rHdTws9jpP img {
    width: 65%;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .cid-rHdTws9jpP .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHdTws9jpP .dragArea {
    position: absolute;
    top: 4rem;
    right: 4rem;
    background-color: #45b3df;
    border-radius: 30px;
    padding: 1.5rem;
    width: 350px;
  }
  .cid-rHdTws9jpP .wrapper-form {
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
    border: 2px dashed #fff;
    border-radius: 30px;
  }
  .cid-rHdTws9jpP .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-rHdTws9jpP .mbr-section-subtitle span {
  margin-bottom: 2rem;
}
.cid-rHdTws9jpP .imageContainer {
  position: relative;
}
.cid-rHdTws9jpP .form-title {
  color: #fff;
  margin-bottom: 1.7rem;
}
.cid-rHdTws9jpP .mbr-section-btn {
  width: 100%;
  margin: 0;
}
.cid-rHdTws9jpP .form-group {
  padding: 0rem;
}
.cid-rHdTws9jpP .textarea {
  height: 8rem;
}
.cid-uOWPdzwGFx .google-map {
  height: 25rem;
  position: relative;
}
.cid-uOWPdzwGFx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOWPdzwGFx .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-uOWPdzwGFx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOWPdzwGFx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rGso3s4LeY {
  background-color: #223668;
}
.cid-rGso3s4LeY svg {
  position: absolute;
  top: 0;
}
.cid-rGso3s4LeY .svg-1 {
  fill: #2d4073;
}
.cid-rGso3s4LeY .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGso3s4LeY {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGso3s4LeY {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-rGso3s4LeY .mbr-text {
  color: #b1bee0;
}
.cid-rGso3s4LeY a {
  text-decoration: underline;
}
.cid-rGso3s4LeY a,
.cid-rGso3s4LeY a:hover {
  font-weight: 400 !important;
}
.cid-uO0oKzK5xT {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uO0oKzK5xT .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uO0oKzK5xT .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uO0oKzK5xT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uO0oKzK5xT a {
  font-style: normal;
}
.cid-uO0oKzK5xT .show {
  overflow: visible;
}
.cid-uO0oKzK5xT .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uO0oKzK5xT .dropdown-item:active {
  background-color: transparent;
}
.cid-uO0oKzK5xT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uO0oKzK5xT .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uO0oKzK5xT .nav-item:focus,
.cid-uO0oKzK5xT .nav-link:focus {
  outline: none;
}
.cid-uO0oKzK5xT .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-uO0oKzK5xT .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uO0oKzK5xT .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uO0oKzK5xT .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-uO0oKzK5xT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uO0oKzK5xT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uO0oKzK5xT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uO0oKzK5xT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uO0oKzK5xT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uO0oKzK5xT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uO0oKzK5xT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uO0oKzK5xT .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uO0oKzK5xT .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uO0oKzK5xT .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uO0oKzK5xT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uO0oKzK5xT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO0oKzK5xT .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-uO0oKzK5xT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uO0oKzK5xT button.navbar-toggler:focus {
  outline: none;
}
.cid-uO0oKzK5xT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uO0oKzK5xT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uO0oKzK5xT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uO0oKzK5xT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uO0oKzK5xT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uO0oKzK5xT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uO0oKzK5xT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uO0oKzK5xT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uO0oKzK5xT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uO0oKzK5xT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uO0oKzK5xT .collapsed .btn {
  display: -webkit-flex;
}
.cid-uO0oKzK5xT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uO0oKzK5xT .collapsed .navbar-collapse.collapsing,
.cid-uO0oKzK5xT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uO0oKzK5xT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uO0oKzK5xT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uO0oKzK5xT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uO0oKzK5xT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uO0oKzK5xT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uO0oKzK5xT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uO0oKzK5xT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uO0oKzK5xT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uO0oKzK5xT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uO0oKzK5xT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uO0oKzK5xT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-uO0oKzK5xT .collapsed button.navbar-toggler {
  display: block;
}
.cid-uO0oKzK5xT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uO0oKzK5xT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uO0oKzK5xT .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-uO0oKzK5xT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uO0oKzK5xT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uO0oKzK5xT .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-uO0oKzK5xT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uO0oKzK5xT img {
    height: 3.8rem !important;
  }
  .cid-uO0oKzK5xT .btn {
    display: -webkit-flex;
  }
  .cid-uO0oKzK5xT button.navbar-toggler {
    display: block;
  }
  .cid-uO0oKzK5xT .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uO0oKzK5xT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uO0oKzK5xT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uO0oKzK5xT .navbar-collapse.collapsing,
  .cid-uO0oKzK5xT .navbar-collapse.show {
    display: block !important;
  }
  .cid-uO0oKzK5xT .navbar-collapse.collapsing .navbar-nav,
  .cid-uO0oKzK5xT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uO0oKzK5xT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uO0oKzK5xT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uO0oKzK5xT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uO0oKzK5xT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uO0oKzK5xT .navbar-collapse.collapsing .navbar-buttons,
  .cid-uO0oKzK5xT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uO0oKzK5xT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uO0oKzK5xT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uO0oKzK5xT .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-uO0oKzK5xT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uO0oKzK5xT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uO0oKzK5xT .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-uO0oKzK5xT .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uO0oKzK5xT .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-uO0oKzK5xT .nav-link {
    justify-content: start!important;
  }
  .cid-uO0oKzK5xT .navbar.opened {
    height: 100%;
  }
  .cid-uO0oKzK5xT .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uO0oKzK5xT .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-uO0oKzK5xT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uO0oKzK5xT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uO0oKzK5xT .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uO0oKzK5xT .span-link {
  padding: 0 0.5rem;
}
.cid-uO0oKzK5xT .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffc85b;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uO0oKzK5xT .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-uO0oKzK5xT .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uO0oKzK5xT .navbar-caption {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-uO0oKzK5xT .navbar-caption:hover {
  color: #fa9db7;
}
.cid-uO0oKzK5xT .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uO0oKzK5xT .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uO0oKzK5xT .dropdown-item {
    color: #fff;
  }
  .cid-uO0oKzK5xT .nav-item.open .nav-link,
  .cid-uO0oKzK5xT .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uO0oKzK5xT .link:active {
    color: #fff !important;
  }
  .cid-uO0oKzK5xT .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uO0oKzK5xT .navbar-brand {
    justify-content: center;
  }
  .cid-uO0oKzK5xT .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uO0oKzK5xT .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uO0oKzK5xT .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-uO0oKzK5xT .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uO0oKzK5xT .navbar {
    height: 90px;
  }
  .cid-uO0oKzK5xT .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uO0oKzK5xT .btn1 {
    display: none;
  }
  .cid-uO0oKzK5xT .mbr-section-title {
    color: #fff;
  }
  .cid-uO0oKzK5xT .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uO0oKzK5xT .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-uO0oKzK5xT .span-link {
    color: #fff;
  }
  .cid-uO0oKzK5xT .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uO0oKzK5xT .dropdown-item {
    color: #12265a;
  }
  .cid-uO0oKzK5xT .nav-item.open .nav-link,
  .cid-uO0oKzK5xT .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-uO0oKzK5xT .logo-name {
    margin-top: 2rem;
  }
  .cid-uO0oKzK5xT .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uO0oKzK5xT .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uO0oKzK5xT .container-fluid {
    padding: 0 1rem;
  }
  .cid-uO0oKzK5xT .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-uO0oKzK5xT .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-uO0oKzK5xT .mbr-section-title {
  font-weight: 900;
}
.cid-uO0oKzK5xT .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uO0oKzK5xT .mbr-section-btn {
  display: flex;
}
.cid-uO0oKzK5xT .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-uO0oKzK5xT .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uO0oKzK5xT .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uO0oKzK5xT .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-uO0oKzK5xT .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-uO0oKzK5xT .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-uO0oKzK5xT .mbr-iconfont {
  margin: 0;
}
.cid-uO0oKzK5xT .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-uO0oKzK5xT .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-uO0oKzK5xT .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uO0oKzK5xT .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uO0oKApJn7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uO0oKApJn7 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uO0oKApJn7 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-uO0oKApJn7 .container-fluid {
  max-width: 1200px;
}
.cid-uO0oKApJn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0oKApJn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0oKCB0sl {
  background-color: #223668;
}
.cid-uO0oKCB0sl svg {
  position: absolute;
  top: 0;
}
.cid-uO0oKCB0sl .svg-1 {
  fill: #2d4073;
}
.cid-uO0oKCB0sl .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uO0oKCB0sl {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uO0oKCB0sl {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-uO0oKCB0sl .mbr-text {
  color: #b1bee0;
}
.cid-uO0oKCB0sl a {
  text-decoration: underline;
}
.cid-uO0oKCB0sl a,
.cid-uO0oKCB0sl a:hover {
  font-weight: 400 !important;
}
