.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b2b2b2;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: #878787 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fab901;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: #a47901 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49923a;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: #2a5421 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0746c0;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: #04286c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4433;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: #db1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #ff4433;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.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: #4c4c4c !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: #b2b2b2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234c4c4c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-tt6A4vvm3d {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tt6A4vvm3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6A4vvm3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt6A4vvm3d .mbr-section-title {
  color: #FFFFFF;
}
.cid-tt6A4vvm3d .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tt6A4vvm3d .mbr-section-btn {
  margin-top: 30px;
}
.cid-sQ9QdmVcQy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/why-buy-local-high.gif");
}
.cid-sQ9QdmVcQy .video-wrapper iframe {
  width: 100%;
}
.cid-sQ9QdmVcQy h2,
.cid-sQ9QdmVcQy h4,
.cid-sQ9QdmVcQy p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sQ9QdmVcQy .col-md-6 {
    width: 100%;
  }
}
.cid-sQ9QdmVcQy .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sQ9QdmVcQy .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sQ9QdmVcQy .mbr-section-head {
    text-align: center;
  }
}
.cid-sQ9QdmVcQy .mbr-section-title {
  color: #ff4433;
  margin-bottom: 1rem;
}
.cid-sQ9QdmVcQy .mbr-section-subtitle {
  color: #5ec049;
  margin-bottom: 6px;
}
.cid-sQ9QdmVcQy .mbr-text {
  color: #f0ff38;
}
.cid-sPYvZONrPL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1053.png");
}
.cid-sPYvZONrPL .mbr-media {
  position: relative;
}
.cid-sPYvZONrPL .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sPYvZONrPL .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-sPYvZONrPL .box {
    min-height: 300px;
  }
}
.cid-sPYvZONrPL .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sPYvZONrPL .icon-wrap a {
  height: 20px;
}
.cid-sPYvZONrPL .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-sPYvZONrPL .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-sPYvZONrPL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sPYvZONrPL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sPYvZONrPL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sPYvZONrPL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sPYvZONrPL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sPYvZONrPL .mbr-section-title {
  color: #ffffff;
}
.cid-sPYmu1lQti {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-sPYmu1lQti .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sPYmu1lQti .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sPYmu1lQti .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sPYmu1lQti .mbr-text,
.cid-sPYmu1lQti .mbr-section-btn {
  color: #f0ff38;
}
.cid-sPYpis9kdj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sPYpis9kdj .video-wrapper iframe {
  width: 100%;
}
.cid-sPYpis9kdj .mbr-section-title,
.cid-sPYpis9kdj .mbr-section-subtitle,
.cid-sPYpis9kdj .mbr-text {
  text-align: center;
}
.cid-sPYpis9kdj .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sPYpis9kdj .mbr-text {
  color: #000000;
}
.cid-sHAkWQQ0XK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHAkWQQ0XK .item-wrapper {
  width: 100%;
}
.cid-sHAkWQQ0XK .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-sHAkWQQ0XK .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHAkWQQ0XK .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHAkWQQ0XK .link {
  margin-top: 29px;
}
.cid-sHAkWQQ0XK .col-auto {
  display: inline-block;
}
.cid-sHAkWQQ0XK .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHAkWQQ0XK .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHAkWQQ0XK .container-fluid {
  padding: 0;
}
.cid-sHAkWQQ0XK .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHAkWQQ0XK .right-side {
  padding-left: 0;
}
.cid-sHAkWQQ0XK .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sHAkWQQ0XK .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sHAkWQQ0XK .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sHAkWQQ0XK .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHAkWQQ0XK .right-side {
    padding: 0px;
  }
}
.cid-sHAkWQQ0XK a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHAkWQQ0XK rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHAkWQQ0XK .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHAkWQQ0XK svg {
  margin-left: 15px;
}
.cid-sHAkWQQ0XK path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHAkWQQ0XK .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHAkWQQ0XK .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHAkT71n2i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHAkT71n2i .date {
  margin: 67px 0 14px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sHAkT71n2i .mbr-section-title {
  color: #000000;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-sHAkT71n2i .link {
  margin-top: 22px;
}
.cid-sHAkT71n2i .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-sHAkT71n2i .header {
    margin-bottom: 20px;
  }
  .cid-sHAkT71n2i .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-sHAkT71n2i .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-sHAkT71n2i .link {
    margin-bottom: 40px;
  }
}
.cid-sHAkT71n2i .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-sHAkT71n2i .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHAkT71n2i .part {
  align-items: start;
}
.cid-sHAkT71n2i H3 {
  text-align: center;
}
.cid-sHAkT71n2i a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHAkT71n2i rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHAkT71n2i .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHAkT71n2i svg {
  margin-left: 15px;
}
.cid-sHAkT71n2i path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHAkT71n2i .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHAkT71n2i .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHAkT71n2i .card-heading,
.cid-sHAkT71n2i .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sHAkT71n2i .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-sHAkT71n2i .top1 {
    padding-top: 60px;
  }
}
.cid-ttcHp8aLjD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eccdf3;
}
.cid-ttcHp8aLjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttcHp8aLjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttcHp8aLjD a {
  font-weight: 900;
}
.cid-ttcHp8aLjD .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-ttcHp8aLjD .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ttcHp8aLjD .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ttcHp8aLjD .image-wrapper {
  padding: 0;
}
.cid-ttcHp8aLjD .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ttcHp8aLjD .image-wrapper img {
    border-radius: 0;
  }
}
.cid-ttcHp8aLjD .mbr-section-title {
  color: #353535;
}
.cid-ttcHp8aLjD .mbr-text,
.cid-ttcHp8aLjD .mbr-section-btn {
  color: #353535;
}
.cid-sQa1O1Wiuo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-sQa1O1Wiuo .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sQa1O1Wiuo .title-wrapper {
  padding: 0 12px;
}
.cid-sQa1O1Wiuo .text-block {
  padding: 48px 24px;
}
.cid-sQa1O1Wiuo .video-wrapper iframe {
  width: 100%;
}
.cid-sQa1O1Wiuo .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sQa1O1Wiuo .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sQa1O1Wiuo .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sQa1O1Wiuo .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sQa1O1Wiuo .mbr-text,
.cid-sQa1O1Wiuo .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sQa1O1Wiuo .video-block {
    border-left: none;
  }
  .cid-sQa1O1Wiuo .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sQa1O1Wiuo .title-wrapper {
    padding: 0 48px;
  }
  .cid-sQa1O1Wiuo .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sQ4nNQv1dx.popup-builder {
  background-color: #ffffff;
}
.cid-sQ4nNQv1dx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ4nNQv1dx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ4nNQv1dx .modal-content,
.cid-sQ4nNQv1dx .modal-dialog {
  height: auto;
}
.cid-sQ4nNQv1dx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ4nNQv1dx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ4nNQv1dx .form-wrapper .mbr-form .form-group,
  .cid-sQ4nNQv1dx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ4nNQv1dx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ4nNQv1dx .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-sQ4nNQv1dx .mbr-text {
  text-align: center;
}
.cid-sQ4nNQv1dx .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ4nNQv1dx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ4nNQv1dx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ4nNQv1dx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ4nNQv1dx .modal-open {
  overflow: hidden;
}
.cid-sQ4nNQv1dx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ4nNQv1dx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ4nNQv1dx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ4nNQv1dx .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-sQ4nNQv1dx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ4nNQv1dx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ4nNQv1dx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ4nNQv1dx .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-sQ4nNQv1dx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ4nNQv1dx .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ4nNQv1dx .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ4nNQv1dx .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-sQ4nNQv1dx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ4nNQv1dx .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ4nNQv1dx .modal-header .close:focus {
  outline: none;
}
.cid-sQ4nNQv1dx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ4nNQv1dx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sQ4nNQv1dx .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-sQ4nNQv1dx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ4nNQv1dx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ4nNQv1dx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ4nNQv1dx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ4nNQv1dx .modal-sm {
    max-width: 300px;
  }
  .cid-sQ4nNQv1dx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sQ4nNQv1dx .modal-lg,
  .cid-sQ4nNQv1dx .modal-xl {
    max-width: 800px;
  }
  .cid-sQ4nNQv1dx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ4nNQv1dx .modal-xl {
    max-width: 1140px;
  }
  .cid-sQ4nNQv1dx .container {
    max-width: 1140px;
  }
}
.cid-sQ4nNQv1dx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sQ4nNQv1dx .container {
    max-width: 720px;
  }
}
.cid-sQ4nNQv1dx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ4nNQv1dx .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-sQ4nNQv1dx .form-group {
  margin-bottom: 1rem;
}
.cid-sQ4nNQv1dx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ4nNQv1dx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ4nNQv1dx .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-sQ4nPcKMfZ.popup-builder {
  background-color: #ffffff;
}
.cid-sQ4nPcKMfZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ4nPcKMfZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ4nPcKMfZ .modal-content,
.cid-sQ4nPcKMfZ .modal-dialog {
  height: auto;
}
.cid-sQ4nPcKMfZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ4nPcKMfZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ4nPcKMfZ .form-wrapper .mbr-form .form-group,
  .cid-sQ4nPcKMfZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ4nPcKMfZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ4nPcKMfZ .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-sQ4nPcKMfZ .mbr-text {
  text-align: center;
}
.cid-sQ4nPcKMfZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ4nPcKMfZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ4nPcKMfZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ4nPcKMfZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ4nPcKMfZ .modal-open {
  overflow: hidden;
}
.cid-sQ4nPcKMfZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ4nPcKMfZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ4nPcKMfZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ4nPcKMfZ .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-sQ4nPcKMfZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ4nPcKMfZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ4nPcKMfZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ4nPcKMfZ .modal-content {
  background: #55b4d4;
  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-sQ4nPcKMfZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ4nPcKMfZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ4nPcKMfZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ4nPcKMfZ .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-sQ4nPcKMfZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ4nPcKMfZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ4nPcKMfZ .modal-header .close:focus {
  outline: none;
}
.cid-sQ4nPcKMfZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-sQ4nPcKMfZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sQ4nPcKMfZ .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-sQ4nPcKMfZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ4nPcKMfZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ4nPcKMfZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ4nPcKMfZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ4nPcKMfZ .modal-sm {
    max-width: 300px;
  }
  .cid-sQ4nPcKMfZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sQ4nPcKMfZ .modal-lg,
  .cid-sQ4nPcKMfZ .modal-xl {
    max-width: 800px;
  }
  .cid-sQ4nPcKMfZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ4nPcKMfZ .modal-xl {
    max-width: 1140px;
  }
  .cid-sQ4nPcKMfZ .container {
    max-width: 1140px;
  }
}
.cid-sQ4nPcKMfZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sQ4nPcKMfZ .container {
    max-width: 720px;
  }
}
.cid-sQ4nPcKMfZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ4nPcKMfZ .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-sQ4nPcKMfZ .form-group {
  margin-bottom: 1rem;
}
.cid-sQ4nPcKMfZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ4nPcKMfZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ4nPcKMfZ .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-sRLsFAiAyj.popup-builder {
  background-color: #ffffff;
}
.cid-sRLsFAiAyj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRLsFAiAyj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRLsFAiAyj .modal-content,
.cid-sRLsFAiAyj .modal-dialog {
  height: auto;
}
.cid-sRLsFAiAyj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRLsFAiAyj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRLsFAiAyj .form-wrapper .mbr-form .form-group,
  .cid-sRLsFAiAyj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRLsFAiAyj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRLsFAiAyj .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-sRLsFAiAyj .mbr-text {
  text-align: center;
}
.cid-sRLsFAiAyj .pt-0 {
  padding-top: 0 !important;
}
.cid-sRLsFAiAyj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRLsFAiAyj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRLsFAiAyj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRLsFAiAyj .modal-open {
  overflow: hidden;
}
.cid-sRLsFAiAyj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRLsFAiAyj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRLsFAiAyj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRLsFAiAyj .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-sRLsFAiAyj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRLsFAiAyj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRLsFAiAyj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRLsFAiAyj .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-sRLsFAiAyj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRLsFAiAyj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRLsFAiAyj .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRLsFAiAyj .modal-backdrop.show {
  opacity: .5;
}
.cid-sRLsFAiAyj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sRLsFAiAyj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRLsFAiAyj .modal-header {
    padding: 1rem;
  }
}
.cid-sRLsFAiAyj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRLsFAiAyj .modal-header .close svg {
  fill: #353535;
}
.cid-sRLsFAiAyj .modal-header .close:hover {
  opacity: 1;
}
.cid-sRLsFAiAyj .modal-header .close:focus {
  outline: none;
}
.cid-sRLsFAiAyj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sRLsFAiAyj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRLsFAiAyj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRLsFAiAyj .modal-body {
    padding: 1rem;
  }
}
.cid-sRLsFAiAyj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sRLsFAiAyj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRLsFAiAyj .modal-footer {
    padding: 1rem;
  }
}
.cid-sRLsFAiAyj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRLsFAiAyj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRLsFAiAyj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRLsFAiAyj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRLsFAiAyj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRLsFAiAyj .modal-lg,
  .cid-sRLsFAiAyj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRLsFAiAyj .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRLsFAiAyj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRLsFAiAyj .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-sRLsFAiAyj .form-group {
  margin-bottom: 1rem;
}
.cid-sRLsFAiAyj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRLsFAiAyj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRLsFAiAyj .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-sRLsFAiAyj .mbr-section-btn {
  margin: 0;
}
.cid-sRLsFAiAyj .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRLuoE54IL.popup-builder {
  background-color: #ffffff;
}
.cid-sRLuoE54IL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRLuoE54IL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRLuoE54IL .modal-content,
.cid-sRLuoE54IL .modal-dialog {
  height: auto;
}
.cid-sRLuoE54IL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRLuoE54IL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRLuoE54IL .form-wrapper .mbr-form .form-group,
  .cid-sRLuoE54IL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRLuoE54IL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRLuoE54IL .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-sRLuoE54IL .mbr-text {
  text-align: center;
}
.cid-sRLuoE54IL .pt-0 {
  padding-top: 0 !important;
}
.cid-sRLuoE54IL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRLuoE54IL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRLuoE54IL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRLuoE54IL .modal-open {
  overflow: hidden;
}
.cid-sRLuoE54IL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRLuoE54IL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRLuoE54IL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRLuoE54IL .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-sRLuoE54IL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRLuoE54IL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRLuoE54IL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRLuoE54IL .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-sRLuoE54IL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRLuoE54IL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRLuoE54IL .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRLuoE54IL .modal-backdrop.show {
  opacity: .5;
}
.cid-sRLuoE54IL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sRLuoE54IL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRLuoE54IL .modal-header {
    padding: 1rem;
  }
}
.cid-sRLuoE54IL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRLuoE54IL .modal-header .close svg {
  fill: #353535;
}
.cid-sRLuoE54IL .modal-header .close:hover {
  opacity: 1;
}
.cid-sRLuoE54IL .modal-header .close:focus {
  outline: none;
}
.cid-sRLuoE54IL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sRLuoE54IL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRLuoE54IL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRLuoE54IL .modal-body {
    padding: 1rem;
  }
}
.cid-sRLuoE54IL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sRLuoE54IL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRLuoE54IL .modal-footer {
    padding: 1rem;
  }
}
.cid-sRLuoE54IL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRLuoE54IL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRLuoE54IL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRLuoE54IL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRLuoE54IL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRLuoE54IL .modal-lg,
  .cid-sRLuoE54IL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRLuoE54IL .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRLuoE54IL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRLuoE54IL .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-sRLuoE54IL .form-group {
  margin-bottom: 1rem;
}
.cid-sRLuoE54IL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRLuoE54IL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRLuoE54IL .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-sRLuoE54IL .mbr-section-btn {
  margin: 0;
}
.cid-sRLuoE54IL .mbr-section-btn .btn {
  margin: 0;
}
.cid-trvZtO8oBQ .navbar-dropdown {
  position: relative !important;
}
.cid-trvZtO8oBQ .nav-link {
  font-weight: 600;
  position: relative;
}
.cid-trvZtO8oBQ .nav-link:hover {
  color: #4c4c4c !important;
}
.cid-trvZtO8oBQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trvZtO8oBQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trvZtO8oBQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trvZtO8oBQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trvZtO8oBQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trvZtO8oBQ .dropdown-item:hover,
.cid-trvZtO8oBQ .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-trvZtO8oBQ .dropdown-item:hover span {
  color: white;
}
.cid-trvZtO8oBQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trvZtO8oBQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trvZtO8oBQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trvZtO8oBQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trvZtO8oBQ .container {
    flex-wrap: nowrap;
  }
}
.cid-trvZtO8oBQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trvZtO8oBQ .dropdown-menu,
.cid-trvZtO8oBQ .navbar.opened {
  background: #ffffff !important;
}
.cid-trvZtO8oBQ .nav-item:focus,
.cid-trvZtO8oBQ .nav-link:focus {
  outline: none;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trvZtO8oBQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trvZtO8oBQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-trvZtO8oBQ .navbar.opened {
  transition: all 0.3s;
}
.cid-trvZtO8oBQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trvZtO8oBQ .navbar .navbar-logo img {
  width: auto;
}
.cid-trvZtO8oBQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trvZtO8oBQ .navbar.collapsed {
  justify-content: center;
}
.cid-trvZtO8oBQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trvZtO8oBQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trvZtO8oBQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trvZtO8oBQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trvZtO8oBQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trvZtO8oBQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trvZtO8oBQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trvZtO8oBQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trvZtO8oBQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trvZtO8oBQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trvZtO8oBQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trvZtO8oBQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trvZtO8oBQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trvZtO8oBQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-trvZtO8oBQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trvZtO8oBQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trvZtO8oBQ .dropdown-item.active,
.cid-trvZtO8oBQ .dropdown-item:active {
  background-color: transparent;
}
.cid-trvZtO8oBQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trvZtO8oBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trvZtO8oBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trvZtO8oBQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trvZtO8oBQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trvZtO8oBQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trvZtO8oBQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-trvZtO8oBQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trvZtO8oBQ .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-trvZtO8oBQ .navbar {
    height: 70px;
  }
  .cid-trvZtO8oBQ .navbar.opened {
    height: auto;
  }
  .cid-trvZtO8oBQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQa8o33nRY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/qrgo-low.gif");
}
.cid-sQa8o33nRY .mbr-media {
  position: relative;
}
.cid-sQa8o33nRY .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sQa8o33nRY .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-sQa8o33nRY .box {
    min-height: 300px;
  }
}
.cid-sQa8o33nRY .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sQa8o33nRY .icon-wrap a {
  height: 20px;
}
.cid-sQa8o33nRY .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-sQa8o33nRY .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-sQa8o33nRY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sQa8o33nRY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sQa8o33nRY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sQa8o33nRY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sQa8o33nRY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sQa8o33nRY .mbr-section-title {
  color: #ffe3e1;
}
.cid-tokykSkp1v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-tokykSkp1v .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tokykSkp1v .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tokykSkp1v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tokykSkp1v .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tokykSkp1v .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tokykSkp1v .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tokykSkp1v .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tokykSkp1v .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tokykSkp1v .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tokykSkp1v .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-tokykSkp1v .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tokykSkp1v .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tokykSkp1v .mbr-section-button {
  margin-top: 25px;
}
.cid-sQ48APfUS3 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/ad-67-502x356.png");
}
@media (min-width: 992px) {
  .cid-sQ48APfUS3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ48APfUS3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ48APfUS3 .mbr-text {
    text-align: center;
  }
}
.cid-sQ48APfUS3 H1 {
  color: #5cff00;
}
.cid-sQxGmOjiyK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sQxGmOjiyK .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sQxGmOjiyK .text-wrapper {
    padding: 0 3rem 0 0;
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sQxGmOjiyK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQxGmOjiyK .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQxGmOjiyK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQxGmOjiyK .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-sQxGmOjiyK .mbr-section-tag {
  color: #fefd36;
  margin-bottom: 7px;
}
.cid-sQxGmOjiyK .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sQxGmOjiyK .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-sQxGmOjiyK .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-sQxGmOjiyK .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sQxGmOjiyK .list {
  list-style: none;
  padding-left: 0;
}
.cid-sQxGmOjiyK .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-sQxGmOjiyK .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-sQxGmOjiyK .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #32fd07;
}
.cid-sQxGmOjiyK .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-sQxGmOjiyK .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sQxGmOjiyK .mbr-section-title b:last-child,
.cid-sQxGmOjiyK .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-thjmHdbhco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-thjmHdbhco .mbr-fallback-image.disabled {
  display: none;
}
.cid-thjmHdbhco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thjmHdbhco .row {
  flex-direction: row-reverse;
}
.cid-thjmHdbhco .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-thjmHdbhco .col-text {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-thjmHdbhco .col-text {
    order: 2;
  }
}
.cid-thjmHdbhco .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-thjmHdbhco .col-img {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-thjmHdbhco .col-img {
    order: 1;
  }
}
.cid-thjmHdbhco .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thjmHdbhco .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-thjmHdbhco .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-thjmHdbhco .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-thjmHdbhco .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-thjmHdbhco .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-thjmHdbhco .mbr-section-btn {
    width: 100%;
  }
}
.cid-thjmHdbhco .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-thjmHdbhco .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-thjmHdbhco .image-wrapper {
    height: auto;
  }
}
.cid-thjmHdbhco .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-thjmHdbhco .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-thjmHdbhco .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-thjmHdbhco .mbr-text,
.cid-thjmHdbhco .link-wrap {
  color: #f0ff38;
}
.cid-thjmHdbhco .card-title,
.cid-thjmHdbhco .mbr-section-btn {
  color: #ffe3e1;
}
.cid-sQ48CXA1tQ.popup-builder {
  background-color: #ffffff;
}
.cid-sQ48CXA1tQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ48CXA1tQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ48CXA1tQ .modal-content,
.cid-sQ48CXA1tQ .modal-dialog {
  height: auto;
}
.cid-sQ48CXA1tQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ48CXA1tQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ48CXA1tQ .form-wrapper .mbr-form .form-group,
  .cid-sQ48CXA1tQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ48CXA1tQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ48CXA1tQ .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-sQ48CXA1tQ .mbr-text {
  text-align: center;
}
.cid-sQ48CXA1tQ .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ48CXA1tQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ48CXA1tQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ48CXA1tQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ48CXA1tQ .modal-open {
  overflow: hidden;
}
.cid-sQ48CXA1tQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ48CXA1tQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ48CXA1tQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ48CXA1tQ .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-sQ48CXA1tQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ48CXA1tQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ48CXA1tQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ48CXA1tQ .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-sQ48CXA1tQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ48CXA1tQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ48CXA1tQ .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ48CXA1tQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ48CXA1tQ .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ48CXA1tQ .modal-header {
    padding: 1rem;
  }
}
.cid-sQ48CXA1tQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ48CXA1tQ .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ48CXA1tQ .modal-header .close:focus {
  outline: none;
}
.cid-sQ48CXA1tQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ48CXA1tQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sQ48CXA1tQ .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ48CXA1tQ .modal-body {
    padding: 1rem;
  }
}
.cid-sQ48CXA1tQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ48CXA1tQ .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ48CXA1tQ .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ48CXA1tQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ48CXA1tQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ48CXA1tQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ48CXA1tQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ48CXA1tQ .modal-sm {
    max-width: 300px;
  }
  .cid-sQ48CXA1tQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sQ48CXA1tQ .modal-lg,
  .cid-sQ48CXA1tQ .modal-xl {
    max-width: 800px;
  }
  .cid-sQ48CXA1tQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ48CXA1tQ .modal-xl {
    max-width: 1140px;
  }
  .cid-sQ48CXA1tQ .container {
    max-width: 1140px;
  }
}
.cid-sQ48CXA1tQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sQ48CXA1tQ .container {
    max-width: 720px;
  }
}
.cid-sQ48CXA1tQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ48CXA1tQ .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-sQ48CXA1tQ .form-group {
  margin-bottom: 1rem;
}
.cid-sQ48CXA1tQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ48CXA1tQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ48CXA1tQ .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-ttcMTnAAAi.popup-builder {
  background-color: #ffffff;
}
.cid-ttcMTnAAAi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttcMTnAAAi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttcMTnAAAi .modal-content,
.cid-ttcMTnAAAi .modal-dialog {
  height: auto;
}
.cid-ttcMTnAAAi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttcMTnAAAi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttcMTnAAAi .form-wrapper .mbr-form .form-group,
  .cid-ttcMTnAAAi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttcMTnAAAi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttcMTnAAAi .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-ttcMTnAAAi .mbr-text {
  text-align: center;
}
.cid-ttcMTnAAAi .pt-0 {
  padding-top: 0 !important;
}
.cid-ttcMTnAAAi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttcMTnAAAi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttcMTnAAAi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttcMTnAAAi .modal-open {
  overflow: hidden;
}
.cid-ttcMTnAAAi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttcMTnAAAi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttcMTnAAAi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttcMTnAAAi .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-ttcMTnAAAi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttcMTnAAAi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttcMTnAAAi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttcMTnAAAi .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-ttcMTnAAAi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttcMTnAAAi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttcMTnAAAi .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttcMTnAAAi .modal-backdrop.show {
  opacity: .5;
}
.cid-ttcMTnAAAi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ttcMTnAAAi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttcMTnAAAi .modal-header {
    padding: 1rem;
  }
}
.cid-ttcMTnAAAi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttcMTnAAAi .modal-header .close svg {
  fill: #353535;
}
.cid-ttcMTnAAAi .modal-header .close:hover {
  opacity: 1;
}
.cid-ttcMTnAAAi .modal-header .close:focus {
  outline: none;
}
.cid-ttcMTnAAAi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ttcMTnAAAi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttcMTnAAAi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttcMTnAAAi .modal-body {
    padding: 1rem;
  }
}
.cid-ttcMTnAAAi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ttcMTnAAAi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttcMTnAAAi .modal-footer {
    padding: 1rem;
  }
}
.cid-ttcMTnAAAi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttcMTnAAAi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttcMTnAAAi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttcMTnAAAi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttcMTnAAAi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttcMTnAAAi .modal-lg,
  .cid-ttcMTnAAAi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttcMTnAAAi .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttcMTnAAAi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttcMTnAAAi .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-ttcMTnAAAi .form-group {
  margin-bottom: 1rem;
}
.cid-ttcMTnAAAi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttcMTnAAAi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttcMTnAAAi .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-ttcMTnAAAi .mbr-section-btn {
  margin: 0;
}
.cid-ttcMTnAAAi .mbr-section-btn .btn {
  margin: 0;
}
.cid-trvZtO8oBQ .navbar-dropdown {
  position: relative !important;
}
.cid-trvZtO8oBQ .nav-link {
  font-weight: 600;
  position: relative;
}
.cid-trvZtO8oBQ .nav-link:hover {
  color: #4c4c4c !important;
}
.cid-trvZtO8oBQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trvZtO8oBQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trvZtO8oBQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trvZtO8oBQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trvZtO8oBQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trvZtO8oBQ .dropdown-item:hover,
.cid-trvZtO8oBQ .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-trvZtO8oBQ .dropdown-item:hover span {
  color: white;
}
.cid-trvZtO8oBQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trvZtO8oBQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trvZtO8oBQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trvZtO8oBQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trvZtO8oBQ .container {
    flex-wrap: nowrap;
  }
}
.cid-trvZtO8oBQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trvZtO8oBQ .dropdown-menu,
.cid-trvZtO8oBQ .navbar.opened {
  background: #ffffff !important;
}
.cid-trvZtO8oBQ .nav-item:focus,
.cid-trvZtO8oBQ .nav-link:focus {
  outline: none;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trvZtO8oBQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trvZtO8oBQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-trvZtO8oBQ .navbar.opened {
  transition: all 0.3s;
}
.cid-trvZtO8oBQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trvZtO8oBQ .navbar .navbar-logo img {
  width: auto;
}
.cid-trvZtO8oBQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trvZtO8oBQ .navbar.collapsed {
  justify-content: center;
}
.cid-trvZtO8oBQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trvZtO8oBQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trvZtO8oBQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trvZtO8oBQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trvZtO8oBQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trvZtO8oBQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trvZtO8oBQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trvZtO8oBQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trvZtO8oBQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trvZtO8oBQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trvZtO8oBQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trvZtO8oBQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trvZtO8oBQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trvZtO8oBQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-trvZtO8oBQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trvZtO8oBQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trvZtO8oBQ .dropdown-item.active,
.cid-trvZtO8oBQ .dropdown-item:active {
  background-color: transparent;
}
.cid-trvZtO8oBQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trvZtO8oBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trvZtO8oBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trvZtO8oBQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trvZtO8oBQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trvZtO8oBQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trvZtO8oBQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-trvZtO8oBQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trvZtO8oBQ .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-trvZtO8oBQ .navbar {
    height: 70px;
  }
  .cid-trvZtO8oBQ .navbar.opened {
    height: auto;
  }
  .cid-trvZtO8oBQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to335HG0Kn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-to335HG0Kn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-to335HG0Kn .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-to335HG0Kn .mbr-text,
.cid-to335HG0Kn .mbr-section-btn {
  color: #ffffff;
}
.cid-to335HG0Kn .mbr-section-title {
  color: #ffffff;
}
.cid-sQ496DDIOU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sQ496DDIOU .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sQ496DDIOU .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sQ496DDIOU .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sQ496DDIOU .mbr-text,
.cid-sQ496DDIOU .mbr-section-btn {
  color: #f7ed4a;
}
.cid-sQ496DDIOU H1 {
  color: #e4d295;
}
.cid-sQ496DDIOU H3 {
  color: #f9f295;
  text-align: center;
}
.cid-sQQbktsEvL {
  padding-top: 120px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/5-1183x789.jpg");
}
.cid-sQQbktsEvL .first,
.cid-sQQbktsEvL .second,
.cid-sQQbktsEvL .third {
  display: inline-block;
}
.cid-sQQbktsEvL img {
  max-width: 350px;
  height: auto;
}
.cid-sQQbktsEvL .mbr-section-title {
  color: #f9f295;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-sQQbktsEvL .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.cid-sQQbktsEvL .row {
  align-items: flex-end;
}
.cid-sQQbktsEvL .padd {
  padding: 0 15px;
  margin: 0;
}
.cid-to36nQ1fMS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-to36nQ1fMS .mbr-media {
  position: relative;
}
.cid-to36nQ1fMS .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-to36nQ1fMS .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-to36nQ1fMS .box {
    min-height: 300px;
  }
}
.cid-to36nQ1fMS .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-to36nQ1fMS .icon-wrap a {
  height: 20px;
}
.cid-to36nQ1fMS .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-to36nQ1fMS .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-to36nQ1fMS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-to36nQ1fMS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-to36nQ1fMS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-to36nQ1fMS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-to36nQ1fMS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-to36nQ1fMS .mbr-section-title {
  color: #ffffff;
}
.cid-tfZYuBp2rG {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.jpg");
}
@media (min-width: 992px) {
  .cid-tfZYuBp2rG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tfZYuBp2rG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tfZYuBp2rG .mbr-text {
    text-align: center;
  }
}
.cid-tfZYuBp2rG H1 {
  color: #fcfc00;
}
.cid-tfZYuBp2rG H3 {
  color: #f9f295;
}
.cid-sQanaIIOPf.popup-builder {
  background-color: #ffffff;
}
.cid-sQanaIIOPf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQanaIIOPf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQanaIIOPf .modal-content,
.cid-sQanaIIOPf .modal-dialog {
  height: auto;
}
.cid-sQanaIIOPf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQanaIIOPf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQanaIIOPf .form-wrapper .mbr-form .form-group,
  .cid-sQanaIIOPf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQanaIIOPf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQanaIIOPf .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-sQanaIIOPf .mbr-text {
  text-align: center;
}
.cid-sQanaIIOPf .pt-0 {
  padding-top: 0 !important;
}
.cid-sQanaIIOPf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQanaIIOPf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQanaIIOPf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQanaIIOPf .modal-open {
  overflow: hidden;
}
.cid-sQanaIIOPf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQanaIIOPf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQanaIIOPf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQanaIIOPf .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-sQanaIIOPf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQanaIIOPf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQanaIIOPf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQanaIIOPf .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-sQanaIIOPf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sQanaIIOPf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQanaIIOPf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQanaIIOPf .modal-backdrop.show {
  opacity: .5;
}
.cid-sQanaIIOPf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQanaIIOPf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQanaIIOPf .modal-header {
    padding: 1rem;
  }
}
.cid-sQanaIIOPf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQanaIIOPf .modal-header .close svg {
  fill: #353535;
}
.cid-sQanaIIOPf .modal-header .close:hover {
  opacity: 1;
}
.cid-sQanaIIOPf .modal-header .close:focus {
  outline: none;
}
.cid-sQanaIIOPf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff4433;
}
.cid-sQanaIIOPf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sQanaIIOPf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQanaIIOPf .modal-body {
    padding: 1rem;
  }
}
.cid-sQanaIIOPf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQanaIIOPf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQanaIIOPf .modal-footer {
    padding: 1rem;
  }
}
.cid-sQanaIIOPf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQanaIIOPf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQanaIIOPf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQanaIIOPf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQanaIIOPf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sQanaIIOPf .modal-lg,
  .cid-sQanaIIOPf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sQanaIIOPf .modal-xl {
    max-width: 1140px;
  }
}
.cid-sQanaIIOPf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQanaIIOPf .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-sQanaIIOPf .form-group {
  margin-bottom: 1rem;
}
.cid-sQanaIIOPf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQanaIIOPf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQanaIIOPf .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-sQanaIIOPf .mbr-section-btn {
  margin: 0;
}
.cid-sQanaIIOPf .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQ4a8EIg6U.popup-builder {
  background-color: #ffffff;
}
.cid-sQ4a8EIg6U.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQ4a8EIg6U.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQ4a8EIg6U .modal-content,
.cid-sQ4a8EIg6U .modal-dialog {
  height: auto;
}
.cid-sQ4a8EIg6U .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQ4a8EIg6U .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQ4a8EIg6U .form-wrapper .mbr-form .form-group,
  .cid-sQ4a8EIg6U .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQ4a8EIg6U .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQ4a8EIg6U .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-sQ4a8EIg6U .mbr-text {
  text-align: center;
}
.cid-sQ4a8EIg6U .pt-0 {
  padding-top: 0 !important;
}
.cid-sQ4a8EIg6U .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQ4a8EIg6U .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQ4a8EIg6U .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQ4a8EIg6U .modal-open {
  overflow: hidden;
}
.cid-sQ4a8EIg6U .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQ4a8EIg6U .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQ4a8EIg6U .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQ4a8EIg6U .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-sQ4a8EIg6U .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQ4a8EIg6U .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQ4a8EIg6U .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQ4a8EIg6U .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-sQ4a8EIg6U .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQ4a8EIg6U .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQ4a8EIg6U .modal-backdrop.show {
  opacity: .5;
}
.cid-sQ4a8EIg6U .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sQ4a8EIg6U .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ4a8EIg6U .modal-header {
    padding: 1rem;
  }
}
.cid-sQ4a8EIg6U .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQ4a8EIg6U .modal-header .close:hover {
  opacity: 1;
}
.cid-sQ4a8EIg6U .modal-header .close:focus {
  outline: none;
}
.cid-sQ4a8EIg6U .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sQ4a8EIg6U .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sQ4a8EIg6U .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ4a8EIg6U .modal-body {
    padding: 1rem;
  }
}
.cid-sQ4a8EIg6U .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQ4a8EIg6U .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQ4a8EIg6U .modal-footer {
    padding: 1rem;
  }
}
.cid-sQ4a8EIg6U .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQ4a8EIg6U .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQ4a8EIg6U .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQ4a8EIg6U .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQ4a8EIg6U .modal-sm {
    max-width: 300px;
  }
  .cid-sQ4a8EIg6U .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sQ4a8EIg6U .modal-lg,
  .cid-sQ4a8EIg6U .modal-xl {
    max-width: 800px;
  }
  .cid-sQ4a8EIg6U .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sQ4a8EIg6U .modal-xl {
    max-width: 1140px;
  }
  .cid-sQ4a8EIg6U .container {
    max-width: 1140px;
  }
}
.cid-sQ4a8EIg6U .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sQ4a8EIg6U .container {
    max-width: 720px;
  }
}
.cid-sQ4a8EIg6U .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQ4a8EIg6U .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-sQ4a8EIg6U .form-group {
  margin-bottom: 1rem;
}
.cid-sQ4a8EIg6U .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQ4a8EIg6U .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQ4a8EIg6U .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-sQaoOWVx8k.popup-builder {
  background-color: #ffffff;
}
.cid-sQaoOWVx8k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sQaoOWVx8k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sQaoOWVx8k .modal-content,
.cid-sQaoOWVx8k .modal-dialog {
  height: auto;
}
.cid-sQaoOWVx8k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sQaoOWVx8k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sQaoOWVx8k .form-wrapper .mbr-form .form-group,
  .cid-sQaoOWVx8k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sQaoOWVx8k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sQaoOWVx8k .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-sQaoOWVx8k .mbr-text {
  text-align: center;
}
.cid-sQaoOWVx8k .pt-0 {
  padding-top: 0 !important;
}
.cid-sQaoOWVx8k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sQaoOWVx8k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sQaoOWVx8k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sQaoOWVx8k .modal-open {
  overflow: hidden;
}
.cid-sQaoOWVx8k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sQaoOWVx8k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sQaoOWVx8k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sQaoOWVx8k .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-sQaoOWVx8k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sQaoOWVx8k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sQaoOWVx8k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sQaoOWVx8k .modal-content {
  background: #55b4d4;
  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-sQaoOWVx8k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sQaoOWVx8k .modal-backdrop.fade {
  opacity: 0;
}
.cid-sQaoOWVx8k .modal-backdrop.show {
  opacity: .5;
}
.cid-sQaoOWVx8k .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-sQaoOWVx8k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sQaoOWVx8k .modal-header .close:hover {
  opacity: 1;
}
.cid-sQaoOWVx8k .modal-header .close:focus {
  outline: none;
}
.cid-sQaoOWVx8k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-sQaoOWVx8k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sQaoOWVx8k .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-sQaoOWVx8k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sQaoOWVx8k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sQaoOWVx8k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sQaoOWVx8k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sQaoOWVx8k .modal-sm {
    max-width: 300px;
  }
  .cid-sQaoOWVx8k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sQaoOWVx8k .modal-lg,
  .cid-sQaoOWVx8k .modal-xl {
    max-width: 800px;
  }
  .cid-sQaoOWVx8k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sQaoOWVx8k .modal-xl {
    max-width: 1140px;
  }
  .cid-sQaoOWVx8k .container {
    max-width: 1140px;
  }
}
.cid-sQaoOWVx8k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sQaoOWVx8k .container {
    max-width: 720px;
  }
}
.cid-sQaoOWVx8k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sQaoOWVx8k .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-sQaoOWVx8k .form-group {
  margin-bottom: 1rem;
}
.cid-sQaoOWVx8k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sQaoOWVx8k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sQaoOWVx8k .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-trvZtO8oBQ .navbar-dropdown {
  position: relative !important;
}
.cid-trvZtO8oBQ .nav-link {
  font-weight: 600;
  position: relative;
}
.cid-trvZtO8oBQ .nav-link:hover {
  color: #4c4c4c !important;
}
.cid-trvZtO8oBQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trvZtO8oBQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trvZtO8oBQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trvZtO8oBQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trvZtO8oBQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trvZtO8oBQ .dropdown-item:hover,
.cid-trvZtO8oBQ .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-trvZtO8oBQ .dropdown-item:hover span {
  color: white;
}
.cid-trvZtO8oBQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trvZtO8oBQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trvZtO8oBQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trvZtO8oBQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trvZtO8oBQ .container {
    flex-wrap: nowrap;
  }
}
.cid-trvZtO8oBQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trvZtO8oBQ .dropdown-menu,
.cid-trvZtO8oBQ .navbar.opened {
  background: #ffffff !important;
}
.cid-trvZtO8oBQ .nav-item:focus,
.cid-trvZtO8oBQ .nav-link:focus {
  outline: none;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trvZtO8oBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trvZtO8oBQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trvZtO8oBQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trvZtO8oBQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-trvZtO8oBQ .navbar.opened {
  transition: all 0.3s;
}
.cid-trvZtO8oBQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trvZtO8oBQ .navbar .navbar-logo img {
  width: auto;
}
.cid-trvZtO8oBQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trvZtO8oBQ .navbar.collapsed {
  justify-content: center;
}
.cid-trvZtO8oBQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trvZtO8oBQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trvZtO8oBQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trvZtO8oBQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trvZtO8oBQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trvZtO8oBQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trvZtO8oBQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trvZtO8oBQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trvZtO8oBQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trvZtO8oBQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trvZtO8oBQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trvZtO8oBQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trvZtO8oBQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trvZtO8oBQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trvZtO8oBQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trvZtO8oBQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-trvZtO8oBQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trvZtO8oBQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trvZtO8oBQ .dropdown-item.active,
.cid-trvZtO8oBQ .dropdown-item:active {
  background-color: transparent;
}
.cid-trvZtO8oBQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trvZtO8oBQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trvZtO8oBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trvZtO8oBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trvZtO8oBQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trvZtO8oBQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trvZtO8oBQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trvZtO8oBQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trvZtO8oBQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trvZtO8oBQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trvZtO8oBQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-trvZtO8oBQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trvZtO8oBQ .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-trvZtO8oBQ .navbar {
    height: 70px;
  }
  .cid-trvZtO8oBQ .navbar.opened {
    height: auto;
  }
  .cid-trvZtO8oBQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
