body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #ff4f7b !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #000f25 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000f25 !important;
  border-color: #000f25 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #e8003a !important;
  color: #e8003a !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #000f25 !important;
  border-color: #000f25 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000f25 !important;
  border-color: #000f25 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4f7b !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #000f25 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e8003a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #000f25;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4f7b;
  border-color: #ff4f7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4f7b;
}
.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: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.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: #8bbaff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #04367c;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #04367c;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff4f7b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ff4f7b;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff4f7b;
}
.btn-social + .btn {
  margin-left: .1rem;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4f7b;
  color: #ffffff;
}
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4f7b;
  border-bottom-color: #ff4f7b;
}
.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: #ffffff !important;
  background-color: #ff4f7b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2bdc9d !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%;
}
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='%23ff4f7b' %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;
}
.cid-srX520gDnD {
  padding-top: 144px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-bg-14-1920x890.jpg");
}
.cid-srX520gDnD .mbr-section-title,
.cid-srX520gDnD .mbr-section-subtitle {
  color: #000000;
}
.cid-srX520gDnD .mbr-section-text {
  color: #232323;
}
.cid-srX520gDnD .mbr-text,
.cid-srX520gDnD .typed-text,
.cid-srX520gDnD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-srX520gDnD .btn {
  margin-left: 4px !important;
}
.cid-srX520gDnD .animated-element {
  color: #fafaf4;
}
.cid-srX520gDnD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fafaf4;
}
.cid-srX520gDnD .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-srX520gDnD .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srX520gDnD .typed-text,
  .cid-srX520gDnD .mbr-section-subtitle,
  .cid-srX520gDnD .mbr-section-text,
  .cid-srX520gDnD .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-srX520gDnD .mbr-section-text,
.cid-srX520gDnD .mbr-section-btn {
  color: #f4f8fa;
}
.cid-srX520gDnD .mbr-section-subtitle,
.cid-srX520gDnD .typed-text {
  color: #51aafa;
  text-align: center;
}
.cid-sp7zL7zlzP {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-sp7zL7zlzP .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sp7zL7zlzP .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp7zL7zlzP .first-table {
  margin: 0;
}
.cid-sp7zL7zlzP .first-table.two-items {
  margin-right: 15px;
}
.cid-sp7zL7zlzP .first-table .table-head-wrapper {
  background: #3e5971;
}
.cid-sp7zL7zlzP .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-sp7zL7zlzP .second-table .table-head-wrapper {
  background: #098484;
}
.cid-sp7zL7zlzP .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sp7zL7zlzP .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sp7zL7zlzP .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sp7zL7zlzP .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sp7zL7zlzP .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sp7zL7zlzP .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-sp7zL7zlzP .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #f4f8fa;
}
.cid-sp7zL7zlzP .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sp7zL7zlzP .first-table,
  .cid-sp7zL7zlzP .second-table {
    margin: 0 15px;
  }
  .cid-sp7zL7zlzP .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sp7zL7zlzP .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sp7zL7zlzP .first-table,
  .cid-sp7zL7zlzP .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-sp7zL7zlzP .main-head {
    padding-bottom: 2rem;
  }
}
.cid-sp7zL7zlzP .table-heading {
  text-align: center;
  color: #ffffff;
}
.cid-sp7zL7zlzP .pricing-value {
  text-align: center;
  color: #ffffff;
}
.cid-sp7zL7zlzP .table-pricing {
  text-align: center;
  color: #ffffff;
}
.cid-sp7zL7zlzP .main-title {
  color: #232323;
}
.cid-sp9aNJGCFa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sp9aNJGCFa .mbr-text,
.cid-sp9aNJGCFa .mbr-section-btn {
  color: #232323;
}
.cid-sp9aNJGCFa p {
  z-index: 2;
  position: relative;
}
.cid-sp9aNJGCFa .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sp9aNJGCFa .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(87, 227, 177, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sp9aNJGCFa .ico1 {
  font-size: 2rem;
}
.cid-sp9aNJGCFa .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sp9aNJGCFa H3 {
  color: #149dcc;
}
.cid-szk7O0OelU.popup-builder {
  background-color: #ffffff;
}
.cid-szk7O0OelU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szk7O0OelU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szk7O0OelU .modal-content,
.cid-szk7O0OelU .modal-dialog {
  height: auto;
}
.cid-szk7O0OelU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szk7O0OelU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szk7O0OelU .form-wrapper .mbr-form .form-group,
  .cid-szk7O0OelU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szk7O0OelU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szk7O0OelU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szk7O0OelU .mbr-text {
  text-align: center;
}
.cid-szk7O0OelU .pt-0 {
  padding-top: 0 !important;
}
.cid-szk7O0OelU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szk7O0OelU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szk7O0OelU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szk7O0OelU .modal-open {
  overflow: hidden;
}
.cid-szk7O0OelU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szk7O0OelU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szk7O0OelU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szk7O0OelU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szk7O0OelU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szk7O0OelU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szk7O0OelU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szk7O0OelU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szk7O0OelU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szk7O0OelU .modal-backdrop.fade {
  opacity: 0;
}
.cid-szk7O0OelU .modal-backdrop.show {
  opacity: .5;
}
.cid-szk7O0OelU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szk7O0OelU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szk7O0OelU .modal-header .close:hover {
  opacity: 1;
}
.cid-szk7O0OelU .modal-header .close:focus {
  outline: none;
}
.cid-szk7O0OelU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-szk7O0OelU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szk7O0OelU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szk7O0OelU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szk7O0OelU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szk7O0OelU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szk7O0OelU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szk7O0OelU .modal-sm {
    max-width: 300px;
  }
  .cid-szk7O0OelU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szk7O0OelU .modal-lg,
  .cid-szk7O0OelU .modal-xl {
    max-width: 800px;
  }
  .cid-szk7O0OelU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szk7O0OelU .modal-xl {
    max-width: 1140px;
  }
  .cid-szk7O0OelU .container {
    max-width: 1140px;
  }
}
.cid-szk7O0OelU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szk7O0OelU .container {
    max-width: 720px;
  }
}
.cid-szk7O0OelU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szk7O0OelU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szk7O0OelU .form-group {
  margin-bottom: 1rem;
}
.cid-szk7O0OelU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-szk7O0OelU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szk7O0OelU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-srQab6kAMs.popup-builder {
  background-color: #ffffff;
}
.cid-srQab6kAMs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQab6kAMs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQab6kAMs .modal-content,
.cid-srQab6kAMs .modal-dialog {
  height: auto;
}
.cid-srQab6kAMs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQab6kAMs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQab6kAMs .form-wrapper .mbr-form .form-group,
  .cid-srQab6kAMs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQab6kAMs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQab6kAMs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQab6kAMs .mbr-text {
  text-align: center;
}
.cid-srQab6kAMs .pt-0 {
  padding-top: 0 !important;
}
.cid-srQab6kAMs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQab6kAMs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQab6kAMs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQab6kAMs .modal-open {
  overflow: hidden;
}
.cid-srQab6kAMs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQab6kAMs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQab6kAMs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQab6kAMs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQab6kAMs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQab6kAMs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQab6kAMs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQab6kAMs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQab6kAMs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQab6kAMs .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQab6kAMs .modal-backdrop.show {
  opacity: .5;
}
.cid-srQab6kAMs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQab6kAMs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQab6kAMs .modal-header .close:hover {
  opacity: 1;
}
.cid-srQab6kAMs .modal-header .close:focus {
  outline: none;
}
.cid-srQab6kAMs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQab6kAMs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQab6kAMs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQab6kAMs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQab6kAMs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQab6kAMs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQab6kAMs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQab6kAMs .modal-sm {
    max-width: 300px;
  }
  .cid-srQab6kAMs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQab6kAMs .modal-lg,
  .cid-srQab6kAMs .modal-xl {
    max-width: 800px;
  }
  .cid-srQab6kAMs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQab6kAMs .modal-xl {
    max-width: 1140px;
  }
  .cid-srQab6kAMs .container {
    max-width: 1140px;
  }
}
.cid-srQab6kAMs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQab6kAMs .container {
    max-width: 720px;
  }
}
.cid-srQab6kAMs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQab6kAMs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQab6kAMs .form-group {
  margin-bottom: 1rem;
}
.cid-srQab6kAMs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQab6kAMs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQab6kAMs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-srQHeh04Uf.popup-builder {
  background-color: #ffffff;
}
.cid-srQHeh04Uf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQHeh04Uf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQHeh04Uf .modal-content,
.cid-srQHeh04Uf .modal-dialog {
  height: auto;
}
.cid-srQHeh04Uf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQHeh04Uf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQHeh04Uf .form-wrapper .mbr-form .form-group,
  .cid-srQHeh04Uf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQHeh04Uf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQHeh04Uf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQHeh04Uf .mbr-text {
  text-align: center;
}
.cid-srQHeh04Uf .pt-0 {
  padding-top: 0 !important;
}
.cid-srQHeh04Uf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQHeh04Uf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQHeh04Uf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQHeh04Uf .modal-open {
  overflow: hidden;
}
.cid-srQHeh04Uf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQHeh04Uf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQHeh04Uf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQHeh04Uf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQHeh04Uf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQHeh04Uf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQHeh04Uf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQHeh04Uf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQHeh04Uf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQHeh04Uf .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQHeh04Uf .modal-backdrop.show {
  opacity: .5;
}
.cid-srQHeh04Uf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQHeh04Uf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQHeh04Uf .modal-header .close:hover {
  opacity: 1;
}
.cid-srQHeh04Uf .modal-header .close:focus {
  outline: none;
}
.cid-srQHeh04Uf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQHeh04Uf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQHeh04Uf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQHeh04Uf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQHeh04Uf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQHeh04Uf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQHeh04Uf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQHeh04Uf .modal-sm {
    max-width: 300px;
  }
  .cid-srQHeh04Uf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQHeh04Uf .modal-lg,
  .cid-srQHeh04Uf .modal-xl {
    max-width: 800px;
  }
  .cid-srQHeh04Uf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQHeh04Uf .modal-xl {
    max-width: 1140px;
  }
  .cid-srQHeh04Uf .container {
    max-width: 1140px;
  }
}
.cid-srQHeh04Uf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQHeh04Uf .container {
    max-width: 720px;
  }
}
.cid-srQHeh04Uf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQHeh04Uf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQHeh04Uf .form-group {
  margin-bottom: 1rem;
}
.cid-srQHeh04Uf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQHeh04Uf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQHeh04Uf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCjyntTAmZ.popup-builder {
  background-color: #ffffff;
}
.cid-sCjyntTAmZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCjyntTAmZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCjyntTAmZ .modal-content,
.cid-sCjyntTAmZ .modal-dialog {
  height: auto;
}
.cid-sCjyntTAmZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCjyntTAmZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCjyntTAmZ .form-wrapper .mbr-form .form-group,
  .cid-sCjyntTAmZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCjyntTAmZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCjyntTAmZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCjyntTAmZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCjyntTAmZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sCjyntTAmZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCjyntTAmZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCjyntTAmZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCjyntTAmZ .modal-open {
  overflow: hidden;
}
.cid-sCjyntTAmZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCjyntTAmZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCjyntTAmZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCjyntTAmZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCjyntTAmZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCjyntTAmZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCjyntTAmZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCjyntTAmZ .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCjyntTAmZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCjyntTAmZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCjyntTAmZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sCjyntTAmZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCjyntTAmZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCjyntTAmZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sCjyntTAmZ .modal-header .close:focus {
  outline: none;
}
.cid-sCjyntTAmZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCjyntTAmZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCjyntTAmZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCjyntTAmZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCjyntTAmZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCjyntTAmZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCjyntTAmZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCjyntTAmZ .modal-sm {
    max-width: 500px;
  }
  .cid-sCjyntTAmZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCjyntTAmZ .modal-lg,
  .cid-sCjyntTAmZ .modal-xl {
    max-width: 800px;
  }
  .cid-sCjyntTAmZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCjyntTAmZ .modal-xl {
    max-width: 1140px;
  }
  .cid-sCjyntTAmZ .container {
    max-width: 1140px;
  }
}
.cid-sCjyntTAmZ .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCjyntTAmZ .container {
    max-width: 720px;
  }
}
.cid-sCjyntTAmZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCjyntTAmZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCjyntTAmZ .form-group {
  margin-bottom: 1rem;
}
.cid-sCjyntTAmZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCjyntTAmZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCjyntTAmZ .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCjyntTAmZ P {
  color: #ffffff;
}
.cid-sCpWXAE1e7.popup-builder {
  background-color: #ffffff;
}
.cid-sCpWXAE1e7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCpWXAE1e7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCpWXAE1e7 .modal-content,
.cid-sCpWXAE1e7 .modal-dialog {
  height: auto;
}
.cid-sCpWXAE1e7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCpWXAE1e7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCpWXAE1e7 .form-wrapper .mbr-form .form-group,
  .cid-sCpWXAE1e7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCpWXAE1e7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCpWXAE1e7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCpWXAE1e7 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCpWXAE1e7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sCpWXAE1e7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCpWXAE1e7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCpWXAE1e7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCpWXAE1e7 .modal-open {
  overflow: hidden;
}
.cid-sCpWXAE1e7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCpWXAE1e7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCpWXAE1e7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCpWXAE1e7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCpWXAE1e7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCpWXAE1e7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCpWXAE1e7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCpWXAE1e7 .modal-content {
  background: #3a065b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCpWXAE1e7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCpWXAE1e7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCpWXAE1e7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sCpWXAE1e7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCpWXAE1e7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCpWXAE1e7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sCpWXAE1e7 .modal-header .close:focus {
  outline: none;
}
.cid-sCpWXAE1e7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCpWXAE1e7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCpWXAE1e7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCpWXAE1e7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCpWXAE1e7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCpWXAE1e7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCpWXAE1e7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCpWXAE1e7 .modal-sm {
    max-width: 500px;
  }
  .cid-sCpWXAE1e7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCpWXAE1e7 .modal-lg,
  .cid-sCpWXAE1e7 .modal-xl {
    max-width: 800px;
  }
  .cid-sCpWXAE1e7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCpWXAE1e7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sCpWXAE1e7 .container {
    max-width: 1140px;
  }
}
.cid-sCpWXAE1e7 .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCpWXAE1e7 .container {
    max-width: 720px;
  }
}
.cid-sCpWXAE1e7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCpWXAE1e7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCpWXAE1e7 .form-group {
  margin-bottom: 1rem;
}
.cid-sCpWXAE1e7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCpWXAE1e7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCpWXAE1e7 .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpWXAE1e7 P {
  color: #ffffff;
}
.cid-sD4VLzPbtG.popup-builder {
  background-color: #ffffff;
}
.cid-sD4VLzPbtG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sD4VLzPbtG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sD4VLzPbtG .modal-content,
.cid-sD4VLzPbtG .modal-dialog {
  height: auto;
}
.cid-sD4VLzPbtG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sD4VLzPbtG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sD4VLzPbtG .form-wrapper .mbr-form .form-group,
  .cid-sD4VLzPbtG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sD4VLzPbtG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sD4VLzPbtG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4VLzPbtG .mbr-text {
  text-align: center;
}
.cid-sD4VLzPbtG .pt-0 {
  padding-top: 0 !important;
}
.cid-sD4VLzPbtG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sD4VLzPbtG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sD4VLzPbtG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sD4VLzPbtG .modal-open {
  overflow: hidden;
}
.cid-sD4VLzPbtG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sD4VLzPbtG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sD4VLzPbtG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sD4VLzPbtG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sD4VLzPbtG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sD4VLzPbtG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sD4VLzPbtG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sD4VLzPbtG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sD4VLzPbtG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sD4VLzPbtG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sD4VLzPbtG .modal-backdrop.show {
  opacity: .5;
}
.cid-sD4VLzPbtG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sD4VLzPbtG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sD4VLzPbtG .modal-header .close:hover {
  opacity: 1;
}
.cid-sD4VLzPbtG .modal-header .close:focus {
  outline: none;
}
.cid-sD4VLzPbtG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sD4VLzPbtG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sD4VLzPbtG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sD4VLzPbtG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sD4VLzPbtG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sD4VLzPbtG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sD4VLzPbtG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sD4VLzPbtG .modal-sm {
    max-width: 300px;
  }
  .cid-sD4VLzPbtG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sD4VLzPbtG .modal-lg,
  .cid-sD4VLzPbtG .modal-xl {
    max-width: 800px;
  }
  .cid-sD4VLzPbtG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sD4VLzPbtG .modal-xl {
    max-width: 1140px;
  }
  .cid-sD4VLzPbtG .container {
    max-width: 1140px;
  }
}
.cid-sD4VLzPbtG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sD4VLzPbtG .container {
    max-width: 720px;
  }
}
.cid-sD4VLzPbtG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sD4VLzPbtG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sD4VLzPbtG .form-group {
  margin-bottom: 1rem;
}
.cid-sD4VLzPbtG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sD4VLzPbtG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sD4VLzPbtG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-slxhtw3rYk {
  padding-top: 176px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-bg-9-1920x987.jpeg");
}
.cid-slxhtw3rYk .mbr-section-title,
.cid-slxhtw3rYk .mbr-section-subtitle {
  color: #000000;
}
.cid-slxhtw3rYk .mbr-section-text {
  color: #232323;
}
.cid-slxhtw3rYk .mbr-text,
.cid-slxhtw3rYk .typed-text,
.cid-slxhtw3rYk .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slxhtw3rYk .btn {
  margin-left: 4px !important;
}
.cid-slxhtw3rYk .animated-element {
  color: #f4f8fa;
}
.cid-slxhtw3rYk .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f4f8fa;
}
.cid-slxhtw3rYk .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-slxhtw3rYk .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slxhtw3rYk .typed-text,
  .cid-slxhtw3rYk .mbr-section-subtitle,
  .cid-slxhtw3rYk .mbr-section-text,
  .cid-slxhtw3rYk .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slxhtw3rYk .mbr-section-text,
.cid-slxhtw3rYk .mbr-section-btn {
  color: #ffffff;
}
.cid-slxhtw3rYk .mbr-section-subtitle,
.cid-slxhtw3rYk .typed-text {
  color: #51aafa;
}
.cid-qKShKWCbRl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-qKShKWCbRl .mbr-iconfont {
  color: #8d97ad;
}
.cid-qKShKWCbRl .mbr-iconfont:hover {
  color: #082136 !important;
}
.cid-qKShKWCbRl .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-qKShKWCbRl .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qKShKWCbRl .card-title {
  margin-bottom: 0.3rem;
  color: #441463;
  text-align: center;
}
.cid-qKShKWCbRl .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-qKShKWCbRl .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-qKShKWCbRl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qKShKWCbRl H2 {
  color: #000000;
  text-align: center;
}
.cid-srbAB0T167 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-srbAB0T167 .mbr-text {
  color: #767676;
}
.cid-srbAB0T167 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #f4f8fa;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(87, 227, 177, 0.35);
}
.cid-srbAB0T167 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-srbAB0T167 .card-wrapper:hover .ico2 {
  color: #ff4f7b !important;
}
.cid-srbAB0T167 .text-info:hover {
  color: inherit!important;
}
.cid-srbAB0T167 .ico2 {
  color: #c1c1c1 !important;
  transition: all 0.6s;
}
.cid-srbAB0T167 .card-box {
  padding: 0rem 1rem;
}
.cid-srbAB0T167 .card-img {
  width: auto;
}
.cid-srbAB0T167 .ico1 {
  font-size: 2.5rem !important;
}
.cid-srbAB0T167 h3,
.cid-srbAB0T167 h4 {
  padding: 0;
  margin: 0;
}
.cid-srbAB0T167 .card-title,
.cid-srbAB0T167 .card-img {
  color: #232323;
}
.cid-srbAB0T167 H3 {
  color: #ffffff;
}
.cid-srbAB0T167 H1 {
  color: #232323;
}
.cid-srbAB0T167 .card-title {
  text-align: center;
}
.cid-srQH0AamfF.popup-builder {
  background-color: #ffffff;
}
.cid-srQH0AamfF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQH0AamfF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQH0AamfF .modal-content,
.cid-srQH0AamfF .modal-dialog {
  height: auto;
}
.cid-srQH0AamfF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQH0AamfF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQH0AamfF .form-wrapper .mbr-form .form-group,
  .cid-srQH0AamfF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQH0AamfF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQH0AamfF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQH0AamfF .mbr-text {
  text-align: center;
}
.cid-srQH0AamfF .pt-0 {
  padding-top: 0 !important;
}
.cid-srQH0AamfF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQH0AamfF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQH0AamfF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQH0AamfF .modal-open {
  overflow: hidden;
}
.cid-srQH0AamfF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQH0AamfF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQH0AamfF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQH0AamfF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQH0AamfF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQH0AamfF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQH0AamfF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQH0AamfF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQH0AamfF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQH0AamfF .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQH0AamfF .modal-backdrop.show {
  opacity: .5;
}
.cid-srQH0AamfF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQH0AamfF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQH0AamfF .modal-header .close:hover {
  opacity: 1;
}
.cid-srQH0AamfF .modal-header .close:focus {
  outline: none;
}
.cid-srQH0AamfF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQH0AamfF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQH0AamfF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQH0AamfF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQH0AamfF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQH0AamfF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQH0AamfF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQH0AamfF .modal-sm {
    max-width: 300px;
  }
  .cid-srQH0AamfF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQH0AamfF .modal-lg,
  .cid-srQH0AamfF .modal-xl {
    max-width: 800px;
  }
  .cid-srQH0AamfF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQH0AamfF .modal-xl {
    max-width: 1140px;
  }
  .cid-srQH0AamfF .container {
    max-width: 1140px;
  }
}
.cid-srQH0AamfF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQH0AamfF .container {
    max-width: 720px;
  }
}
.cid-srQH0AamfF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQH0AamfF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQH0AamfF .form-group {
  margin-bottom: 1rem;
}
.cid-srQH0AamfF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQH0AamfF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQH0AamfF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-srX2W7732O {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-bg-14-1920x890.jpg");
}
.cid-srX2W7732O .mbr-section-title,
.cid-srX2W7732O .mbr-section-subtitle {
  color: #000000;
}
.cid-srX2W7732O .mbr-section-text {
  color: #232323;
}
.cid-srX2W7732O .mbr-text,
.cid-srX2W7732O .typed-text,
.cid-srX2W7732O .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-srX2W7732O .btn {
  margin-left: 4px !important;
}
.cid-srX2W7732O .animated-element {
  color: #f4f8fa;
}
.cid-srX2W7732O .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f4f8fa;
}
.cid-srX2W7732O .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-srX2W7732O .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srX2W7732O .typed-text,
  .cid-srX2W7732O .mbr-section-subtitle,
  .cid-srX2W7732O .mbr-section-text,
  .cid-srX2W7732O .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-srX2W7732O .mbr-section-text,
.cid-srX2W7732O .mbr-section-btn {
  color: #f4f8fa;
}
.cid-srX2W7732O .mbr-section-subtitle,
.cid-srX2W7732O .typed-text {
  color: #51aafa;
  text-align: center;
}
.cid-sputkB2ER2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-sputkB2ER2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sputkB2ER2 .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sputkB2ER2 .first-table {
  margin: 0;
}
.cid-sputkB2ER2 .first-table.two-items {
  margin-right: 15px;
}
.cid-sputkB2ER2 .first-table .table-head-wrapper {
  background: #08579f;
}
.cid-sputkB2ER2 .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-sputkB2ER2 .second-table .table-head-wrapper {
  background: #098484;
}
.cid-sputkB2ER2 .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sputkB2ER2 .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sputkB2ER2 .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sputkB2ER2 .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sputkB2ER2 .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sputkB2ER2 .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-sputkB2ER2 .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #f4f8fa;
}
.cid-sputkB2ER2 .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sputkB2ER2 .first-table,
  .cid-sputkB2ER2 .second-table {
    margin: 0 15px;
  }
  .cid-sputkB2ER2 .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sputkB2ER2 .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sputkB2ER2 .first-table,
  .cid-sputkB2ER2 .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-sputkB2ER2 .main-head {
    padding-bottom: 2rem;
  }
}
.cid-sputkB2ER2 .table-heading {
  text-align: center;
  color: #ffffff;
}
.cid-sputkB2ER2 .pricing-value {
  text-align: center;
  color: #ffffff;
}
.cid-sputkB2ER2 .table-pricing {
  text-align: center;
  color: #ffffff;
}
.cid-sputkB2ER2 .main-title {
  color: #000000;
}
.cid-sputkC2687 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sputkC2687 .mbr-text,
.cid-sputkC2687 .mbr-section-btn {
  color: #000000;
}
.cid-sputkC2687 p {
  z-index: 2;
  position: relative;
}
.cid-sputkC2687 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sputkC2687 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(87, 227, 177, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sputkC2687 .ico1 {
  font-size: 2rem;
}
.cid-sputkC2687 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sputkC2687 H3 {
  color: #149dcc;
}
.cid-srQawVytLU.popup-builder {
  background-color: #ffffff;
}
.cid-srQawVytLU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQawVytLU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQawVytLU .modal-content,
.cid-srQawVytLU .modal-dialog {
  height: auto;
}
.cid-srQawVytLU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQawVytLU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQawVytLU .form-wrapper .mbr-form .form-group,
  .cid-srQawVytLU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQawVytLU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQawVytLU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQawVytLU .mbr-text {
  text-align: center;
}
.cid-srQawVytLU .pt-0 {
  padding-top: 0 !important;
}
.cid-srQawVytLU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQawVytLU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQawVytLU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQawVytLU .modal-open {
  overflow: hidden;
}
.cid-srQawVytLU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQawVytLU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQawVytLU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQawVytLU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQawVytLU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQawVytLU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQawVytLU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQawVytLU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQawVytLU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQawVytLU .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQawVytLU .modal-backdrop.show {
  opacity: .5;
}
.cid-srQawVytLU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQawVytLU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQawVytLU .modal-header .close:hover {
  opacity: 1;
}
.cid-srQawVytLU .modal-header .close:focus {
  outline: none;
}
.cid-srQawVytLU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQawVytLU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQawVytLU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQawVytLU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQawVytLU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQawVytLU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQawVytLU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQawVytLU .modal-sm {
    max-width: 300px;
  }
  .cid-srQawVytLU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQawVytLU .modal-lg,
  .cid-srQawVytLU .modal-xl {
    max-width: 800px;
  }
  .cid-srQawVytLU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQawVytLU .modal-xl {
    max-width: 1140px;
  }
  .cid-srQawVytLU .container {
    max-width: 1140px;
  }
}
.cid-srQawVytLU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQawVytLU .container {
    max-width: 720px;
  }
}
.cid-srQawVytLU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQawVytLU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQawVytLU .form-group {
  margin-bottom: 1rem;
}
.cid-srQawVytLU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQawVytLU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQawVytLU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-srQHeh1ISV.popup-builder {
  background-color: #ffffff;
}
.cid-srQHeh1ISV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQHeh1ISV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQHeh1ISV .modal-content,
.cid-srQHeh1ISV .modal-dialog {
  height: auto;
}
.cid-srQHeh1ISV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQHeh1ISV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQHeh1ISV .form-wrapper .mbr-form .form-group,
  .cid-srQHeh1ISV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQHeh1ISV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQHeh1ISV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQHeh1ISV .mbr-text {
  text-align: center;
}
.cid-srQHeh1ISV .pt-0 {
  padding-top: 0 !important;
}
.cid-srQHeh1ISV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQHeh1ISV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQHeh1ISV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQHeh1ISV .modal-open {
  overflow: hidden;
}
.cid-srQHeh1ISV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQHeh1ISV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQHeh1ISV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQHeh1ISV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQHeh1ISV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQHeh1ISV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQHeh1ISV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQHeh1ISV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQHeh1ISV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQHeh1ISV .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQHeh1ISV .modal-backdrop.show {
  opacity: .5;
}
.cid-srQHeh1ISV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQHeh1ISV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQHeh1ISV .modal-header .close:hover {
  opacity: 1;
}
.cid-srQHeh1ISV .modal-header .close:focus {
  outline: none;
}
.cid-srQHeh1ISV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQHeh1ISV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQHeh1ISV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQHeh1ISV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQHeh1ISV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQHeh1ISV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQHeh1ISV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQHeh1ISV .modal-sm {
    max-width: 300px;
  }
  .cid-srQHeh1ISV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQHeh1ISV .modal-lg,
  .cid-srQHeh1ISV .modal-xl {
    max-width: 800px;
  }
  .cid-srQHeh1ISV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQHeh1ISV .modal-xl {
    max-width: 1140px;
  }
  .cid-srQHeh1ISV .container {
    max-width: 1140px;
  }
}
.cid-srQHeh1ISV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQHeh1ISV .container {
    max-width: 720px;
  }
}
.cid-srQHeh1ISV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQHeh1ISV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQHeh1ISV .form-group {
  margin-bottom: 1rem;
}
.cid-srQHeh1ISV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQHeh1ISV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQHeh1ISV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpWZtByll.popup-builder {
  background-color: #ffffff;
}
.cid-sCpWZtByll.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCpWZtByll.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCpWZtByll .modal-content,
.cid-sCpWZtByll .modal-dialog {
  height: auto;
}
.cid-sCpWZtByll .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCpWZtByll .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCpWZtByll .form-wrapper .mbr-form .form-group,
  .cid-sCpWZtByll .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCpWZtByll .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCpWZtByll .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCpWZtByll .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCpWZtByll .pt-0 {
  padding-top: 0 !important;
}
.cid-sCpWZtByll .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCpWZtByll .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCpWZtByll .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCpWZtByll .modal-open {
  overflow: hidden;
}
.cid-sCpWZtByll .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCpWZtByll .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCpWZtByll .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCpWZtByll .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCpWZtByll .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCpWZtByll .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCpWZtByll .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCpWZtByll .modal-content {
  background: #3a065b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCpWZtByll .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCpWZtByll .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCpWZtByll .modal-backdrop.show {
  opacity: .5;
}
.cid-sCpWZtByll .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCpWZtByll .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCpWZtByll .modal-header .close:hover {
  opacity: 1;
}
.cid-sCpWZtByll .modal-header .close:focus {
  outline: none;
}
.cid-sCpWZtByll .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCpWZtByll .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCpWZtByll .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCpWZtByll .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCpWZtByll .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCpWZtByll .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCpWZtByll .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCpWZtByll .modal-sm {
    max-width: 500px;
  }
  .cid-sCpWZtByll .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCpWZtByll .modal-lg,
  .cid-sCpWZtByll .modal-xl {
    max-width: 800px;
  }
  .cid-sCpWZtByll .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCpWZtByll .modal-xl {
    max-width: 1140px;
  }
  .cid-sCpWZtByll .container {
    max-width: 1140px;
  }
}
.cid-sCpWZtByll .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCpWZtByll .container {
    max-width: 720px;
  }
}
.cid-sCpWZtByll .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCpWZtByll .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCpWZtByll .form-group {
  margin-bottom: 1rem;
}
.cid-sCpWZtByll .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCpWZtByll .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCpWZtByll .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpWZtByll P {
  color: #ffffff;
}
.cid-sCBddfFIdV.popup-builder {
  background-color: #ffffff;
}
.cid-sCBddfFIdV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCBddfFIdV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCBddfFIdV .modal-content,
.cid-sCBddfFIdV .modal-dialog {
  height: auto;
}
.cid-sCBddfFIdV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCBddfFIdV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCBddfFIdV .form-wrapper .mbr-form .form-group,
  .cid-sCBddfFIdV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCBddfFIdV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCBddfFIdV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCBddfFIdV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCBddfFIdV .pt-0 {
  padding-top: 0 !important;
}
.cid-sCBddfFIdV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCBddfFIdV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCBddfFIdV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCBddfFIdV .modal-open {
  overflow: hidden;
}
.cid-sCBddfFIdV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCBddfFIdV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCBddfFIdV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCBddfFIdV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCBddfFIdV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCBddfFIdV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCBddfFIdV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCBddfFIdV .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCBddfFIdV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCBddfFIdV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCBddfFIdV .modal-backdrop.show {
  opacity: .5;
}
.cid-sCBddfFIdV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCBddfFIdV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCBddfFIdV .modal-header .close:hover {
  opacity: 1;
}
.cid-sCBddfFIdV .modal-header .close:focus {
  outline: none;
}
.cid-sCBddfFIdV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCBddfFIdV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCBddfFIdV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCBddfFIdV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCBddfFIdV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCBddfFIdV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCBddfFIdV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCBddfFIdV .modal-sm {
    max-width: 500px;
  }
  .cid-sCBddfFIdV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCBddfFIdV .modal-lg,
  .cid-sCBddfFIdV .modal-xl {
    max-width: 800px;
  }
  .cid-sCBddfFIdV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCBddfFIdV .modal-xl {
    max-width: 1140px;
  }
  .cid-sCBddfFIdV .container {
    max-width: 1140px;
  }
}
.cid-sCBddfFIdV .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCBddfFIdV .container {
    max-width: 720px;
  }
}
.cid-sCBddfFIdV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCBddfFIdV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCBddfFIdV .form-group {
  margin-bottom: 1rem;
}
.cid-sCBddfFIdV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCBddfFIdV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCBddfFIdV .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCBddfFIdV P {
  color: #ffffff;
}
.cid-sCBdjixD3x.popup-builder {
  background-color: #ffffff;
}
.cid-sCBdjixD3x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCBdjixD3x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCBdjixD3x .modal-content,
.cid-sCBdjixD3x .modal-dialog {
  height: auto;
}
.cid-sCBdjixD3x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCBdjixD3x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCBdjixD3x .form-wrapper .mbr-form .form-group,
  .cid-sCBdjixD3x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCBdjixD3x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCBdjixD3x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCBdjixD3x .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCBdjixD3x .pt-0 {
  padding-top: 0 !important;
}
.cid-sCBdjixD3x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCBdjixD3x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCBdjixD3x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCBdjixD3x .modal-open {
  overflow: hidden;
}
.cid-sCBdjixD3x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCBdjixD3x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCBdjixD3x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCBdjixD3x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCBdjixD3x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCBdjixD3x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCBdjixD3x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCBdjixD3x .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCBdjixD3x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCBdjixD3x .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCBdjixD3x .modal-backdrop.show {
  opacity: .5;
}
.cid-sCBdjixD3x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCBdjixD3x .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCBdjixD3x .modal-header .close:hover {
  opacity: 1;
}
.cid-sCBdjixD3x .modal-header .close:focus {
  outline: none;
}
.cid-sCBdjixD3x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCBdjixD3x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCBdjixD3x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCBdjixD3x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCBdjixD3x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCBdjixD3x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCBdjixD3x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCBdjixD3x .modal-sm {
    max-width: 500px;
  }
  .cid-sCBdjixD3x .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCBdjixD3x .modal-lg,
  .cid-sCBdjixD3x .modal-xl {
    max-width: 800px;
  }
  .cid-sCBdjixD3x .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCBdjixD3x .modal-xl {
    max-width: 1140px;
  }
  .cid-sCBdjixD3x .container {
    max-width: 1140px;
  }
}
.cid-sCBdjixD3x .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCBdjixD3x .container {
    max-width: 720px;
  }
}
.cid-sCBdjixD3x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCBdjixD3x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCBdjixD3x .form-group {
  margin-bottom: 1rem;
}
.cid-sCBdjixD3x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCBdjixD3x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCBdjixD3x .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCBdjixD3x P {
  color: #ffffff;
}
.cid-sD4VLD2xdO.popup-builder {
  background-color: #ffffff;
}
.cid-sD4VLD2xdO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sD4VLD2xdO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sD4VLD2xdO .modal-content,
.cid-sD4VLD2xdO .modal-dialog {
  height: auto;
}
.cid-sD4VLD2xdO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sD4VLD2xdO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sD4VLD2xdO .form-wrapper .mbr-form .form-group,
  .cid-sD4VLD2xdO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sD4VLD2xdO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sD4VLD2xdO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4VLD2xdO .mbr-text {
  text-align: center;
}
.cid-sD4VLD2xdO .pt-0 {
  padding-top: 0 !important;
}
.cid-sD4VLD2xdO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sD4VLD2xdO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sD4VLD2xdO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sD4VLD2xdO .modal-open {
  overflow: hidden;
}
.cid-sD4VLD2xdO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sD4VLD2xdO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sD4VLD2xdO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sD4VLD2xdO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sD4VLD2xdO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sD4VLD2xdO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sD4VLD2xdO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sD4VLD2xdO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sD4VLD2xdO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sD4VLD2xdO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sD4VLD2xdO .modal-backdrop.show {
  opacity: .5;
}
.cid-sD4VLD2xdO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sD4VLD2xdO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sD4VLD2xdO .modal-header .close:hover {
  opacity: 1;
}
.cid-sD4VLD2xdO .modal-header .close:focus {
  outline: none;
}
.cid-sD4VLD2xdO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sD4VLD2xdO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sD4VLD2xdO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sD4VLD2xdO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sD4VLD2xdO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sD4VLD2xdO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sD4VLD2xdO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sD4VLD2xdO .modal-sm {
    max-width: 300px;
  }
  .cid-sD4VLD2xdO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sD4VLD2xdO .modal-lg,
  .cid-sD4VLD2xdO .modal-xl {
    max-width: 800px;
  }
  .cid-sD4VLD2xdO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sD4VLD2xdO .modal-xl {
    max-width: 1140px;
  }
  .cid-sD4VLD2xdO .container {
    max-width: 1140px;
  }
}
.cid-sD4VLD2xdO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sD4VLD2xdO .container {
    max-width: 720px;
  }
}
.cid-sD4VLD2xdO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sD4VLD2xdO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sD4VLD2xdO .form-group {
  margin-bottom: 1rem;
}
.cid-sD4VLD2xdO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sD4VLD2xdO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sD4VLD2xdO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-srX1OKtwZS {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-bg-14-1920x890.jpg");
}
.cid-srX1OKtwZS .mbr-section-title,
.cid-srX1OKtwZS .mbr-section-subtitle {
  color: #000000;
}
.cid-srX1OKtwZS .mbr-section-text {
  color: #232323;
}
.cid-srX1OKtwZS .mbr-text,
.cid-srX1OKtwZS .typed-text,
.cid-srX1OKtwZS .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-srX1OKtwZS .btn {
  margin-left: 4px !important;
}
.cid-srX1OKtwZS .animated-element {
  color: #f4f8fa;
}
.cid-srX1OKtwZS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f4f8fa;
}
.cid-srX1OKtwZS .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-srX1OKtwZS .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srX1OKtwZS .typed-text,
  .cid-srX1OKtwZS .mbr-section-subtitle,
  .cid-srX1OKtwZS .mbr-section-text,
  .cid-srX1OKtwZS .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-srX1OKtwZS .mbr-section-text,
.cid-srX1OKtwZS .mbr-section-btn {
  color: #f4f8fa;
}
.cid-srX1OKtwZS .mbr-section-subtitle,
.cid-srX1OKtwZS .typed-text {
  color: #51aafa;
  text-align: center;
}
.cid-sputpcdIXu {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #efefef;
}
.cid-sputpcdIXu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sputpcdIXu .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sputpcdIXu .first-table {
  margin: 0;
}
.cid-sputpcdIXu .first-table.two-items {
  margin-right: 15px;
}
.cid-sputpcdIXu .first-table .table-head-wrapper {
  background: #1b2935;
}
.cid-sputpcdIXu .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-sputpcdIXu .second-table .table-head-wrapper {
  background: #098484;
}
.cid-sputpcdIXu .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sputpcdIXu .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sputpcdIXu .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sputpcdIXu .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sputpcdIXu .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sputpcdIXu .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-sputpcdIXu .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #f4f8fa;
}
.cid-sputpcdIXu .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sputpcdIXu .first-table,
  .cid-sputpcdIXu .second-table {
    margin: 0 15px;
  }
  .cid-sputpcdIXu .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sputpcdIXu .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sputpcdIXu .first-table,
  .cid-sputpcdIXu .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-sputpcdIXu .main-head {
    padding-bottom: 2rem;
  }
}
.cid-sputpcdIXu .table-heading {
  text-align: center;
  color: #ffffff;
}
.cid-sputpcdIXu .pricing-value {
  text-align: center;
  color: #ffffff;
}
.cid-sputpcdIXu .table-pricing {
  text-align: center;
  color: #ffffff;
}
.cid-sputpcdIXu .main-title {
  color: #000000;
}
.cid-sputpdtcBJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sputpdtcBJ .mbr-text,
.cid-sputpdtcBJ .mbr-section-btn {
  color: #232323;
}
.cid-sputpdtcBJ p {
  z-index: 2;
  position: relative;
}
.cid-sputpdtcBJ .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sputpdtcBJ .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(87, 227, 177, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sputpdtcBJ .ico1 {
  font-size: 2rem;
}
.cid-sputpdtcBJ .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sputpdtcBJ H3 {
  color: #149dcc;
}
.cid-srQbg9NUQz.popup-builder {
  background-color: #ffffff;
}
.cid-srQbg9NUQz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQbg9NUQz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQbg9NUQz .modal-content,
.cid-srQbg9NUQz .modal-dialog {
  height: auto;
}
.cid-srQbg9NUQz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQbg9NUQz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQbg9NUQz .form-wrapper .mbr-form .form-group,
  .cid-srQbg9NUQz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQbg9NUQz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQbg9NUQz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQbg9NUQz .mbr-text {
  text-align: center;
}
.cid-srQbg9NUQz .pt-0 {
  padding-top: 0 !important;
}
.cid-srQbg9NUQz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQbg9NUQz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQbg9NUQz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQbg9NUQz .modal-open {
  overflow: hidden;
}
.cid-srQbg9NUQz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQbg9NUQz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQbg9NUQz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQbg9NUQz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQbg9NUQz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQbg9NUQz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQbg9NUQz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQbg9NUQz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQbg9NUQz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQbg9NUQz .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQbg9NUQz .modal-backdrop.show {
  opacity: .5;
}
.cid-srQbg9NUQz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQbg9NUQz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQbg9NUQz .modal-header .close:hover {
  opacity: 1;
}
.cid-srQbg9NUQz .modal-header .close:focus {
  outline: none;
}
.cid-srQbg9NUQz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQbg9NUQz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQbg9NUQz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQbg9NUQz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQbg9NUQz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQbg9NUQz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQbg9NUQz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQbg9NUQz .modal-sm {
    max-width: 300px;
  }
  .cid-srQbg9NUQz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQbg9NUQz .modal-lg,
  .cid-srQbg9NUQz .modal-xl {
    max-width: 800px;
  }
  .cid-srQbg9NUQz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQbg9NUQz .modal-xl {
    max-width: 1140px;
  }
  .cid-srQbg9NUQz .container {
    max-width: 1140px;
  }
}
.cid-srQbg9NUQz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQbg9NUQz .container {
    max-width: 720px;
  }
}
.cid-srQbg9NUQz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQbg9NUQz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQbg9NUQz .form-group {
  margin-bottom: 1rem;
}
.cid-srQbg9NUQz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQbg9NUQz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQbg9NUQz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-srQHeh5OKo.popup-builder {
  background-color: #ffffff;
}
.cid-srQHeh5OKo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQHeh5OKo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQHeh5OKo .modal-content,
.cid-srQHeh5OKo .modal-dialog {
  height: auto;
}
.cid-srQHeh5OKo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQHeh5OKo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQHeh5OKo .form-wrapper .mbr-form .form-group,
  .cid-srQHeh5OKo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQHeh5OKo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQHeh5OKo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQHeh5OKo .mbr-text {
  text-align: center;
}
.cid-srQHeh5OKo .pt-0 {
  padding-top: 0 !important;
}
.cid-srQHeh5OKo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQHeh5OKo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQHeh5OKo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQHeh5OKo .modal-open {
  overflow: hidden;
}
.cid-srQHeh5OKo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQHeh5OKo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQHeh5OKo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQHeh5OKo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQHeh5OKo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQHeh5OKo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQHeh5OKo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQHeh5OKo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQHeh5OKo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQHeh5OKo .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQHeh5OKo .modal-backdrop.show {
  opacity: .5;
}
.cid-srQHeh5OKo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQHeh5OKo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQHeh5OKo .modal-header .close:hover {
  opacity: 1;
}
.cid-srQHeh5OKo .modal-header .close:focus {
  outline: none;
}
.cid-srQHeh5OKo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQHeh5OKo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQHeh5OKo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQHeh5OKo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQHeh5OKo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQHeh5OKo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQHeh5OKo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQHeh5OKo .modal-sm {
    max-width: 300px;
  }
  .cid-srQHeh5OKo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQHeh5OKo .modal-lg,
  .cid-srQHeh5OKo .modal-xl {
    max-width: 800px;
  }
  .cid-srQHeh5OKo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQHeh5OKo .modal-xl {
    max-width: 1140px;
  }
  .cid-srQHeh5OKo .container {
    max-width: 1140px;
  }
}
.cid-srQHeh5OKo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQHeh5OKo .container {
    max-width: 720px;
  }
}
.cid-srQHeh5OKo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQHeh5OKo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQHeh5OKo .form-group {
  margin-bottom: 1rem;
}
.cid-srQHeh5OKo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQHeh5OKo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQHeh5OKo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpWZHGGKz.popup-builder {
  background-color: #ffffff;
}
.cid-sCpWZHGGKz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCpWZHGGKz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCpWZHGGKz .modal-content,
.cid-sCpWZHGGKz .modal-dialog {
  height: auto;
}
.cid-sCpWZHGGKz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCpWZHGGKz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCpWZHGGKz .form-wrapper .mbr-form .form-group,
  .cid-sCpWZHGGKz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCpWZHGGKz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCpWZHGGKz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCpWZHGGKz .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCpWZHGGKz .pt-0 {
  padding-top: 0 !important;
}
.cid-sCpWZHGGKz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCpWZHGGKz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCpWZHGGKz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCpWZHGGKz .modal-open {
  overflow: hidden;
}
.cid-sCpWZHGGKz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCpWZHGGKz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCpWZHGGKz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCpWZHGGKz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCpWZHGGKz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCpWZHGGKz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCpWZHGGKz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCpWZHGGKz .modal-content {
  background: #3a065b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCpWZHGGKz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCpWZHGGKz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCpWZHGGKz .modal-backdrop.show {
  opacity: .5;
}
.cid-sCpWZHGGKz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCpWZHGGKz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCpWZHGGKz .modal-header .close:hover {
  opacity: 1;
}
.cid-sCpWZHGGKz .modal-header .close:focus {
  outline: none;
}
.cid-sCpWZHGGKz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCpWZHGGKz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCpWZHGGKz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCpWZHGGKz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCpWZHGGKz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCpWZHGGKz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCpWZHGGKz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCpWZHGGKz .modal-sm {
    max-width: 500px;
  }
  .cid-sCpWZHGGKz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCpWZHGGKz .modal-lg,
  .cid-sCpWZHGGKz .modal-xl {
    max-width: 800px;
  }
  .cid-sCpWZHGGKz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCpWZHGGKz .modal-xl {
    max-width: 1140px;
  }
  .cid-sCpWZHGGKz .container {
    max-width: 1140px;
  }
}
.cid-sCpWZHGGKz .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCpWZHGGKz .container {
    max-width: 720px;
  }
}
.cid-sCpWZHGGKz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCpWZHGGKz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCpWZHGGKz .form-group {
  margin-bottom: 1rem;
}
.cid-sCpWZHGGKz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCpWZHGGKz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCpWZHGGKz .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpWZHGGKz P {
  color: #ffffff;
}
.cid-sCBdD6GkNJ.popup-builder {
  background-color: #ffffff;
}
.cid-sCBdD6GkNJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCBdD6GkNJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCBdD6GkNJ .modal-content,
.cid-sCBdD6GkNJ .modal-dialog {
  height: auto;
}
.cid-sCBdD6GkNJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCBdD6GkNJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCBdD6GkNJ .form-wrapper .mbr-form .form-group,
  .cid-sCBdD6GkNJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCBdD6GkNJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCBdD6GkNJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCBdD6GkNJ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCBdD6GkNJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sCBdD6GkNJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCBdD6GkNJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCBdD6GkNJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCBdD6GkNJ .modal-open {
  overflow: hidden;
}
.cid-sCBdD6GkNJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCBdD6GkNJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCBdD6GkNJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCBdD6GkNJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCBdD6GkNJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCBdD6GkNJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCBdD6GkNJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCBdD6GkNJ .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCBdD6GkNJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCBdD6GkNJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCBdD6GkNJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sCBdD6GkNJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCBdD6GkNJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCBdD6GkNJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sCBdD6GkNJ .modal-header .close:focus {
  outline: none;
}
.cid-sCBdD6GkNJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCBdD6GkNJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCBdD6GkNJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCBdD6GkNJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCBdD6GkNJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCBdD6GkNJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCBdD6GkNJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCBdD6GkNJ .modal-sm {
    max-width: 500px;
  }
  .cid-sCBdD6GkNJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCBdD6GkNJ .modal-lg,
  .cid-sCBdD6GkNJ .modal-xl {
    max-width: 800px;
  }
  .cid-sCBdD6GkNJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCBdD6GkNJ .modal-xl {
    max-width: 1140px;
  }
  .cid-sCBdD6GkNJ .container {
    max-width: 1140px;
  }
}
.cid-sCBdD6GkNJ .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCBdD6GkNJ .container {
    max-width: 720px;
  }
}
.cid-sCBdD6GkNJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCBdD6GkNJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCBdD6GkNJ .form-group {
  margin-bottom: 1rem;
}
.cid-sCBdD6GkNJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCBdD6GkNJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCBdD6GkNJ .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCBdD6GkNJ P {
  color: #ffffff;
}
.cid-sCBdLv7Kju.popup-builder {
  background-color: #ffffff;
}
.cid-sCBdLv7Kju.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCBdLv7Kju.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCBdLv7Kju .modal-content,
.cid-sCBdLv7Kju .modal-dialog {
  height: auto;
}
.cid-sCBdLv7Kju .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCBdLv7Kju .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCBdLv7Kju .form-wrapper .mbr-form .form-group,
  .cid-sCBdLv7Kju .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCBdLv7Kju .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCBdLv7Kju .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCBdLv7Kju .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCBdLv7Kju .pt-0 {
  padding-top: 0 !important;
}
.cid-sCBdLv7Kju .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCBdLv7Kju .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCBdLv7Kju .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCBdLv7Kju .modal-open {
  overflow: hidden;
}
.cid-sCBdLv7Kju .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCBdLv7Kju .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCBdLv7Kju .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCBdLv7Kju .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCBdLv7Kju .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCBdLv7Kju .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCBdLv7Kju .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCBdLv7Kju .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCBdLv7Kju .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCBdLv7Kju .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCBdLv7Kju .modal-backdrop.show {
  opacity: .5;
}
.cid-sCBdLv7Kju .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCBdLv7Kju .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCBdLv7Kju .modal-header .close:hover {
  opacity: 1;
}
.cid-sCBdLv7Kju .modal-header .close:focus {
  outline: none;
}
.cid-sCBdLv7Kju .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCBdLv7Kju .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCBdLv7Kju .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCBdLv7Kju .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCBdLv7Kju .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCBdLv7Kju .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCBdLv7Kju .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCBdLv7Kju .modal-sm {
    max-width: 500px;
  }
  .cid-sCBdLv7Kju .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCBdLv7Kju .modal-lg,
  .cid-sCBdLv7Kju .modal-xl {
    max-width: 800px;
  }
  .cid-sCBdLv7Kju .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCBdLv7Kju .modal-xl {
    max-width: 1140px;
  }
  .cid-sCBdLv7Kju .container {
    max-width: 1140px;
  }
}
.cid-sCBdLv7Kju .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCBdLv7Kju .container {
    max-width: 720px;
  }
}
.cid-sCBdLv7Kju .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCBdLv7Kju .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCBdLv7Kju .form-group {
  margin-bottom: 1rem;
}
.cid-sCBdLv7Kju .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCBdLv7Kju .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCBdLv7Kju .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCBdLv7Kju P {
  color: #ffffff;
}
.cid-sD4VLG4GkA.popup-builder {
  background-color: #ffffff;
}
.cid-sD4VLG4GkA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sD4VLG4GkA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sD4VLG4GkA .modal-content,
.cid-sD4VLG4GkA .modal-dialog {
  height: auto;
}
.cid-sD4VLG4GkA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sD4VLG4GkA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sD4VLG4GkA .form-wrapper .mbr-form .form-group,
  .cid-sD4VLG4GkA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sD4VLG4GkA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sD4VLG4GkA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4VLG4GkA .mbr-text {
  text-align: center;
}
.cid-sD4VLG4GkA .pt-0 {
  padding-top: 0 !important;
}
.cid-sD4VLG4GkA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sD4VLG4GkA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sD4VLG4GkA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sD4VLG4GkA .modal-open {
  overflow: hidden;
}
.cid-sD4VLG4GkA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sD4VLG4GkA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sD4VLG4GkA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sD4VLG4GkA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sD4VLG4GkA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sD4VLG4GkA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sD4VLG4GkA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sD4VLG4GkA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sD4VLG4GkA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sD4VLG4GkA .modal-backdrop.fade {
  opacity: 0;
}
.cid-sD4VLG4GkA .modal-backdrop.show {
  opacity: .5;
}
.cid-sD4VLG4GkA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sD4VLG4GkA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sD4VLG4GkA .modal-header .close:hover {
  opacity: 1;
}
.cid-sD4VLG4GkA .modal-header .close:focus {
  outline: none;
}
.cid-sD4VLG4GkA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sD4VLG4GkA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sD4VLG4GkA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sD4VLG4GkA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sD4VLG4GkA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sD4VLG4GkA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sD4VLG4GkA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sD4VLG4GkA .modal-sm {
    max-width: 300px;
  }
  .cid-sD4VLG4GkA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sD4VLG4GkA .modal-lg,
  .cid-sD4VLG4GkA .modal-xl {
    max-width: 800px;
  }
  .cid-sD4VLG4GkA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sD4VLG4GkA .modal-xl {
    max-width: 1140px;
  }
  .cid-sD4VLG4GkA .container {
    max-width: 1140px;
  }
}
.cid-sD4VLG4GkA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sD4VLG4GkA .container {
    max-width: 720px;
  }
}
.cid-sD4VLG4GkA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sD4VLG4GkA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sD4VLG4GkA .form-group {
  margin-bottom: 1rem;
}
.cid-sD4VLG4GkA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sD4VLG4GkA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sD4VLG4GkA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-srLk4PzykY {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-srLk4PzykY .mbr-section-title {
  color: #ffffff;
}
.cid-srLk4PzykY .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-srLk4PzykY .mbr-text {
  color: #8d97ad;
}
.cid-srLk4PzykY .nav {
  border: none;
}
.cid-srLk4PzykY .nav-tabs {
  display: table;
  width: 100%;
}
.cid-srLk4PzykY .nav-tabs .nav-item {
  display: table-cell;
}
.cid-srLk4PzykY .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-srLk4PzykY .tab-content {
  margin-top: 3rem;
}
.cid-srLk4PzykY .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #8d97ad;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-srLk4PzykY .nav-tabs .nav-link:hover {
  background-color: #cccccc;
  color: #000000;
}
.cid-srLk4PzykY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #cccccc;
  border-bottom: none;
}
.cid-srLk4PzykY .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-srLk4PzykY .nav-item {
    display: table-row !important;
  }
}
.cid-srLk4PzykY .mbr-text,
.cid-srLk4PzykY .mbr-section-btn {
  color: #ffffff;
}
.cid-srLk4PzykY .title-content {
  color: #ffffff;
}
.cid-srLk4PzykY P {
  color: #ffffff;
}
.cid-srLixO5xsZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-srLixO5xsZ h2 {
  text-align: center;
}
.cid-srLixO5xsZ h3 {
  text-align: center;
  font-weight: 300;
}
.cid-srLixO5xsZ p {
  color: #767676;
}
.cid-srLixO5xsZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srLixO5xsZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-srLixO5xsZ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-srLixO5xsZ .mbr-section-subtitle {
  color: #000000;
}
.cid-srLixO5xsZ .card-title {
  font-weight: 500;
}
.cid-srLixO5xsZ .card-img {
  text-align: inherit;
}
.cid-srLixO5xsZ .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-srLixO5xsZ .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srLixO5xsZ .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srLixO5xsZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-srLixO5xsZ .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-srLixO5xsZ .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-srLixO5xsZ .mbr-section-subtitle DIV {
  text-align: center;
  color: #000000;
}
.cid-srLixO5xsZ .mbr-crt-title {
  text-align: center;
}
.cid-srLixO5xsZ .mbr-section-text {
  text-align: center;
  color: #000f25;
}
.cid-szSBSgZwRQ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-szSBSgZwRQ .mbr-text {
  color: #767676;
}
.cid-szSBSgZwRQ .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #f4f8fa;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(87, 227, 177, 0.35);
}
.cid-szSBSgZwRQ .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-szSBSgZwRQ .card-wrapper:hover .ico2 {
  color: #ff4f7b !important;
}
.cid-szSBSgZwRQ .text-info:hover {
  color: inherit!important;
}
.cid-szSBSgZwRQ .ico2 {
  color: #c1c1c1 !important;
  transition: all 0.6s;
}
.cid-szSBSgZwRQ .card-box {
  padding: 0rem 1rem;
}
.cid-szSBSgZwRQ .card-img {
  width: auto;
}
.cid-szSBSgZwRQ .ico1 {
  font-size: 2.5rem !important;
}
.cid-szSBSgZwRQ h3,
.cid-szSBSgZwRQ h4 {
  padding: 0;
  margin: 0;
}
.cid-szSBSgZwRQ .card-title,
.cid-szSBSgZwRQ .card-img {
  color: #232323;
}
.cid-szSBSgZwRQ H3 {
  color: #ffffff;
}
.cid-szSBSgZwRQ H1 {
  color: #232323;
}
.cid-szSBSgZwRQ .card-title {
  text-align: center;
}
.cid-srQh2yTnBk.popup-builder {
  background-color: #ffffff;
}
.cid-srQh2yTnBk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQh2yTnBk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQh2yTnBk .modal-content,
.cid-srQh2yTnBk .modal-dialog {
  height: auto;
}
.cid-srQh2yTnBk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQh2yTnBk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQh2yTnBk .form-wrapper .mbr-form .form-group,
  .cid-srQh2yTnBk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQh2yTnBk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQh2yTnBk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQh2yTnBk .mbr-text {
  text-align: center;
}
.cid-srQh2yTnBk .pt-0 {
  padding-top: 0 !important;
}
.cid-srQh2yTnBk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQh2yTnBk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQh2yTnBk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQh2yTnBk .modal-open {
  overflow: hidden;
}
.cid-srQh2yTnBk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQh2yTnBk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQh2yTnBk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQh2yTnBk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQh2yTnBk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQh2yTnBk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQh2yTnBk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQh2yTnBk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQh2yTnBk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQh2yTnBk .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQh2yTnBk .modal-backdrop.show {
  opacity: .5;
}
.cid-srQh2yTnBk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQh2yTnBk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQh2yTnBk .modal-header .close:hover {
  opacity: 1;
}
.cid-srQh2yTnBk .modal-header .close:focus {
  outline: none;
}
.cid-srQh2yTnBk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQh2yTnBk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQh2yTnBk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQh2yTnBk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQh2yTnBk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQh2yTnBk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQh2yTnBk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQh2yTnBk .modal-sm {
    max-width: 300px;
  }
  .cid-srQh2yTnBk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQh2yTnBk .modal-lg,
  .cid-srQh2yTnBk .modal-xl {
    max-width: 800px;
  }
  .cid-srQh2yTnBk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQh2yTnBk .modal-xl {
    max-width: 1140px;
  }
  .cid-srQh2yTnBk .container {
    max-width: 1140px;
  }
}
.cid-srQh2yTnBk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQh2yTnBk .container {
    max-width: 720px;
  }
}
.cid-srQh2yTnBk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQh2yTnBk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQh2yTnBk .form-group {
  margin-bottom: 1rem;
}
.cid-srQh2yTnBk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQh2yTnBk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQh2yTnBk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-srQHeh7Um0.popup-builder {
  background-color: #ffffff;
}
.cid-srQHeh7Um0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQHeh7Um0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQHeh7Um0 .modal-content,
.cid-srQHeh7Um0 .modal-dialog {
  height: auto;
}
.cid-srQHeh7Um0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQHeh7Um0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQHeh7Um0 .form-wrapper .mbr-form .form-group,
  .cid-srQHeh7Um0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQHeh7Um0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQHeh7Um0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQHeh7Um0 .mbr-text {
  text-align: center;
}
.cid-srQHeh7Um0 .pt-0 {
  padding-top: 0 !important;
}
.cid-srQHeh7Um0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQHeh7Um0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQHeh7Um0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQHeh7Um0 .modal-open {
  overflow: hidden;
}
.cid-srQHeh7Um0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQHeh7Um0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQHeh7Um0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQHeh7Um0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQHeh7Um0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQHeh7Um0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQHeh7Um0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQHeh7Um0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQHeh7Um0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQHeh7Um0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQHeh7Um0 .modal-backdrop.show {
  opacity: .5;
}
.cid-srQHeh7Um0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQHeh7Um0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQHeh7Um0 .modal-header .close:hover {
  opacity: 1;
}
.cid-srQHeh7Um0 .modal-header .close:focus {
  outline: none;
}
.cid-srQHeh7Um0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQHeh7Um0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQHeh7Um0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQHeh7Um0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQHeh7Um0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQHeh7Um0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQHeh7Um0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQHeh7Um0 .modal-sm {
    max-width: 300px;
  }
  .cid-srQHeh7Um0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQHeh7Um0 .modal-lg,
  .cid-srQHeh7Um0 .modal-xl {
    max-width: 800px;
  }
  .cid-srQHeh7Um0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQHeh7Um0 .modal-xl {
    max-width: 1140px;
  }
  .cid-srQHeh7Um0 .container {
    max-width: 1140px;
  }
}
.cid-srQHeh7Um0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQHeh7Um0 .container {
    max-width: 720px;
  }
}
.cid-srQHeh7Um0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQHeh7Um0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQHeh7Um0 .form-group {
  margin-bottom: 1rem;
}
.cid-srQHeh7Um0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQHeh7Um0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQHeh7Um0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpXbwIApc.popup-builder {
  background-color: #ffffff;
}
.cid-sCpXbwIApc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCpXbwIApc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCpXbwIApc .modal-content,
.cid-sCpXbwIApc .modal-dialog {
  height: auto;
}
.cid-sCpXbwIApc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCpXbwIApc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCpXbwIApc .form-wrapper .mbr-form .form-group,
  .cid-sCpXbwIApc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCpXbwIApc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCpXbwIApc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCpXbwIApc .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCpXbwIApc .pt-0 {
  padding-top: 0 !important;
}
.cid-sCpXbwIApc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCpXbwIApc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCpXbwIApc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCpXbwIApc .modal-open {
  overflow: hidden;
}
.cid-sCpXbwIApc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCpXbwIApc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCpXbwIApc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCpXbwIApc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCpXbwIApc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCpXbwIApc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCpXbwIApc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCpXbwIApc .modal-content {
  background: #3a065b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCpXbwIApc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCpXbwIApc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCpXbwIApc .modal-backdrop.show {
  opacity: .5;
}
.cid-sCpXbwIApc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCpXbwIApc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCpXbwIApc .modal-header .close:hover {
  opacity: 1;
}
.cid-sCpXbwIApc .modal-header .close:focus {
  outline: none;
}
.cid-sCpXbwIApc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCpXbwIApc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCpXbwIApc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCpXbwIApc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCpXbwIApc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCpXbwIApc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCpXbwIApc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCpXbwIApc .modal-sm {
    max-width: 500px;
  }
  .cid-sCpXbwIApc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCpXbwIApc .modal-lg,
  .cid-sCpXbwIApc .modal-xl {
    max-width: 800px;
  }
  .cid-sCpXbwIApc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCpXbwIApc .modal-xl {
    max-width: 1140px;
  }
  .cid-sCpXbwIApc .container {
    max-width: 1140px;
  }
}
.cid-sCpXbwIApc .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCpXbwIApc .container {
    max-width: 720px;
  }
}
.cid-sCpXbwIApc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCpXbwIApc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCpXbwIApc .form-group {
  margin-bottom: 1rem;
}
.cid-sCpXbwIApc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCpXbwIApc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCpXbwIApc .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpXbwIApc P {
  color: #ffffff;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-sz74gMdA1B {
  overflow: hidden !important;
  padding-top: 136px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-bg-14-1920x890.jpg");
}
.cid-sz74gMdA1B .container-fluid {
  padding: 0 5rem;
}
.cid-sz74gMdA1B .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz74gMdA1B .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-sz74gMdA1B .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-sz74gMdA1B .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sz74gMdA1B .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sz74gMdA1B .container-fluid {
    padding: 0 1rem;
  }
  .cid-sz74gMdA1B .mbr-figure {
    margin-top: 1rem;
  }
  .cid-sz74gMdA1B .mbr-section-title {
    text-align: center !important;
  }
  .cid-sz74gMdA1B .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-sz74gMdA1B .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sz74gMdA1B .mbr-section-subtitle,
.cid-sz74gMdA1B .mbr-section-btn {
  color: #f4f8fa;
  text-align: center;
}
.cid-srQefomSl8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-srQefomSl8 .container-fluid {
  padding: 0 3rem;
}
.cid-srQefomSl8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ff4f7b 50%, #2bdc9d 120%);
  display: inline-block;
}
.cid-srQefomSl8 .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-srQefomSl8 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-srQefomSl8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-srQefomSl8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srQefomSl8 .card .card-header a.panel-title:hover .sign {
  background-color: #149dcc !important;
}
.cid-srQefomSl8 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #55b4d4;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-srQefomSl8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srQefomSl8 .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-srQefomSl8 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-srQefomSl8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-srQefomSl8 .header-text {
    padding: 1rem !important;
  }
  .cid-srQefomSl8 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-srQefomSl8 .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-srQefomSl8 .toggle-header,
.cid-srQefomSl8 .sign {
  color: #232323;
}
.cid-srQefomSl8 .mbr-section-subtitle {
  color: #000000;
}
.cid-sz6WYIIwVP {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-sz6WYIIwVP .mbr-text {
  color: #767676;
}
.cid-sz6WYIIwVP .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #f4f8fa;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(87, 227, 177, 0.35);
}
.cid-sz6WYIIwVP .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sz6WYIIwVP .card-wrapper:hover .ico2 {
  color: #ff4f7b !important;
}
.cid-sz6WYIIwVP .text-info:hover {
  color: inherit!important;
}
.cid-sz6WYIIwVP .ico2 {
  color: #c1c1c1 !important;
  transition: all 0.6s;
}
.cid-sz6WYIIwVP .card-box {
  padding: 0rem 1rem;
}
.cid-sz6WYIIwVP .card-img {
  width: auto;
}
.cid-sz6WYIIwVP .ico1 {
  font-size: 2.5rem !important;
}
.cid-sz6WYIIwVP h3,
.cid-sz6WYIIwVP h4 {
  padding: 0;
  margin: 0;
}
.cid-sz6WYIIwVP .card-title,
.cid-sz6WYIIwVP .card-img {
  color: #232323;
}
.cid-sz6WYIIwVP H3 {
  color: #ffffff;
}
.cid-sz6WYIIwVP H1 {
  color: #232323;
}
.cid-sz6WYIIwVP .card-title {
  text-align: center;
}
.cid-srQHeh9LIS.popup-builder {
  background-color: #ffffff;
}
.cid-srQHeh9LIS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQHeh9LIS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQHeh9LIS .modal-content,
.cid-srQHeh9LIS .modal-dialog {
  height: auto;
}
.cid-srQHeh9LIS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQHeh9LIS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQHeh9LIS .form-wrapper .mbr-form .form-group,
  .cid-srQHeh9LIS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQHeh9LIS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQHeh9LIS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQHeh9LIS .mbr-text {
  text-align: center;
}
.cid-srQHeh9LIS .pt-0 {
  padding-top: 0 !important;
}
.cid-srQHeh9LIS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQHeh9LIS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQHeh9LIS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQHeh9LIS .modal-open {
  overflow: hidden;
}
.cid-srQHeh9LIS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQHeh9LIS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQHeh9LIS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQHeh9LIS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQHeh9LIS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQHeh9LIS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQHeh9LIS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQHeh9LIS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQHeh9LIS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQHeh9LIS .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQHeh9LIS .modal-backdrop.show {
  opacity: .5;
}
.cid-srQHeh9LIS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQHeh9LIS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQHeh9LIS .modal-header .close:hover {
  opacity: 1;
}
.cid-srQHeh9LIS .modal-header .close:focus {
  outline: none;
}
.cid-srQHeh9LIS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQHeh9LIS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQHeh9LIS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQHeh9LIS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQHeh9LIS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQHeh9LIS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQHeh9LIS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQHeh9LIS .modal-sm {
    max-width: 300px;
  }
  .cid-srQHeh9LIS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQHeh9LIS .modal-lg,
  .cid-srQHeh9LIS .modal-xl {
    max-width: 800px;
  }
  .cid-srQHeh9LIS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQHeh9LIS .modal-xl {
    max-width: 1140px;
  }
  .cid-srQHeh9LIS .container {
    max-width: 1140px;
  }
}
.cid-srQHeh9LIS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQHeh9LIS .container {
    max-width: 720px;
  }
}
.cid-srQHeh9LIS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQHeh9LIS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQHeh9LIS .form-group {
  margin-bottom: 1rem;
}
.cid-srQHeh9LIS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQHeh9LIS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQHeh9LIS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpXbMpU0o.popup-builder {
  background-color: #ffffff;
}
.cid-sCpXbMpU0o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCpXbMpU0o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCpXbMpU0o .modal-content,
.cid-sCpXbMpU0o .modal-dialog {
  height: auto;
}
.cid-sCpXbMpU0o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCpXbMpU0o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCpXbMpU0o .form-wrapper .mbr-form .form-group,
  .cid-sCpXbMpU0o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCpXbMpU0o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCpXbMpU0o .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCpXbMpU0o .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCpXbMpU0o .pt-0 {
  padding-top: 0 !important;
}
.cid-sCpXbMpU0o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCpXbMpU0o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCpXbMpU0o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCpXbMpU0o .modal-open {
  overflow: hidden;
}
.cid-sCpXbMpU0o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCpXbMpU0o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCpXbMpU0o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCpXbMpU0o .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCpXbMpU0o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCpXbMpU0o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCpXbMpU0o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCpXbMpU0o .modal-content {
  background: #3a065b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCpXbMpU0o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCpXbMpU0o .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCpXbMpU0o .modal-backdrop.show {
  opacity: .5;
}
.cid-sCpXbMpU0o .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCpXbMpU0o .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCpXbMpU0o .modal-header .close:hover {
  opacity: 1;
}
.cid-sCpXbMpU0o .modal-header .close:focus {
  outline: none;
}
.cid-sCpXbMpU0o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCpXbMpU0o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCpXbMpU0o .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCpXbMpU0o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCpXbMpU0o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCpXbMpU0o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCpXbMpU0o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCpXbMpU0o .modal-sm {
    max-width: 500px;
  }
  .cid-sCpXbMpU0o .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCpXbMpU0o .modal-lg,
  .cid-sCpXbMpU0o .modal-xl {
    max-width: 800px;
  }
  .cid-sCpXbMpU0o .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCpXbMpU0o .modal-xl {
    max-width: 1140px;
  }
  .cid-sCpXbMpU0o .container {
    max-width: 1140px;
  }
}
.cid-sCpXbMpU0o .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCpXbMpU0o .container {
    max-width: 720px;
  }
}
.cid-sCpXbMpU0o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCpXbMpU0o .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCpXbMpU0o .form-group {
  margin-bottom: 1rem;
}
.cid-sCpXbMpU0o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCpXbMpU0o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCpXbMpU0o .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCpXbMpU0o P {
  color: #ffffff;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-srQRMEctXY {
  padding-top: 180px;
  padding-bottom: 45px;
  background-color: #bbc2d2;
}
.cid-srQRMEctXY h2 {
  text-align: center;
}
.cid-srQRMEctXY h3 {
  text-align: center;
  font-weight: 300;
}
.cid-srQRMEctXY p {
  color: #767676;
}
.cid-srQRMEctXY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srQRMEctXY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-srQRMEctXY .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-srQRMEctXY .mbr-section-subtitle {
  color: #0c0c41;
}
.cid-srQRMEctXY .card-title {
  font-weight: 500;
}
.cid-srQRMEctXY .card-img {
  text-align: inherit;
}
.cid-srQRMEctXY .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-srQRMEctXY .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srQRMEctXY .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-srQRMEctXY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-srQRMEctXY .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-srQRMEctXY .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-srQRMEctXY .mbr-section-subtitle DIV {
  text-align: left;
  color: #000000;
}
.cid-srQRMEctXY .mbr-crt-title {
  text-align: center;
}
.cid-srQRMEctXY .mbr-section-text {
  text-align: center;
  color: #000f25;
}
.cid-srQRMRMDmn.popup-builder {
  background-color: #ffffff;
}
.cid-srQRMRMDmn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQRMRMDmn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQRMRMDmn .modal-content,
.cid-srQRMRMDmn .modal-dialog {
  height: auto;
}
.cid-srQRMRMDmn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQRMRMDmn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQRMRMDmn .form-wrapper .mbr-form .form-group,
  .cid-srQRMRMDmn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQRMRMDmn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQRMRMDmn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQRMRMDmn .mbr-text {
  text-align: center;
}
.cid-srQRMRMDmn .pt-0 {
  padding-top: 0 !important;
}
.cid-srQRMRMDmn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQRMRMDmn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQRMRMDmn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQRMRMDmn .modal-open {
  overflow: hidden;
}
.cid-srQRMRMDmn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQRMRMDmn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQRMRMDmn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQRMRMDmn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQRMRMDmn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQRMRMDmn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQRMRMDmn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQRMRMDmn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQRMRMDmn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQRMRMDmn .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQRMRMDmn .modal-backdrop.show {
  opacity: .5;
}
.cid-srQRMRMDmn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQRMRMDmn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQRMRMDmn .modal-header .close:hover {
  opacity: 1;
}
.cid-srQRMRMDmn .modal-header .close:focus {
  outline: none;
}
.cid-srQRMRMDmn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQRMRMDmn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQRMRMDmn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQRMRMDmn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQRMRMDmn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQRMRMDmn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQRMRMDmn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQRMRMDmn .modal-sm {
    max-width: 300px;
  }
  .cid-srQRMRMDmn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQRMRMDmn .modal-lg,
  .cid-srQRMRMDmn .modal-xl {
    max-width: 800px;
  }
  .cid-srQRMRMDmn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQRMRMDmn .modal-xl {
    max-width: 1140px;
  }
  .cid-srQRMRMDmn .container {
    max-width: 1140px;
  }
}
.cid-srQRMRMDmn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQRMRMDmn .container {
    max-width: 720px;
  }
}
.cid-srQRMRMDmn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQRMRMDmn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQRMRMDmn .form-group {
  margin-bottom: 1rem;
}
.cid-srQRMRMDmn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQRMRMDmn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQRMRMDmn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-srQRN06VRD.popup-builder {
  background-color: #ffffff;
}
.cid-srQRN06VRD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQRN06VRD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQRN06VRD .modal-content,
.cid-srQRN06VRD .modal-dialog {
  height: auto;
}
.cid-srQRN06VRD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQRN06VRD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQRN06VRD .form-wrapper .mbr-form .form-group,
  .cid-srQRN06VRD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQRN06VRD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQRN06VRD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQRN06VRD .mbr-text {
  text-align: center;
}
.cid-srQRN06VRD .pt-0 {
  padding-top: 0 !important;
}
.cid-srQRN06VRD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQRN06VRD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQRN06VRD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQRN06VRD .modal-open {
  overflow: hidden;
}
.cid-srQRN06VRD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQRN06VRD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQRN06VRD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQRN06VRD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srQRN06VRD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQRN06VRD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQRN06VRD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQRN06VRD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQRN06VRD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQRN06VRD .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQRN06VRD .modal-backdrop.show {
  opacity: .5;
}
.cid-srQRN06VRD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQRN06VRD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQRN06VRD .modal-header .close:hover {
  opacity: 1;
}
.cid-srQRN06VRD .modal-header .close:focus {
  outline: none;
}
.cid-srQRN06VRD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQRN06VRD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQRN06VRD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQRN06VRD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQRN06VRD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQRN06VRD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQRN06VRD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQRN06VRD .modal-sm {
    max-width: 300px;
  }
  .cid-srQRN06VRD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQRN06VRD .modal-lg,
  .cid-srQRN06VRD .modal-xl {
    max-width: 800px;
  }
  .cid-srQRN06VRD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQRN06VRD .modal-xl {
    max-width: 1140px;
  }
  .cid-srQRN06VRD .container {
    max-width: 1140px;
  }
}
.cid-srQRN06VRD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQRN06VRD .container {
    max-width: 720px;
  }
}
.cid-srQRN06VRD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQRN06VRD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srQRN06VRD .form-group {
  margin-bottom: 1rem;
}
.cid-srQRN06VRD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQRN06VRD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQRN06VRD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sD4VLwBuT3.popup-builder {
  background-color: #ffffff;
}
.cid-sD4VLwBuT3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sD4VLwBuT3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sD4VLwBuT3 .modal-content,
.cid-sD4VLwBuT3 .modal-dialog {
  height: auto;
}
.cid-sD4VLwBuT3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sD4VLwBuT3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sD4VLwBuT3 .form-wrapper .mbr-form .form-group,
  .cid-sD4VLwBuT3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sD4VLwBuT3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sD4VLwBuT3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4VLwBuT3 .mbr-text {
  text-align: center;
}
.cid-sD4VLwBuT3 .pt-0 {
  padding-top: 0 !important;
}
.cid-sD4VLwBuT3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sD4VLwBuT3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sD4VLwBuT3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sD4VLwBuT3 .modal-open {
  overflow: hidden;
}
.cid-sD4VLwBuT3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sD4VLwBuT3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sD4VLwBuT3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sD4VLwBuT3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sD4VLwBuT3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sD4VLwBuT3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sD4VLwBuT3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sD4VLwBuT3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sD4VLwBuT3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sD4VLwBuT3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sD4VLwBuT3 .modal-backdrop.show {
  opacity: .5;
}
.cid-sD4VLwBuT3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sD4VLwBuT3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sD4VLwBuT3 .modal-header .close:hover {
  opacity: 1;
}
.cid-sD4VLwBuT3 .modal-header .close:focus {
  outline: none;
}
.cid-sD4VLwBuT3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sD4VLwBuT3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sD4VLwBuT3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sD4VLwBuT3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sD4VLwBuT3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sD4VLwBuT3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sD4VLwBuT3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sD4VLwBuT3 .modal-sm {
    max-width: 300px;
  }
  .cid-sD4VLwBuT3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sD4VLwBuT3 .modal-lg,
  .cid-sD4VLwBuT3 .modal-xl {
    max-width: 800px;
  }
  .cid-sD4VLwBuT3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sD4VLwBuT3 .modal-xl {
    max-width: 1140px;
  }
  .cid-sD4VLwBuT3 .container {
    max-width: 1140px;
  }
}
.cid-sD4VLwBuT3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sD4VLwBuT3 .container {
    max-width: 720px;
  }
}
.cid-sD4VLwBuT3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sD4VLwBuT3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sD4VLwBuT3 .form-group {
  margin-bottom: 1rem;
}
.cid-sD4VLwBuT3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sD4VLwBuT3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sD4VLwBuT3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-szkqKAlavT {
  padding-top: 125px;
  padding-bottom: 15px;
  background-color: #2f203d;
}
.cid-szkqKAlavT .mbr-text {
  color: #8d97ad;
}
.cid-sBJuVpTdXx.popup-builder {
  background-color: #ffffff;
}
.cid-sBJuVpTdXx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sBJuVpTdXx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sBJuVpTdXx .modal-content,
.cid-sBJuVpTdXx .modal-dialog {
  height: auto;
}
.cid-sBJuVpTdXx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sBJuVpTdXx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sBJuVpTdXx .form-wrapper .mbr-form .form-group,
  .cid-sBJuVpTdXx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sBJuVpTdXx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sBJuVpTdXx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBJuVpTdXx .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sBJuVpTdXx .pt-0 {
  padding-top: 0 !important;
}
.cid-sBJuVpTdXx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sBJuVpTdXx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sBJuVpTdXx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sBJuVpTdXx .modal-open {
  overflow: hidden;
}
.cid-sBJuVpTdXx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sBJuVpTdXx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sBJuVpTdXx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sBJuVpTdXx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sBJuVpTdXx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sBJuVpTdXx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sBJuVpTdXx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sBJuVpTdXx .modal-content {
  background: #3a065b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sBJuVpTdXx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sBJuVpTdXx .modal-backdrop.fade {
  opacity: 0;
}
.cid-sBJuVpTdXx .modal-backdrop.show {
  opacity: .5;
}
.cid-sBJuVpTdXx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sBJuVpTdXx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sBJuVpTdXx .modal-header .close:hover {
  opacity: 1;
}
.cid-sBJuVpTdXx .modal-header .close:focus {
  outline: none;
}
.cid-sBJuVpTdXx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sBJuVpTdXx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sBJuVpTdXx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sBJuVpTdXx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sBJuVpTdXx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sBJuVpTdXx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sBJuVpTdXx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sBJuVpTdXx .modal-sm {
    max-width: 500px;
  }
  .cid-sBJuVpTdXx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sBJuVpTdXx .modal-lg,
  .cid-sBJuVpTdXx .modal-xl {
    max-width: 800px;
  }
  .cid-sBJuVpTdXx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sBJuVpTdXx .modal-xl {
    max-width: 1140px;
  }
  .cid-sBJuVpTdXx .container {
    max-width: 1140px;
  }
}
.cid-sBJuVpTdXx .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sBJuVpTdXx .container {
    max-width: 720px;
  }
}
.cid-sBJuVpTdXx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sBJuVpTdXx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sBJuVpTdXx .form-group {
  margin-bottom: 1rem;
}
.cid-sBJuVpTdXx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sBJuVpTdXx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sBJuVpTdXx .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sBJuVpTdXx P {
  color: #ffffff;
}
.cid-sCjxvXrz1e.popup-builder {
  background-color: #ffffff;
}
.cid-sCjxvXrz1e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCjxvXrz1e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCjxvXrz1e .modal-content,
.cid-sCjxvXrz1e .modal-dialog {
  height: auto;
}
.cid-sCjxvXrz1e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCjxvXrz1e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCjxvXrz1e .form-wrapper .mbr-form .form-group,
  .cid-sCjxvXrz1e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCjxvXrz1e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCjxvXrz1e .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCjxvXrz1e .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCjxvXrz1e .pt-0 {
  padding-top: 0 !important;
}
.cid-sCjxvXrz1e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCjxvXrz1e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCjxvXrz1e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCjxvXrz1e .modal-open {
  overflow: hidden;
}
.cid-sCjxvXrz1e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCjxvXrz1e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCjxvXrz1e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCjxvXrz1e .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCjxvXrz1e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCjxvXrz1e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCjxvXrz1e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCjxvXrz1e .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCjxvXrz1e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCjxvXrz1e .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCjxvXrz1e .modal-backdrop.show {
  opacity: .5;
}
.cid-sCjxvXrz1e .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCjxvXrz1e .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCjxvXrz1e .modal-header .close:hover {
  opacity: 1;
}
.cid-sCjxvXrz1e .modal-header .close:focus {
  outline: none;
}
.cid-sCjxvXrz1e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCjxvXrz1e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCjxvXrz1e .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCjxvXrz1e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCjxvXrz1e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCjxvXrz1e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCjxvXrz1e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCjxvXrz1e .modal-sm {
    max-width: 500px;
  }
  .cid-sCjxvXrz1e .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCjxvXrz1e .modal-lg,
  .cid-sCjxvXrz1e .modal-xl {
    max-width: 800px;
  }
  .cid-sCjxvXrz1e .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCjxvXrz1e .modal-xl {
    max-width: 1140px;
  }
  .cid-sCjxvXrz1e .container {
    max-width: 1140px;
  }
}
.cid-sCjxvXrz1e .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCjxvXrz1e .container {
    max-width: 720px;
  }
}
.cid-sCjxvXrz1e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCjxvXrz1e .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCjxvXrz1e .form-group {
  margin-bottom: 1rem;
}
.cid-sCjxvXrz1e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCjxvXrz1e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCjxvXrz1e .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCjxvXrz1e P {
  color: #ffffff;
}
.cid-sCB8wVhpO4.popup-builder {
  background-color: #ffffff;
}
.cid-sCB8wVhpO4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCB8wVhpO4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCB8wVhpO4 .modal-content,
.cid-sCB8wVhpO4 .modal-dialog {
  height: auto;
}
.cid-sCB8wVhpO4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCB8wVhpO4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCB8wVhpO4 .form-wrapper .mbr-form .form-group,
  .cid-sCB8wVhpO4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCB8wVhpO4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCB8wVhpO4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCB8wVhpO4 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCB8wVhpO4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sCB8wVhpO4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCB8wVhpO4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCB8wVhpO4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCB8wVhpO4 .modal-open {
  overflow: hidden;
}
.cid-sCB8wVhpO4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCB8wVhpO4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCB8wVhpO4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCB8wVhpO4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCB8wVhpO4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCB8wVhpO4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCB8wVhpO4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCB8wVhpO4 .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCB8wVhpO4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCB8wVhpO4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCB8wVhpO4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sCB8wVhpO4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCB8wVhpO4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCB8wVhpO4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sCB8wVhpO4 .modal-header .close:focus {
  outline: none;
}
.cid-sCB8wVhpO4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCB8wVhpO4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCB8wVhpO4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCB8wVhpO4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCB8wVhpO4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCB8wVhpO4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCB8wVhpO4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCB8wVhpO4 .modal-sm {
    max-width: 500px;
  }
  .cid-sCB8wVhpO4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCB8wVhpO4 .modal-lg,
  .cid-sCB8wVhpO4 .modal-xl {
    max-width: 800px;
  }
  .cid-sCB8wVhpO4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCB8wVhpO4 .modal-xl {
    max-width: 1140px;
  }
  .cid-sCB8wVhpO4 .container {
    max-width: 1140px;
  }
}
.cid-sCB8wVhpO4 .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCB8wVhpO4 .container {
    max-width: 720px;
  }
}
.cid-sCB8wVhpO4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCB8wVhpO4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCB8wVhpO4 .form-group {
  margin-bottom: 1rem;
}
.cid-sCB8wVhpO4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCB8wVhpO4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCB8wVhpO4 .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCB8wVhpO4 P {
  color: #ffffff;
}
.cid-sCB8Bza9wQ.popup-builder {
  background-color: #ffffff;
}
.cid-sCB8Bza9wQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCB8Bza9wQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCB8Bza9wQ .modal-content,
.cid-sCB8Bza9wQ .modal-dialog {
  height: auto;
}
.cid-sCB8Bza9wQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCB8Bza9wQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCB8Bza9wQ .form-wrapper .mbr-form .form-group,
  .cid-sCB8Bza9wQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCB8Bza9wQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCB8Bza9wQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCB8Bza9wQ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCB8Bza9wQ .pt-0 {
  padding-top: 0 !important;
}
.cid-sCB8Bza9wQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCB8Bza9wQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCB8Bza9wQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCB8Bza9wQ .modal-open {
  overflow: hidden;
}
.cid-sCB8Bza9wQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCB8Bza9wQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCB8Bza9wQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCB8Bza9wQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCB8Bza9wQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCB8Bza9wQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCB8Bza9wQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCB8Bza9wQ .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCB8Bza9wQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCB8Bza9wQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCB8Bza9wQ .modal-backdrop.show {
  opacity: .5;
}
.cid-sCB8Bza9wQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCB8Bza9wQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCB8Bza9wQ .modal-header .close:hover {
  opacity: 1;
}
.cid-sCB8Bza9wQ .modal-header .close:focus {
  outline: none;
}
.cid-sCB8Bza9wQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCB8Bza9wQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCB8Bza9wQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCB8Bza9wQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCB8Bza9wQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCB8Bza9wQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCB8Bza9wQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCB8Bza9wQ .modal-sm {
    max-width: 500px;
  }
  .cid-sCB8Bza9wQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCB8Bza9wQ .modal-lg,
  .cid-sCB8Bza9wQ .modal-xl {
    max-width: 800px;
  }
  .cid-sCB8Bza9wQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCB8Bza9wQ .modal-xl {
    max-width: 1140px;
  }
  .cid-sCB8Bza9wQ .container {
    max-width: 1140px;
  }
}
.cid-sCB8Bza9wQ .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCB8Bza9wQ .container {
    max-width: 720px;
  }
}
.cid-sCB8Bza9wQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCB8Bza9wQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCB8Bza9wQ .form-group {
  margin-bottom: 1rem;
}
.cid-sCB8Bza9wQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCB8Bza9wQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCB8Bza9wQ .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCB8Bza9wQ P {
  color: #ffffff;
}
.cid-sCB8CX5eVM.popup-builder {
  background-color: #ffffff;
}
.cid-sCB8CX5eVM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCB8CX5eVM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCB8CX5eVM .modal-content,
.cid-sCB8CX5eVM .modal-dialog {
  height: auto;
}
.cid-sCB8CX5eVM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCB8CX5eVM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCB8CX5eVM .form-wrapper .mbr-form .form-group,
  .cid-sCB8CX5eVM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCB8CX5eVM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCB8CX5eVM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCB8CX5eVM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCB8CX5eVM .pt-0 {
  padding-top: 0 !important;
}
.cid-sCB8CX5eVM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCB8CX5eVM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCB8CX5eVM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCB8CX5eVM .modal-open {
  overflow: hidden;
}
.cid-sCB8CX5eVM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCB8CX5eVM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCB8CX5eVM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCB8CX5eVM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCB8CX5eVM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCB8CX5eVM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCB8CX5eVM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCB8CX5eVM .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCB8CX5eVM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCB8CX5eVM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCB8CX5eVM .modal-backdrop.show {
  opacity: .5;
}
.cid-sCB8CX5eVM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCB8CX5eVM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCB8CX5eVM .modal-header .close:hover {
  opacity: 1;
}
.cid-sCB8CX5eVM .modal-header .close:focus {
  outline: none;
}
.cid-sCB8CX5eVM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCB8CX5eVM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCB8CX5eVM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCB8CX5eVM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCB8CX5eVM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCB8CX5eVM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCB8CX5eVM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCB8CX5eVM .modal-sm {
    max-width: 500px;
  }
  .cid-sCB8CX5eVM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCB8CX5eVM .modal-lg,
  .cid-sCB8CX5eVM .modal-xl {
    max-width: 800px;
  }
  .cid-sCB8CX5eVM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCB8CX5eVM .modal-xl {
    max-width: 1140px;
  }
  .cid-sCB8CX5eVM .container {
    max-width: 1140px;
  }
}
.cid-sCB8CX5eVM .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCB8CX5eVM .container {
    max-width: 720px;
  }
}
.cid-sCB8CX5eVM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCB8CX5eVM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCB8CX5eVM .form-group {
  margin-bottom: 1rem;
}
.cid-sCB8CX5eVM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCB8CX5eVM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCB8CX5eVM .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCB8CX5eVM P {
  color: #ffffff;
}
.cid-sCB8ENkKFf.popup-builder {
  background-color: #ffffff;
}
.cid-sCB8ENkKFf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCB8ENkKFf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCB8ENkKFf .modal-content,
.cid-sCB8ENkKFf .modal-dialog {
  height: auto;
}
.cid-sCB8ENkKFf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCB8ENkKFf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCB8ENkKFf .form-wrapper .mbr-form .form-group,
  .cid-sCB8ENkKFf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCB8ENkKFf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCB8ENkKFf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCB8ENkKFf .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCB8ENkKFf .pt-0 {
  padding-top: 0 !important;
}
.cid-sCB8ENkKFf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCB8ENkKFf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCB8ENkKFf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCB8ENkKFf .modal-open {
  overflow: hidden;
}
.cid-sCB8ENkKFf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCB8ENkKFf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCB8ENkKFf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCB8ENkKFf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCB8ENkKFf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCB8ENkKFf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCB8ENkKFf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCB8ENkKFf .modal-content {
  background: #441463;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCB8ENkKFf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCB8ENkKFf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCB8ENkKFf .modal-backdrop.show {
  opacity: .5;
}
.cid-sCB8ENkKFf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCB8ENkKFf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCB8ENkKFf .modal-header .close:hover {
  opacity: 1;
}
.cid-sCB8ENkKFf .modal-header .close:focus {
  outline: none;
}
.cid-sCB8ENkKFf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCB8ENkKFf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCB8ENkKFf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCB8ENkKFf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCB8ENkKFf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCB8ENkKFf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCB8ENkKFf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCB8ENkKFf .modal-sm {
    max-width: 500px;
  }
  .cid-sCB8ENkKFf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCB8ENkKFf .modal-lg,
  .cid-sCB8ENkKFf .modal-xl {
    max-width: 800px;
  }
  .cid-sCB8ENkKFf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCB8ENkKFf .modal-xl {
    max-width: 1140px;
  }
  .cid-sCB8ENkKFf .container {
    max-width: 1140px;
  }
}
.cid-sCB8ENkKFf .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCB8ENkKFf .container {
    max-width: 720px;
  }
}
.cid-sCB8ENkKFf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCB8ENkKFf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCB8ENkKFf .form-group {
  margin-bottom: 1rem;
}
.cid-sCB8ENkKFf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCB8ENkKFf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCB8ENkKFf .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCB8ENkKFf P {
  color: #ffffff;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-szqDLOr7TW {
  padding-top: 125px;
  padding-bottom: 15px;
  background-color: #2f203d;
}
.cid-szqDLOr7TW .mbr-text {
  color: #8d97ad;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-szqElbfcvn {
  padding-top: 125px;
  padding-bottom: 15px;
  background-color: #2f203d;
}
.cid-szqElbfcvn .mbr-text {
  color: #8d97ad;
}
.cid-sD4VLdRkGC.popup-builder {
  background-color: #ffffff;
}
.cid-sD4VLdRkGC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sD4VLdRkGC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sD4VLdRkGC .modal-content,
.cid-sD4VLdRkGC .modal-dialog {
  height: auto;
}
.cid-sD4VLdRkGC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sD4VLdRkGC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sD4VLdRkGC .form-wrapper .mbr-form .form-group,
  .cid-sD4VLdRkGC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sD4VLdRkGC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sD4VLdRkGC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4VLdRkGC .mbr-text {
  text-align: center;
}
.cid-sD4VLdRkGC .pt-0 {
  padding-top: 0 !important;
}
.cid-sD4VLdRkGC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sD4VLdRkGC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sD4VLdRkGC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sD4VLdRkGC .modal-open {
  overflow: hidden;
}
.cid-sD4VLdRkGC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sD4VLdRkGC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sD4VLdRkGC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sD4VLdRkGC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sD4VLdRkGC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sD4VLdRkGC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sD4VLdRkGC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sD4VLdRkGC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sD4VLdRkGC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sD4VLdRkGC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sD4VLdRkGC .modal-backdrop.show {
  opacity: .5;
}
.cid-sD4VLdRkGC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sD4VLdRkGC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sD4VLdRkGC .modal-header .close:hover {
  opacity: 1;
}
.cid-sD4VLdRkGC .modal-header .close:focus {
  outline: none;
}
.cid-sD4VLdRkGC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sD4VLdRkGC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sD4VLdRkGC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sD4VLdRkGC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sD4VLdRkGC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sD4VLdRkGC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sD4VLdRkGC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sD4VLdRkGC .modal-sm {
    max-width: 300px;
  }
  .cid-sD4VLdRkGC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sD4VLdRkGC .modal-lg,
  .cid-sD4VLdRkGC .modal-xl {
    max-width: 800px;
  }
  .cid-sD4VLdRkGC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sD4VLdRkGC .modal-xl {
    max-width: 1140px;
  }
  .cid-sD4VLdRkGC .container {
    max-width: 1140px;
  }
}
.cid-sD4VLdRkGC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sD4VLdRkGC .container {
    max-width: 720px;
  }
}
.cid-sD4VLdRkGC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sD4VLdRkGC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sD4VLdRkGC .form-group {
  margin-bottom: 1rem;
}
.cid-sD4VLdRkGC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sD4VLdRkGC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sD4VLdRkGC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-szqDaNsdr4 {
  padding-top: 125px;
  padding-bottom: 15px;
  background-color: #2f203d;
}
.cid-szqDaNsdr4 .mbr-text {
  color: #8d97ad;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-szqF2wGvc9 {
  padding-top: 125px;
  padding-bottom: 15px;
  background-color: #2f203d;
}
.cid-szqF2wGvc9 .mbr-text {
  color: #8d97ad;
}
.cid-sD4VLgTipX.popup-builder {
  background-color: #ffffff;
}
.cid-sD4VLgTipX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sD4VLgTipX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sD4VLgTipX .modal-content,
.cid-sD4VLgTipX .modal-dialog {
  height: auto;
}
.cid-sD4VLgTipX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sD4VLgTipX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sD4VLgTipX .form-wrapper .mbr-form .form-group,
  .cid-sD4VLgTipX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sD4VLgTipX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sD4VLgTipX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4VLgTipX .mbr-text {
  text-align: center;
}
.cid-sD4VLgTipX .pt-0 {
  padding-top: 0 !important;
}
.cid-sD4VLgTipX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sD4VLgTipX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sD4VLgTipX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sD4VLgTipX .modal-open {
  overflow: hidden;
}
.cid-sD4VLgTipX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sD4VLgTipX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sD4VLgTipX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sD4VLgTipX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sD4VLgTipX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sD4VLgTipX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sD4VLgTipX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sD4VLgTipX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sD4VLgTipX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sD4VLgTipX .modal-backdrop.fade {
  opacity: 0;
}
.cid-sD4VLgTipX .modal-backdrop.show {
  opacity: .5;
}
.cid-sD4VLgTipX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sD4VLgTipX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sD4VLgTipX .modal-header .close:hover {
  opacity: 1;
}
.cid-sD4VLgTipX .modal-header .close:focus {
  outline: none;
}
.cid-sD4VLgTipX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sD4VLgTipX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sD4VLgTipX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sD4VLgTipX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sD4VLgTipX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sD4VLgTipX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sD4VLgTipX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sD4VLgTipX .modal-sm {
    max-width: 300px;
  }
  .cid-sD4VLgTipX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sD4VLgTipX .modal-lg,
  .cid-sD4VLgTipX .modal-xl {
    max-width: 800px;
  }
  .cid-sD4VLgTipX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sD4VLgTipX .modal-xl {
    max-width: 1140px;
  }
  .cid-sD4VLgTipX .container {
    max-width: 1140px;
  }
}
.cid-sD4VLgTipX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sD4VLgTipX .container {
    max-width: 720px;
  }
}
.cid-sD4VLgTipX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sD4VLgTipX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sD4VLgTipX .form-group {
  margin-bottom: 1rem;
}
.cid-sD4VLgTipX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sD4VLgTipX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sD4VLgTipX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-szqFfTgvfI {
  padding-top: 125px;
  padding-bottom: 15px;
  background-color: #2f203d;
}
.cid-szqFfTgvfI .mbr-text {
  color: #8d97ad;
}
.cid-sD4VLjXK6g.popup-builder {
  background-color: #ffffff;
}
.cid-sD4VLjXK6g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sD4VLjXK6g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sD4VLjXK6g .modal-content,
.cid-sD4VLjXK6g .modal-dialog {
  height: auto;
}
.cid-sD4VLjXK6g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sD4VLjXK6g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sD4VLjXK6g .form-wrapper .mbr-form .form-group,
  .cid-sD4VLjXK6g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sD4VLjXK6g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sD4VLjXK6g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4VLjXK6g .mbr-text {
  text-align: center;
}
.cid-sD4VLjXK6g .pt-0 {
  padding-top: 0 !important;
}
.cid-sD4VLjXK6g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sD4VLjXK6g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sD4VLjXK6g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sD4VLjXK6g .modal-open {
  overflow: hidden;
}
.cid-sD4VLjXK6g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sD4VLjXK6g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sD4VLjXK6g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sD4VLjXK6g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sD4VLjXK6g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sD4VLjXK6g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sD4VLjXK6g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sD4VLjXK6g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sD4VLjXK6g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sD4VLjXK6g .modal-backdrop.fade {
  opacity: 0;
}
.cid-sD4VLjXK6g .modal-backdrop.show {
  opacity: .5;
}
.cid-sD4VLjXK6g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sD4VLjXK6g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sD4VLjXK6g .modal-header .close:hover {
  opacity: 1;
}
.cid-sD4VLjXK6g .modal-header .close:focus {
  outline: none;
}
.cid-sD4VLjXK6g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sD4VLjXK6g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sD4VLjXK6g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sD4VLjXK6g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sD4VLjXK6g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sD4VLjXK6g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sD4VLjXK6g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sD4VLjXK6g .modal-sm {
    max-width: 300px;
  }
  .cid-sD4VLjXK6g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sD4VLjXK6g .modal-lg,
  .cid-sD4VLjXK6g .modal-xl {
    max-width: 800px;
  }
  .cid-sD4VLjXK6g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sD4VLjXK6g .modal-xl {
    max-width: 1140px;
  }
  .cid-sD4VLjXK6g .container {
    max-width: 1140px;
  }
}
.cid-sD4VLjXK6g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sD4VLjXK6g .container {
    max-width: 720px;
  }
}
.cid-sD4VLjXK6g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sD4VLjXK6g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sD4VLjXK6g .form-group {
  margin-bottom: 1rem;
}
.cid-sD4VLjXK6g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sD4VLjXK6g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sD4VLjXK6g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
.cid-sCBNaaYwEk {
  overflow: hidden !important;
  padding-top: 136px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-bg-14-1920x890.jpg");
}
.cid-sCBNaaYwEk .container-fluid {
  padding: 0 5rem;
}
.cid-sCBNaaYwEk .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCBNaaYwEk .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-sCBNaaYwEk .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-sCBNaaYwEk .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sCBNaaYwEk .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sCBNaaYwEk .container-fluid {
    padding: 0 1rem;
  }
  .cid-sCBNaaYwEk .mbr-figure {
    margin-top: 1rem;
  }
  .cid-sCBNaaYwEk .mbr-section-title {
    text-align: center !important;
  }
  .cid-sCBNaaYwEk .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-sCBNaaYwEk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sCBNaaYwEk .mbr-section-subtitle,
.cid-sCBNaaYwEk .mbr-section-btn {
  color: #f4f8fa;
  text-align: center;
}
.cid-sCBNahAP9v {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-sCBNahAP9v .mbr-text {
  color: #767676;
}
.cid-sCBNahAP9v .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #f4f8fa;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(87, 227, 177, 0.35);
}
.cid-sCBNahAP9v .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sCBNahAP9v .card-wrapper:hover .ico2 {
  color: #ff4f7b !important;
}
.cid-sCBNahAP9v .text-info:hover {
  color: inherit!important;
}
.cid-sCBNahAP9v .ico2 {
  color: #c1c1c1 !important;
  transition: all 0.6s;
}
.cid-sCBNahAP9v .card-box {
  padding: 0rem 1rem;
}
.cid-sCBNahAP9v .card-img {
  width: auto;
}
.cid-sCBNahAP9v .ico1 {
  font-size: 2.5rem !important;
}
.cid-sCBNahAP9v h3,
.cid-sCBNahAP9v h4 {
  padding: 0;
  margin: 0;
}
.cid-sCBNahAP9v .card-title,
.cid-sCBNahAP9v .card-img {
  color: #232323;
}
.cid-sCBNahAP9v H3 {
  color: #ffffff;
}
.cid-sCBNahAP9v H1 {
  color: #232323;
}
.cid-sCBNahAP9v .card-title {
  text-align: center;
}
.cid-sCBNaeBldk {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/line-bg-1920x574.png");
}
.cid-sCBNaeBldk .container-fluid {
  padding: 0 3rem;
}
.cid-sCBNaeBldk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ff4f7b 50%, #2bdc9d 120%);
  display: inline-block;
}
.cid-sCBNaeBldk .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCBNaeBldk .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sCBNaeBldk .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sCBNaeBldk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sCBNaeBldk .card .card-header a.panel-title:hover .sign {
  background-color: #149dcc !important;
}
.cid-sCBNaeBldk .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #55b4d4;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-sCBNaeBldk .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCBNaeBldk .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-sCBNaeBldk .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sCBNaeBldk .container-fluid {
    padding: 0 1rem;
  }
  .cid-sCBNaeBldk .header-text {
    padding: 1rem !important;
  }
  .cid-sCBNaeBldk .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sCBNaeBldk .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-sCBNaeBldk .toggle-header,
.cid-sCBNaeBldk .sign {
  color: #232323;
}
.cid-sCBNaeBldk .mbr-section-subtitle {
  color: #000000;
}
.cid-sCBNaurjmt.popup-builder {
  background-color: #ffffff;
}
.cid-sCBNaurjmt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCBNaurjmt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCBNaurjmt .modal-content,
.cid-sCBNaurjmt .modal-dialog {
  height: auto;
}
.cid-sCBNaurjmt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCBNaurjmt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCBNaurjmt .form-wrapper .mbr-form .form-group,
  .cid-sCBNaurjmt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCBNaurjmt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCBNaurjmt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCBNaurjmt .mbr-text {
  text-align: center;
}
.cid-sCBNaurjmt .pt-0 {
  padding-top: 0 !important;
}
.cid-sCBNaurjmt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCBNaurjmt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCBNaurjmt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCBNaurjmt .modal-open {
  overflow: hidden;
}
.cid-sCBNaurjmt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCBNaurjmt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCBNaurjmt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCBNaurjmt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCBNaurjmt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCBNaurjmt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCBNaurjmt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCBNaurjmt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCBNaurjmt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCBNaurjmt .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCBNaurjmt .modal-backdrop.show {
  opacity: .5;
}
.cid-sCBNaurjmt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCBNaurjmt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCBNaurjmt .modal-header .close:hover {
  opacity: 1;
}
.cid-sCBNaurjmt .modal-header .close:focus {
  outline: none;
}
.cid-sCBNaurjmt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sCBNaurjmt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCBNaurjmt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCBNaurjmt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCBNaurjmt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCBNaurjmt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCBNaurjmt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCBNaurjmt .modal-sm {
    max-width: 300px;
  }
  .cid-sCBNaurjmt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCBNaurjmt .modal-lg,
  .cid-sCBNaurjmt .modal-xl {
    max-width: 800px;
  }
  .cid-sCBNaurjmt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCBNaurjmt .modal-xl {
    max-width: 1140px;
  }
  .cid-sCBNaurjmt .container {
    max-width: 1140px;
  }
}
.cid-sCBNaurjmt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCBNaurjmt .container {
    max-width: 720px;
  }
}
.cid-sCBNaurjmt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sCBNaurjmt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCBNaurjmt .form-group {
  margin-bottom: 1rem;
}
.cid-sCBNaurjmt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sCBNaurjmt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCBNaurjmt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCBNayDHVF.popup-builder {
  background-color: #ffffff;
}
.cid-sCBNayDHVF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sCBNayDHVF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sCBNayDHVF .modal-content,
.cid-sCBNayDHVF .modal-dialog {
  height: auto;
}
.cid-sCBNayDHVF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sCBNayDHVF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sCBNayDHVF .form-wrapper .mbr-form .form-group,
  .cid-sCBNayDHVF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sCBNayDHVF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sCBNayDHVF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCBNayDHVF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCBNayDHVF .pt-0 {
  padding-top: 0 !important;
}
.cid-sCBNayDHVF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sCBNayDHVF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sCBNayDHVF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sCBNayDHVF .modal-open {
  overflow: hidden;
}
.cid-sCBNayDHVF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sCBNayDHVF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sCBNayDHVF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sCBNayDHVF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sCBNayDHVF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sCBNayDHVF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sCBNayDHVF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sCBNayDHVF .modal-content {
  background: #3a065b;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sCBNayDHVF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sCBNayDHVF .modal-backdrop.fade {
  opacity: 0;
}
.cid-sCBNayDHVF .modal-backdrop.show {
  opacity: .5;
}
.cid-sCBNayDHVF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sCBNayDHVF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sCBNayDHVF .modal-header .close:hover {
  opacity: 1;
}
.cid-sCBNayDHVF .modal-header .close:focus {
  outline: none;
}
.cid-sCBNayDHVF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f4f8fa;
}
.cid-sCBNayDHVF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sCBNayDHVF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sCBNayDHVF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sCBNayDHVF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sCBNayDHVF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sCBNayDHVF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sCBNayDHVF .modal-sm {
    max-width: 500px;
  }
  .cid-sCBNayDHVF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sCBNayDHVF .modal-lg,
  .cid-sCBNayDHVF .modal-xl {
    max-width: 800px;
  }
  .cid-sCBNayDHVF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sCBNayDHVF .modal-xl {
    max-width: 1140px;
  }
  .cid-sCBNayDHVF .container {
    max-width: 1140px;
  }
}
.cid-sCBNayDHVF .container {
  width: 100%;
  padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sCBNayDHVF .container {
    max-width: 720px;
  }
}
.cid-sCBNayDHVF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25;
  margin-left: -25;
}
.cid-sCBNayDHVF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sCBNayDHVF .form-group {
  margin-bottom: 1rem;
}
.cid-sCBNayDHVF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.cid-sCBNayDHVF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sCBNayDHVF .col-md-auto {
  position: relative;
  padding-right: 1px;
  padding-left: 1px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sCBNayDHVF P {
  color: #ffffff;
}
.cid-sD4VLqnVjr.popup-builder {
  background-color: #ffffff;
}
.cid-sD4VLqnVjr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sD4VLqnVjr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sD4VLqnVjr .modal-content,
.cid-sD4VLqnVjr .modal-dialog {
  height: auto;
}
.cid-sD4VLqnVjr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sD4VLqnVjr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sD4VLqnVjr .form-wrapper .mbr-form .form-group,
  .cid-sD4VLqnVjr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sD4VLqnVjr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sD4VLqnVjr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4VLqnVjr .mbr-text {
  text-align: center;
}
.cid-sD4VLqnVjr .pt-0 {
  padding-top: 0 !important;
}
.cid-sD4VLqnVjr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sD4VLqnVjr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sD4VLqnVjr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sD4VLqnVjr .modal-open {
  overflow: hidden;
}
.cid-sD4VLqnVjr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sD4VLqnVjr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sD4VLqnVjr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sD4VLqnVjr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sD4VLqnVjr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sD4VLqnVjr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sD4VLqnVjr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sD4VLqnVjr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sD4VLqnVjr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sD4VLqnVjr .modal-backdrop.fade {
  opacity: 0;
}
.cid-sD4VLqnVjr .modal-backdrop.show {
  opacity: .5;
}
.cid-sD4VLqnVjr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sD4VLqnVjr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sD4VLqnVjr .modal-header .close:hover {
  opacity: 1;
}
.cid-sD4VLqnVjr .modal-header .close:focus {
  outline: none;
}
.cid-sD4VLqnVjr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sD4VLqnVjr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sD4VLqnVjr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sD4VLqnVjr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sD4VLqnVjr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sD4VLqnVjr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sD4VLqnVjr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sD4VLqnVjr .modal-sm {
    max-width: 300px;
  }
  .cid-sD4VLqnVjr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sD4VLqnVjr .modal-lg,
  .cid-sD4VLqnVjr .modal-xl {
    max-width: 800px;
  }
  .cid-sD4VLqnVjr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sD4VLqnVjr .modal-xl {
    max-width: 1140px;
  }
  .cid-sD4VLqnVjr .container {
    max-width: 1140px;
  }
}
.cid-sD4VLqnVjr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sD4VLqnVjr .container {
    max-width: 720px;
  }
}
.cid-sD4VLqnVjr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sD4VLqnVjr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sD4VLqnVjr .form-group {
  margin-bottom: 1rem;
}
.cid-sD4VLqnVjr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sD4VLqnVjr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sD4VLqnVjr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvd8y4UtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRvd8y4UtL nav.navbar {
  position: fixed;
}
.cid-sRvd8y4UtL img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sRvd8y4UtL .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sRvd8y4UtL .navbar-short .nav-link {
  color: black!important;
}
.cid-sRvd8y4UtL .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.opened {
  transition: all .3s;
}
.cid-sRvd8y4UtL .navbar .navbar-logo img {
  width: auto;
}
.cid-sRvd8y4UtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRvd8y4UtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRvd8y4UtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRvd8y4UtL .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: 55%;
}
.cid-sRvd8y4UtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRvd8y4UtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRvd8y4UtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRvd8y4UtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRvd8y4UtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRvd8y4UtL .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: 55%;
  }
  .cid-sRvd8y4UtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRvd8y4UtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRvd8y4UtL .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sRvd8y4UtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRvd8y4UtL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRvd8y4UtL .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sRvd8y4UtL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRvd8y4UtL .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .nav-link:hover,
.cid-sRvd8y4UtL .nav-link:focus {
  color: #2bdc9d !important;
}
.cid-sRvd8y4UtL .nav-link:hover:before,
.cid-sRvd8y4UtL .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sRvd8y4UtL .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sRvd8y4UtL .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sRvd8y4UtL .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .dropdown-item:hover,
.cid-sRvd8y4UtL .dropdown-item:focus {
  color: #2bdc9d !important;
  transform: translateX(10px);
}
.cid-sRvd8y4UtL .dropdown-item:hover:before,
.cid-sRvd8y4UtL .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sRvd8y4UtL .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #2bdc9d inset;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sRvd8y4UtL .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sRvd8y4UtL .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sRvd8y4UtL .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #2bdc9d;
}
.cid-sRvd8y4UtL .navbar-nav {
  margin: auto;
}
.cid-sRvd8y4UtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRvd8y4UtL .container {
  display: flex;
  margin: auto;
}
.cid-sRvd8y4UtL .navbar-caption {
  padding-right: 4rem;
}
.cid-sRvd8y4UtL .dropdown-menu,
.cid-sRvd8y4UtL .navbar.opened {
  background: #ffffff !important;
}
.cid-sRvd8y4UtL .nav-item:focus,
.cid-sRvd8y4UtL .nav-link:focus {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRvd8y4UtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRvd8y4UtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRvd8y4UtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRvd8y4UtL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRvd8y4UtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRvd8y4UtL .dropdown-item.active,
.cid-sRvd8y4UtL .dropdown-item:active {
  background-color: transparent;
}
.cid-sRvd8y4UtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRvd8y4UtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRvd8y4UtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRvd8y4UtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRvd8y4UtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRvd8y4UtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRvd8y4UtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRvd8y4UtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRvd8y4UtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRvd8y4UtL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRvd8y4UtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRvd8y4UtL .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-sRvd8y4UtL .navbar {
    height: 77px;
  }
  .cid-sRvd8y4UtL .navbar.opened {
    height: auto;
  }
  .cid-sRvd8y4UtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sRvd8y4UtL .navbar {
    background: #ffffff;
  }
  .cid-sRvd8y4UtL .nav-link {
    color: black!important;
  }
}
