.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Pacifico', handwriting;
  font-size: 5.88rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.35rem;
}
.display-2 {
  font-family: 'Pacifico', handwriting;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4.704rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.116rem;
    font-size: calc( 2.7079999999999997rem + (5.88 - 2.7079999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7079999999999997rem + (5.88 - 2.7079999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6ec1e4 !important;
}
.bg-success {
  background-color: #ffa0cf !important;
}
.bg-info {
  background-color: #15d8d8 !important;
}
.bg-warning {
  background-color: #fa603c !important;
}
.bg-danger {
  background-color: #ea433b !important;
}
.btn-primary .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-primary .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-primary .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-primary .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-primary,
.btn-primary:active {
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  border-color: #27a1d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
}
.btn-secondary .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-secondary .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-secondary .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-secondary .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-info .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-info .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-info .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-info,
.btn-info:active {
  background-color: #15d8d8 !important;
  border-color: #15d8d8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  border-color: #0d8989 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d8989 !important;
  border-color: #0d8989 !important;
}
.btn-success .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-success .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-success .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-success .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-success,
.btn-success:active {
  background-color: #ffa0cf !important;
  border-color: #ffa0cf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  border-color: #ff49a3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff49a3 !important;
  border-color: #ff49a3 !important;
}
.btn-warning .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-warning .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-warning .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-warning .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-warning,
.btn-warning:active {
  background-color: #fa603c !important;
  border-color: #fa603c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  border-color: #da2e06 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #da2e06 !important;
  border-color: #da2e06 !important;
}
.btn-danger .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-danger .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-danger .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-danger .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-danger,
.btn-danger:active {
  background-color: #ea433b !important;
  border-color: #ea433b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  border-color: #ba1c14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ba1c14 !important;
  border-color: #ba1c14 !important;
}
.btn-white .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-white .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #00223d;
}
.btn-white .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-white .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black .mbr-iconfont {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}
.btn-black .mbr-iconfont:after {
  content: "";
  z-index: 1;
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: 0;
  top: -12px;
  background-color: #47acff;
}
.btn-black .mbr-iconfont:before {
  z-index: 2;
  position: relative;
}
@media (max-width: 575px) {
  .btn-black .mbr-iconfont {
    margin-left: auto;
    border-left: 24px solid transparent;
  }
}
.btn-black,
.btn-black:active {
  background-color: #112b6d !important;
  border-color: #112b6d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  border-color: #050d22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #050d22 !important;
  border-color: #050d22 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6ec1e4;
  color: #6ec1e4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ec1e4 !important;
  background-color: transparent!important;
  border-color: #27a1d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #15d8d8;
  color: #15d8d8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #15d8d8 !important;
  background-color: transparent!important;
  border-color: #0d8989 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #15d8d8 !important;
  border-color: #15d8d8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffa0cf;
  color: #ffa0cf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffa0cf !important;
  background-color: transparent!important;
  border-color: #ff49a3 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa0cf !important;
  border-color: #ffa0cf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fa603c;
  color: #fa603c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fa603c !important;
  background-color: transparent!important;
  border-color: #da2e06 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa603c !important;
  border-color: #fa603c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ea433b;
  color: #ea433b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ea433b !important;
  background-color: transparent!important;
  border-color: #ba1c14 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea433b !important;
  border-color: #ea433b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #112b6d;
  color: #112b6d;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #112b6d !important;
  background-color: transparent!important;
  border-color: #050d22 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #112b6d !important;
  border-color: #112b6d !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6ec1e4 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ffa0cf !important;
}
.text-info {
  color: #15d8d8 !important;
}
.text-warning {
  color: #fa603c !important;
}
.text-danger {
  color: #ea433b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #112B6D !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2597c7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff3a9b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0c7b7b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cb2b05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ad1a12 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #030815 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6ec1e4;
}
.nav-tabs .nav-link:not(.active) {
  color: #112B6D;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #15d8d8;
}
.alert-warning {
  background-color: #fa603c;
}
.alert-danger {
  background-color: #ea433b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6ec1e4;
  border-color: #6ec1e4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6ec1e4;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c0f9f9;
}
.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: #fef4f3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6ec1e4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #6ec1e4;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6ec1e4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6ec1e4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6ec1e4;
  border-bottom-color: #6ec1e4;
}
.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: #6ec1e4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236ec1e4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 12px 24px;
  font-weight: 300;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.cid-tbVVJqh8rW .navbar-dropdown {
  position: relative !important;
}
.cid-tbVVJqh8rW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbVVJqh8rW .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tbVVJqh8rW .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tbVVJqh8rW .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-tbVVJqh8rW .dropdown-item:hover,
.cid-tbVVJqh8rW .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tbVVJqh8rW .dropdown-item:hover span {
  color: white;
}
.cid-tbVVJqh8rW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbVVJqh8rW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbVVJqh8rW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbVVJqh8rW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbVVJqh8rW .nav-link {
  position: relative;
}
.cid-tbVVJqh8rW .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tbVVJqh8rW .container {
    flex-wrap: nowrap;
  }
}
.cid-tbVVJqh8rW .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbVVJqh8rW .navbar-nav {
  padding: 5px !important;
}
.cid-tbVVJqh8rW .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tbVVJqh8rW .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tbVVJqh8rW .dropdown-menu,
.cid-tbVVJqh8rW .navbar.opened {
  background: #000000 !important;
}
.cid-tbVVJqh8rW .nav-item:focus,
.cid-tbVVJqh8rW .nav-link:focus {
  outline: none;
}
.cid-tbVVJqh8rW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbVVJqh8rW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbVVJqh8rW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbVVJqh8rW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbVVJqh8rW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbVVJqh8rW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbVVJqh8rW .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-tbVVJqh8rW .navbar.opened {
  transition: all 0.3s;
}
.cid-tbVVJqh8rW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tbVVJqh8rW .navbar .navbar-logo img {
  width: auto;
}
.cid-tbVVJqh8rW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbVVJqh8rW .navbar.collapsed {
  justify-content: center;
}
.cid-tbVVJqh8rW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbVVJqh8rW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbVVJqh8rW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbVVJqh8rW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbVVJqh8rW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tbVVJqh8rW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbVVJqh8rW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbVVJqh8rW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbVVJqh8rW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbVVJqh8rW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbVVJqh8rW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbVVJqh8rW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbVVJqh8rW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tbVVJqh8rW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbVVJqh8rW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbVVJqh8rW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbVVJqh8rW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbVVJqh8rW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbVVJqh8rW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tbVVJqh8rW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tbVVJqh8rW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbVVJqh8rW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbVVJqh8rW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbVVJqh8rW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbVVJqh8rW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbVVJqh8rW .dropdown-item.active,
.cid-tbVVJqh8rW .dropdown-item:active {
  background-color: transparent;
}
.cid-tbVVJqh8rW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbVVJqh8rW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbVVJqh8rW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbVVJqh8rW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tbVVJqh8rW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbVVJqh8rW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbVVJqh8rW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbVVJqh8rW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbVVJqh8rW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbVVJqh8rW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa0cf;
}
.cid-tbVVJqh8rW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbVVJqh8rW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbVVJqh8rW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbVVJqh8rW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbVVJqh8rW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbVVJqh8rW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbVVJqh8rW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbVVJqh8rW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbVVJqh8rW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tbVVJqh8rW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbVVJqh8rW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbVVJqh8rW .navbar {
    height: 70px;
  }
  .cid-tbVVJqh8rW .navbar.opened {
    height: auto;
  }
  .cid-tbVVJqh8rW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbVVJqh8rW .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #15d8d8;
}
.cid-tbVVJqh8rW .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-tbVVJqh8rW .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tbVVJqh8rW .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tbVVJqh8rW .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tbVVJqh8rW .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tbVVJqh8rW .container {
    overflow: hidden;
  }
  .cid-tbVVJqh8rW .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tbVVJqh8rW .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tbVVJqh8rW .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tbVVJqh8rW .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tbVVJqh8rW .navbar-nav {
    padding: 0 !important;
  }
  .cid-tbVVJqh8rW .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tbVVJqh8rW .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tbVVJqh8rW .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tbVVJqh8rW .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tbVVJqh8rW .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tbVVJqh8rW .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tbVVJqh8rW .container {
    padding: 25px 15px !important;
  }
  .cid-tbVVJqh8rW .container-head {
    padding: 10px !important;
  }
  .cid-tbVVJqh8rW .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tbVVJqh8rW .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tbVVJqh8rW .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uhywKPmc3K {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
.cid-uhywKPmc3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhywKPmc3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhywKPmc3K .mbr-section-title {
  text-align: center;
  color: #ffa0cf;
}
.cid-uhywKPmc3K .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uhywKPmc3K .mbr-text,
.cid-uhywKPmc3K .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhyRkSyhYA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uhyRkSyhYA .container,
.cid-uhyRkSyhYA .container-fluid {
  z-index: 10;
}
.cid-uhyRkSyhYA .container {
  pointer-events: none;
}
.cid-uhyRkSyhYA .subtitle__block,
.cid-uhyRkSyhYA .title__block,
.cid-uhyRkSyhYA .buttons__block {
  pointer-events: all;
}
.cid-uhyRkSyhYA .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: left;
}
.cid-uhyRkSyhYA .mbr-section-title {
  margin-bottom: 45px;
  color: #ffa0cf;
  font-weight: 300;
  text-align: left;
}
.cid-uhyRkSyhYA .mbr-section-title b,
.cid-uhyRkSyhYA .mbr-section-title strong {
  font-weight: 900;
}
.cid-uhyRkSyhYA .mbr-text {
  margin-bottom: 45px;
}
.cid-uhyRkSyhYA .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uhyRkSyhYA .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-uhyRkSyhYA .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #15d8d8 0%, rgba(21, 216, 216, 0.85) 100%) !important;
}
.cid-uhyRkSyhYA .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-uhyRkSyhYA .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-uhyRkSyhYA .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-uhyRkSyhYA .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-uhyRkSyhYA .mbr-figure:hover {
  color: #15d8d8;
  cursor: pointer;
}
.cid-uhyRkSyhYA .mbr-figure:hover .mbr-media {
  border-color: #15d8d8;
  color: #15d8d8;
}
@media (max-width: 575px) {
  .cid-uhyRkSyhYA .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-uhyRkSyhYA .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uhyRkSyhYA .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-uhyRkSyhYA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uhyRkSyhYA .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-uhyRkSyhYA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uhyRkSyhYA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uhyRkSyhYA .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uhyRkSyhYA a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uhyRkSyhYA a.close:hover {
  color: #ffffff;
}
.cid-uhyRkSyhYA .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #15d8d8;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uhyRkSyhYA .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #ffa0cf;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uhyRkSyhYA .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #fa603c;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uhyRkSyhYA .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #6ec1e4;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uhyRkSyhYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyRkSyhYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyRkSyhYA .mbr-section-title DIV {
  text-align: left;
}
.cid-tpnqCzJD1J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tpnqCzJD1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpnqCzJD1J .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tpnqCzJD1J .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #ffa0cf;
  z-index: -1;
}
.cid-tpnqCzJD1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpnqCzJD1J .row {
  flex-direction: row-reverse;
}
.cid-tpnqCzJD1J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpnqCzJD1J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpnqCzJD1J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpnqCzJD1J .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tpnqCzJD1J .mbr-section-subtitle,
.cid-tpnqCzJD1J .subtitle-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tpnqCzJD1J .mbr-text,
.cid-tpnqCzJD1J .mbr-section-btn {
  color: #19303d;
}
.cid-uhz2v5zFx2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uhz2v5zFx2 .container,
.cid-uhz2v5zFx2 .container-fluid {
  z-index: 10;
}
.cid-uhz2v5zFx2 .container {
  pointer-events: none;
}
.cid-uhz2v5zFx2 .subtitle__block,
.cid-uhz2v5zFx2 .title__block,
.cid-uhz2v5zFx2 .buttons__block {
  pointer-events: all;
}
.cid-uhz2v5zFx2 .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: right;
}
.cid-uhz2v5zFx2 .mbr-section-title {
  margin-bottom: 45px;
  color: #ffa0cf;
  font-weight: 300;
  text-align: right;
}
.cid-uhz2v5zFx2 .mbr-section-title b,
.cid-uhz2v5zFx2 .mbr-section-title strong {
  font-weight: 900;
}
.cid-uhz2v5zFx2 .mbr-text {
  margin-bottom: 45px;
}
.cid-uhz2v5zFx2 .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uhz2v5zFx2 .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-uhz2v5zFx2 .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #15d8d8 0%, rgba(21, 216, 216, 0.85) 100%) !important;
}
.cid-uhz2v5zFx2 .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-uhz2v5zFx2 .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-uhz2v5zFx2 .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-uhz2v5zFx2 .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-uhz2v5zFx2 .mbr-figure:hover {
  color: #15d8d8;
  cursor: pointer;
}
.cid-uhz2v5zFx2 .mbr-figure:hover .mbr-media {
  border-color: #15d8d8;
  color: #15d8d8;
}
@media (max-width: 575px) {
  .cid-uhz2v5zFx2 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-uhz2v5zFx2 .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uhz2v5zFx2 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-uhz2v5zFx2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uhz2v5zFx2 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-uhz2v5zFx2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uhz2v5zFx2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uhz2v5zFx2 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uhz2v5zFx2 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uhz2v5zFx2 a.close:hover {
  color: #ffffff;
}
.cid-uhz2v5zFx2 .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #15d8d8;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uhz2v5zFx2 .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #ffa0cf;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uhz2v5zFx2 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #fa603c;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uhz2v5zFx2 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #6ec1e4;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uhz2v5zFx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhz2v5zFx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhz2v5zFx2 .mbr-section-title DIV {
  text-align: center;
}
.cid-uhyNSsPfun {
  background-image: url("../../../assets/images/of-girl-arms-up-1635x1174.jpeg");
}
.cid-uhyNSsPfun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyNSsPfun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyNSsPfun .mbr-section-title {
  text-align: left;
  color: #ffa0cf;
}
.cid-uhyNSsPfun .mbr-text,
.cid-uhyNSsPfun .mbr-section-btn {
  color: #ffffff;
}
.cid-uhEubzi9JA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhEubzi9JA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEubzi9JA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEubzi9JA .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uhEubzi9JA .col-title {
    padding: 0 20px !important;
  }
}
.cid-uhEubzi9JA .mbr-section-title {
  color: #ffa0cf;
}
.cid-uhEubzi9JA .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uhEubzi9JA .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uhEubzi9JA .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uhEubzi9JA .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uhEubzi9JA .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uhEubzi9JA .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhEubzi9JA .card {
    width: 100%;
  }
}
.cid-uhEubzi9JA .card-box {
  width: 100%;
}
.cid-uhEubzi9JA .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-uhEubzi9JA .mbr-iconfont {
  font-size: 92px;
  color: #ffa0cf;
}
.cid-uhEubzi9JA .card-container {
  width: 100%;
}
.cid-uhEubzi9JA .card-title {
  color: #ffa0cf;
  margin-bottom: 0;
}
.cid-uhEubzi9JA .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-uhEubzi9JA .card-text,
.cid-uhEubzi9JA .mbr-section-btn {
  color: #ffa0cf;
}
.cid-uhEB2JzNCK {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/man-netting-1920x1040.jpg");
}
.cid-uhEB2JzNCK .mbr-section-subtitle {
  font-family: 'Pacifico', handwriting;
  font-weight: 900;
  background-color: #1f1f1f;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-uhEB2JzNCK .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-uhEB2JzNCK .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uhEB2JzNCK .svg-1 path {
  fill: #000000;
}
.cid-uhEB2JzNCK .container-fluid {
  max-width: 1200px;
}
.cid-uhEB2JzNCK .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhEB2JzNCK {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-uhEB2JzNCK .container-fluid {
    padding: 0 1rem;
  }
  .cid-uhEB2JzNCK .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-uhEB2JzNCK .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uhEB2JzNCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEB2JzNCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEB2JzNCK .mbr-section-title {
  color: #ffa0cf;
}
.cid-uhEH1U4v3p {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uhEH1U4v3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEH1U4v3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEH1U4v3p H1 {
  color: #ffa0cf;
}
.cid-uhEH1U4v3p .mbr-text,
.cid-uhEH1U4v3p .mbr-section-btn {
  color: #ffa0cf;
}
.cid-uhEJJBa4hD {
  padding-top: 120px;
  background-color: #000000;
}
.cid-uhEJJBa4hD .container {
  margin-bottom: 15%;
}
.cid-uhEJJBa4hD .content-container .btn-bgr {
  z-index: 0;
}
.cid-uhEJJBa4hD .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #000000;
}
.cid-uhEJJBa4hD .icon-block-top span {
  background-color: #ffa0cf;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-uhEJJBa4hD .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uhEJJBa4hD .box-item:first-child {
  background-color: #000000;
  margin-top: -150px;
}
.cid-uhEJJBa4hD .box-item:nth-child(2) {
  background-color: #000000;
}
.cid-uhEJJBa4hD .box-item:last-child {
  background-color: #000000;
  margin-right: 0;
}
.cid-uhEJJBa4hD .mbr-text,
.cid-uhEJJBa4hD .box-item-text {
  color: #8d97ad;
}
.cid-uhEJJBa4hD .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uhEJJBa4hD .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uhEJJBa4hD .box-list li:last-child {
  border-bottom: none;
}
.cid-uhEJJBa4hD .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uhEJJBa4hD .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uhEJJBa4hD .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uhEJJBa4hD .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhEJJBa4hD .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uhEJJBa4hD .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uhEJJBa4hD .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uhEJJBa4hD .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uhEJJBa4hD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEJJBa4hD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEJJBa4hD H1 {
  color: #ffa0cf;
}
.cid-uhEJJBa4hD .mbr-text {
  color: #ffffff;
}
.cid-uhEJJBa4hD .box-item-title {
  color: #ffa0cf;
}
.cid-uhEJJBa4hD .box-item-text,
.cid-uhEJJBa4hD .mbr-section-btn {
  color: #ffffff;
}
.cid-uhEMEP24fK {
  padding-top: 0px;
  background-color: #000000;
}
.cid-uhEMEP24fK .container {
  margin-bottom: 15%;
}
.cid-uhEMEP24fK .content-container .btn-bgr {
  z-index: 0;
}
.cid-uhEMEP24fK .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #000000;
}
.cid-uhEMEP24fK .icon-block-top span {
  background-color: #ffa0cf;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-uhEMEP24fK .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-uhEMEP24fK .box-item:first-child {
  background-color: #000000;
  margin-top: -150px;
}
.cid-uhEMEP24fK .box-item:nth-child(2) {
  background-color: #000000;
}
.cid-uhEMEP24fK .box-item:last-child {
  background-color: #000000;
  margin-right: 0;
}
.cid-uhEMEP24fK .mbr-text,
.cid-uhEMEP24fK .box-item-text {
  color: #8d97ad;
}
.cid-uhEMEP24fK .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uhEMEP24fK .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-uhEMEP24fK .box-list li:last-child {
  border-bottom: none;
}
.cid-uhEMEP24fK .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-uhEMEP24fK .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-uhEMEP24fK .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uhEMEP24fK .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhEMEP24fK .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-uhEMEP24fK .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-uhEMEP24fK .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-uhEMEP24fK .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-uhEMEP24fK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEMEP24fK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEMEP24fK .box-item-title {
  color: #ffa0cf;
}
.cid-uhEMEP24fK .box-item-text,
.cid-uhEMEP24fK .mbr-section-btn {
  color: #ffffff;
}
.cid-tbVXJsgmKL {
  background-color: #000000;
}
.cid-tbVXJsgmKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbVXJsgmKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbVXJsgmKL .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbVXJsgmKL .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbVXJsgmKL .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbVXJsgmKL .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tbVXJsgmKL .content-container {
    flex-wrap: wrap;
  }
}
.cid-tbVXJsgmKL .img-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tbVXJsgmKL .img-container {
    width: 100%;
  }
}
.cid-tbVXJsgmKL .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tbVXJsgmKL .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbVXJsgmKL .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-tbVXJsgmKL .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 300px;
  }
}
.cid-tbVXJsgmKL .mbr-section-title {
  color: #ffa0cf;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-tbVXJsgmKL .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tbVXJsgmKL .mbr-section-btn {
  margin-top: 10px;
}
.cid-tbVXJsgmKL .mbr-text,
.cid-tbVXJsgmKL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tbVYouYby2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tbVYouYby2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbVYouYby2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbVYouYby2 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tbVYouYby2 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tbVYouYby2 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbVYouYby2 .main-col {
  padding: 20px !important;
}
.cid-tbVYouYby2 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #000000;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .cid-tbVYouYby2 .content-container {
    padding: 40px 20px;
  }
}
.cid-tbVYouYby2 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}
.cid-tbVYouYby2 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tbVYouYby2 .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #ffa0cf;
}
.cid-tbVYouYby2 .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-tbVYouYby2 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-tbVYouYby2 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbVYouYby2 .mbr-text {
    margin-top: 10px;
  }
}
.cid-tbVYouYby2 .mbr-text,
.cid-tbVYouYby2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uhzkUh0yDD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uhzkUh0yDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhzkUh0yDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhzkUh0yDD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhzkUh0yDD .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uhzkUh0yDD .mbr-section-title {
  color: #ffa0cf;
}
.cid-uhEWx4GFT6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhEWx4GFT6 .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-uhEWx4GFT6 .container {
    padding: 0 20px;
  }
}
.cid-uhEWx4GFT6 .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-uhEWx4GFT6 .mbr-section-title {
  color: #ffa0cf;
}
.cid-uhEWx4GFT6 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uhEWx4GFT6 .form-container {
  display: flex;
  width: 100%;
}
.cid-uhEWx4GFT6 .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uhEWx4GFT6 form {
  width: 100%;
}
.cid-uhEWx4GFT6 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uhEWx4GFT6 form p {
  color: #112B6D;
}
.cid-uhEWx4GFT6 form .btn-black {
  background-color: #ffa0cf !important;
}
.cid-uhEWx4GFT6 form .mh-form-text {
  color: #ffffff !important;
}
.cid-uhEWx4GFT6 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  background-color: #ffa0cf !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-uhEWx4GFT6 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-uhEWx4GFT6 form .mbr-section-btn .btn:hover {
  background-color: #ffa0cf !important;
  color: #FFFFFF !important;
}
.cid-uhEWx4GFT6 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-uhEWx4GFT6 form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-uhEWx4GFT6 form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
}
.cid-uhEWx4GFT6 form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uhEWx4GFT6 form .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-uhEWx4GFT6 form .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-uhEWx4GFT6 form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uhEWx4GFT6 form select {
  color: #666666 !important;
}
.cid-uhEWx4GFT6 form textarea {
  height: 100px !important;
}
.cid-uhEWx4GFT6 form input:active,
.cid-uhEWx4GFT6 form textarea:active,
.cid-uhEWx4GFT6 form input:focus,
.cid-uhEWx4GFT6 form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-uhEWx4GFT6 form input:active::-webkit-input-placeholder,
.cid-uhEWx4GFT6 form textarea:active::-webkit-input-placeholder,
.cid-uhEWx4GFT6 form input:focus::-webkit-input-placeholder,
.cid-uhEWx4GFT6 form textarea:focus::-webkit-input-placeholder {
  color: #e1e1e1;
}
.cid-uhEWx4GFT6 form input:active::-moz-placeholder,
.cid-uhEWx4GFT6 form textarea:active::-moz-placeholder,
.cid-uhEWx4GFT6 form input:focus::-moz-placeholder,
.cid-uhEWx4GFT6 form textarea:focus::-moz-placeholder {
  color: #ffffff;
}
.cid-uhEWx4GFT6 form input:active:-moz-placeholder,
.cid-uhEWx4GFT6 form textarea:active:-moz-placeholder,
.cid-uhEWx4GFT6 form input:focus:-moz-placeholder,
.cid-uhEWx4GFT6 form textarea:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uhEWx4GFT6 form input:active:-ms-input-placeholder,
.cid-uhEWx4GFT6 form textarea:active:-ms-input-placeholder,
.cid-uhEWx4GFT6 form input:focus:-ms-input-placeholder,
.cid-uhEWx4GFT6 form textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uhEWx4GFT6 form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uhEWx4GFT6 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uhEWx4GFT6 form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-uhEWx4GFT6 form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uhEWx4GFT6 form .form-check-input:focus,
.cid-uhEWx4GFT6 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uhEWx4GFT6 form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-uhEWx4GFT6 LABEL {
  color: #ffffff;
}
.cid-tbW3sbhq1K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tbW3sbhq1K .mbr-text {
  color: #E1F5FF;
}
.cid-uhVG38fXcc .navbar-dropdown {
  position: relative !important;
}
.cid-uhVG38fXcc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhVG38fXcc .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uhVG38fXcc .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uhVG38fXcc .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uhVG38fXcc .dropdown-item:hover,
.cid-uhVG38fXcc .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uhVG38fXcc .dropdown-item:hover span {
  color: white;
}
.cid-uhVG38fXcc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhVG38fXcc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhVG38fXcc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhVG38fXcc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhVG38fXcc .nav-link {
  position: relative;
}
.cid-uhVG38fXcc .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uhVG38fXcc .container {
    flex-wrap: nowrap;
  }
}
.cid-uhVG38fXcc .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhVG38fXcc .navbar-nav {
  padding: 5px !important;
}
.cid-uhVG38fXcc .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uhVG38fXcc .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uhVG38fXcc .dropdown-menu,
.cid-uhVG38fXcc .navbar.opened {
  background: #000000 !important;
}
.cid-uhVG38fXcc .nav-item:focus,
.cid-uhVG38fXcc .nav-link:focus {
  outline: none;
}
.cid-uhVG38fXcc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhVG38fXcc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhVG38fXcc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhVG38fXcc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhVG38fXcc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhVG38fXcc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhVG38fXcc .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uhVG38fXcc .navbar.opened {
  transition: all 0.3s;
}
.cid-uhVG38fXcc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uhVG38fXcc .navbar .navbar-logo img {
  width: auto;
}
.cid-uhVG38fXcc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhVG38fXcc .navbar.collapsed {
  justify-content: center;
}
.cid-uhVG38fXcc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhVG38fXcc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhVG38fXcc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhVG38fXcc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhVG38fXcc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhVG38fXcc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhVG38fXcc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhVG38fXcc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhVG38fXcc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhVG38fXcc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhVG38fXcc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhVG38fXcc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhVG38fXcc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhVG38fXcc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhVG38fXcc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhVG38fXcc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhVG38fXcc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhVG38fXcc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhVG38fXcc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uhVG38fXcc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uhVG38fXcc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhVG38fXcc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhVG38fXcc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhVG38fXcc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhVG38fXcc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhVG38fXcc .dropdown-item.active,
.cid-uhVG38fXcc .dropdown-item:active {
  background-color: transparent;
}
.cid-uhVG38fXcc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhVG38fXcc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhVG38fXcc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhVG38fXcc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhVG38fXcc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhVG38fXcc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhVG38fXcc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhVG38fXcc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhVG38fXcc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhVG38fXcc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa0cf;
}
.cid-uhVG38fXcc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhVG38fXcc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhVG38fXcc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhVG38fXcc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhVG38fXcc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhVG38fXcc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhVG38fXcc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhVG38fXcc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhVG38fXcc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhVG38fXcc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhVG38fXcc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhVG38fXcc .navbar {
    height: 70px;
  }
  .cid-uhVG38fXcc .navbar.opened {
    height: auto;
  }
  .cid-uhVG38fXcc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhVG38fXcc .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #15d8d8;
}
.cid-uhVG38fXcc .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-uhVG38fXcc .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-uhVG38fXcc .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uhVG38fXcc .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uhVG38fXcc .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uhVG38fXcc .container {
    overflow: hidden;
  }
  .cid-uhVG38fXcc .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uhVG38fXcc .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uhVG38fXcc .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uhVG38fXcc .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uhVG38fXcc .navbar-nav {
    padding: 0 !important;
  }
  .cid-uhVG38fXcc .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uhVG38fXcc .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uhVG38fXcc .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uhVG38fXcc .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uhVG38fXcc .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uhVG38fXcc .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhVG38fXcc .container {
    padding: 25px 15px !important;
  }
  .cid-uhVG38fXcc .container-head {
    padding: 10px !important;
  }
  .cid-uhVG38fXcc .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uhVG38fXcc .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uhVG38fXcc .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uhVG39aPnx {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
.cid-uhVG39aPnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVG39aPnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhVG39aPnx .mbr-section-title {
  text-align: center;
  color: #ffa0cf;
}
.cid-uhVG39aPnx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uhVG39aPnx .mbr-text,
.cid-uhVG39aPnx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhVLFRXAQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhVLFRXAQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVLFRXAQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVLFRXAQV .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhVLFRXAQV .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uhVLFRXAQV .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uhVLFRXAQV .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-uhVLFRXAQV .mbr-section-title {
  color: #ffa0cf;
  margin-bottom: 20px !important;
}
.cid-uhVLFRXAQV .mbr-section-subtitle {
  color: #ffa0cf;
  margin-bottom: 0.9rem !important;
}
.cid-uhVLFRXAQV .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhVLFRXAQV .cards-container {
    flex-wrap: wrap;
  }
}
.cid-uhVLFRXAQV .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-uhVLFRXAQV .card:not(:first-child) {
  border-left: 1px solid #ffa0cf;
}
@media (max-width: 767px) {
  .cid-uhVLFRXAQV .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ffa0cf;
  }
}
@media (max-width: 767px) {
  .cid-uhVLFRXAQV .card {
    width: 100%;
  }
}
.cid-uhVLFRXAQV .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-uhVLFRXAQV .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-uhVLFRXAQV .card-box {
    flex-wrap: wrap;
  }
}
.cid-uhVLFRXAQV .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uhVLFRXAQV .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uhVLFRXAQV .img-container {
    width: 100%;
  }
}
.cid-uhVLFRXAQV .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-uhVLFRXAQV .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uhVLFRXAQV .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 420px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-uhVLFRXAQV .image-wrapper img {
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .cid-uhVLFRXAQV .image-wrapper img {
    height: 279px;
  }
}
@media (max-width: 991px) {
  .cid-uhVLFRXAQV .image-wrapper img {
    height: 222px;
  }
}
@media (max-width: 767px) {
  .cid-uhVLFRXAQV .image-wrapper img {
    height: auto;
  }
}
.cid-uhVLFRXAQV .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-uhVLFRXAQV .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uhVLFRXAQV .card-container {
    width: 100%;
  }
}
.cid-uhVLFRXAQV .card-title {
  color: #ffa0cf;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-uhVLFRXAQV .card-title {
    text-align: left !important;
  }
}
.cid-uhVLFRXAQV .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-uhVLFRXAQV .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-uhVLFRXAQV .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-uhVLFRXAQV .card-text,
.cid-uhVLFRXAQV .mbr-section-btn {
  color: #ffa0cf;
}
.cid-uhVSFPLYFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhVSFPLYFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVSFPLYFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVSFPLYFh .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhVSFPLYFh .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uhVSFPLYFh .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uhVSFPLYFh .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-uhVSFPLYFh .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-uhVSFPLYFh .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-uhVSFPLYFh .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhVSFPLYFh .cards-container {
    flex-wrap: wrap;
  }
}
.cid-uhVSFPLYFh .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-uhVSFPLYFh .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-uhVSFPLYFh .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-uhVSFPLYFh .card {
    width: 100%;
  }
}
.cid-uhVSFPLYFh .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-uhVSFPLYFh .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-uhVSFPLYFh .card-box {
    flex-wrap: wrap;
  }
}
.cid-uhVSFPLYFh .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uhVSFPLYFh .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uhVSFPLYFh .img-container {
    width: 100%;
  }
}
.cid-uhVSFPLYFh .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-uhVSFPLYFh .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uhVSFPLYFh .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 420px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-uhVSFPLYFh .image-wrapper img {
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .cid-uhVSFPLYFh .image-wrapper img {
    height: 279px;
  }
}
@media (max-width: 991px) {
  .cid-uhVSFPLYFh .image-wrapper img {
    height: 222px;
  }
}
@media (max-width: 767px) {
  .cid-uhVSFPLYFh .image-wrapper img {
    height: auto;
  }
}
.cid-uhVSFPLYFh .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-uhVSFPLYFh .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uhVSFPLYFh .card-container {
    width: 100%;
  }
}
.cid-uhVSFPLYFh .card-title {
  color: #ffa0cf;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-uhVSFPLYFh .card-title {
    text-align: left !important;
  }
}
.cid-uhVSFPLYFh .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-uhVSFPLYFh .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-uhVSFPLYFh .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-uhVSFPLYFh .card-text,
.cid-uhVSFPLYFh .mbr-section-btn {
  color: #ffa0cf;
}
.cid-uhVG3cNsfv {
  background-image: url("../../../assets/images/of-pinapple-girls-1635x1174.jpg");
}
.cid-uhVG3cNsfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVG3cNsfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVG3cNsfv .mbr-section-title {
  text-align: left;
  color: #ffa0cf;
}
.cid-uhVG3cNsfv .mbr-text,
.cid-uhVG3cNsfv .mbr-section-btn {
  color: #ffffff;
}
.cid-uhVG3dbJRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhVG3dbJRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVG3dbJRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVG3dbJRX .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uhVG3dbJRX .col-title {
    padding: 0 20px !important;
  }
}
.cid-uhVG3dbJRX .mbr-section-title {
  color: #ffa0cf;
}
.cid-uhVG3dbJRX .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uhVG3dbJRX .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uhVG3dbJRX .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uhVG3dbJRX .cards-container {
    padding: 0 20px !important;
  }
}
.cid-uhVG3dbJRX .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uhVG3dbJRX .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhVG3dbJRX .card {
    width: 100%;
  }
}
.cid-uhVG3dbJRX .card-box {
  width: 100%;
}
.cid-uhVG3dbJRX .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-uhVG3dbJRX .mbr-iconfont {
  font-size: 92px;
  color: #ffa0cf;
}
.cid-uhVG3dbJRX .card-container {
  width: 100%;
}
.cid-uhVG3dbJRX .card-title {
  color: #ffa0cf;
  margin-bottom: 0;
}
.cid-uhVG3dbJRX .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-uhVG3dbJRX .card-text,
.cid-uhVG3dbJRX .mbr-section-btn {
  color: #ffa0cf;
}
.cid-uhVG3dHOsZ {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/untitled3-2000x1047.jpg");
}
.cid-uhVG3dHOsZ .mbr-section-subtitle {
  font-family: 'Pacifico', handwriting;
  font-weight: 900;
  background-color: #1f1f1f;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-uhVG3dHOsZ .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-uhVG3dHOsZ .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uhVG3dHOsZ .svg-1 path {
  fill: #000000;
}
.cid-uhVG3dHOsZ .container-fluid {
  max-width: 1200px;
}
.cid-uhVG3dHOsZ .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhVG3dHOsZ {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-uhVG3dHOsZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uhVG3dHOsZ .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-uhVG3dHOsZ .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-uhVG3dHOsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVG3dHOsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVG3dHOsZ .mbr-section-title {
  color: #ffa0cf;
}
.cid-uhVG3e6kp7 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uhVG3e6kp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVG3e6kp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVG3e6kp7 H1 {
  color: #ffa0cf;
}
.cid-uhVG3e6kp7 .mbr-text,
.cid-uhVG3e6kp7 .mbr-section-btn {
  color: #ffa0cf;
}
.cid-uhVG3fnnGb {
  background-color: #000000;
}
.cid-uhVG3fnnGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVG3fnnGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVG3fnnGb .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhVG3fnnGb .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uhVG3fnnGb .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uhVG3fnnGb .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uhVG3fnnGb .content-container {
    flex-wrap: wrap;
  }
}
.cid-uhVG3fnnGb .img-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uhVG3fnnGb .img-container {
    width: 100%;
  }
}
.cid-uhVG3fnnGb .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uhVG3fnnGb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhVG3fnnGb .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 720px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-uhVG3fnnGb .text-container {
    width: 100%;
    padding: 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 300px;
  }
}
.cid-uhVG3fnnGb .mbr-section-title {
  color: #ffa0cf;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-uhVG3fnnGb .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uhVG3fnnGb .mbr-section-btn {
  margin-top: 10px;
}
.cid-uhVG3fnnGb .mbr-text,
.cid-uhVG3fnnGb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uhVG3fI3R8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhVG3fI3R8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVG3fI3R8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVG3fI3R8 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhVG3fI3R8 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uhVG3fI3R8 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-uhVG3fI3R8 .main-col {
  padding: 20px !important;
}
.cid-uhVG3fI3R8 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #000000;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .cid-uhVG3fI3R8 .content-container {
    padding: 40px 20px;
  }
}
.cid-uhVG3fI3R8 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}
.cid-uhVG3fI3R8 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uhVG3fI3R8 .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #ffa0cf;
}
.cid-uhVG3fI3R8 .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-uhVG3fI3R8 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px !important;
  width: 100%;
}
.cid-uhVG3fI3R8 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhVG3fI3R8 .mbr-text {
    margin-top: 10px;
  }
}
.cid-uhVG3fI3R8 .mbr-text,
.cid-uhVG3fI3R8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uhVG3gGaeQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uhVG3gGaeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVG3gGaeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVG3gGaeQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhVG3gGaeQ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uhVG3gGaeQ .mbr-section-title {
  color: #ffa0cf;
}
.cid-uhVG3hnzZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhVG3hnzZD .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-uhVG3hnzZD .container {
    padding: 0 20px;
  }
}
.cid-uhVG3hnzZD .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-uhVG3hnzZD .mbr-section-title {
  color: #ffa0cf;
}
.cid-uhVG3hnzZD .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uhVG3hnzZD .form-container {
  display: flex;
  width: 100%;
}
.cid-uhVG3hnzZD .form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uhVG3hnzZD form {
  width: 100%;
}
.cid-uhVG3hnzZD form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uhVG3hnzZD form p {
  color: #112B6D;
}
.cid-uhVG3hnzZD form .btn-black {
  background-color: #ffa0cf !important;
}
.cid-uhVG3hnzZD form .mh-form-text {
  color: #ffffff !important;
}
.cid-uhVG3hnzZD form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  background-color: #ffa0cf !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-uhVG3hnzZD form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-uhVG3hnzZD form .mbr-section-btn .btn:hover {
  background-color: #ffa0cf !important;
  color: #FFFFFF !important;
}
.cid-uhVG3hnzZD form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-uhVG3hnzZD form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-uhVG3hnzZD form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
}
.cid-uhVG3hnzZD form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uhVG3hnzZD form .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-uhVG3hnzZD form .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-uhVG3hnzZD form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uhVG3hnzZD form select {
  color: #666666 !important;
}
.cid-uhVG3hnzZD form textarea {
  height: 100px !important;
}
.cid-uhVG3hnzZD form input:active,
.cid-uhVG3hnzZD form textarea:active,
.cid-uhVG3hnzZD form input:focus,
.cid-uhVG3hnzZD form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-uhVG3hnzZD form input:active::-webkit-input-placeholder,
.cid-uhVG3hnzZD form textarea:active::-webkit-input-placeholder,
.cid-uhVG3hnzZD form input:focus::-webkit-input-placeholder,
.cid-uhVG3hnzZD form textarea:focus::-webkit-input-placeholder {
  color: #e1e1e1;
}
.cid-uhVG3hnzZD form input:active::-moz-placeholder,
.cid-uhVG3hnzZD form textarea:active::-moz-placeholder,
.cid-uhVG3hnzZD form input:focus::-moz-placeholder,
.cid-uhVG3hnzZD form textarea:focus::-moz-placeholder {
  color: #ffffff;
}
.cid-uhVG3hnzZD form input:active:-moz-placeholder,
.cid-uhVG3hnzZD form textarea:active:-moz-placeholder,
.cid-uhVG3hnzZD form input:focus:-moz-placeholder,
.cid-uhVG3hnzZD form textarea:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uhVG3hnzZD form input:active:-ms-input-placeholder,
.cid-uhVG3hnzZD form textarea:active:-ms-input-placeholder,
.cid-uhVG3hnzZD form input:focus:-ms-input-placeholder,
.cid-uhVG3hnzZD form textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uhVG3hnzZD form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-uhVG3hnzZD form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-uhVG3hnzZD form label {
  width: 100%;
  color: #ffffff;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-uhVG3hnzZD form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uhVG3hnzZD form .form-check-input:focus,
.cid-uhVG3hnzZD form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uhVG3hnzZD form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-uhVG3hnzZD LABEL {
  color: #ffffff;
}
.cid-uhVG3hYfYl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uhVG3hYfYl .mbr-text {
  color: #E1F5FF;
}
