@import url(https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap&display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,600,600i,700,700i,800,800i,900,900i&display=swap&display=swap);





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: #b072c7 !important;
}
.bg-info {
  background-color: #12265a !important;
}
.bg-warning {
  background-color: #fa6992 !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: #b072c7 !important;
  border-color: #b072c7 !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: #fa6992 !important;
  border-color: #fa6992 !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: #b072c7;
  color: #b072c7 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #b072c7;
  border-color: #b072c7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b072c7 !important;
  border-color: #b072c7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa6992;
  color: #fa6992 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa6992;
  border-color: #fa6992;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa6992 !important;
  border-color: #fa6992 !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: #b072c7 !important;
}
.text-info {
  color: #12265a !important;
}
.text-warning {
  color: #fa6992 !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: #fa6992 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b072c7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa6992 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa6992 !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: #fa6992;
}
.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: #e3cdeb;
}
.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, 105, 146, 0.5), rgba(250, 105, 146, 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-rHd4LPs6LH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rHd4LPs6LH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHd4LPs6LH .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd4LPs6LH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rHd4LPs6LH a {
  font-style: normal;
}
.cid-rHd4LPs6LH .show {
  overflow: visible;
}
.cid-rHd4LPs6LH .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-rHd4LPs6LH .dropdown-item:active {
  background-color: transparent;
}
.cid-rHd4LPs6LH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rHd4LPs6LH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rHd4LPs6LH .nav-item:focus,
.cid-rHd4LPs6LH .nav-link:focus {
  outline: none;
}
.cid-rHd4LPs6LH .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-rHd4LPs6LH .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd4LPs6LH .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-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHd4LPs6LH .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-rHd4LPs6LH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-rHd4LPs6LH button.navbar-toggler:focus {
  outline: none;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .btn {
  display: -webkit-flex;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-rHd4LPs6LH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rHd4LPs6LH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .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-rHd4LPs6LH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rHd4LPs6LH .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-rHd4LPs6LH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH img {
    height: 3.8rem !important;
  }
  .cid-rHd4LPs6LH .btn {
    display: -webkit-flex;
  }
  .cid-rHd4LPs6LH button.navbar-toggler {
    display: block;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing,
  .cid-rHd4LPs6LH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .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-rHd4LPs6LH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rHd4LPs6LH .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-rHd4LPs6LH .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-rHd4LPs6LH .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-link {
    justify-content: start!important;
  }
  .cid-rHd4LPs6LH .navbar.opened {
    height: 100%;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rHd4LPs6LH .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-rHd4LPs6LH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rHd4LPs6LH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rHd4LPs6LH .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-rHd4LPs6LH .span-link {
  padding: 0 0.5rem;
}
.cid-rHd4LPs6LH .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-rHd4LPs6LH .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa6992;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-rHd4LPs6LH .navbar-caption {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-rHd4LPs6LH .navbar-caption:hover {
  color: #fa6992;
}
.cid-rHd4LPs6LH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-rHd4LPs6LH .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-rHd4LPs6LH .dropdown-item {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .link:active {
    color: #fff !important;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 0.5rem;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    justify-content: center;
  }
  .cid-rHd4LPs6LH .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .navbar {
    height: 90px;
  }
  .cid-rHd4LPs6LH .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-rHd4LPs6LH .btn1 {
    display: none;
  }
  .cid-rHd4LPs6LH .mbr-section-title {
    color: #fff;
  }
  .cid-rHd4LPs6LH .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-rHd4LPs6LH .span-link {
    color: #fff;
  }
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .dropdown-item {
    color: #12265a;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 2rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    justify-content: space-between;
  }
  .cid-rHd4LPs6LH .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rHd4LPs6LH .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHd4LPs6LH .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa6992;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-rHd4LPs6LH .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-rHd4LPs6LH .mbr-section-title {
  font-weight: 900;
}
.cid-rHd4LPs6LH .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .mbr-section-btn {
  display: flex;
}
.cid-rHd4LPs6LH .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-warning:hover {
  background-color: #fa6992 !important;
  border-color: #fa6992 !important;
}
.cid-rHd4LPs6LH .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-rHd4LPs6LH .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-rHd4LPs6LH .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-rHd4LPs6LH .mbr-iconfont {
  margin: 0;
}
.cid-rHd4LPs6LH .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-warning:focus {
  background-color: #fa6992 !important;
  border-color: #fa6992 !important;
}
.cid-rHd4LPs6LH .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-rHd4LPs6LH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tKuwxeCMC3 {
  padding-top: 120px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
@media (max-width: 767px) {
  .cid-tKuwxeCMC3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-tKuwxeCMC3 img {
  width: 100%;
  border-radius: 30px;
}
.cid-tKuwxeCMC3 .mbr-section-title {
  color: #ffffff;
}
.cid-tKuwxeCMC3 .mbr-section-subtitle {
  background-color: #45b3df;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-tKuwxeCMC3 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tKuwxeCMC3 .svg-1 path {
  fill: #ffffff;
}
.cid-tKuwxeCMC3 .container-fluid {
  max-width: 1200px;
}
.cid-tKuwxeCMC3 .mbr-arrow {
  z-index: 1;
}
.cid-tKuwxeCMC3 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tKuwxeCMC3 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tKuwxeCMC3 .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKuwxeCMC3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKuwxeCMC3 .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-tKuwxeCMC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuwxeCMC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuBgmt9Pq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tKuBgmt9Pq .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tKuBgmt9Pq .title {
  margin-bottom: 4.5rem;
}
.cid-tKuBgmt9Pq .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-tKuBgmt9Pq .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tKuBgmt9Pq .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tKuBgmt9Pq .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tKuBgmt9Pq .card:hover .card-title {
  color: #fa6992;
}
.cid-tKuBgmt9Pq .card img {
  width: 80px;
}
.cid-tKuBgmt9Pq .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-tKuBgmt9Pq .circle-img {
  width: 80%;
  border: 2px dashed #fa6992;
  border-radius: 50%;
  margin: auto;
}
.cid-tKuBgmt9Pq .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tKuBgmt9Pq .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tKuBgmt9Pq .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tKuBgmt9Pq .card-left {
    margin-right: -3rem;
  }
  .cid-tKuBgmt9Pq .card-right {
    margin-left: -3rem;
  }
}
.cid-tKuBgmt9Pq .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tKuBgmt9Pq {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tKuBgmt9Pq .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKuBgmt9Pq .wrapper-row {
    flex-direction: column;
  }
  .cid-tKuBgmt9Pq .card-box1 {
    order: 2;
  }
  .cid-tKuBgmt9Pq .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tKuBgmt9Pq .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tKuBgmt9Pq .card-title {
    margin-top: 2rem;
  }
}
.cid-tKuBgmt9Pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuBgmt9Pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuBgmt9Pq .title,
.cid-tKuBgmt9Pq .mbr-section-title {
  color: #12265a;
}
.cid-tKuBdifWYE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #b7e1f2;
}
.cid-tKuBdifWYE rect {
  width: 85%;
  height: 90%;
}
.cid-tKuBdifWYE .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tKuBdifWYE .mbr-text {
  margin: 0;
}
.cid-tKuBdifWYE .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-tKuBdifWYE .card-1 {
  margin-right: 2rem;
}
.cid-tKuBdifWYE .card-3 {
  margin-left: 2rem;
}
.cid-tKuBdifWYE .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-tKuBdifWYE .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-tKuBdifWYE .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tKuBdifWYE .media-container-row {
    margin: 0 2rem;
  }
}
.cid-tKuBdifWYE .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tKuBdifWYE .svg-1 path,
.cid-tKuBdifWYE .svg-2 path {
  fill: #b7e1f2;
}
.cid-tKuBdifWYE .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tKuBdifWYE .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tKuBdifWYE .dinosaur-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  margin-top: 1rem;
}
.cid-tKuBdifWYE .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-tKuBdifWYE .circle1 {
  background-color: #45b3df;
}
.cid-tKuBdifWYE .circle2 {
  background-color: #fa6992;
}
.cid-tKuBdifWYE .circle3 {
  background-color: #ffc85b;
}
.cid-tKuBdifWYE .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-tKuBdifWYE {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .cid-tKuBdifWYE .card {
    margin-bottom: 1rem;
  }
  .cid-tKuBdifWYE .media-container-row {
    margin: 0;
  }
  .cid-tKuBdifWYE .card-1 {
    margin-right: 0;
  }
  .cid-tKuBdifWYE .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tKuBdifWYE {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .cid-tKuBdifWYE .mbr-text {
    padding: 0rem;
  }
}
.cid-tKuBdifWYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuBdifWYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuM4Mb8ef {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #88d4f2;
}
.cid-tKuM4Mb8ef .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tKuM4Mb8ef .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKuM4Mb8ef .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-tKuM4Mb8ef .container-fluid {
  max-width: 1200px;
}
.cid-tKuM4Mb8ef .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-tKuM4Mb8ef .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tKuM4Mb8ef rect {
  position: absolute;
  width: 95%;
}
.cid-tKuM4Mb8ef .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tKuM4Mb8ef .svg-1 path {
  fill: #b7e1f2;
}
.cid-tKuM4Mb8ef .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tKuM4Mb8ef .svg-2 path {
  fill: #b7e1f2;
}
.cid-tKuM4Mb8ef .svg1 {
  padding: 2px;
}
.cid-tKuM4Mb8ef .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tKuM4Mb8ef {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-tKuM4Mb8ef .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tKuM4Mb8ef .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuM4Mb8ef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuOcf1p2h {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tKuOcf1p2h .mbr-section-subtitle {
  color: #70747f;
}
.cid-tKuOcf1p2h .mbr-text {
  color: #70747f;
}
.cid-tKuOcf1p2h .nav {
  border: 2px dashed #fa6992;
  border-radius: 30px;
}
.cid-tKuOcf1p2h .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-tKuOcf1p2h .nav-tabs .nav-item {
  display: table-cell;
}
.cid-tKuOcf1p2h .card-img img {
  border-radius: 30px;
  width: 100%;
}
.cid-tKuOcf1p2h .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 3.5rem;
}
.cid-tKuOcf1p2h .nav-tabs .nav-link {
  display: block;
  color: #12265a;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-tKuOcf1p2h .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #fa6992;
}
.cid-tKuOcf1p2h .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #fa6992;
}
.cid-tKuOcf1p2h .title-content {
  color: #12265a;
}
.cid-tKuOcf1p2h .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-tKuOcf1p2h .wrapper {
  margin-bottom: 1.5rem;
}
.cid-tKuOcf1p2h .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-tKuOcf1p2h .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-tKuOcf1p2h .nav-tabs {
    width: 48%;
  }
  .cid-tKuOcf1p2h .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-tKuOcf1p2h .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tKuOcf1p2h .card-img {
    margin-top: .5rem;
  }
  .cid-tKuOcf1p2h .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tKuOcf1p2h {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-tKuOcf1p2h .nav-tabs {
    width: 100%;
  }
  .cid-tKuOcf1p2h .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-tKuOcf1p2h .wrapper-tab {
    padding: 0rem;
  }
  .cid-tKuOcf1p2h .right-column {
    margin-top: 1rem;
  }
  .cid-tKuOcf1p2h .tab-content {
    padding: 1rem;
  }
}
.cid-tKuOcf1p2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuOcf1p2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuLRuA2Es {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fa9db7;
}
.cid-tKuLRuA2Es .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tKuLRuA2Es .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKuLRuA2Es .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-tKuLRuA2Es .container-fluid {
  max-width: 1200px;
}
.cid-tKuLRuA2Es .btn .inner-dashed-border {
  stroke: #45b3df;
}
.cid-tKuLRuA2Es .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tKuLRuA2Es rect {
  position: absolute;
  width: 95%;
}
.cid-tKuLRuA2Es .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tKuLRuA2Es .svg-1 path {
  fill: #ffffff;
}
.cid-tKuLRuA2Es .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tKuLRuA2Es .svg-2 path {
  fill: #ffffff;
}
.cid-tKuLRuA2Es .svg1 {
  padding: 2px;
}
.cid-tKuLRuA2Es .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tKuLRuA2Es {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-tKuLRuA2Es .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tKuLRuA2Es .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuLRuA2Es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuRFYe0IA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKuRFYe0IA .carousel-item {
  margin-top: 1.3rem;
  justify-content: center;
}
.cid-tKuRFYe0IA .carousel-item > div {
  width: 100%;
}
.cid-tKuRFYe0IA .carousel-item.active,
.cid-tKuRFYe0IA .carousel-item-next,
.cid-tKuRFYe0IA .carousel-item-prev {
  display: flex;
}
.cid-tKuRFYe0IA .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-tKuRFYe0IA .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-tKuRFYe0IA .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tKuRFYe0IA .signature,
.cid-tKuRFYe0IA .desk {
  margin: 0;
}
.cid-tKuRFYe0IA .mbr-text {
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  padding: 2rem;
}
.cid-tKuRFYe0IA .mbr-text1 {
  background-color: #fa6992;
}
.cid-tKuRFYe0IA .mbr-text2 {
  background-color: #45b3df;
}
.cid-tKuRFYe0IA .mbr-text3 {
  background-color: #ffc85b;
}
.cid-tKuRFYe0IA .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-tKuRFYe0IA .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-tKuRFYe0IA img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-tKuRFYe0IA .title-block {
  margin-left: 1rem;
}
.cid-tKuRFYe0IA .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-tKuRFYe0IA .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  left: 40px;
}
.cid-tKuRFYe0IA .quote_svg1 {
  fill: #fa6992;
}
.cid-tKuRFYe0IA .quote_svg2 {
  fill: #45b3df;
}
.cid-tKuRFYe0IA .quote_svg3 {
  fill: #ffc85b;
}
.cid-tKuRFYe0IA .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.23);
}
.cid-tKuRFYe0IA .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-tKuRFYe0IA .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-tKuRFYe0IA ol {
  margin-bottom: 0;
}
.cid-tKuRFYe0IA .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tKuRFYe0IA {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-tKuRFYe0IA .container-fluid {
    padding: 0 1rem;
  }
  .cid-tKuRFYe0IA .col-md-4 {
    padding: 0;
  }
  .cid-tKuRFYe0IA .mbr-text {
    padding: 1rem;
  }
}
.cid-tKuRFYe0IA .container-fluid {
  padding: 0 1rem;
  max-width: 1200px;
}
.cid-tKuRFYe0IA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuRFYe0IA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rGsvMlqqzL {
  background-color: #ffffff;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGsvMlqqzL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rGsvMlqqzL .row > .row {
  display: block;
}
.cid-rGsvMlqqzL .mbr-gallery-item {
  width: 100%;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rGsvMlqqzL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rGsvMlqqzL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-rGsvMlqqzL .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-rGsvMlqqzL {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .cid-rGsvMlqqzL .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-rGsvMlqqzL {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.cid-tKuV8zkQo8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKuV8zkQo8 .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-tKuV8zkQo8 .icon2 {
  color: #f9b03e;
}
.cid-tKuV8zkQo8 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tKuV8zkQo8 p {
  font-weight: 400;
}
.cid-tKuV8zkQo8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tKuV8zkQo8 .line2 {
  background: #f7ed4a;
}
.cid-tKuV8zkQo8 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #255085;
}
.cid-tKuV8zkQo8 .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-tKuV8zkQo8 .card2 {
  background: #ed4266;
}
.cid-tKuV8zkQo8 .card-title,
.cid-tKuV8zkQo8 .card-ico,
.cid-tKuV8zkQo8 .line-wrap {
  text-align: center;
}
.cid-tKuV8zkQo8 .mbr-text,
.cid-tKuV8zkQo8 .card-link {
  text-align: center;
}
.cid-tKuAhQZGGB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKuAhQZGGB .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-tKuAhQZGGB .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tKuAhQZGGB .links-block ul li {
  margin: 0 1rem;
}
.cid-tKuAhQZGGB .icons-block ul li {
  margin: 0 .5rem;
}
.cid-tKuAhQZGGB .links-block ul,
.cid-tKuAhQZGGB .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-rGsvPFnWfW {
  background-color: #223668;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #2d4073;
}
.cid-rGsvPFnWfW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-rGsvPFnWfW .mbr-text {
  color: #b1bee0;
}
.cid-rGsvPFnWfW a {
  text-decoration: underline;
}
.cid-rGsvPFnWfW a,
.cid-rGsvPFnWfW a:hover {
  font-weight: 400 !important;
}
