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



body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Overlock', display;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Always In My Heart';
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Overlock', display;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Always In My Heart';
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Overlock', display;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((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: #fff688 !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #717171 !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #f06277 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #fff688 !important;
  border-color: #fff688 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #000000 !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #717171 !important;
  border-color: #717171 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !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: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !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: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f06277 !important;
  border-color: #f06277 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !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: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !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: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #fff688;
  color: #fff688 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #887e00 !important;
  background-color: #fff688;
  border-color: #fff688;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #887e00 !important;
  background-color: #fff688 !important;
  border-color: #fff688 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #91d8f7;
  color: #91d8f7 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #095c80 !important;
  background-color: #91d8f7;
  border-color: #91d8f7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #095c80 !important;
  background-color: #91d8f7 !important;
  border-color: #91d8f7 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #717171;
  color: #717171 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #717171;
  border-color: #717171;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #717171 !important;
  border-color: #717171 !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: #f06277;
  color: #f06277 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #f06277;
  border-color: #f06277;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06277 !important;
  border-color: #f06277 !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: #fff688 !important;
}
.text-secondary {
  color: #91d8f7 !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #717171 !important;
}
.text-warning {
  color: #fa9db7 !important;
}
.text-danger {
  color: #f06277 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #717171;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fff688 !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: #f06277 !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: #717171;
}
.alert-warning {
  background-color: #fa9db7;
}
.alert-danger {
  background-color: #f06277;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff688;
  border-color: #fff688;
  color: #a19500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.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: #b1b1b1;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #f06277;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #f06277;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Overlock', display;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #fff688;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff688;
  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: #fff688;
  border-bottom-color: #fff688;
}
.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: #fff688 !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: #91d8f7 !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, 246, 136, 0.5), rgba(255, 246, 136, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-s7K2IX6Pcq {
  background-color: #ffffff;
}
.cid-s7K2IX6Pcq .card-title {
  color: #fa6992;
}
@media (min-width: 992px) {
  .cid-s7K2IX6Pcq img {
    width: 90%;
  }
  .cid-s7K2IX6Pcq .right-block {
    padding-left: 4rem;
  }
}
.cid-s7K2IX6Pcq a {
  color: #fff;
  line-height: 1;
}
.cid-s7K2IX6Pcq .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s7K2IX6Pcq .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #91d8f7;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-s7K2IX6Pcq .soc-item span {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.cid-s7K2IX6Pcq .soc-item::after {
  z-index: -1;
}
.cid-s7K2IX6Pcq .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s7K2IX6Pcq {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  .cid-s7K2IX6Pcq .social-list {
    justify-content: space-between;
  }
  .cid-s7K2IX6Pcq .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7K2IX6Pcq .block-flex {
    justify-content: space-between;
  }
}
.cid-s7K2IX6Pcq .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: #91d8f7;
}
.cid-s7K2IX6Pcq .mbr-section-subtitle {
  color: #45b3df;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.cid-s7K2IX6Pcq .link-card {
  color: #45b3df;
  transition: 0.3s;
  font-weight: 700;
}
.cid-s7K2IX6Pcq .link-card:hover {
  color: #fff688;
}
.cid-s7K2IX6Pcq .color-blue {
  color: #12265a;
}
.cid-s7K2IX6Pcq .text-italic {
  text-decoration: underline;
  font-style: italic;
}
.cid-s7K2IX6Pcq .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-s7K2IX6Pcq .container-fluid {
  max-width: 1200px;
}
.cid-s7K2IX6Pcq .block-flex {
  display: flex;
  margin-bottom: 1rem;
}
.cid-s7K2IX6Pcq .wrapper-block {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
.cid-s7K2IX6Pcq .client-name {
  color: #12265a;
}
.cid-s7K2IX6Pcq .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-s7K2IX6Pcq .soc-item1 {
  color: #91d8f7;
}
.cid-s7K2IX6Pcq .soc-item2 {
  background-color: #cacaca;
  color: #cacaca;
}
.cid-s7K2IX6Pcq .soc-item3 {
  background-color: #f985a5;
  color: #f985a5;
}
.cid-s7K2IX6Pcq .block-column:not(:last-child) {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
@media (min-width: 767px) {
  .cid-s7K2IX6Pcq {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-s7K2IX6Pcq .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-s7K2IXX3yO {
  background-color: #f06277;
}
.cid-s7K2IXX3yO svg {
  position: absolute;
  top: 0;
}
.cid-s7K2IXX3yO .svg-1 {
  fill: #ffffff;
}
.cid-s7K2IXX3yO .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-s7K2IXX3yO {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-s7K2IXX3yO {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-s7K2IXX3yO .mbr-text {
  color: #b1bee0;
}
.cid-s7K2IXX3yO a {
  text-decoration: underline;
}
.cid-s7K2IXX3yO a,
.cid-s7K2IXX3yO a:hover {
  font-weight: 400 !important;
}
.cid-s7K2IXX3yO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-s7K0iXVMj7 {
  background-color: #ffffff;
}
.cid-s7K0iXVMj7 .card-title {
  color: #fa6992;
}
@media (min-width: 992px) {
  .cid-s7K0iXVMj7 img {
    width: 90%;
  }
  .cid-s7K0iXVMj7 .right-block {
    padding-left: 4rem;
  }
}
.cid-s7K0iXVMj7 a {
  color: #fff;
  line-height: 1;
}
.cid-s7K0iXVMj7 .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s7K0iXVMj7 .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #91d8f7;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-s7K0iXVMj7 .soc-item span {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.cid-s7K0iXVMj7 .soc-item::after {
  z-index: -1;
}
.cid-s7K0iXVMj7 .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s7K0iXVMj7 {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  .cid-s7K0iXVMj7 .social-list {
    justify-content: space-between;
  }
  .cid-s7K0iXVMj7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7K0iXVMj7 .block-flex {
    justify-content: space-between;
  }
}
.cid-s7K0iXVMj7 .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: #91d8f7;
}
.cid-s7K0iXVMj7 .mbr-section-subtitle {
  color: #45b3df;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.cid-s7K0iXVMj7 .link-card {
  color: #45b3df;
  transition: 0.3s;
  font-weight: 700;
}
.cid-s7K0iXVMj7 .link-card:hover {
  color: #fff688;
}
.cid-s7K0iXVMj7 .color-blue {
  color: #12265a;
}
.cid-s7K0iXVMj7 .text-italic {
  text-decoration: underline;
  font-style: italic;
}
.cid-s7K0iXVMj7 .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-s7K0iXVMj7 .container-fluid {
  max-width: 1200px;
}
.cid-s7K0iXVMj7 .block-flex {
  display: flex;
  margin-bottom: 1rem;
}
.cid-s7K0iXVMj7 .wrapper-block {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
.cid-s7K0iXVMj7 .client-name {
  color: #12265a;
}
.cid-s7K0iXVMj7 .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-s7K0iXVMj7 .soc-item1 {
  color: #91d8f7;
}
.cid-s7K0iXVMj7 .soc-item2 {
  background-color: #cacaca;
  color: #cacaca;
}
.cid-s7K0iXVMj7 .soc-item3 {
  background-color: #f985a5;
  color: #f985a5;
}
.cid-s7K0iXVMj7 .block-column:not(:last-child) {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
@media (min-width: 767px) {
  .cid-s7K0iXVMj7 {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-s7K0iXVMj7 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-rGsvPFnWfW {
  background-color: #f06277;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #ffffff;
}
.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;
}
.cid-rGsvPFnWfW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-s7JTyyfrqe {
  background-color: #ffffff;
}
.cid-s7JTyyfrqe .card-title {
  color: #717171;
}
@media (min-width: 992px) {
  .cid-s7JTyyfrqe img {
    width: 90%;
  }
  .cid-s7JTyyfrqe .right-block {
    padding-left: 4rem;
  }
}
.cid-s7JTyyfrqe a {
  color: #fff;
  line-height: 1;
}
.cid-s7JTyyfrqe .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s7JTyyfrqe .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #91d8f7;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-s7JTyyfrqe .soc-item span {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.cid-s7JTyyfrqe .soc-item::after {
  z-index: -1;
}
.cid-s7JTyyfrqe .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s7JTyyfrqe {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  .cid-s7JTyyfrqe .social-list {
    justify-content: space-between;
  }
  .cid-s7JTyyfrqe .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7JTyyfrqe .block-flex {
    justify-content: space-between;
  }
}
.cid-s7JTyyfrqe .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: #91d8f7;
}
.cid-s7JTyyfrqe .mbr-section-subtitle {
  color: #45b3df;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.cid-s7JTyyfrqe .link-card {
  color: #45b3df;
  transition: 0.3s;
  font-weight: 700;
}
.cid-s7JTyyfrqe .link-card:hover {
  color: #fff688;
}
.cid-s7JTyyfrqe .color-blue {
  color: #12265a;
}
.cid-s7JTyyfrqe .text-italic {
  text-decoration: underline;
  font-style: italic;
}
.cid-s7JTyyfrqe .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-s7JTyyfrqe .container-fluid {
  max-width: 1200px;
}
.cid-s7JTyyfrqe .block-flex {
  display: flex;
  margin-bottom: 1rem;
}
.cid-s7JTyyfrqe .wrapper-block {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
.cid-s7JTyyfrqe .client-name {
  color: #12265a;
}
.cid-s7JTyyfrqe .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-s7JTyyfrqe .soc-item1 {
  color: #91d8f7;
}
.cid-s7JTyyfrqe .soc-item2 {
  background-color: #cacaca;
  color: #cacaca;
}
.cid-s7JTyyfrqe .soc-item3 {
  background-color: #f985a5;
  color: #f985a5;
}
.cid-s7JTyyfrqe .block-column:not(:last-child) {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
@media (min-width: 767px) {
  .cid-s7JTyyfrqe {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cid-s7JTyyfrqe .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-s7JTyyfrqe .mbr-text {
  text-align: left;
}
.cid-rGsvPFnWfW {
  background-color: #f06277;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #ffffff;
}
.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;
}
.cid-rGsvPFnWfW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sz6ywySrcR .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sz6ywySrcR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sz6ywySrcR a {
  font-style: normal;
}
.cid-sz6ywySrcR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sz6ywySrcR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sz6ywySrcR .nav-item:focus,
.cid-sz6ywySrcR .nav-link:focus {
  outline: none;
}
.cid-sz6ywySrcR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sz6ywySrcR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sz6ywySrcR .menu-logo {
  margin-right: auto;
}
.cid-sz6ywySrcR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz6ywySrcR .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-sz6ywySrcR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sz6ywySrcR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sz6ywySrcR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sz6ywySrcR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sz6ywySrcR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sz6ywySrcR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sz6ywySrcR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sz6ywySrcR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz6ywySrcR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sz6ywySrcR .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sz6ywySrcR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sz6ywySrcR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz6ywySrcR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sz6ywySrcR .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sz6ywySrcR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sz6ywySrcR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sz6ywySrcR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sz6ywySrcR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sz6ywySrcR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sz6ywySrcR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sz6ywySrcR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sz6ywySrcR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sz6ywySrcR button.navbar-toggler:focus {
  outline: none;
}
.cid-sz6ywySrcR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fa6992;
}
.cid-sz6ywySrcR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz6ywySrcR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz6ywySrcR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz6ywySrcR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz6ywySrcR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz6ywySrcR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz6ywySrcR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz6ywySrcR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz6ywySrcR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz6ywySrcR .collapsed .btn {
  display: -webkit-flex;
}
.cid-sz6ywySrcR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sz6ywySrcR .collapsed .navbar-collapse.collapsing,
.cid-sz6ywySrcR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sz6ywySrcR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sz6ywySrcR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sz6ywySrcR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sz6ywySrcR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sz6ywySrcR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sz6ywySrcR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sz6ywySrcR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sz6ywySrcR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sz6ywySrcR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sz6ywySrcR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sz6ywySrcR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sz6ywySrcR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sz6ywySrcR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sz6ywySrcR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sz6ywySrcR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sz6ywySrcR .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: 1023px) {
  .cid-sz6ywySrcR .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz6ywySrcR img {
    height: 3.8rem !important;
  }
  .cid-sz6ywySrcR .btn {
    display: -webkit-flex;
  }
  .cid-sz6ywySrcR button.navbar-toggler {
    display: block;
  }
  .cid-sz6ywySrcR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sz6ywySrcR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sz6ywySrcR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sz6ywySrcR .navbar-collapse.collapsing,
  .cid-sz6ywySrcR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sz6ywySrcR .navbar-collapse.collapsing .navbar-nav,
  .cid-sz6ywySrcR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sz6ywySrcR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sz6ywySrcR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sz6ywySrcR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sz6ywySrcR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sz6ywySrcR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sz6ywySrcR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sz6ywySrcR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sz6ywySrcR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sz6ywySrcR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sz6ywySrcR .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 (min-width: 767px) {
  .cid-sz6ywySrcR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sz6ywySrcR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sz6ywySrcR .nav-link:hover,
.cid-sz6ywySrcR .dropdown-item:hover {
  color: #fa9db7 !important;
}
.cid-s7HbOzcCVn .modal-body .close {
  background: #1b1b1b;
}
.cid-s7HbOzcCVn .modal-body .close span {
  font-style: normal;
}
.cid-s7HbOzcCVn .carousel-inner > .active,
.cid-s7HbOzcCVn .carousel-inner > .next,
.cid-s7HbOzcCVn .carousel-inner > .prev {
  display: table;
}
.cid-s7HbOzcCVn .carousel-control .icon-next,
.cid-s7HbOzcCVn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s7HbOzcCVn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7HbOzcCVn .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7HbOzcCVn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s7HbOzcCVn .boxed-slider > div {
  position: relative;
}
.cid-s7HbOzcCVn .container img {
  width: 100%;
}
.cid-s7HbOzcCVn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s7HbOzcCVn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7HbOzcCVn .mbr-table-cell {
  padding: 0;
}
.cid-s7HbOzcCVn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s7HbOzcCVn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s7HbOzcCVn .mbr-overlay {
  z-index: 1;
}
.cid-s7HbOzcCVn .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7HbOzcCVn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s7HbOzcCVn .carousel-item .container {
    width: 100%;
  }
}
.cid-s7HbOzcCVn .carousel-item-next.carousel-item-left,
.cid-s7HbOzcCVn .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s7HbOzcCVn .active.carousel-item-right,
.cid-s7HbOzcCVn .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s7HbOzcCVn .active.carousel-item-left,
.cid-s7HbOzcCVn .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s7HbOzcCVn .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7HbOzcCVn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7HbOzcCVn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7HbOzcCVn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s7HbOzcCVn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s7HbOzcCVn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s7HbOzcCVn .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s7HbOzcCVn .mbr-slider .carousel-indicators li.active,
.cid-s7HbOzcCVn .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s7HbOzcCVn .mbr-slider .carousel-indicators li::after,
.cid-s7HbOzcCVn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s7HbOzcCVn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s7HbOzcCVn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s7HbOzcCVn .mbr-slider > .container img {
  width: 100%;
}
.cid-s7HbOzcCVn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s7HbOzcCVn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s7HbOzcCVn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7HbOzcCVn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7HbOzcCVn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s7HbOzcCVn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s7HbOzcCVn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s7HbOzcCVn .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s7HbOzcCVn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s7HbOzcCVn .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7HbOzcCVn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s7HbOzcCVn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s7HbOzcCVn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s7HbOzcCVn H2 {
  color: #f06277;
  text-align: center;
}
.cid-s7HbOzcCVn P {
  text-align: center;
}
.cid-s7G3zsgUKM {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7G3zsgUKM {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s7G3zsgUKM .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-s7G3zsgUKM .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-s7G3zsgUKM img {
  width: 60%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-s7G3zsgUKM .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7G3zsgUKM .right-wrapper {
    text-align: left;
  }
  .cid-s7G3zsgUKM .blue-block {
    width: 100%;
  }
  .cid-s7G3zsgUKM .mbr-section-title {
    text-align: center;
  }
  .cid-s7G3zsgUKM .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-s7G3zsgUKM .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-s7G3zsgUKM .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-s7G3zsgUKM img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-s7G3zsgUKM .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-s7G3zsgUKM .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-s7G3zsgUKM .container-fluid {
  max-width: 1200px;
}
.cid-s7G3zsgUKM .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-s7G3zsgUKM .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-s7G3zsgUKM .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-s7G3zsgUKM .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-s7G3zsgUKM .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-s7G3zsgUKM .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-s7G3zsgUKM .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-s7G3zsgUKM .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-s7G3zsgUKM .blue-block {
  background-color: #91d8f7;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-s7G3zsgUKM .wrapper {
  color: #fff;
  border: 2px dashed #095c80;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-s7G3zsgUKM .blue-title {
  margin: 0;
}
.cid-s7G3zsgUKM .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-s7G3zsgUKM .mbr-section-title {
  color: #f06277;
}
.cid-s7FY4z4b0b {
  background-color: #ffe8ef;
}
.cid-s7FY4z4b0b h4 {
  display: flex;
}
.cid-s7FY4z4b0b .panel-text {
  line-height: 1.7;
}
.cid-s7FY4z4b0b .wrap {
  display: flex;
}
.cid-s7FY4z4b0b .icon {
  background: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 1px dashed #f06277;
  color: #f06277 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-s7FY4z4b0b img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-s7FY4z4b0b .mbr-section-title {
  font-weight: 900;
  color: #717171;
}
.cid-s7FY4z4b0b p {
  margin: 0;
}
.cid-s7FY4z4b0b .card .card-header a.panel-title {
  margin-top: 0px!important;
}
.cid-s7FY4z4b0b .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s7FY4z4b0b .panel-group {
  width: 100%;
}
.cid-s7FY4z4b0b .panel-title {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s7FY4z4b0b .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s7FY4z4b0b .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s7FY4z4b0b .card .card-header a.panel-title:hover .icon {
  background-color: #f06277;
  color: #fff !important;
}
.cid-s7FY4z4b0b .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s7FY4z4b0b .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-s7FY4z4b0b .sign {
  color: #000000;
}
.cid-s7FY4z4b0b .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s7FY4z4b0b .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s7FY4z4b0b .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-s7FY4z4b0b .header-text {
  color: #12265a;
}
.cid-s7FY4z4b0b .container-fluid {
  max-width: 1200px;
}
.cid-s7FY4z4b0b .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-s7FY4z4b0b svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-s7FY4z4b0b .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-s7FY4z4b0b .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-s7FY4z4b0b .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-s7FY4z4b0b .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-s7FY4z4b0b .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-s7FY4z4b0b .card .panel-body {
  padding-left: 4rem;
}
.cid-s7FY4z4b0b .mbri-arrow-next:before {
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-s7FY4z4b0b {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .cid-s7FY4z4b0b .row {
    margin: 0;
    padding: 0;
  }
  .cid-s7FY4z4b0b .mbr-text {
    text-align: left;
    margin-left: 1px;
  }
  .cid-s7FY4z4b0b .mbr-section-btn {
    text-align: left;
    margin-left: 1px;
  }
  .cid-s7FY4z4b0b .accordion-section {
    margin-top: 1rem;
  }
  .cid-s7FY4z4b0b .mbr-section-title {
    text-align: center;
  }
  .cid-s7FY4z4b0b .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s7FY4z4b0b {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .cid-s7FY4z4b0b .container-fluid {
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
  }
  .cid-s7FY4z4b0b .left-wrapper {
    padding-right: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-s7FY4z4b0b {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .cid-s7FY4z4b0b .container-fluid {
    display: flex;
    justify-content: center;
    padding: 0 0rem;
  }
  .cid-s7FY4z4b0b .left-wrapper {
    padding-right: 5rem;
  }
  .cid-s7FY4z4b0b .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-s7FY4z4b0b .card-header {
  background: none !important;
}
.cid-s7FY4z4b0b .header-text,
.cid-s7FY4z4b0b .sign {
  color: #f06277;
}
.cid-s7FUMkBU4z {
  background-color: #ffffff;
}
.cid-s7FUMkBU4z .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7FUMkBU4z .carousel-item > div {
  width: 100%;
}
.cid-s7FUMkBU4z .carousel-item.active,
.cid-s7FUMkBU4z .carousel-item-next,
.cid-s7FUMkBU4z .carousel-item-prev {
  display: flex;
}
.cid-s7FUMkBU4z .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-s7FUMkBU4z .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-s7FUMkBU4z .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s7FUMkBU4z .signature,
.cid-s7FUMkBU4z .desk {
  margin: 0;
}
.cid-s7FUMkBU4z .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-s7FUMkBU4z .mbr-text1 {
  background-color: #fa9db7;
}
.cid-s7FUMkBU4z .mbr-text2 {
  background-color: #91d8f7;
}
.cid-s7FUMkBU4z .mbr-text3 {
  background-color: #fff688;
}
.cid-s7FUMkBU4z .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-s7FUMkBU4z .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-s7FUMkBU4z img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-s7FUMkBU4z .title-block {
  margin-left: 1rem;
}
.cid-s7FUMkBU4z h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-s7FUMkBU4z .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-s7FUMkBU4z .quote_svg1 {
  fill: #fa9db7;
}
.cid-s7FUMkBU4z .quote_svg2 {
  fill: #91d8f7;
}
.cid-s7FUMkBU4z .quote_svg3 {
  fill: #fff688;
}
.cid-s7FUMkBU4z .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-s7FUMkBU4z .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-s7FUMkBU4z .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-s7FUMkBU4z ol {
  margin-bottom: 0;
}
.cid-s7FUMkBU4z .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-s7FUMkBU4z {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-s7FUMkBU4z .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7FUMkBU4z .col-md-4 {
    padding: 0;
  }
  .cid-s7FUMkBU4z .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s7FUMkBU4z {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-s7FUMkBU4z .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-s7FUMkBU4z .mbr-text {
    padding: 2rem;
  }
}
.cid-s7FUMkBU4z .container-fluid {
  max-width: 1200px;
}
.cid-s7FUMkBU4z .mbr-section-title {
  color: #717171;
}
.cid-s7FUMkBU4z .signature {
  color: #717171;
}
.cid-s8H2YXuvby {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffe8ef;
}
.cid-s8H2YXuvby .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-s8H2YXuvby input,
.cid-s8H2YXuvby textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-s8H2YXuvby img {
  width: 90%;
  border-radius: 8px;
}
.cid-s8H2YXuvby .title {
  margin-bottom: 1rem;
}
.cid-s8H2YXuvby p {
  line-height: 1.6;
}
.cid-s8H2YXuvby .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-s8H2YXuvby textarea {
  min-height: 160px;
}
.cid-s8H2YXuvby .form-control,
.cid-s8H2YXuvby .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s8H2YXuvby .form-control:hover,
.cid-s8H2YXuvby .field-input:hover,
.cid-s8H2YXuvby .form-control:focus,
.cid-s8H2YXuvby .field-input:focus {
  background-color: #f8f8f8;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s8H2YXuvby input::-webkit-input-placeholder,
.cid-s8H2YXuvby textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s8H2YXuvby input:-moz-placeholder,
.cid-s8H2YXuvby textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s8H2YXuvby .jq-selectbox li,
.cid-s8H2YXuvby .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s8H2YXuvby .jq-selectbox li:hover,
.cid-s8H2YXuvby .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-s8H2YXuvby .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s8H2YXuvby .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-s8H2YXuvby H5 {
  color: #717171;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-s8H2YXuvby img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-s8H2YXuvby .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-s8H2YXuvby H2 {
  color: #717171;
}
.cid-s8H2YXuvby H3 {
  color: #f06277;
}
.cid-s8H2YXuvby .mbr-text {
  color: #716c80;
}
.cid-s8H2YXuvby .mbr-section-subtitle {
  color: #717171;
}
.cid-s8fonbWwOG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8fonbWwOG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s8fonbWwOG img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-s8fonbWwOG h3 {
  margin: 0;
}
.cid-s8fonbWwOG .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-s8fonbWwOG .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s8fonbWwOG .text-wrap {
  width: 100%;
}
.cid-s8fonbWwOG .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-s8fonbWwOG .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s8fonbWwOG .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #f06277;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f06277;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s8fonbWwOG .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f06277 !important;
  border: 2px solid #f06277;
}
.cid-s8fonbWwOG .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-s8fonbWwOG .jq-selectbox__dropdown,
.cid-s8fonbWwOG ul {
  border-radius: 20px!important;
}
.cid-s8fonbWwOG .jq-selectbox {
  border-radius: 30px;
}
.cid-s8fonbWwOG .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-s8fonbWwOG .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-s8fonbWwOG input,
.cid-s8fonbWwOG textarea,
.cid-s8fonbWwOG .select {
  border-radius: 30px;
}
.cid-s8fonbWwOG input,
.cid-s8fonbWwOG textarea {
  padding: 1rem 2rem;
}
.cid-s8fonbWwOG textarea {
  min-height: 10rem;
}
.cid-s8fonbWwOG .form-control,
.cid-s8fonbWwOG .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s8fonbWwOG .form-control::-webkit-input-placeholder,
.cid-s8fonbWwOG .field-input::-webkit-input-placeholder,
.cid-s8fonbWwOG .form-control::-webkit-input-placeholder,
.cid-s8fonbWwOG .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-s8fonbWwOG .form-control:-moz-placeholder,
.cid-s8fonbWwOG .field-input:-moz-placeholder,
.cid-s8fonbWwOG .form-control:-moz-placeholder,
.cid-s8fonbWwOG .field-input:-moz-placeholder {
  color: #383838;
}
.cid-s8fonbWwOG .form-control:hover,
.cid-s8fonbWwOG .field-input:hover,
.cid-s8fonbWwOG .form-control:focus,
.cid-s8fonbWwOG .field-input:focus {
  background-color: #ffffff;
  border-color: #fa6992;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-s8fonbWwOG .form-control:hover::-webkit-input-placeholder,
.cid-s8fonbWwOG .field-input:hover::-webkit-input-placeholder,
.cid-s8fonbWwOG .form-control:focus::-webkit-input-placeholder,
.cid-s8fonbWwOG .field-input:focus::-webkit-input-placeholder,
.cid-s8fonbWwOG .form-control:hover::-webkit-input-placeholder,
.cid-s8fonbWwOG .field-input:hover::-webkit-input-placeholder,
.cid-s8fonbWwOG .form-control:focus::-webkit-input-placeholder,
.cid-s8fonbWwOG .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-s8fonbWwOG .form-control:hover:-moz-placeholder,
.cid-s8fonbWwOG .field-input:hover:-moz-placeholder,
.cid-s8fonbWwOG .form-control:focus:-moz-placeholder,
.cid-s8fonbWwOG .field-input:focus:-moz-placeholder,
.cid-s8fonbWwOG .form-control:hover:-moz-placeholder,
.cid-s8fonbWwOG .field-input:hover:-moz-placeholder,
.cid-s8fonbWwOG .form-control:focus:-moz-placeholder,
.cid-s8fonbWwOG .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-s8fonbWwOG .jq-number__spin:hover,
.cid-s8fonbWwOG .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #fa6992;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s8fonbWwOG .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s8fonbWwOG .jq-selectbox li,
.cid-s8fonbWwOG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s8fonbWwOG .jq-selectbox li:hover,
.cid-s8fonbWwOG .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s8fonbWwOG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s8fonbWwOG .jq-number__spin.minus:hover:after,
.cid-s8fonbWwOG .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s8fonbWwOG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s8fonbWwOG .jq-number__spin.minus:after,
.cid-s8fonbWwOG .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s8fonbWwOG input::-webkit-clear-button {
  display: none;
}
.cid-s8fonbWwOG input::-webkit-inner-spin-button {
  display: none;
}
.cid-s8fonbWwOG input::-webkit-outer-spin-button {
  display: none;
}
.cid-s8fonbWwOG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s8fonbWwOG .col-md-6 {
  margin-bottom: 2rem;
}
.cid-s8fonbWwOG .form-group {
  margin-bottom: 0.4rem;
}
.cid-s8fonbWwOG .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-s8fonbWwOG .title1 {
  margin: 0;
}
.cid-s8fonbWwOG .align-wrap {
  display: block;
}
.cid-s8fonbWwOG .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s8fonbWwOG form {
    padding: 0;
  }
  .cid-s8fonbWwOG .socicon-wrap {
    margin: auto;
  }
}
.cid-s8fonbWwOG .title {
  color: #f06277;
}
.cid-s8fonbWwOG .title1,
.cid-s8fonbWwOG .title-col {
  color: #f06277;
}
.cid-s8foErRN6w {
  background-color: #f06277;
}
.cid-s8foErRN6w svg {
  position: absolute;
  top: 0;
}
.cid-s8foErRN6w .svg-1 {
  fill: #ffffff;
}
.cid-s8foErRN6w .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-s8foErRN6w {
    padding-top: 10px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-s8foErRN6w {
    padding-top: 75px;
    padding-bottom: 15px;
  }
}
.cid-s8foErRN6w .mbr-text {
  color: #b1bee0;
}
.cid-s8foErRN6w a {
  text-decoration: underline;
}
.cid-s8foErRN6w a,
.cid-s8foErRN6w a:hover {
  font-weight: 400 !important;
}
.cid-s8foErRN6w .media-container-row .mbr-text {
  color: #ffffff;
}
