@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: #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: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#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-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-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: 165px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/ab1.png");
}
@media (max-width: 767px) {
  .cid-rGsnZCv84A {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.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: #12265a;
  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-rIc7ZAsZZI {
  background-color: #ffffff;
}
.cid-rIc7ZAsZZI .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rIc7ZAsZZI .mbr-shop .row {
  margin: 0;
  padding: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rIc7ZAsZZI .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rIc7ZAsZZI .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rIc7ZAsZZI .btn {
  padding: 0.6rem 2rem;
  border-radius: 30px;
}
.cid-rIc7ZAsZZI .img_wraper img {
  border-radius: 8px!important;
}
.cid-rIc7ZAsZZI .mbr-shop .sidebar-title {
  text-align: center;
  line-height: 25px;
  font-weight: 900;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal_wraper {
  left: 0;
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rIc7ZAsZZI .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rIc7ZAsZZI .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  padding: 2rem;
}
.cid-rIc7ZAsZZI .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rIc7ZAsZZI .mbr-shop .hide-modal {
  display: none;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  position: fixed;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rIc7ZAsZZI .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rIc7ZAsZZI .mbr-shop .filter-by-pu,
.cid-rIc7ZAsZZI .mbr-shop .filter-by-pd,
.cid-rIc7ZAsZZI .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rIc7ZAsZZI .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 0.8rem;
  text-align: right;
}
.cid-rIc7ZAsZZI .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rIc7ZAsZZI .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 2rem;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  width: calc(34% - 3rem);
}
.cid-rIc7ZAsZZI .mbr-shop .galleryItem h4,
.cid-rIc7ZAsZZI .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rIc7ZAsZZI .mbr-shop .galleryItem h5,
.cid-rIc7ZAsZZI .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .galleryItem p,
.cid-rIc7ZAsZZI .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rIc7ZAsZZI .mbr-shop .item-button {
  text-align: center;
}
.cid-rIc7ZAsZZI .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rIc7ZAsZZI .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rIc7ZAsZZI .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rIc7ZAsZZI .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rIc7ZAsZZI .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rIc7ZAsZZI .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffc85b;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #fff;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item__hided h4,
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item__hided h5,
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rIc7ZAsZZI .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rIc7ZAsZZI .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #ffc85b;
}
.cid-rIc7ZAsZZI .mbr-shop .range-slider {
  padding-bottom: 25px;
  text-align: center;
}
.cid-rIc7ZAsZZI .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rIc7ZAsZZI .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffc85b;
  font-weight: bold;
}
.cid-rIc7ZAsZZI .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #fa9db7;
  border-radius: 2px;
  font-size: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #fa9db7;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #fa9db7;
}
.cid-rIc7ZAsZZI .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #12265a;
}
.cid-rIc7ZAsZZI .mbr-shop .range-controls {
  position: relative;
}
.cid-rIc7ZAsZZI .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rIc7ZAsZZI .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #fa9db7;
}
.cid-rIc7ZAsZZI .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #fa9db7;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #fa9db7;
  cursor: pointer;
}
.cid-rIc7ZAsZZI .mbr-shop .toggle:hover,
.cid-rIc7ZAsZZI .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rIc7ZAsZZI .mbr-shop .min-toggle {
  left: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .max-toggle {
  right: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .hided-by-price {
  display: none;
}
.cid-rIc7ZAsZZI .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rIc7ZAsZZI .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rIc7ZAsZZI .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rIc7ZAsZZI .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rIc7ZAsZZI .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rIc7ZAsZZI .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rIc7ZAsZZI .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rIc7ZAsZZI .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rIc7ZAsZZI .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rIc7ZAsZZI .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rIc7ZAsZZI .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rIc7ZAsZZI .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rIc7ZAsZZI .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rIc7ZAsZZI .mbr-shop .shop-items .onsale,
.cid-rIc7ZAsZZI .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rIc7ZAsZZI .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rIc7ZAsZZI .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rIc7ZAsZZI .mbr-shop .price-range {
  display: inline-block;
}
.cid-rIc7ZAsZZI .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rIc7ZAsZZI .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rIc7ZAsZZI .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rIc7ZAsZZI .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rIc7ZAsZZI .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rIc7ZAsZZI .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rIc7ZAsZZI .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rIc7ZAsZZI .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rIc7ZAsZZI .mbr-shop .sidebar-categories {
    text-align: center !important;
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rIc7ZAsZZI .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rIc7ZAsZZI .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rIc7ZAsZZI .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rIc7ZAsZZI .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rIc7ZAsZZI .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rIc7ZAsZZI {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .cid-rIc7ZAsZZI .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rIc7ZAsZZI .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item {
    margin: 1rem 0rem;
  }
}
@media (max-width: 1100px) {
  .cid-rIc7ZAsZZI .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rIc7ZAsZZI .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rIc7ZAsZZI .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rIc7ZAsZZI .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rIc7ZAsZZI .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rIc7ZAsZZI .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rIc7ZAsZZI .oldprice {
  color: #d5d5d5;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
.cid-rIc7ZAsZZI .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rIc7ZAsZZI .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rIc7ZAsZZI LI {
  color: #12265a;
}
.cid-rIc7ZAsZZI .sidebar-title {
  color: #12265a;
  background-size: 100% 0.521em;
  display: inline-block;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 157, 183, 0.3), rgba(250, 157, 183, 0.3));
  background-repeat: no-repeat;
  background-position: 0% 74%;
  text-transform: uppercase;
}
.cid-rIc7ZAsZZI .item-title {
  text-align: left;
  color: #12265a;
}
.cid-rIc7ZAsZZI .shop-item-price,
.cid-rIc7ZAsZZI .price-block {
  text-align: left;
  color: #45b3df;
}
@media (max-width: 576px) {
  .cid-rIc7ZAsZZI .filter-cost {
    max-width: 100%!important;
  }
  .cid-rIc7ZAsZZI .range-slider,
  .cid-rIc7ZAsZZI .categories,
  .cid-rIc7ZAsZZI .bestseller-block {
    text-align: center;
  }
}
.cid-rIc7ZAsZZI .btn-primary {
  background-color: #fa9db7 !important;
  border: none !important;
}
.cid-rIc7ZAsZZI .btn-primary-outline {
  border-color: #fa9db7 !important;
  color: #fa9db7 !important;
}
.cid-rIc7ZAsZZI .btn-primary-outline:hover {
  color: #fff !important;
  border-color: #ffc85b !important;
}
.cid-rIc7ZAsZZI .disableSortButton {
  border-radius: 30px;
}
.cid-rIc7ZAsZZI .wrapper-cards-button {
  position: absolute;
  left: 5%;
  opacity: 0;
  transition: 0.5s;
}
.cid-rIc7ZAsZZI .mbr-gallery-item:hover .wrapper-cards-button {
  opacity: 1;
}
.cid-rIc7ZAsZZI .container-fluid {
  max-width: 1200px;
}
.cid-rIc7ZAsZZI .btn-primary-outline:active {
  color: #fa9db7 !important;
}
.cid-rIc7ZAsZZI .wrapper-shop-items {
  order: 1;
}
.cid-rIc7ZAsZZI .bestseller-block {
  text-align: center !important;
}
.cid-rIc7ZAsZZI .sidebar-categories {
  text-align: center !important;
}
.cid-rIc7ZAsZZI .shopItemsModal {
  border-radius: 30px;
}
@media (min-width: 767px) {
  .cid-rIc7ZAsZZI {
    padding-top: 45px;
    padding-bottom: 105px;
  }
  .cid-rIc7ZAsZZI .mbr-shop .mbr-gallery-item {
    margin: 1.5rem 1.18rem;
  }
}
.cid-rIc7ZAsZZI a:hover {
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-rIc7ZAsZZI .shopItemsModal {
    overflow: auto;
  }
}
.cid-rIcOv3wAf0 {
  background-color: #ffffff;
}
.cid-rIcOv3wAf0 .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-rIcOv3wAf0 .card {
  margin-bottom: 1rem;
}
.cid-rIcOv3wAf0 .row {
  justify-content: center;
}
.cid-rIcOv3wAf0 .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-rIcOv3wAf0 .card-title:hover {
  color: #fa9db7;
}
.cid-rIcOv3wAf0 img {
  width: 80px;
}
.cid-rIcOv3wAf0 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rIcOv3wAf0 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .cid-rIcOv3wAf0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rIcOv3wAf0 .wrapper-row {
    display: flex;
    flex-direction: column;
  }
  .cid-rIcOv3wAf0 .card-box1 {
    text-align: center;
    order: 2;
  }
  .cid-rIcOv3wAf0 .card-box2 {
    text-align: center;
  }
  .cid-rIcOv3wAf0 .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-rIcOv3wAf0 .card {
    display: flex;
    flex-direction: column;
  }
  .cid-rIcOv3wAf0 .item-image {
    text-align: center;
  }
  .cid-rIcOv3wAf0 .card-title {
    margin-top: 2rem;
  }
  .cid-rIcOv3wAf0 .container {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .cid-rIcOv3wAf0 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-rIcOv3wAf0 .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-rIcOv3wAf0 .wrapper-row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-rIcOv3wAf0 .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-rIcOv3wAf0 .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-rIcOv3wAf0 .card-left {
    margin-right: -3rem;
  }
  .cid-rIcOv3wAf0 .card-right {
    margin-left: -3rem;
  }
  .cid-rIcOv3wAf0 .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-rIcOv3wAf0 .circle-img {
  width: 80%;
  height: auto;
  border: 2px dashed #fa9db7;
  border-radius: 50%;
}
.cid-rIcOv3wAf0 .imageContainer {
  width: 100%;
}
.cid-rIcOv3wAf0 .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-rIcOv3wAf0 .last-text {
  margin-bottom: 0rem;
}
.cid-rIcOv3wAf0 .container {
  margin-bottom: 4.5rem;
}
.cid-rIcY3bDpET .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #fff;
}
.cid-rIcY3bDpET .mbr-section-subtitle {
  color: #fff;
}
.cid-rIcY3bDpET h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .cid-rIcY3bDpET {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-rIcY3bDpET h2 {
    margin-bottom: 1rem;
  }
  .cid-rIcY3bDpET h2,
  .cid-rIcY3bDpET h3 {
    text-align: center !important;
  }
  .cid-rIcY3bDpET .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rIcY3bDpET .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rIcY3bDpET {
    padding-top: 225px;
    padding-bottom: 225px;
  }
  .cid-rIcY3bDpET h2 {
    margin: 0;
  }
}
.cid-rIcY3bDpET .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #45b3df;
}
.cid-rIcY3bDpET .media-container-column {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-rIcY3bDpET .container-fluid {
  max-width: 1200px;
}
.cid-rIcY3bDpET .inner-dashed-border {
  stroke: #45b3df;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rIcY3bDpET .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #45b3df;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rIcY3bDpET .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rIcY3bDpET rect {
  position: absolute;
  width: 95%;
}
.cid-rIcY3bDpET .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rIcY3bDpET .svg-1 path {
  fill: #ffffff;
}
.cid-rIcY3bDpET .svg-2 {
  position: absolute;
  top: 0;
}
.cid-rIcY3bDpET .svg-2 path {
  fill: #ffffff;
}
.cid-rIcY3bDpET .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rIcY3bDpET .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rIcY3bDpET .btn-primary {
  background-color: #fff;
}
.cid-rIcY3bDpET .mbr-section-btn {
  width: 100%;
}
.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: 30px;
    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-rHBftsmg0D {
  background-color: #ffffff;
}
.cid-rHBftsmg0D .mbr-text {
  text-align: left;
}
.cid-rHBftsmg0D h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-rHBftsmg0D p {
  text-align: center;
  margin: 0;
}
.cid-rHBftsmg0D .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rHBftsmg0D .mbr-iconfont {
  transition: all 0.3s;
}
.cid-rHBftsmg0D .card-title {
  color: #12265a;
}
.cid-rHBftsmg0D .card {
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  padding: 0;
}
.cid-rHBftsmg0D .card-1 {
  margin-right: 2rem;
}
.cid-rHBftsmg0D .card-3 {
  margin-left: 2rem;
}
.cid-rHBftsmg0D .card:hover {
  transform: translateY(-20px);
}
.cid-rHBftsmg0D .container-fluid {
  max-width: 1200px;
}
.cid-rHBftsmg0D .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-rHBftsmg0D .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-rHBftsmg0D .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-rHBftsmg0D {
    padding-top: 7px;
    padding-bottom: 35px;
  }
  .cid-rHBftsmg0D .card {
    margin-bottom: 1rem;
  }
  .cid-rHBftsmg0D .media-container-row {
    margin: 0 0rem;
  }
  .cid-rHBftsmg0D .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBftsmg0D .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBftsmg0D {
    padding-top: 4px;
    padding-bottom: 28px;
  }
  .cid-rHBftsmg0D .card {
    margin-bottom: 1rem;
  }
  .cid-rHBftsmg0D .media-container-row {
    margin: 0 0rem;
  }
  .cid-rHBftsmg0D .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBftsmg0D .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBftsmg0D {
    padding-top: 15px;
    padding-bottom: 105px;
  }
  .cid-rHBftsmg0D .card-1 {
    margin-right: 2rem;
  }
  .cid-rHBftsmg0D .card-3 {
    margin-left: 2rem;
  }
  .cid-rHBftsmg0D .container-fluid {
    padding: 0rem 3.5rem;
  }
}
.cid-rHBftsmg0D .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-rHBftsmg0D .card-img {
  text-align: center;
}
.cid-rHBftsmg0D .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBftsmg0D .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-rHBftsmg0D .card .svg1 {
  stroke: #45b3df;
}
.cid-rHBftsmg0D .card .svg2 {
  stroke: #fa9db7;
}
.cid-rHBftsmg0D .card .svg3 {
  stroke: #ffc85b;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBftsmg0D svg {
  position: relative;
}
.cid-rHBftsmg0D rect {
  position: absolute;
}
.cid-rHBftsmg0D .circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-rHBftsmg0D .icon1 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-rHBftsmg0D .icon2 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-rHBftsmg0D .icon3 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #ffc85b;
}
.cid-rHBftsmg0D .svg1,
.cid-rHBftsmg0D .svg2,
.cid-rHBftsmg0D .svg3 {
  position: absolute;
}
.cid-rHBftsmg0D .svg1 rect,
.cid-rHBftsmg0D .svg2 rect,
.cid-rHBftsmg0D .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBftsmg0D .card-box {
  margin-top: 1.7rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rHBftsmg0D .social-img {
  width: 50px;
  height: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-rHBftsmg0D .item-image {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.cid-rGVNDptoQN {
  background-color: #ffffff;
}
.cid-rGVNDptoQN .card-title {
  color: #12265a;
}
@media (min-width: 992px) {
  .cid-rGVNDptoQN img {
    width: 90%;
  }
  .cid-rGVNDptoQN .right-block {
    padding-left: 4rem;
  }
}
.cid-rGVNDptoQN a {
  color: #fff;
  line-height: 1;
}
.cid-rGVNDptoQN .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-rGVNDptoQN .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-rGVNDptoQN .soc-item span {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.cid-rGVNDptoQN .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rGVNDptoQN {
    padding-top: 0px;
    padding-bottom: 36px;
  }
  .cid-rGVNDptoQN .social-list {
    justify-content: space-between;
  }
  .cid-rGVNDptoQN .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGVNDptoQN .block-flex {
    justify-content: space-between;
  }
}
.cid-rGVNDptoQN .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #45b3df;
}
.cid-rGVNDptoQN .mbr-section-subtitle {
  color: #45b3df;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.cid-rGVNDptoQN .link-card {
  color: #45b3df;
  transition: 0.3s;
  font-weight: 700;
}
.cid-rGVNDptoQN .link-card:hover {
  color: #ffc85b;
}
.cid-rGVNDptoQN .color-blue {
  color: #12265a;
}
.cid-rGVNDptoQN .text-italic {
  text-decoration: underline;
  font-style: italic;
}
.cid-rGVNDptoQN .color-block {
  background-color: #fa9db7;
  display: inline;
  padding: 0.5rem 0.8rem;
  color: #fff;
  border-radius: 10px;
  float: left;
  margin-right: 1rem;
  margin-top: 0.8rem;
}
.cid-rGVNDptoQN .container-fluid {
  max-width: 1200px;
}
.cid-rGVNDptoQN .block-flex {
  display: flex;
  margin-bottom: 1rem;
}
.cid-rGVNDptoQN .wrapper-block {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
.cid-rGVNDptoQN .client-name {
  color: #12265a;
}
.cid-rGVNDptoQN .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-rGVNDptoQN .soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.cid-rGVNDptoQN .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-rGVNDptoQN .soc-item1 {
  color: #45b3df;
}
.cid-rGVNDptoQN .soc-item2 {
  background-color: #456eda;
  color: #456eda;
}
.cid-rGVNDptoQN .soc-item3 {
  background-color: #f985a5;
  color: #f985a5;
}
.cid-rGVNDptoQN .block-column:not(:last-child) {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
@media (min-width: 767px) {
  .cid-rGVNDptoQN {
    padding-top: 0px;
    padding-bottom: 45px;
  }
  .cid-rGVNDptoQN .container-fluid {
    padding: 0 1.8rem;
  }
}
.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;
}
