@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.65rem + (2.8 - 1.65) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65rem + (2.8 - 1.65) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.05rem + (1.6 - 1.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.05rem + (1.6 - 1.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.65rem + (0.8 - 0.65) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.65rem + (0.8 - 0.65) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.98rem;
    font-size: calc( 0.95rem + (1.4 - 0.95) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95rem + (1.4 - 0.95) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.7rem;
    font-size: calc( 0.75rem + (1 - 0.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.75rem + (1 - 0.75) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !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,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #4479d9;
}
/* 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: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !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: #5cdb95 !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='%234479d9' %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.6s;
}
#custom-html-h4 .videoback {
  background-color: #bed3f9;
}
#custom-html-h4 .centered {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
#custom-html-h4 code {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  display: inline-block;
  vertical-align: middle;
}
.cid-tt3Zdh385i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-tt3Zdh385i img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-tt3Zdh385i .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-tt3Zdh385i .brand {
  display: flex;
  justify-content: center;
}
.cid-tt3Zdh385i .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-tt3Zdh385i .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-tt3Zdh385i .row-main {
    flex-direction: column;
  }
  .cid-tt3Zdh385i .col-auto {
    margin-bottom: 10px;
  }
  .cid-tt3Zdh385i .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tt3Zdh385i .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-tt3Zdh385i .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tt3Zdh385i .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-t6kLyjkkV9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-t6kLyjkkV9 .mbr-section-title {
  color: #05386b;
}
.cid-t6kLyjkkV9 .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFAOw5Fdod {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-sFAOw5Fdod img,
.cid-sFAOw5Fdod .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFAOw5Fdod .item:focus,
.cid-sFAOw5Fdod span:focus {
  outline: none;
}
.cid-sFAOw5Fdod .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFAOw5Fdod .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFAOw5Fdod .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFAOw5Fdod .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFAOw5Fdod .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFAOw5Fdod .mbr-section-title {
  color: #05386b;
}
.cid-sFAOw5Fdod .mbr-text,
.cid-sFAOw5Fdod .mbr-section-btn {
  text-align: justify;
}
.cid-sFAOw5Fdod .item-title {
  text-align: left;
  color: #05386b;
}
.cid-sFAOw5Fdod .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sFAOw5Fdod .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFAOw5Fdod .tengah {
  z-index: 3;
  width: 20rem;
  position: absolute;
  top: 390px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t86ANfMa5Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-t86ANfMa5Z img,
.cid-t86ANfMa5Z .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-t86ANfMa5Z .item:focus,
.cid-t86ANfMa5Z span:focus {
  outline: none;
}
.cid-t86ANfMa5Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-t86ANfMa5Z .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-t86ANfMa5Z .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-t86ANfMa5Z .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-t86ANfMa5Z .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t86ANfMa5Z .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t86ANfMa5Z .item-title {
  text-align: center;
}
.cid-t86ANfMa5Z .item-subtitle {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t86ANfMa5Z .mbr-text {
  text-align: left;
  color: #70747f;
}
.cid-t86ANfMa5Z .item-footer {
  margin-top: 14px;
}
.cid-t86ANfMa5Z .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-t86ANfMa5Z .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-t86ANfMa5Z .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-t86ANfMa5Z .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-t86ANfMa5Z .mbr-price,
.cid-t86ANfMa5Z .mbr-section-btn {
  text-align: center;
  color: #e43f3f;
}
.cid-t86ANfMa5Z .mbr-amount,
.cid-t86ANfMa5Z .mbr-section-btn {
  text-align: center;
}
.cid-t86ANfMa5Z li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t86ANfMa5Z .mbr-section-title {
  text-align: center;
  color: #05386b;
}
.cid-t86ANfMa5Z .mbr-text,
.cid-t86ANfMa5Z .mbr-section-btn {
  text-align: left;
}
.cid-t86ANfMa5Z .tengah {
  z-index: 99;
  width: 70%;
  height: auto;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t86ANfMa5Z li.lowprice {
  z-index: 2;
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 20px 20px 0px 12px;
  border-radius: 0px 40px 0px 0px;
  top: 5%;
  left: 0%;
}
.cid-t86ANfMa5Z [aria-expanded="false"] > .expanded,
.cid-t86ANfMa5Z [aria-expanded="true"] > .collapsed {
  display: none;
}
.cid-t86ANfMa5Z .card {
  border-radius: 25px !important;
  background: #f2f2f2;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-t86ANfMa5Z .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-t86ANfMa5Z .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-t86ANfMa5Z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t86ANfMa5Z .card .card-header a.panel-title:hover .sign {
  background-color: #2299aa !important;
}
.cid-t86ANfMa5Z .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #40b0bf;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-t86ANfMa5Z .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-t86ANfMa5Z .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-t86ANfMa5Z .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-t86ANfMa5Z .container-fluid {
    padding: 0 1rem;
  }
  .cid-t86ANfMa5Z .header-text {
    padding: 1rem !important;
  }
  .cid-t86ANfMa5Z .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-t86ANfMa5Z .panel-body {
    width: calc(100% - 48px);
  }
  .cid-t86ANfMa5Z .panel-group {
    padding: 0;
  }
  .cid-t86ANfMa5Z .nav-tabs {
    width: 100%;
  }
  .cid-t86ANfMa5Z .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-t86ANfMa5Z .wrapper-tab {
    padding: 0rem;
  }
  .cid-t86ANfMa5Z .right-column {
    margin-top: 1rem;
  }
  .cid-t86ANfMa5Z .tab-content {
    padding: 1rem;
  }
}
.cid-t86ANfMa5Z .header-text,
.cid-t86ANfMa5Z .sign {
  text-align: left;
}
.cid-t86ANfMa5Z .mbr-section-subtitle {
  color: #70747f;
}
.cid-t86ANfMa5Z .title-content {
  text-align: left;
}
.cid-t86ANfMa5Z .mbr-amount2,
.cid-t86ANfMa5Z .mbr-section-btn {
  text-align: center;
  color: #ff6666;
}
.cid-t6m24clCZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-t6m24clCZc img,
.cid-t6m24clCZc .item-img {
  width: 100%;
}
.cid-t6m24clCZc .item:focus,
.cid-t6m24clCZc span:focus {
  outline: none;
}
.cid-t6m24clCZc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-t6m24clCZc .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-t6m24clCZc .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-t6m24clCZc .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-t6m24clCZc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6m24clCZc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6m24clCZc .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-t6m24clCZc .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-t6m24clCZc .mbr-text {
  text-align: left;
}
.cid-t6m24clCZc .item-footer {
  margin-top: 14px;
}
.cid-t6m24clCZc .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-t6m24clCZc .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-t6m24clCZc .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-t6m24clCZc .mbr-section-btn {
  margin-top: 30px;
}
.cid-t6m24clCZc .mbr-text1,
.cid-t6m24clCZc .mbr-section-btn {
  color: #e43f3f;
}
.cid-tv95Pq1iUf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tv95Pq1iUf .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tv95Pq1iUf .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tv95Pq1iUf .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tv95Pq1iUf .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tv95Pq1iUf .btn:hover {
  box-shadow: none;
}
.cid-tv95Pq1iUf .mbr-section-title,
.cid-tv95Pq1iUf .mbr-section-btn {
  text-align: center;
  color: #05386b;
}
.cid-tv95QKkoa8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tv95QKkoa8 .wrapper__product {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tv95QKkoa8 .wrapper__product {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tv95QKkoa8 .wrapper__product1 {
  background-color: #8f7a1c40;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tv95QKkoa8 .wrapper__product1 {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tv95QKkoa8 .wrapper__product2 {
  background-color: #8c69ec40;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tv95QKkoa8 .wrapper__product2 {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tv95QKkoa8 .wrapper__product3 {
  background-color: #334ca040;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tv95QKkoa8 .wrapper__product3 {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tv95QKkoa8 .wrapper__product4 {
  background-color: #ffa41d40;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tv95QKkoa8 .wrapper__product4 {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tv95QKkoa8 .product__left {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-tv95QKkoa8 .product__left .content__product {
    margin-top: 30px;
  }
}
.cid-tv95QKkoa8 .title__card {
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-align: center;
}
.cid-tv95QKkoa8 .name__card {
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}
.cid-tv95QKkoa8 .list__items {
  margin: 0;
  padding: 0;
}
.cid-tv95QKkoa8 .item__card {
  color: #919dab;
  margin-bottom: 10px;
}
.cid-tv95QKkoa8 .item__card .mbr-iconfont {
  margin-right: 7px;
  vertical-align: middle;
  font-size: 5px;
}
.cid-tv95QKkoa8 .card__bottom,
.cid-tv95QKkoa8 .card__bottom-big {
  margin-top: 25px;
}
.cid-tv95QKkoa8 .price__card {
  margin-left: 15px;
  letter-spacing: 2px;
  color: #47b5ed;
  white-space: nowrap;
}
.cid-tv95QKkoa8 .image img {
  border-radius: 10px;
  max-width: 230px;
  max-height: 260px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tv95QKkoa8 .image img {
    width: 100%;
    max-width: inherit;
  }
}
.cid-tv95QKkoa8 .big__card {
  min-height: calc(100% - 30px);
}
.cid-tv95QKkoa8 .big__card .list__items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cid-tv95QKkoa8 .big__card .list__items {
    flex-direction: column;
  }
}
@media (min-width: 575px) {
  .cid-tv95QKkoa8 .big__card .list__items .item__card {
    width: 50%;
  }
}
.cid-tv95QKkoa8 .big__card .image__big {
  margin: 10px 0 25px;
}
.cid-tv95QKkoa8 .big__card .image__big img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.cid-tv95QKkoa8 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  text-align: justify;
  line-hight: 2;
}
.cid-tv95QKkoa8 .title__card2 {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-tv95QKkoa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv95QKkoa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tv95QKkoa8 .mbr-text,
.cid-tv95QKkoa8 .card__bottom-big {
  color: #000000;
}
.cid-tv95QKkoa8 li.lowprice {
  z-index: 3;
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 0px 10px 0px 10px;
  border-radius: 0px 0px 40px 0px;
}
.cid-tv95QKkoa8 li.lowprice1 {
  z-index: 3;
  background: #8f7a1c;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 0px 10px 0px 10px;
  border-radius: 0px 0px 40px 0px;
}
.cid-tv95QKkoa8 li.lowprice2 {
  z-index: 3;
  background: #8c69ec;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 0px 10px 0px 10px;
  border-radius: 0px 0px 40px 0px;
}
.cid-tv95QKkoa8 li.lowprice3 {
  z-index: 3;
  background: #334ca0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 0px 10px 0px 10px;
  border-radius: 0px 0px 40px 0px;
}
.cid-tv95QKkoa8 li.lowprice4 {
  z-index: 3;
  background: #ffa41d;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 0px 10px 0px 10px;
  border-radius: 0px 0px 40px 0px;
}
.cid-tv95QKkoa8 P {
  color: #ffffff;
}
.cid-tv95QKkoa8 [aria-expanded="false"] > .expanded,
.cid-tv95QKkoa8 [aria-expanded="true"] > .collapsed {
  display: none;
}
.cid-tuuV3lFPaD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #8caff0;
}
.cid-tuuV3lFPaD .item:focus,
.cid-tuuV3lFPaD span:focus {
  outline: none;
}
.cid-tuuV3lFPaD .item-wrapper {
  position: relative;
}
.cid-tuuV3lFPaD .mbr-section-title {
  margin-bottom: 24px;
  color: #05386b;
  text-align: center;
}
.cid-tuuV3lFPaD .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tuuV3lFPaD .mbr-text,
.cid-tuuV3lFPaD .mbr-section-btn {
  text-align: left;
}
.cid-tuuV3lFPaD .item-title {
  text-align: left;
}
.cid-tuuV3lFPaD .item-subtitle {
  text-align: left;
}
.cid-tuuV3lFPaD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 23%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tuuV3lFPaD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tuuV3lFPaD .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tuuV3lFPaD .embla__slide {
    min-width: 375px;
  }
}
.cid-tuuV3lFPaD .embla__button--next,
.cid-tuuV3lFPaD .embla__button--prev {
  display: flex;
}
.cid-tuuV3lFPaD .embla__button {
  background-color: rgba(17, 17, 17, 0.5);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  transition: all .3s;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tuuV3lFPaD .embla__button {
    display: none;
  }
}
.cid-tuuV3lFPaD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tuuV3lFPaD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuuV3lFPaD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuuV3lFPaD .embla__button:hover {
  background-color: #14142b;
}
.cid-tuuV3lFPaD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tuuV3lFPaD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tuuV3lFPaD .embla {
  position: relative;
  width: 100%;
}
.cid-tuuV3lFPaD .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tuuV3lFPaD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tuuV3lFPaD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tuuV3lFPaD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tuuV3lFPaD .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tuuV3lFPaD .shadow {
  border-radius: 8px;
  box-shadow: none !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 24px;
  background-color: #ffffff;
}
.cid-tuuV3lFPaD .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: inline;
  padding-right: 10px;
  padding-bottom: 15px;
}
.cid-tuuV3lFPaD .card-title {
  color: #000000;
  transition: 0.35s;
  text-align: left;
  font-size: 14px;
}
.cid-tuuV3lFPaD .card-text {
  color: #000000;
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
}
.cid-tuuV3lFPaD .margin {
  margin-right: 14px;
}
.cid-tuuV3lFPaD .article {
  display: contents;
}
.cid-tuuV3lFPaD .link-row {
  align-items: center;
}
.cid-tuuV3lFPaD .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
  display: inline;
}
.cid-tuuV3lFPaD .iconfont-wrapper .mbr-iconfont:before {
  font-size: 16px;
}
.cid-tuuV3lFPaD .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tuuV3lFPaD .btn {
  margin-top: 20px;
}
.cid-tuuV3lFPaD a.btn > span {
  margin-left: 0.5rem;
}
.cid-tuuV3lFPaD img {
  border-radius: 50%;
  width: 44px;
  height: auto;
}
.cid-tuuV3lFPaD .card-title1 {
  display: inline;
  font-size: 12px;
  color: #8b8d8d;
}
.cid-tuuV3lFPaD .top {
  display: flex;
  align-items: center;
}
.cid-tuuV3lFPaD .mbr-iconfont:before {
  font-size: 34px;
}
.cid-tuuV3lFPaD .mbr-iconfont {
  width: auto;
  display: inline-flex;
  padding: 0;
  padding-right: 10px;
}
.cid-tuuV3lFPaD .small-header {
  font-size: 12px;
  color: #8b8d8d;
}
.cid-tuuV3lFPaD .mbr-text {
  font-size: 14px;
}
.cid-tuuV3lFPaD .fl {
  display: flex;
  align-items: flex-start;
}
.cid-tuuV3lFPaD .iconfont-wrapper .mbr-iconfont {
  padding-right: 0px;
}
.cid-tuuV3lFPaD button .mbr-iconfont:before {
  font-size: 16px;
}
.cid-tuuV3lFPaD button .mbr-iconfont {
  padding-right: 2px;
}
.cid-tuuV3lFPaD a:hover {
  text-decoration: underline;
}
.cid-tuuV3lFPaD .mbr-text a {
  color: #1c91ff !important;
}
.cid-tuuV3lFPaD a {
  transition: all .3s;
}
.cid-tuuV3lFPaD .mbr-text a:hover {
  color: #1c91ff !important;
}
@media (max-width: 576px) {
  .cid-tuuV3lFPaD .embla__slide {
    min-width: 100%;
  }
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
#custom-html-c2 .slide-in-bottom {
  position: fixed;
  bottom: 85px;
  right: 10px;
  z-index: 4;
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
  animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#custom-html-c2 .slide-in-bottom2 {
  position: fixed;
  bottom: 215px;
  right: 10px;
  z-index: 4;
  -webkit-animation: slide-in-bottom2 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s both;
  animation: slide-in-bottom2 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s both;
}
@-webkit-keyframes slide-in-bottom2 {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom2 {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#custom-html-c2 .slide-in-bottom3 {
  position: fixed;
  bottom: 615px;
  right: 10px;
  z-index: 4;
  -webkit-animation: slide-in-bottom3 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 7s both;
  animation: slide-in-bottom3 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 7s both;
}
@-webkit-keyframes slide-in-bottom3 {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom3 {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.cid-t6qE2RN7qF.popup-builder {
  background-color: #ffffff;
}
.cid-t6qE2RN7qF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6qE2RN7qF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6qE2RN7qF .modal-content,
.cid-t6qE2RN7qF .modal-dialog {
  height: auto;
}
.cid-t6qE2RN7qF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6qE2RN7qF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6qE2RN7qF .form-wrapper .mbr-form .form-group,
  .cid-t6qE2RN7qF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6qE2RN7qF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6qE2RN7qF .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-t6qE2RN7qF .mbr-text {
  text-align: center;
}
.cid-t6qE2RN7qF .pt-0 {
  padding-top: 0 !important;
}
.cid-t6qE2RN7qF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6qE2RN7qF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6qE2RN7qF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6qE2RN7qF .modal-open {
  overflow: hidden;
}
.cid-t6qE2RN7qF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6qE2RN7qF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6qE2RN7qF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6qE2RN7qF .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-t6qE2RN7qF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6qE2RN7qF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6qE2RN7qF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6qE2RN7qF .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-t6qE2RN7qF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6qE2RN7qF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6qE2RN7qF .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6qE2RN7qF .modal-backdrop.show {
  opacity: .5;
}
.cid-t6qE2RN7qF .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-t6qE2RN7qF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qE2RN7qF .modal-header {
    padding: 1rem;
  }
}
.cid-t6qE2RN7qF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6qE2RN7qF .modal-header .close svg {
  fill: #353535;
}
.cid-t6qE2RN7qF .modal-header .close:hover {
  opacity: 1;
}
.cid-t6qE2RN7qF .modal-header .close:focus {
  outline: none;
}
.cid-t6qE2RN7qF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t6qE2RN7qF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6qE2RN7qF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qE2RN7qF .modal-body {
    padding: 1rem;
  }
}
.cid-t6qE2RN7qF .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-t6qE2RN7qF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qE2RN7qF .modal-footer {
    padding: 1rem;
  }
}
.cid-t6qE2RN7qF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6qE2RN7qF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6qE2RN7qF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6qE2RN7qF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6qE2RN7qF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6qE2RN7qF .modal-lg,
  .cid-t6qE2RN7qF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6qE2RN7qF .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6qE2RN7qF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6qE2RN7qF .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-t6qE2RN7qF .form-group {
  margin-bottom: 1rem;
}
.cid-t6qE2RN7qF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6qE2RN7qF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6qE2RN7qF .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-t6qE2RN7qF .mbr-section-btn {
  margin: 0;
}
.cid-t6qE2RN7qF .mbr-section-btn .btn {
  margin: 0;
}
.cid-t6qE2RN7qF H1 {
  text-align: center;
}
.cid-t6qQeWUBif.popup-builder {
  background-color: #ffffff;
}
.cid-t6qQeWUBif.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6qQeWUBif.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6qQeWUBif .modal-content,
.cid-t6qQeWUBif .modal-dialog {
  height: auto;
}
.cid-t6qQeWUBif .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6qQeWUBif .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6qQeWUBif .form-wrapper .mbr-form .form-group,
  .cid-t6qQeWUBif .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6qQeWUBif .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6qQeWUBif .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-t6qQeWUBif .mbr-text {
  text-align: center;
}
.cid-t6qQeWUBif .pt-0 {
  padding-top: 0 !important;
}
.cid-t6qQeWUBif .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6qQeWUBif .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6qQeWUBif .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6qQeWUBif .modal-open {
  overflow: hidden;
}
.cid-t6qQeWUBif .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6qQeWUBif .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6qQeWUBif .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6qQeWUBif .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-t6qQeWUBif .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6qQeWUBif .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6qQeWUBif .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6qQeWUBif .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-t6qQeWUBif .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6qQeWUBif .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6qQeWUBif .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6qQeWUBif .modal-backdrop.show {
  opacity: .5;
}
.cid-t6qQeWUBif .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-t6qQeWUBif .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qQeWUBif .modal-header {
    padding: 1rem;
  }
}
.cid-t6qQeWUBif .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6qQeWUBif .modal-header .close svg {
  fill: #353535;
}
.cid-t6qQeWUBif .modal-header .close:hover {
  opacity: 1;
}
.cid-t6qQeWUBif .modal-header .close:focus {
  outline: none;
}
.cid-t6qQeWUBif .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t6qQeWUBif .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6qQeWUBif .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qQeWUBif .modal-body {
    padding: 1rem;
  }
}
.cid-t6qQeWUBif .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-t6qQeWUBif .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qQeWUBif .modal-footer {
    padding: 1rem;
  }
}
.cid-t6qQeWUBif .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6qQeWUBif .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6qQeWUBif .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6qQeWUBif .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6qQeWUBif .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6qQeWUBif .modal-lg,
  .cid-t6qQeWUBif .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6qQeWUBif .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6qQeWUBif .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6qQeWUBif .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-t6qQeWUBif .form-group {
  margin-bottom: 1rem;
}
.cid-t6qQeWUBif .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6qQeWUBif .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6qQeWUBif .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-t6qQeWUBif .mbr-section-btn {
  margin: 0;
}
.cid-t6qQeWUBif .mbr-section-btn .btn {
  margin: 0;
}
.cid-t6qQeWUBif H1 {
  text-align: center;
}
.cid-t6qP2m5rdW.popup-builder {
  background-color: #ffffff;
}
.cid-t6qP2m5rdW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6qP2m5rdW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6qP2m5rdW .modal-content,
.cid-t6qP2m5rdW .modal-dialog {
  height: auto;
}
.cid-t6qP2m5rdW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6qP2m5rdW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6qP2m5rdW .form-wrapper .mbr-form .form-group,
  .cid-t6qP2m5rdW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6qP2m5rdW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6qP2m5rdW .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-t6qP2m5rdW .mbr-text {
  text-align: center;
}
.cid-t6qP2m5rdW .pt-0 {
  padding-top: 0 !important;
}
.cid-t6qP2m5rdW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6qP2m5rdW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6qP2m5rdW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6qP2m5rdW .modal-open {
  overflow: hidden;
}
.cid-t6qP2m5rdW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6qP2m5rdW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6qP2m5rdW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6qP2m5rdW .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-t6qP2m5rdW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6qP2m5rdW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6qP2m5rdW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6qP2m5rdW .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-t6qP2m5rdW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6qP2m5rdW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6qP2m5rdW .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6qP2m5rdW .modal-backdrop.show {
  opacity: .5;
}
.cid-t6qP2m5rdW .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-t6qP2m5rdW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qP2m5rdW .modal-header {
    padding: 1rem;
  }
}
.cid-t6qP2m5rdW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6qP2m5rdW .modal-header .close svg {
  fill: #353535;
}
.cid-t6qP2m5rdW .modal-header .close:hover {
  opacity: 1;
}
.cid-t6qP2m5rdW .modal-header .close:focus {
  outline: none;
}
.cid-t6qP2m5rdW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t6qP2m5rdW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6qP2m5rdW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qP2m5rdW .modal-body {
    padding: 1rem;
  }
}
.cid-t6qP2m5rdW .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-t6qP2m5rdW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6qP2m5rdW .modal-footer {
    padding: 1rem;
  }
}
.cid-t6qP2m5rdW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6qP2m5rdW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6qP2m5rdW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6qP2m5rdW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6qP2m5rdW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6qP2m5rdW .modal-lg,
  .cid-t6qP2m5rdW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6qP2m5rdW .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6qP2m5rdW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6qP2m5rdW .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-t6qP2m5rdW .form-group {
  margin-bottom: 1rem;
}
.cid-t6qP2m5rdW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6qP2m5rdW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6qP2m5rdW .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-t6qP2m5rdW .mbr-section-btn {
  margin: 0;
}
.cid-t6qP2m5rdW .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9fSNnEnhL.popup-builder {
  background-color: #ffffff;
}
.cid-t9fSNnEnhL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9fSNnEnhL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9fSNnEnhL .modal-content,
.cid-t9fSNnEnhL .modal-dialog {
  height: auto;
}
.cid-t9fSNnEnhL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9fSNnEnhL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9fSNnEnhL .form-wrapper .mbr-form .form-group,
  .cid-t9fSNnEnhL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9fSNnEnhL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9fSNnEnhL .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-t9fSNnEnhL .mbr-text {
  text-align: center;
}
.cid-t9fSNnEnhL .pt-0 {
  padding-top: 0 !important;
}
.cid-t9fSNnEnhL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9fSNnEnhL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9fSNnEnhL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9fSNnEnhL .modal-open {
  overflow: hidden;
}
.cid-t9fSNnEnhL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9fSNnEnhL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9fSNnEnhL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9fSNnEnhL .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-t9fSNnEnhL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9fSNnEnhL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9fSNnEnhL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9fSNnEnhL .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-t9fSNnEnhL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9fSNnEnhL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9fSNnEnhL .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9fSNnEnhL .modal-backdrop.show {
  opacity: .5;
}
.cid-t9fSNnEnhL .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-t9fSNnEnhL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9fSNnEnhL .modal-header {
    padding: 1rem;
  }
}
.cid-t9fSNnEnhL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9fSNnEnhL .modal-header .close svg {
  fill: #353535;
}
.cid-t9fSNnEnhL .modal-header .close:hover {
  opacity: 1;
}
.cid-t9fSNnEnhL .modal-header .close:focus {
  outline: none;
}
.cid-t9fSNnEnhL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t9fSNnEnhL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9fSNnEnhL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9fSNnEnhL .modal-body {
    padding: 1rem;
  }
}
.cid-t9fSNnEnhL .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-t9fSNnEnhL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9fSNnEnhL .modal-footer {
    padding: 1rem;
  }
}
.cid-t9fSNnEnhL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9fSNnEnhL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9fSNnEnhL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9fSNnEnhL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9fSNnEnhL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9fSNnEnhL .modal-lg,
  .cid-t9fSNnEnhL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9fSNnEnhL .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9fSNnEnhL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9fSNnEnhL .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-t9fSNnEnhL .form-group {
  margin-bottom: 1rem;
}
.cid-t9fSNnEnhL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9fSNnEnhL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9fSNnEnhL .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-t9fSNnEnhL .mbr-section-btn {
  margin: 0;
}
.cid-t9fSNnEnhL .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9V4o2FvQE.popup-builder {
  background-color: #ffffff;
}
.cid-t9V4o2FvQE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9V4o2FvQE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9V4o2FvQE .modal-content,
.cid-t9V4o2FvQE .modal-dialog {
  height: auto;
}
.cid-t9V4o2FvQE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9V4o2FvQE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9V4o2FvQE .form-wrapper .mbr-form .form-group,
  .cid-t9V4o2FvQE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9V4o2FvQE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9V4o2FvQE .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-t9V4o2FvQE .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9V4o2FvQE .pt-0 {
  padding-top: 0 !important;
}
.cid-t9V4o2FvQE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9V4o2FvQE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9V4o2FvQE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9V4o2FvQE .modal-open {
  overflow: hidden;
}
.cid-t9V4o2FvQE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9V4o2FvQE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9V4o2FvQE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9V4o2FvQE .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-t9V4o2FvQE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9V4o2FvQE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9V4o2FvQE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9V4o2FvQE .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-t9V4o2FvQE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9V4o2FvQE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9V4o2FvQE .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9V4o2FvQE .modal-backdrop.show {
  opacity: .5;
}
.cid-t9V4o2FvQE .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-t9V4o2FvQE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V4o2FvQE .modal-header {
    padding: 1rem;
  }
}
.cid-t9V4o2FvQE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9V4o2FvQE .modal-header .close svg {
  fill: #353535;
}
.cid-t9V4o2FvQE .modal-header .close:hover {
  opacity: 1;
}
.cid-t9V4o2FvQE .modal-header .close:focus {
  outline: none;
}
.cid-t9V4o2FvQE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9V4o2FvQE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9V4o2FvQE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V4o2FvQE .modal-body {
    padding: 1rem;
  }
}
.cid-t9V4o2FvQE .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-t9V4o2FvQE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V4o2FvQE .modal-footer {
    padding: 1rem;
  }
}
.cid-t9V4o2FvQE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9V4o2FvQE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9V4o2FvQE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9V4o2FvQE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9V4o2FvQE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9V4o2FvQE .modal-lg,
  .cid-t9V4o2FvQE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9V4o2FvQE .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9V4o2FvQE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9V4o2FvQE .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-t9V4o2FvQE .form-group {
  margin-bottom: 1rem;
}
.cid-t9V4o2FvQE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9V4o2FvQE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9V4o2FvQE .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-t9V4o2FvQE .mbr-section-btn {
  margin: 0;
}
.cid-t9V4o2FvQE .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jSM03jDc.popup-builder {
  background-color: #ffffff;
}
.cid-t9jSM03jDc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jSM03jDc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jSM03jDc .modal-content,
.cid-t9jSM03jDc .modal-dialog {
  height: auto;
}
.cid-t9jSM03jDc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jSM03jDc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jSM03jDc .form-wrapper .mbr-form .form-group,
  .cid-t9jSM03jDc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jSM03jDc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jSM03jDc .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-t9jSM03jDc .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jSM03jDc .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jSM03jDc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jSM03jDc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jSM03jDc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jSM03jDc .modal-open {
  overflow: hidden;
}
.cid-t9jSM03jDc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jSM03jDc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jSM03jDc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jSM03jDc .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-t9jSM03jDc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jSM03jDc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jSM03jDc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jSM03jDc .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-t9jSM03jDc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jSM03jDc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jSM03jDc .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jSM03jDc .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jSM03jDc .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-t9jSM03jDc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jSM03jDc .modal-header {
    padding: 1rem;
  }
}
.cid-t9jSM03jDc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jSM03jDc .modal-header .close svg {
  fill: #353535;
}
.cid-t9jSM03jDc .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jSM03jDc .modal-header .close:focus {
  outline: none;
}
.cid-t9jSM03jDc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jSM03jDc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jSM03jDc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jSM03jDc .modal-body {
    padding: 1rem;
  }
}
.cid-t9jSM03jDc .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-t9jSM03jDc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jSM03jDc .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jSM03jDc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jSM03jDc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jSM03jDc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jSM03jDc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jSM03jDc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jSM03jDc .modal-lg,
  .cid-t9jSM03jDc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jSM03jDc .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jSM03jDc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jSM03jDc .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-t9jSM03jDc .form-group {
  margin-bottom: 1rem;
}
.cid-t9jSM03jDc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jSM03jDc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jSM03jDc .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-t9jSM03jDc .mbr-section-btn {
  margin: 0;
}
.cid-t9jSM03jDc .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jSM03jDc .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jSM03jDc .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jSM03jDc .mbr-text2,
.cid-t9jSM03jDc .mbr-section-btn {
  text-align: right;
}
.cid-t9jSM03jDc .mbr-text3,
.cid-t9jSM03jDc .mbr-section-btn {
  text-align: left;
}
.cid-t9V30rXKoo.popup-builder {
  background-color: #ffffff;
}
.cid-t9V30rXKoo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9V30rXKoo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9V30rXKoo .modal-content,
.cid-t9V30rXKoo .modal-dialog {
  height: auto;
}
.cid-t9V30rXKoo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9V30rXKoo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9V30rXKoo .form-wrapper .mbr-form .form-group,
  .cid-t9V30rXKoo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9V30rXKoo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9V30rXKoo .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-t9V30rXKoo .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9V30rXKoo .pt-0 {
  padding-top: 0 !important;
}
.cid-t9V30rXKoo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9V30rXKoo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9V30rXKoo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9V30rXKoo .modal-open {
  overflow: hidden;
}
.cid-t9V30rXKoo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9V30rXKoo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9V30rXKoo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9V30rXKoo .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-t9V30rXKoo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9V30rXKoo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9V30rXKoo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9V30rXKoo .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-t9V30rXKoo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9V30rXKoo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9V30rXKoo .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9V30rXKoo .modal-backdrop.show {
  opacity: .5;
}
.cid-t9V30rXKoo .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-t9V30rXKoo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V30rXKoo .modal-header {
    padding: 1rem;
  }
}
.cid-t9V30rXKoo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9V30rXKoo .modal-header .close svg {
  fill: #353535;
}
.cid-t9V30rXKoo .modal-header .close:hover {
  opacity: 1;
}
.cid-t9V30rXKoo .modal-header .close:focus {
  outline: none;
}
.cid-t9V30rXKoo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9V30rXKoo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9V30rXKoo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V30rXKoo .modal-body {
    padding: 1rem;
  }
}
.cid-t9V30rXKoo .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-t9V30rXKoo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V30rXKoo .modal-footer {
    padding: 1rem;
  }
}
.cid-t9V30rXKoo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9V30rXKoo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9V30rXKoo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9V30rXKoo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9V30rXKoo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9V30rXKoo .modal-lg,
  .cid-t9V30rXKoo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9V30rXKoo .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9V30rXKoo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9V30rXKoo .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-t9V30rXKoo .form-group {
  margin-bottom: 1rem;
}
.cid-t9V30rXKoo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9V30rXKoo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9V30rXKoo .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-t9V30rXKoo .mbr-section-btn {
  margin: 0;
}
.cid-t9V30rXKoo .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9V30rXKoo .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9V30rXKoo li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9V30rXKoo .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9V30rXKoo UL {
  text-align: right;
}
.cid-t9V30rXKoo .item-title UL {
  text-align: center;
}
.cid-t9V90C1U62.popup-builder {
  background-color: #ffffff;
}
.cid-t9V90C1U62.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9V90C1U62.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9V90C1U62 .modal-content,
.cid-t9V90C1U62 .modal-dialog {
  height: auto;
}
.cid-t9V90C1U62 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9V90C1U62 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9V90C1U62 .form-wrapper .mbr-form .form-group,
  .cid-t9V90C1U62 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9V90C1U62 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9V90C1U62 .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-t9V90C1U62 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9V90C1U62 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9V90C1U62 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9V90C1U62 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9V90C1U62 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9V90C1U62 .modal-open {
  overflow: hidden;
}
.cid-t9V90C1U62 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9V90C1U62 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9V90C1U62 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9V90C1U62 .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-t9V90C1U62 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9V90C1U62 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9V90C1U62 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9V90C1U62 .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-t9V90C1U62 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9V90C1U62 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9V90C1U62 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9V90C1U62 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9V90C1U62 .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-t9V90C1U62 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V90C1U62 .modal-header {
    padding: 1rem;
  }
}
.cid-t9V90C1U62 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9V90C1U62 .modal-header .close svg {
  fill: #353535;
}
.cid-t9V90C1U62 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9V90C1U62 .modal-header .close:focus {
  outline: none;
}
.cid-t9V90C1U62 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9V90C1U62 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9V90C1U62 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V90C1U62 .modal-body {
    padding: 1rem;
  }
}
.cid-t9V90C1U62 .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-t9V90C1U62 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9V90C1U62 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9V90C1U62 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9V90C1U62 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9V90C1U62 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9V90C1U62 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9V90C1U62 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9V90C1U62 .modal-lg,
  .cid-t9V90C1U62 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9V90C1U62 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9V90C1U62 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9V90C1U62 .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-t9V90C1U62 .form-group {
  margin-bottom: 1rem;
}
.cid-t9V90C1U62 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9V90C1U62 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9V90C1U62 .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-t9V90C1U62 .mbr-section-btn {
  margin: 0;
}
.cid-t9V90C1U62 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9V90C1U62 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9V90C1U62 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9V90C1U62 .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VaOKAK2a.popup-builder {
  background-color: #ffffff;
}
.cid-t9VaOKAK2a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VaOKAK2a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VaOKAK2a .modal-content,
.cid-t9VaOKAK2a .modal-dialog {
  height: auto;
}
.cid-t9VaOKAK2a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VaOKAK2a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VaOKAK2a .form-wrapper .mbr-form .form-group,
  .cid-t9VaOKAK2a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VaOKAK2a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VaOKAK2a .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-t9VaOKAK2a .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VaOKAK2a .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VaOKAK2a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VaOKAK2a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VaOKAK2a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VaOKAK2a .modal-open {
  overflow: hidden;
}
.cid-t9VaOKAK2a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VaOKAK2a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VaOKAK2a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VaOKAK2a .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-t9VaOKAK2a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VaOKAK2a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VaOKAK2a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VaOKAK2a .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-t9VaOKAK2a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VaOKAK2a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VaOKAK2a .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VaOKAK2a .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VaOKAK2a .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-t9VaOKAK2a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VaOKAK2a .modal-header {
    padding: 1rem;
  }
}
.cid-t9VaOKAK2a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VaOKAK2a .modal-header .close svg {
  fill: #353535;
}
.cid-t9VaOKAK2a .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VaOKAK2a .modal-header .close:focus {
  outline: none;
}
.cid-t9VaOKAK2a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VaOKAK2a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VaOKAK2a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VaOKAK2a .modal-body {
    padding: 1rem;
  }
}
.cid-t9VaOKAK2a .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-t9VaOKAK2a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VaOKAK2a .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VaOKAK2a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VaOKAK2a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VaOKAK2a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VaOKAK2a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VaOKAK2a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VaOKAK2a .modal-lg,
  .cid-t9VaOKAK2a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VaOKAK2a .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VaOKAK2a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VaOKAK2a .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-t9VaOKAK2a .form-group {
  margin-bottom: 1rem;
}
.cid-t9VaOKAK2a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VaOKAK2a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VaOKAK2a .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-t9VaOKAK2a .mbr-section-btn {
  margin: 0;
}
.cid-t9VaOKAK2a .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VaOKAK2a .mbr-text-title {
  text-align: center;
}
.cid-t9VaOKAK2a li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VaOKAK2a H5 {
  color: #000000;
}
.cid-t9VaOKAK2a .item-title {
  text-align: center;
}
.cid-tduVF1knXI.popup-builder {
  background-color: #ffffff;
}
.cid-tduVF1knXI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tduVF1knXI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tduVF1knXI .modal-content,
.cid-tduVF1knXI .modal-dialog {
  height: auto;
}
.cid-tduVF1knXI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tduVF1knXI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tduVF1knXI .form-wrapper .mbr-form .form-group,
  .cid-tduVF1knXI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tduVF1knXI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tduVF1knXI .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-tduVF1knXI .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tduVF1knXI .pt-0 {
  padding-top: 0 !important;
}
.cid-tduVF1knXI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tduVF1knXI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tduVF1knXI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tduVF1knXI .modal-open {
  overflow: hidden;
}
.cid-tduVF1knXI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tduVF1knXI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tduVF1knXI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tduVF1knXI .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-tduVF1knXI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tduVF1knXI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tduVF1knXI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tduVF1knXI .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-tduVF1knXI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tduVF1knXI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tduVF1knXI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tduVF1knXI .modal-backdrop.show {
  opacity: .5;
}
.cid-tduVF1knXI .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-tduVF1knXI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tduVF1knXI .modal-header {
    padding: 1rem;
  }
}
.cid-tduVF1knXI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tduVF1knXI .modal-header .close svg {
  fill: #353535;
}
.cid-tduVF1knXI .modal-header .close:hover {
  opacity: 1;
}
.cid-tduVF1knXI .modal-header .close:focus {
  outline: none;
}
.cid-tduVF1knXI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tduVF1knXI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tduVF1knXI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tduVF1knXI .modal-body {
    padding: 1rem;
  }
}
.cid-tduVF1knXI .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-tduVF1knXI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tduVF1knXI .modal-footer {
    padding: 1rem;
  }
}
.cid-tduVF1knXI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tduVF1knXI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tduVF1knXI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tduVF1knXI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tduVF1knXI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tduVF1knXI .modal-lg,
  .cid-tduVF1knXI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tduVF1knXI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tduVF1knXI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tduVF1knXI .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-tduVF1knXI .form-group {
  margin-bottom: 1rem;
}
.cid-tduVF1knXI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tduVF1knXI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tduVF1knXI .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-tduVF1knXI .mbr-section-btn {
  margin: 0;
}
.cid-tduVF1knXI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tduVF1knXI .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tduVF1knXI li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tduVF1knXI H5 {
  color: #000000;
}
.cid-tduVF1knXI .item-title {
  text-align: center;
}
.cid-tduVF1knXI H4 {
  text-align: left;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tfYUyqxdTR.popup-builder {
  background-color: #ffffff;
}
.cid-tfYUyqxdTR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tfYUyqxdTR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tfYUyqxdTR .modal-content,
.cid-tfYUyqxdTR .modal-dialog {
  height: auto;
}
.cid-tfYUyqxdTR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tfYUyqxdTR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tfYUyqxdTR .form-wrapper .mbr-form .form-group,
  .cid-tfYUyqxdTR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tfYUyqxdTR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tfYUyqxdTR .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-tfYUyqxdTR .mbr-text {
  text-align: center;
}
.cid-tfYUyqxdTR .pt-0 {
  padding-top: 0 !important;
}
.cid-tfYUyqxdTR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tfYUyqxdTR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tfYUyqxdTR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tfYUyqxdTR .modal-open {
  overflow: hidden;
}
.cid-tfYUyqxdTR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tfYUyqxdTR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tfYUyqxdTR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tfYUyqxdTR .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-tfYUyqxdTR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tfYUyqxdTR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tfYUyqxdTR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tfYUyqxdTR .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-tfYUyqxdTR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tfYUyqxdTR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tfYUyqxdTR .modal-backdrop.fade {
  opacity: 0;
}
.cid-tfYUyqxdTR .modal-backdrop.show {
  opacity: .5;
}
.cid-tfYUyqxdTR .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-tfYUyqxdTR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tfYUyqxdTR .modal-header {
    padding: 1rem;
  }
}
.cid-tfYUyqxdTR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tfYUyqxdTR .modal-header .close svg {
  fill: #353535;
}
.cid-tfYUyqxdTR .modal-header .close:hover {
  opacity: 1;
}
.cid-tfYUyqxdTR .modal-header .close:focus {
  outline: none;
}
.cid-tfYUyqxdTR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tfYUyqxdTR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tfYUyqxdTR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tfYUyqxdTR .modal-body {
    padding: 1rem;
  }
}
.cid-tfYUyqxdTR .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-tfYUyqxdTR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tfYUyqxdTR .modal-footer {
    padding: 1rem;
  }
}
.cid-tfYUyqxdTR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tfYUyqxdTR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tfYUyqxdTR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tfYUyqxdTR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tfYUyqxdTR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tfYUyqxdTR .modal-lg,
  .cid-tfYUyqxdTR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tfYUyqxdTR .modal-xl {
    max-width: 1140px;
  }
}
.cid-tfYUyqxdTR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tfYUyqxdTR .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-tfYUyqxdTR .form-group {
  margin-bottom: 1rem;
}
.cid-tfYUyqxdTR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tfYUyqxdTR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tfYUyqxdTR .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-tfYUyqxdTR .mbr-section-btn {
  margin: 0;
}
.cid-tfYUyqxdTR .mbr-section-btn .btn {
  margin: 0;
}
#custom-html-f3 .floating-icon {
  position: fixed;
  bottom: 100px;
  left: 10px;
  z-index: 99;
  display: none;
  width: 100px;
  height: auto;
}
.cid-tD469Dtz62.popup-builder {
  background-color: #ffffff;
}
.cid-tD469Dtz62.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tD469Dtz62.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tD469Dtz62 .modal-content,
.cid-tD469Dtz62 .modal-dialog {
  height: auto;
}
.cid-tD469Dtz62 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tD469Dtz62 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tD469Dtz62 .form-wrapper .mbr-form .form-group,
  .cid-tD469Dtz62 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tD469Dtz62 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tD469Dtz62 .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-tD469Dtz62 .mbr-text {
  text-align: center;
}
.cid-tD469Dtz62 .pt-0 {
  padding-top: 0 !important;
}
.cid-tD469Dtz62 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tD469Dtz62 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tD469Dtz62 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tD469Dtz62 .modal-open {
  overflow: hidden;
}
.cid-tD469Dtz62 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tD469Dtz62 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tD469Dtz62 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tD469Dtz62 .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-tD469Dtz62 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tD469Dtz62 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tD469Dtz62 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tD469Dtz62 .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-tD469Dtz62 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tD469Dtz62 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tD469Dtz62 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tD469Dtz62 .modal-backdrop.show {
  opacity: .5;
}
.cid-tD469Dtz62 .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-tD469Dtz62 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tD469Dtz62 .modal-header {
    padding: 1rem;
  }
}
.cid-tD469Dtz62 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tD469Dtz62 .modal-header .close svg {
  fill: #353535;
}
.cid-tD469Dtz62 .modal-header .close:hover {
  opacity: 1;
}
.cid-tD469Dtz62 .modal-header .close:focus {
  outline: none;
}
.cid-tD469Dtz62 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tD469Dtz62 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tD469Dtz62 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD469Dtz62 .modal-body {
    padding: 1rem;
  }
}
.cid-tD469Dtz62 .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-tD469Dtz62 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD469Dtz62 .modal-footer {
    padding: 1rem;
  }
}
.cid-tD469Dtz62 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tD469Dtz62 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tD469Dtz62 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tD469Dtz62 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tD469Dtz62 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tD469Dtz62 .modal-lg,
  .cid-tD469Dtz62 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tD469Dtz62 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tD469Dtz62 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tD469Dtz62 .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-tD469Dtz62 .form-group {
  margin-bottom: 1rem;
}
.cid-tD469Dtz62 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tD469Dtz62 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tD469Dtz62 .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-tD469Dtz62 .mbr-section-btn {
  margin: 0;
}
.cid-tD469Dtz62 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VawPu42h.popup-builder {
  background-color: #ffffff;
}
.cid-t9VawPu42h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VawPu42h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VawPu42h .modal-content,
.cid-t9VawPu42h .modal-dialog {
  height: auto;
}
.cid-t9VawPu42h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VawPu42h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VawPu42h .form-wrapper .mbr-form .form-group,
  .cid-t9VawPu42h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VawPu42h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VawPu42h .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-t9VawPu42h .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VawPu42h .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VawPu42h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VawPu42h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VawPu42h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VawPu42h .modal-open {
  overflow: hidden;
}
.cid-t9VawPu42h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VawPu42h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VawPu42h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VawPu42h .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-t9VawPu42h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VawPu42h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VawPu42h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VawPu42h .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-t9VawPu42h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VawPu42h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VawPu42h .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VawPu42h .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VawPu42h .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-t9VawPu42h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VawPu42h .modal-header {
    padding: 1rem;
  }
}
.cid-t9VawPu42h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VawPu42h .modal-header .close svg {
  fill: #353535;
}
.cid-t9VawPu42h .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VawPu42h .modal-header .close:focus {
  outline: none;
}
.cid-t9VawPu42h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VawPu42h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VawPu42h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VawPu42h .modal-body {
    padding: 1rem;
  }
}
.cid-t9VawPu42h .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-t9VawPu42h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VawPu42h .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VawPu42h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VawPu42h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VawPu42h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VawPu42h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VawPu42h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VawPu42h .modal-lg,
  .cid-t9VawPu42h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VawPu42h .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VawPu42h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VawPu42h .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-t9VawPu42h .form-group {
  margin-bottom: 1rem;
}
.cid-t9VawPu42h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VawPu42h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VawPu42h .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-t9VawPu42h .mbr-section-btn {
  margin: 0;
}
.cid-t9VawPu42h .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tICbbQ2s9V.popup-builder {
  background-color: #ffffff;
}
.cid-tICbbQ2s9V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tICbbQ2s9V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tICbbQ2s9V .modal-content,
.cid-tICbbQ2s9V .modal-dialog {
  height: auto;
}
.cid-tICbbQ2s9V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tICbbQ2s9V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tICbbQ2s9V .form-wrapper .mbr-form .form-group,
  .cid-tICbbQ2s9V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tICbbQ2s9V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tICbbQ2s9V .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-tICbbQ2s9V .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tICbbQ2s9V .pt-0 {
  padding-top: 0 !important;
}
.cid-tICbbQ2s9V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tICbbQ2s9V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tICbbQ2s9V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tICbbQ2s9V .modal-open {
  overflow: hidden;
}
.cid-tICbbQ2s9V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tICbbQ2s9V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tICbbQ2s9V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tICbbQ2s9V .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-tICbbQ2s9V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tICbbQ2s9V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tICbbQ2s9V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tICbbQ2s9V .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-tICbbQ2s9V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tICbbQ2s9V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tICbbQ2s9V .modal-backdrop.fade {
  opacity: 0;
}
.cid-tICbbQ2s9V .modal-backdrop.show {
  opacity: .5;
}
.cid-tICbbQ2s9V .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-tICbbQ2s9V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tICbbQ2s9V .modal-header {
    padding: 1rem;
  }
}
.cid-tICbbQ2s9V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tICbbQ2s9V .modal-header .close svg {
  fill: #353535;
}
.cid-tICbbQ2s9V .modal-header .close:hover {
  opacity: 1;
}
.cid-tICbbQ2s9V .modal-header .close:focus {
  outline: none;
}
.cid-tICbbQ2s9V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tICbbQ2s9V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tICbbQ2s9V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tICbbQ2s9V .modal-body {
    padding: 1rem;
  }
}
.cid-tICbbQ2s9V .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-tICbbQ2s9V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tICbbQ2s9V .modal-footer {
    padding: 1rem;
  }
}
.cid-tICbbQ2s9V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tICbbQ2s9V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tICbbQ2s9V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tICbbQ2s9V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tICbbQ2s9V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tICbbQ2s9V .modal-lg,
  .cid-tICbbQ2s9V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tICbbQ2s9V .modal-xl {
    max-width: 1140px;
  }
}
.cid-tICbbQ2s9V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tICbbQ2s9V .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-tICbbQ2s9V .form-group {
  margin-bottom: 1rem;
}
.cid-tICbbQ2s9V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tICbbQ2s9V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tICbbQ2s9V .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-tICbbQ2s9V .mbr-section-btn {
  margin: 0;
}
.cid-tICbbQ2s9V .mbr-section-btn .btn {
  margin: 0;
}
.cid-tICbbQ2s9V .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tICbbQ2s9V .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tICbbQ2s9V .mbr-text2,
.cid-tICbbQ2s9V .mbr-section-btn {
  text-align: right;
}
.cid-tICbbQ2s9V .mbr-text3,
.cid-tICbbQ2s9V .mbr-section-btn {
  text-align: left;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yDlvM6h8 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yDlvM6h8 .mbr-section-title {
  color: #05386b;
}
.cid-t7yDlvM6h8 .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7uJa9Wamb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7uJa9Wamb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7uJa9Wamb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7uJa9Wamb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7uJa9Wamb .mbr-gallery-item {
  width: 20%;
}
.cid-t7uJa9Wamb .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7uJa9Wamb .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7uJa9Wamb .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7uJa9Wamb .mbr-gallery-row {
  justify-content: center;
}
.cid-t7uJa9Wamb .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7uJa9Wamb .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7uJa9Wamb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7uJa9Wamb .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7uJa9Wamb .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7uJa9Wamb .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7uJa9Wamb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7uJa9Wamb .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7uJa9Wamb img {
  transition: all 2s !important;
}
.cid-t7uJa9Wamb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7uJa9Wamb .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7uJa9Wamb .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSAQWt.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSAQWt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSAQWt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSAQWt .modal-content,
.cid-t9VflSAQWt .modal-dialog {
  height: auto;
}
.cid-t9VflSAQWt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSAQWt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSAQWt .form-wrapper .mbr-form .form-group,
  .cid-t9VflSAQWt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSAQWt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSAQWt .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-t9VflSAQWt .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSAQWt .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSAQWt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSAQWt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSAQWt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSAQWt .modal-open {
  overflow: hidden;
}
.cid-t9VflSAQWt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSAQWt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSAQWt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSAQWt .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-t9VflSAQWt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSAQWt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSAQWt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSAQWt .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-t9VflSAQWt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSAQWt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSAQWt .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSAQWt .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSAQWt .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-t9VflSAQWt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAQWt .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSAQWt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSAQWt .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSAQWt .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSAQWt .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSAQWt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSAQWt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSAQWt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAQWt .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSAQWt .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-t9VflSAQWt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAQWt .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSAQWt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSAQWt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSAQWt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSAQWt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSAQWt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSAQWt .modal-lg,
  .cid-t9VflSAQWt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSAQWt .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSAQWt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSAQWt .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-t9VflSAQWt .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSAQWt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSAQWt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSAQWt .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-t9VflSAQWt .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSAQWt .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCstUtr.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCstUtr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCstUtr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCstUtr .modal-content,
.cid-t9jTCstUtr .modal-dialog {
  height: auto;
}
.cid-t9jTCstUtr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCstUtr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCstUtr .form-wrapper .mbr-form .form-group,
  .cid-t9jTCstUtr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCstUtr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCstUtr .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-t9jTCstUtr .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCstUtr .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCstUtr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCstUtr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCstUtr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCstUtr .modal-open {
  overflow: hidden;
}
.cid-t9jTCstUtr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCstUtr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCstUtr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCstUtr .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-t9jTCstUtr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCstUtr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCstUtr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCstUtr .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-t9jTCstUtr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCstUtr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCstUtr .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCstUtr .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCstUtr .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-t9jTCstUtr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstUtr .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCstUtr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCstUtr .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCstUtr .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCstUtr .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCstUtr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCstUtr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCstUtr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstUtr .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCstUtr .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-t9jTCstUtr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstUtr .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCstUtr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCstUtr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCstUtr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCstUtr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCstUtr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCstUtr .modal-lg,
  .cid-t9jTCstUtr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCstUtr .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCstUtr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCstUtr .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-t9jTCstUtr .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCstUtr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCstUtr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCstUtr .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-t9jTCstUtr .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCstUtr .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCstUtr .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCstUtr .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCstUtr .mbr-text2,
.cid-t9jTCstUtr .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCstUtr .mbr-text3,
.cid-t9jTCstUtr .mbr-section-btn {
  text-align: left;
}
.cid-t9VhtSIeN0.popup-builder {
  background-color: #ffffff;
}
.cid-t9VhtSIeN0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VhtSIeN0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VhtSIeN0 .modal-content,
.cid-t9VhtSIeN0 .modal-dialog {
  height: auto;
}
.cid-t9VhtSIeN0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VhtSIeN0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VhtSIeN0 .form-wrapper .mbr-form .form-group,
  .cid-t9VhtSIeN0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VhtSIeN0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VhtSIeN0 .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-t9VhtSIeN0 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VhtSIeN0 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VhtSIeN0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VhtSIeN0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VhtSIeN0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VhtSIeN0 .modal-open {
  overflow: hidden;
}
.cid-t9VhtSIeN0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VhtSIeN0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VhtSIeN0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VhtSIeN0 .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-t9VhtSIeN0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VhtSIeN0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VhtSIeN0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VhtSIeN0 .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-t9VhtSIeN0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VhtSIeN0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VhtSIeN0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VhtSIeN0 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VhtSIeN0 .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-t9VhtSIeN0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhtSIeN0 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VhtSIeN0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VhtSIeN0 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VhtSIeN0 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VhtSIeN0 .modal-header .close:focus {
  outline: none;
}
.cid-t9VhtSIeN0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VhtSIeN0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VhtSIeN0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhtSIeN0 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VhtSIeN0 .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-t9VhtSIeN0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhtSIeN0 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VhtSIeN0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VhtSIeN0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VhtSIeN0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VhtSIeN0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VhtSIeN0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VhtSIeN0 .modal-lg,
  .cid-t9VhtSIeN0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VhtSIeN0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VhtSIeN0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VhtSIeN0 .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-t9VhtSIeN0 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VhtSIeN0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VhtSIeN0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VhtSIeN0 .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-t9VhtSIeN0 .mbr-section-btn {
  margin: 0;
}
.cid-t9VhtSIeN0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VhtSIeN0 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VhtSIeN0 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VhtSIeN0 .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VhtSIeN0 UL {
  text-align: right;
}
.cid-t9VhtSIeN0 .item-title UL {
  text-align: center;
}
.cid-t9VhCXoe47.popup-builder {
  background-color: #ffffff;
}
.cid-t9VhCXoe47.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VhCXoe47.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VhCXoe47 .modal-content,
.cid-t9VhCXoe47 .modal-dialog {
  height: auto;
}
.cid-t9VhCXoe47 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VhCXoe47 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VhCXoe47 .form-wrapper .mbr-form .form-group,
  .cid-t9VhCXoe47 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VhCXoe47 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VhCXoe47 .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-t9VhCXoe47 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VhCXoe47 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VhCXoe47 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VhCXoe47 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VhCXoe47 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VhCXoe47 .modal-open {
  overflow: hidden;
}
.cid-t9VhCXoe47 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VhCXoe47 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VhCXoe47 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VhCXoe47 .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-t9VhCXoe47 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VhCXoe47 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VhCXoe47 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VhCXoe47 .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-t9VhCXoe47 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VhCXoe47 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VhCXoe47 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VhCXoe47 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VhCXoe47 .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-t9VhCXoe47 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhCXoe47 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VhCXoe47 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VhCXoe47 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VhCXoe47 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VhCXoe47 .modal-header .close:focus {
  outline: none;
}
.cid-t9VhCXoe47 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VhCXoe47 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VhCXoe47 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhCXoe47 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VhCXoe47 .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-t9VhCXoe47 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhCXoe47 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VhCXoe47 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VhCXoe47 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VhCXoe47 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VhCXoe47 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VhCXoe47 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VhCXoe47 .modal-lg,
  .cid-t9VhCXoe47 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VhCXoe47 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VhCXoe47 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VhCXoe47 .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-t9VhCXoe47 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VhCXoe47 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VhCXoe47 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VhCXoe47 .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-t9VhCXoe47 .mbr-section-btn {
  margin: 0;
}
.cid-t9VhCXoe47 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VhCXoe47 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VhCXoe47 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VhCXoe47 .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VhLhUhbn.popup-builder {
  background-color: #ffffff;
}
.cid-t9VhLhUhbn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VhLhUhbn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VhLhUhbn .modal-content,
.cid-t9VhLhUhbn .modal-dialog {
  height: auto;
}
.cid-t9VhLhUhbn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VhLhUhbn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VhLhUhbn .form-wrapper .mbr-form .form-group,
  .cid-t9VhLhUhbn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VhLhUhbn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VhLhUhbn .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-t9VhLhUhbn .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VhLhUhbn .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VhLhUhbn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VhLhUhbn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VhLhUhbn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VhLhUhbn .modal-open {
  overflow: hidden;
}
.cid-t9VhLhUhbn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VhLhUhbn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VhLhUhbn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VhLhUhbn .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-t9VhLhUhbn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VhLhUhbn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VhLhUhbn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VhLhUhbn .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-t9VhLhUhbn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VhLhUhbn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VhLhUhbn .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VhLhUhbn .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VhLhUhbn .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-t9VhLhUhbn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhLhUhbn .modal-header {
    padding: 1rem;
  }
}
.cid-t9VhLhUhbn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VhLhUhbn .modal-header .close svg {
  fill: #353535;
}
.cid-t9VhLhUhbn .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VhLhUhbn .modal-header .close:focus {
  outline: none;
}
.cid-t9VhLhUhbn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VhLhUhbn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VhLhUhbn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhLhUhbn .modal-body {
    padding: 1rem;
  }
}
.cid-t9VhLhUhbn .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-t9VhLhUhbn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhLhUhbn .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VhLhUhbn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VhLhUhbn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VhLhUhbn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VhLhUhbn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VhLhUhbn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VhLhUhbn .modal-lg,
  .cid-t9VhLhUhbn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VhLhUhbn .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VhLhUhbn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VhLhUhbn .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-t9VhLhUhbn .form-group {
  margin-bottom: 1rem;
}
.cid-t9VhLhUhbn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VhLhUhbn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VhLhUhbn .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-t9VhLhUhbn .mbr-section-btn {
  margin: 0;
}
.cid-t9VhLhUhbn .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VhTPdTda.popup-builder {
  background-color: #ffffff;
}
.cid-t9VhTPdTda.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VhTPdTda.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VhTPdTda .modal-content,
.cid-t9VhTPdTda .modal-dialog {
  height: auto;
}
.cid-t9VhTPdTda .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VhTPdTda .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VhTPdTda .form-wrapper .mbr-form .form-group,
  .cid-t9VhTPdTda .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VhTPdTda .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VhTPdTda .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-t9VhTPdTda .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VhTPdTda .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VhTPdTda .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VhTPdTda .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VhTPdTda .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VhTPdTda .modal-open {
  overflow: hidden;
}
.cid-t9VhTPdTda .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VhTPdTda .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VhTPdTda .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VhTPdTda .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-t9VhTPdTda .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VhTPdTda .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VhTPdTda .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VhTPdTda .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-t9VhTPdTda .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VhTPdTda .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VhTPdTda .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VhTPdTda .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VhTPdTda .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-t9VhTPdTda .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhTPdTda .modal-header {
    padding: 1rem;
  }
}
.cid-t9VhTPdTda .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VhTPdTda .modal-header .close svg {
  fill: #353535;
}
.cid-t9VhTPdTda .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VhTPdTda .modal-header .close:focus {
  outline: none;
}
.cid-t9VhTPdTda .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VhTPdTda .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VhTPdTda .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhTPdTda .modal-body {
    padding: 1rem;
  }
}
.cid-t9VhTPdTda .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-t9VhTPdTda .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VhTPdTda .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VhTPdTda .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VhTPdTda .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VhTPdTda .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VhTPdTda .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VhTPdTda .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VhTPdTda .modal-lg,
  .cid-t9VhTPdTda .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VhTPdTda .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VhTPdTda .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VhTPdTda .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-t9VhTPdTda .form-group {
  margin-bottom: 1rem;
}
.cid-t9VhTPdTda .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VhTPdTda .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VhTPdTda .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-t9VhTPdTda .mbr-section-btn {
  margin: 0;
}
.cid-t9VhTPdTda .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VhTPdTda .mbr-text-title {
  text-align: center;
}
.cid-t9VhTPdTda li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VhTPdTda H5 {
  color: #000000;
}
.cid-t9VhTPdTda .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yO9Uln1N {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yO9Uln1N .mbr-section-title {
  color: #05386b;
}
.cid-t7yO9Uln1N .mbr-section-subtitle {
  color: #05386b;
}
.cid-tjngwVFB40 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tjngwVFB40 .mbr-section-title {
  color: #05386b;
}
.cid-tjngwVFB40 .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yO9UKKZ7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yO9UKKZ7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yO9UKKZ7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yO9UKKZ7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yO9UKKZ7 .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yO9UKKZ7 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yO9UKKZ7 .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yO9UKKZ7 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yO9UKKZ7 .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yO9UKKZ7 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yO9UKKZ7 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yO9UKKZ7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yO9UKKZ7 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yO9UKKZ7 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yO9UKKZ7 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yO9UKKZ7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yO9UKKZ7 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yO9UKKZ7 img {
  transition: all 2s !important;
}
.cid-t7yO9UKKZ7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yO9UKKZ7 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yO9UKKZ7 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tjnu48N6Qj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tjnu48N6Qj .mbr-section-title {
  color: #05386b;
}
.cid-tjnu48N6Qj .mbr-section-subtitle {
  color: #05386b;
}
.cid-tjnu9E23IT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tjnu9E23IT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tjnu9E23IT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjnu9E23IT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjnu9E23IT .mbr-gallery-item {
  width: 33.3%;
}
.cid-tjnu9E23IT .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tjnu9E23IT .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tjnu9E23IT .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tjnu9E23IT .mbr-gallery-row {
  justify-content: center;
}
.cid-tjnu9E23IT .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tjnu9E23IT .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tjnu9E23IT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tjnu9E23IT .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tjnu9E23IT .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tjnu9E23IT .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tjnu9E23IT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tjnu9E23IT .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tjnu9E23IT img {
  transition: all 2s !important;
}
.cid-tjnu9E23IT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tjnu9E23IT .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tjnu9E23IT .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSAfNA.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSAfNA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSAfNA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSAfNA .modal-content,
.cid-t9VflSAfNA .modal-dialog {
  height: auto;
}
.cid-t9VflSAfNA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSAfNA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSAfNA .form-wrapper .mbr-form .form-group,
  .cid-t9VflSAfNA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSAfNA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSAfNA .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-t9VflSAfNA .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSAfNA .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSAfNA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSAfNA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSAfNA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSAfNA .modal-open {
  overflow: hidden;
}
.cid-t9VflSAfNA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSAfNA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSAfNA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSAfNA .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-t9VflSAfNA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSAfNA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSAfNA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSAfNA .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-t9VflSAfNA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSAfNA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSAfNA .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSAfNA .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSAfNA .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-t9VflSAfNA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAfNA .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSAfNA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSAfNA .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSAfNA .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSAfNA .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSAfNA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSAfNA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSAfNA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAfNA .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSAfNA .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-t9VflSAfNA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAfNA .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSAfNA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSAfNA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSAfNA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSAfNA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSAfNA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSAfNA .modal-lg,
  .cid-t9VflSAfNA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSAfNA .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSAfNA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSAfNA .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-t9VflSAfNA .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSAfNA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSAfNA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSAfNA .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-t9VflSAfNA .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSAfNA .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCstVE5.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCstVE5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCstVE5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCstVE5 .modal-content,
.cid-t9jTCstVE5 .modal-dialog {
  height: auto;
}
.cid-t9jTCstVE5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCstVE5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCstVE5 .form-wrapper .mbr-form .form-group,
  .cid-t9jTCstVE5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCstVE5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCstVE5 .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-t9jTCstVE5 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCstVE5 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCstVE5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCstVE5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCstVE5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCstVE5 .modal-open {
  overflow: hidden;
}
.cid-t9jTCstVE5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCstVE5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCstVE5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCstVE5 .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-t9jTCstVE5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCstVE5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCstVE5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCstVE5 .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-t9jTCstVE5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCstVE5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCstVE5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCstVE5 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCstVE5 .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-t9jTCstVE5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstVE5 .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCstVE5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCstVE5 .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCstVE5 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCstVE5 .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCstVE5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCstVE5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCstVE5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstVE5 .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCstVE5 .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-t9jTCstVE5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstVE5 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCstVE5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCstVE5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCstVE5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCstVE5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCstVE5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCstVE5 .modal-lg,
  .cid-t9jTCstVE5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCstVE5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCstVE5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCstVE5 .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-t9jTCstVE5 .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCstVE5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCstVE5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCstVE5 .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-t9jTCstVE5 .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCstVE5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCstVE5 .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCstVE5 .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCstVE5 .mbr-text2,
.cid-t9jTCstVE5 .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCstVE5 .mbr-text3,
.cid-t9jTCstVE5 .mbr-section-btn {
  text-align: left;
}
.cid-t9VjgPxgUh.popup-builder {
  background-color: #ffffff;
}
.cid-t9VjgPxgUh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VjgPxgUh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VjgPxgUh .modal-content,
.cid-t9VjgPxgUh .modal-dialog {
  height: auto;
}
.cid-t9VjgPxgUh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VjgPxgUh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VjgPxgUh .form-wrapper .mbr-form .form-group,
  .cid-t9VjgPxgUh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VjgPxgUh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VjgPxgUh .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-t9VjgPxgUh .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VjgPxgUh .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VjgPxgUh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VjgPxgUh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VjgPxgUh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VjgPxgUh .modal-open {
  overflow: hidden;
}
.cid-t9VjgPxgUh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VjgPxgUh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VjgPxgUh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VjgPxgUh .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-t9VjgPxgUh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VjgPxgUh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VjgPxgUh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VjgPxgUh .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-t9VjgPxgUh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VjgPxgUh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VjgPxgUh .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VjgPxgUh .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VjgPxgUh .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-t9VjgPxgUh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjgPxgUh .modal-header {
    padding: 1rem;
  }
}
.cid-t9VjgPxgUh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VjgPxgUh .modal-header .close svg {
  fill: #353535;
}
.cid-t9VjgPxgUh .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VjgPxgUh .modal-header .close:focus {
  outline: none;
}
.cid-t9VjgPxgUh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VjgPxgUh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VjgPxgUh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjgPxgUh .modal-body {
    padding: 1rem;
  }
}
.cid-t9VjgPxgUh .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-t9VjgPxgUh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjgPxgUh .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VjgPxgUh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VjgPxgUh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VjgPxgUh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VjgPxgUh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VjgPxgUh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VjgPxgUh .modal-lg,
  .cid-t9VjgPxgUh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VjgPxgUh .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VjgPxgUh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VjgPxgUh .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-t9VjgPxgUh .form-group {
  margin-bottom: 1rem;
}
.cid-t9VjgPxgUh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VjgPxgUh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VjgPxgUh .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-t9VjgPxgUh .mbr-section-btn {
  margin: 0;
}
.cid-t9VjgPxgUh .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VjgPxgUh .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VjgPxgUh li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VjgPxgUh .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VjgPxgUh UL {
  text-align: right;
}
.cid-t9VjgPxgUh .item-title UL {
  text-align: center;
}
.cid-t9Vji2cNnk.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vji2cNnk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vji2cNnk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vji2cNnk .modal-content,
.cid-t9Vji2cNnk .modal-dialog {
  height: auto;
}
.cid-t9Vji2cNnk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vji2cNnk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vji2cNnk .form-wrapper .mbr-form .form-group,
  .cid-t9Vji2cNnk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vji2cNnk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vji2cNnk .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-t9Vji2cNnk .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vji2cNnk .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vji2cNnk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vji2cNnk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vji2cNnk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vji2cNnk .modal-open {
  overflow: hidden;
}
.cid-t9Vji2cNnk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vji2cNnk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vji2cNnk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vji2cNnk .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-t9Vji2cNnk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vji2cNnk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vji2cNnk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vji2cNnk .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-t9Vji2cNnk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vji2cNnk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vji2cNnk .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vji2cNnk .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vji2cNnk .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-t9Vji2cNnk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vji2cNnk .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vji2cNnk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vji2cNnk .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vji2cNnk .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vji2cNnk .modal-header .close:focus {
  outline: none;
}
.cid-t9Vji2cNnk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vji2cNnk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vji2cNnk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vji2cNnk .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vji2cNnk .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-t9Vji2cNnk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vji2cNnk .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vji2cNnk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vji2cNnk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vji2cNnk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vji2cNnk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vji2cNnk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vji2cNnk .modal-lg,
  .cid-t9Vji2cNnk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vji2cNnk .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vji2cNnk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vji2cNnk .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-t9Vji2cNnk .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vji2cNnk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vji2cNnk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vji2cNnk .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-t9Vji2cNnk .mbr-section-btn {
  margin: 0;
}
.cid-t9Vji2cNnk .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vji2cNnk .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9Vji2cNnk li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vji2cNnk .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VjjfaUed.popup-builder {
  background-color: #ffffff;
}
.cid-t9VjjfaUed.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VjjfaUed.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VjjfaUed .modal-content,
.cid-t9VjjfaUed .modal-dialog {
  height: auto;
}
.cid-t9VjjfaUed .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VjjfaUed .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VjjfaUed .form-wrapper .mbr-form .form-group,
  .cid-t9VjjfaUed .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VjjfaUed .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VjjfaUed .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-t9VjjfaUed .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VjjfaUed .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VjjfaUed .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VjjfaUed .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VjjfaUed .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VjjfaUed .modal-open {
  overflow: hidden;
}
.cid-t9VjjfaUed .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VjjfaUed .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VjjfaUed .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VjjfaUed .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-t9VjjfaUed .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VjjfaUed .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VjjfaUed .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VjjfaUed .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-t9VjjfaUed .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VjjfaUed .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VjjfaUed .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VjjfaUed .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VjjfaUed .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-t9VjjfaUed .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjjfaUed .modal-header {
    padding: 1rem;
  }
}
.cid-t9VjjfaUed .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VjjfaUed .modal-header .close svg {
  fill: #353535;
}
.cid-t9VjjfaUed .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VjjfaUed .modal-header .close:focus {
  outline: none;
}
.cid-t9VjjfaUed .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VjjfaUed .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VjjfaUed .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjjfaUed .modal-body {
    padding: 1rem;
  }
}
.cid-t9VjjfaUed .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-t9VjjfaUed .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjjfaUed .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VjjfaUed .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VjjfaUed .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VjjfaUed .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VjjfaUed .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VjjfaUed .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VjjfaUed .modal-lg,
  .cid-t9VjjfaUed .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VjjfaUed .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VjjfaUed .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VjjfaUed .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-t9VjjfaUed .form-group {
  margin-bottom: 1rem;
}
.cid-t9VjjfaUed .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VjjfaUed .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VjjfaUed .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-t9VjjfaUed .mbr-section-btn {
  margin: 0;
}
.cid-t9VjjfaUed .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VjkET2g7.popup-builder {
  background-color: #ffffff;
}
.cid-t9VjkET2g7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VjkET2g7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VjkET2g7 .modal-content,
.cid-t9VjkET2g7 .modal-dialog {
  height: auto;
}
.cid-t9VjkET2g7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VjkET2g7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VjkET2g7 .form-wrapper .mbr-form .form-group,
  .cid-t9VjkET2g7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VjkET2g7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VjkET2g7 .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-t9VjkET2g7 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VjkET2g7 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VjkET2g7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VjkET2g7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VjkET2g7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VjkET2g7 .modal-open {
  overflow: hidden;
}
.cid-t9VjkET2g7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VjkET2g7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VjkET2g7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VjkET2g7 .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-t9VjkET2g7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VjkET2g7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VjkET2g7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VjkET2g7 .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-t9VjkET2g7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VjkET2g7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VjkET2g7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VjkET2g7 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VjkET2g7 .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-t9VjkET2g7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjkET2g7 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VjkET2g7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VjkET2g7 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VjkET2g7 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VjkET2g7 .modal-header .close:focus {
  outline: none;
}
.cid-t9VjkET2g7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VjkET2g7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VjkET2g7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjkET2g7 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VjkET2g7 .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-t9VjkET2g7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjkET2g7 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VjkET2g7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VjkET2g7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VjkET2g7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VjkET2g7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VjkET2g7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VjkET2g7 .modal-lg,
  .cid-t9VjkET2g7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VjkET2g7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VjkET2g7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VjkET2g7 .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-t9VjkET2g7 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VjkET2g7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VjkET2g7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VjkET2g7 .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-t9VjkET2g7 .mbr-section-btn {
  margin: 0;
}
.cid-t9VjkET2g7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VjkET2g7 .mbr-text-title {
  text-align: center;
}
.cid-t9VjkET2g7 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VjkET2g7 H5 {
  color: #000000;
}
.cid-t9VjkET2g7 .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yONoBy7Z {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yONoBy7Z .mbr-section-title {
  color: #05386b;
}
.cid-t7yONoBy7Z .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yONp20zv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yONp20zv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yONp20zv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yONp20zv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yONp20zv .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yONp20zv .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yONp20zv .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yONp20zv .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yONp20zv .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yONp20zv .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yONp20zv .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yONp20zv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yONp20zv .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yONp20zv .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yONp20zv .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yONp20zv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yONp20zv .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yONp20zv img {
  transition: all 2s !important;
}
.cid-t7yONp20zv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yONp20zv .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yONp20zv .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSAicT.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSAicT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSAicT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSAicT .modal-content,
.cid-t9VflSAicT .modal-dialog {
  height: auto;
}
.cid-t9VflSAicT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSAicT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSAicT .form-wrapper .mbr-form .form-group,
  .cid-t9VflSAicT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSAicT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSAicT .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-t9VflSAicT .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSAicT .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSAicT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSAicT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSAicT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSAicT .modal-open {
  overflow: hidden;
}
.cid-t9VflSAicT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSAicT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSAicT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSAicT .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-t9VflSAicT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSAicT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSAicT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSAicT .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-t9VflSAicT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSAicT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSAicT .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSAicT .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSAicT .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-t9VflSAicT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAicT .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSAicT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSAicT .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSAicT .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSAicT .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSAicT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSAicT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSAicT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAicT .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSAicT .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-t9VflSAicT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSAicT .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSAicT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSAicT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSAicT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSAicT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSAicT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSAicT .modal-lg,
  .cid-t9VflSAicT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSAicT .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSAicT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSAicT .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-t9VflSAicT .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSAicT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSAicT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSAicT .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-t9VflSAicT .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSAicT .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCstVZ1.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCstVZ1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCstVZ1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCstVZ1 .modal-content,
.cid-t9jTCstVZ1 .modal-dialog {
  height: auto;
}
.cid-t9jTCstVZ1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCstVZ1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCstVZ1 .form-wrapper .mbr-form .form-group,
  .cid-t9jTCstVZ1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCstVZ1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCstVZ1 .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-t9jTCstVZ1 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCstVZ1 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCstVZ1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCstVZ1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCstVZ1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCstVZ1 .modal-open {
  overflow: hidden;
}
.cid-t9jTCstVZ1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCstVZ1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCstVZ1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCstVZ1 .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-t9jTCstVZ1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCstVZ1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCstVZ1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCstVZ1 .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-t9jTCstVZ1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCstVZ1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCstVZ1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCstVZ1 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCstVZ1 .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-t9jTCstVZ1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstVZ1 .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCstVZ1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCstVZ1 .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCstVZ1 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCstVZ1 .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCstVZ1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCstVZ1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCstVZ1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstVZ1 .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCstVZ1 .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-t9jTCstVZ1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCstVZ1 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCstVZ1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCstVZ1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCstVZ1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCstVZ1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCstVZ1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCstVZ1 .modal-lg,
  .cid-t9jTCstVZ1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCstVZ1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCstVZ1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCstVZ1 .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-t9jTCstVZ1 .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCstVZ1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCstVZ1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCstVZ1 .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-t9jTCstVZ1 .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCstVZ1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCstVZ1 .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCstVZ1 .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCstVZ1 .mbr-text2,
.cid-t9jTCstVZ1 .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCstVZ1 .mbr-text3,
.cid-t9jTCstVZ1 .mbr-section-btn {
  text-align: left;
}
.cid-t9VzhrGZcN.popup-builder {
  background-color: #ffffff;
}
.cid-t9VzhrGZcN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VzhrGZcN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VzhrGZcN .modal-content,
.cid-t9VzhrGZcN .modal-dialog {
  height: auto;
}
.cid-t9VzhrGZcN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VzhrGZcN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VzhrGZcN .form-wrapper .mbr-form .form-group,
  .cid-t9VzhrGZcN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VzhrGZcN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VzhrGZcN .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-t9VzhrGZcN .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VzhrGZcN .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VzhrGZcN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VzhrGZcN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VzhrGZcN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VzhrGZcN .modal-open {
  overflow: hidden;
}
.cid-t9VzhrGZcN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VzhrGZcN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VzhrGZcN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VzhrGZcN .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-t9VzhrGZcN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VzhrGZcN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VzhrGZcN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VzhrGZcN .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-t9VzhrGZcN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VzhrGZcN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VzhrGZcN .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VzhrGZcN .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VzhrGZcN .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-t9VzhrGZcN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VzhrGZcN .modal-header {
    padding: 1rem;
  }
}
.cid-t9VzhrGZcN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VzhrGZcN .modal-header .close svg {
  fill: #353535;
}
.cid-t9VzhrGZcN .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VzhrGZcN .modal-header .close:focus {
  outline: none;
}
.cid-t9VzhrGZcN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VzhrGZcN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VzhrGZcN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VzhrGZcN .modal-body {
    padding: 1rem;
  }
}
.cid-t9VzhrGZcN .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-t9VzhrGZcN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VzhrGZcN .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VzhrGZcN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VzhrGZcN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VzhrGZcN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VzhrGZcN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VzhrGZcN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VzhrGZcN .modal-lg,
  .cid-t9VzhrGZcN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VzhrGZcN .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VzhrGZcN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VzhrGZcN .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-t9VzhrGZcN .form-group {
  margin-bottom: 1rem;
}
.cid-t9VzhrGZcN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VzhrGZcN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VzhrGZcN .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-t9VzhrGZcN .mbr-section-btn {
  margin: 0;
}
.cid-t9VzhrGZcN .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VzhrGZcN .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VzhrGZcN li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VzhrGZcN .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VzhrGZcN UL {
  text-align: right;
}
.cid-t9VzhrGZcN .item-title UL {
  text-align: center;
}
.cid-t9VzQj5wXF.popup-builder {
  background-color: #ffffff;
}
.cid-t9VzQj5wXF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VzQj5wXF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VzQj5wXF .modal-content,
.cid-t9VzQj5wXF .modal-dialog {
  height: auto;
}
.cid-t9VzQj5wXF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VzQj5wXF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VzQj5wXF .form-wrapper .mbr-form .form-group,
  .cid-t9VzQj5wXF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VzQj5wXF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VzQj5wXF .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-t9VzQj5wXF .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VzQj5wXF .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VzQj5wXF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VzQj5wXF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VzQj5wXF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VzQj5wXF .modal-open {
  overflow: hidden;
}
.cid-t9VzQj5wXF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VzQj5wXF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VzQj5wXF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VzQj5wXF .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-t9VzQj5wXF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VzQj5wXF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VzQj5wXF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VzQj5wXF .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-t9VzQj5wXF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VzQj5wXF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VzQj5wXF .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VzQj5wXF .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VzQj5wXF .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-t9VzQj5wXF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VzQj5wXF .modal-header {
    padding: 1rem;
  }
}
.cid-t9VzQj5wXF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VzQj5wXF .modal-header .close svg {
  fill: #353535;
}
.cid-t9VzQj5wXF .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VzQj5wXF .modal-header .close:focus {
  outline: none;
}
.cid-t9VzQj5wXF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VzQj5wXF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VzQj5wXF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VzQj5wXF .modal-body {
    padding: 1rem;
  }
}
.cid-t9VzQj5wXF .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-t9VzQj5wXF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VzQj5wXF .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VzQj5wXF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VzQj5wXF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VzQj5wXF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VzQj5wXF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VzQj5wXF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VzQj5wXF .modal-lg,
  .cid-t9VzQj5wXF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VzQj5wXF .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VzQj5wXF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VzQj5wXF .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-t9VzQj5wXF .form-group {
  margin-bottom: 1rem;
}
.cid-t9VzQj5wXF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VzQj5wXF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VzQj5wXF .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-t9VzQj5wXF .mbr-section-btn {
  margin: 0;
}
.cid-t9VzQj5wXF .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VzQj5wXF .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VzQj5wXF li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VzQj5wXF .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VAITdlfH.popup-builder {
  background-color: #ffffff;
}
.cid-t9VAITdlfH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VAITdlfH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VAITdlfH .modal-content,
.cid-t9VAITdlfH .modal-dialog {
  height: auto;
}
.cid-t9VAITdlfH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VAITdlfH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VAITdlfH .form-wrapper .mbr-form .form-group,
  .cid-t9VAITdlfH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VAITdlfH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VAITdlfH .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-t9VAITdlfH .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VAITdlfH .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VAITdlfH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VAITdlfH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VAITdlfH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VAITdlfH .modal-open {
  overflow: hidden;
}
.cid-t9VAITdlfH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VAITdlfH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VAITdlfH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VAITdlfH .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-t9VAITdlfH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VAITdlfH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VAITdlfH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VAITdlfH .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-t9VAITdlfH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VAITdlfH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VAITdlfH .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VAITdlfH .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VAITdlfH .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-t9VAITdlfH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VAITdlfH .modal-header {
    padding: 1rem;
  }
}
.cid-t9VAITdlfH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VAITdlfH .modal-header .close svg {
  fill: #353535;
}
.cid-t9VAITdlfH .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VAITdlfH .modal-header .close:focus {
  outline: none;
}
.cid-t9VAITdlfH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VAITdlfH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VAITdlfH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VAITdlfH .modal-body {
    padding: 1rem;
  }
}
.cid-t9VAITdlfH .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-t9VAITdlfH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VAITdlfH .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VAITdlfH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VAITdlfH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VAITdlfH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VAITdlfH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VAITdlfH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VAITdlfH .modal-lg,
  .cid-t9VAITdlfH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VAITdlfH .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VAITdlfH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VAITdlfH .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-t9VAITdlfH .form-group {
  margin-bottom: 1rem;
}
.cid-t9VAITdlfH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VAITdlfH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VAITdlfH .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-t9VAITdlfH .mbr-section-btn {
  margin: 0;
}
.cid-t9VAITdlfH .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VGgpryKc.popup-builder {
  background-color: #ffffff;
}
.cid-t9VGgpryKc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VGgpryKc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VGgpryKc .modal-content,
.cid-t9VGgpryKc .modal-dialog {
  height: auto;
}
.cid-t9VGgpryKc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VGgpryKc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VGgpryKc .form-wrapper .mbr-form .form-group,
  .cid-t9VGgpryKc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VGgpryKc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VGgpryKc .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-t9VGgpryKc .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VGgpryKc .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VGgpryKc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VGgpryKc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VGgpryKc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VGgpryKc .modal-open {
  overflow: hidden;
}
.cid-t9VGgpryKc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VGgpryKc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VGgpryKc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VGgpryKc .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-t9VGgpryKc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VGgpryKc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VGgpryKc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VGgpryKc .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-t9VGgpryKc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VGgpryKc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VGgpryKc .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VGgpryKc .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VGgpryKc .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-t9VGgpryKc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VGgpryKc .modal-header {
    padding: 1rem;
  }
}
.cid-t9VGgpryKc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VGgpryKc .modal-header .close svg {
  fill: #353535;
}
.cid-t9VGgpryKc .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VGgpryKc .modal-header .close:focus {
  outline: none;
}
.cid-t9VGgpryKc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VGgpryKc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VGgpryKc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VGgpryKc .modal-body {
    padding: 1rem;
  }
}
.cid-t9VGgpryKc .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-t9VGgpryKc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VGgpryKc .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VGgpryKc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VGgpryKc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VGgpryKc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VGgpryKc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VGgpryKc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VGgpryKc .modal-lg,
  .cid-t9VGgpryKc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VGgpryKc .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VGgpryKc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VGgpryKc .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-t9VGgpryKc .form-group {
  margin-bottom: 1rem;
}
.cid-t9VGgpryKc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VGgpryKc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VGgpryKc .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-t9VGgpryKc .mbr-section-btn {
  margin: 0;
}
.cid-t9VGgpryKc .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VGgpryKc .mbr-text-title {
  text-align: center;
}
.cid-t9VGgpryKc li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VGgpryKc H5 {
  color: #000000;
}
.cid-t9VGgpryKc .item-title {
  text-align: center;
}
.cid-t9VYyXyTqm.popup-builder {
  background-color: #ffffff;
}
.cid-t9VYyXyTqm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VYyXyTqm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VYyXyTqm .modal-content,
.cid-t9VYyXyTqm .modal-dialog {
  height: auto;
}
.cid-t9VYyXyTqm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VYyXyTqm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VYyXyTqm .form-wrapper .mbr-form .form-group,
  .cid-t9VYyXyTqm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VYyXyTqm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VYyXyTqm .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-t9VYyXyTqm .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VYyXyTqm .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VYyXyTqm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VYyXyTqm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VYyXyTqm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VYyXyTqm .modal-open {
  overflow: hidden;
}
.cid-t9VYyXyTqm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VYyXyTqm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VYyXyTqm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VYyXyTqm .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-t9VYyXyTqm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VYyXyTqm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VYyXyTqm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VYyXyTqm .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-t9VYyXyTqm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VYyXyTqm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VYyXyTqm .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VYyXyTqm .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VYyXyTqm .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-t9VYyXyTqm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VYyXyTqm .modal-header {
    padding: 1rem;
  }
}
.cid-t9VYyXyTqm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VYyXyTqm .modal-header .close svg {
  fill: #353535;
}
.cid-t9VYyXyTqm .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VYyXyTqm .modal-header .close:focus {
  outline: none;
}
.cid-t9VYyXyTqm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VYyXyTqm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VYyXyTqm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VYyXyTqm .modal-body {
    padding: 1rem;
  }
}
.cid-t9VYyXyTqm .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-t9VYyXyTqm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VYyXyTqm .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VYyXyTqm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VYyXyTqm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VYyXyTqm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VYyXyTqm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VYyXyTqm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VYyXyTqm .modal-lg,
  .cid-t9VYyXyTqm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VYyXyTqm .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VYyXyTqm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VYyXyTqm .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-t9VYyXyTqm .form-group {
  margin-bottom: 1rem;
}
.cid-t9VYyXyTqm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VYyXyTqm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VYyXyTqm .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-t9VYyXyTqm .mbr-section-btn {
  margin: 0;
}
.cid-t9VYyXyTqm .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VYyXyTqm .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VYyXyTqm li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VYyXyTqm H5 {
  color: #000000;
}
.cid-t9VYyXyTqm .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yRf0NOEp {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yRf0NOEp .mbr-section-title {
  color: #05386b;
}
.cid-t7yRf0NOEp .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yRf17rDD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yRf17rDD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yRf17rDD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yRf17rDD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yRf17rDD .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yRf17rDD .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yRf17rDD .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yRf17rDD .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yRf17rDD .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yRf17rDD .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yRf17rDD .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yRf17rDD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yRf17rDD .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yRf17rDD .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yRf17rDD .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yRf17rDD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yRf17rDD .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yRf17rDD img {
  transition: all 2s !important;
}
.cid-t7yRf17rDD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yRf17rDD .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yRf17rDD .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSA9uK.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSA9uK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSA9uK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSA9uK .modal-content,
.cid-t9VflSA9uK .modal-dialog {
  height: auto;
}
.cid-t9VflSA9uK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSA9uK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSA9uK .form-wrapper .mbr-form .form-group,
  .cid-t9VflSA9uK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSA9uK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSA9uK .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-t9VflSA9uK .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSA9uK .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSA9uK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSA9uK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSA9uK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSA9uK .modal-open {
  overflow: hidden;
}
.cid-t9VflSA9uK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSA9uK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSA9uK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSA9uK .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-t9VflSA9uK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSA9uK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSA9uK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSA9uK .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-t9VflSA9uK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSA9uK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSA9uK .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSA9uK .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSA9uK .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-t9VflSA9uK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSA9uK .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSA9uK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSA9uK .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSA9uK .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSA9uK .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSA9uK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSA9uK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSA9uK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSA9uK .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSA9uK .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-t9VflSA9uK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSA9uK .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSA9uK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSA9uK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSA9uK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSA9uK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSA9uK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSA9uK .modal-lg,
  .cid-t9VflSA9uK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSA9uK .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSA9uK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSA9uK .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-t9VflSA9uK .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSA9uK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSA9uK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSA9uK .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-t9VflSA9uK .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSA9uK .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuQW8.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsuQW8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsuQW8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsuQW8 .modal-content,
.cid-t9jTCsuQW8 .modal-dialog {
  height: auto;
}
.cid-t9jTCsuQW8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsuQW8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsuQW8 .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsuQW8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsuQW8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsuQW8 .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-t9jTCsuQW8 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsuQW8 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsuQW8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsuQW8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsuQW8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsuQW8 .modal-open {
  overflow: hidden;
}
.cid-t9jTCsuQW8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsuQW8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsuQW8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsuQW8 .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-t9jTCsuQW8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsuQW8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsuQW8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsuQW8 .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-t9jTCsuQW8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsuQW8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsuQW8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsuQW8 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsuQW8 .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-t9jTCsuQW8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuQW8 .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsuQW8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsuQW8 .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsuQW8 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsuQW8 .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsuQW8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsuQW8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsuQW8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuQW8 .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsuQW8 .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-t9jTCsuQW8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuQW8 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsuQW8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsuQW8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsuQW8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsuQW8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsuQW8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsuQW8 .modal-lg,
  .cid-t9jTCsuQW8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsuQW8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsuQW8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsuQW8 .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-t9jTCsuQW8 .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsuQW8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsuQW8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsuQW8 .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-t9jTCsuQW8 .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsuQW8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuQW8 .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsuQW8 .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsuQW8 .mbr-text2,
.cid-t9jTCsuQW8 .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsuQW8 .mbr-text3,
.cid-t9jTCsuQW8 .mbr-section-btn {
  text-align: left;
}
.cid-t9VwzvGvEb.popup-builder {
  background-color: #ffffff;
}
.cid-t9VwzvGvEb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VwzvGvEb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VwzvGvEb .modal-content,
.cid-t9VwzvGvEb .modal-dialog {
  height: auto;
}
.cid-t9VwzvGvEb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VwzvGvEb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VwzvGvEb .form-wrapper .mbr-form .form-group,
  .cid-t9VwzvGvEb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VwzvGvEb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VwzvGvEb .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-t9VwzvGvEb .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VwzvGvEb .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VwzvGvEb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VwzvGvEb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VwzvGvEb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VwzvGvEb .modal-open {
  overflow: hidden;
}
.cid-t9VwzvGvEb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VwzvGvEb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VwzvGvEb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VwzvGvEb .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-t9VwzvGvEb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VwzvGvEb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VwzvGvEb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VwzvGvEb .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-t9VwzvGvEb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VwzvGvEb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VwzvGvEb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VwzvGvEb .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VwzvGvEb .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-t9VwzvGvEb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VwzvGvEb .modal-header {
    padding: 1rem;
  }
}
.cid-t9VwzvGvEb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VwzvGvEb .modal-header .close svg {
  fill: #353535;
}
.cid-t9VwzvGvEb .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VwzvGvEb .modal-header .close:focus {
  outline: none;
}
.cid-t9VwzvGvEb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VwzvGvEb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VwzvGvEb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VwzvGvEb .modal-body {
    padding: 1rem;
  }
}
.cid-t9VwzvGvEb .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-t9VwzvGvEb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VwzvGvEb .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VwzvGvEb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VwzvGvEb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VwzvGvEb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VwzvGvEb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VwzvGvEb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VwzvGvEb .modal-lg,
  .cid-t9VwzvGvEb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VwzvGvEb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VwzvGvEb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VwzvGvEb .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-t9VwzvGvEb .form-group {
  margin-bottom: 1rem;
}
.cid-t9VwzvGvEb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VwzvGvEb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VwzvGvEb .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-t9VwzvGvEb .mbr-section-btn {
  margin: 0;
}
.cid-t9VwzvGvEb .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VwzvGvEb .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VwzvGvEb li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VwzvGvEb .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VwzvGvEb UL {
  text-align: right;
}
.cid-t9VwzvGvEb .item-title UL {
  text-align: center;
}
.cid-t9VwVrZWI7.popup-builder {
  background-color: #ffffff;
}
.cid-t9VwVrZWI7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VwVrZWI7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VwVrZWI7 .modal-content,
.cid-t9VwVrZWI7 .modal-dialog {
  height: auto;
}
.cid-t9VwVrZWI7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VwVrZWI7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VwVrZWI7 .form-wrapper .mbr-form .form-group,
  .cid-t9VwVrZWI7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VwVrZWI7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VwVrZWI7 .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-t9VwVrZWI7 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VwVrZWI7 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VwVrZWI7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VwVrZWI7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VwVrZWI7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VwVrZWI7 .modal-open {
  overflow: hidden;
}
.cid-t9VwVrZWI7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VwVrZWI7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VwVrZWI7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VwVrZWI7 .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-t9VwVrZWI7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VwVrZWI7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VwVrZWI7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VwVrZWI7 .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-t9VwVrZWI7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VwVrZWI7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VwVrZWI7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VwVrZWI7 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VwVrZWI7 .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-t9VwVrZWI7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VwVrZWI7 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VwVrZWI7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VwVrZWI7 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VwVrZWI7 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VwVrZWI7 .modal-header .close:focus {
  outline: none;
}
.cid-t9VwVrZWI7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VwVrZWI7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VwVrZWI7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VwVrZWI7 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VwVrZWI7 .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-t9VwVrZWI7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VwVrZWI7 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VwVrZWI7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VwVrZWI7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VwVrZWI7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VwVrZWI7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VwVrZWI7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VwVrZWI7 .modal-lg,
  .cid-t9VwVrZWI7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VwVrZWI7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VwVrZWI7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VwVrZWI7 .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-t9VwVrZWI7 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VwVrZWI7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VwVrZWI7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VwVrZWI7 .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-t9VwVrZWI7 .mbr-section-btn {
  margin: 0;
}
.cid-t9VwVrZWI7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VwVrZWI7 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VwVrZWI7 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VwVrZWI7 .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9Vx3t2Bfm.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vx3t2Bfm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vx3t2Bfm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vx3t2Bfm .modal-content,
.cid-t9Vx3t2Bfm .modal-dialog {
  height: auto;
}
.cid-t9Vx3t2Bfm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vx3t2Bfm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vx3t2Bfm .form-wrapper .mbr-form .form-group,
  .cid-t9Vx3t2Bfm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vx3t2Bfm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vx3t2Bfm .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-t9Vx3t2Bfm .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9Vx3t2Bfm .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vx3t2Bfm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vx3t2Bfm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vx3t2Bfm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vx3t2Bfm .modal-open {
  overflow: hidden;
}
.cid-t9Vx3t2Bfm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vx3t2Bfm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vx3t2Bfm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vx3t2Bfm .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-t9Vx3t2Bfm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vx3t2Bfm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vx3t2Bfm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vx3t2Bfm .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-t9Vx3t2Bfm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vx3t2Bfm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vx3t2Bfm .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vx3t2Bfm .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vx3t2Bfm .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-t9Vx3t2Bfm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vx3t2Bfm .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vx3t2Bfm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vx3t2Bfm .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vx3t2Bfm .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vx3t2Bfm .modal-header .close:focus {
  outline: none;
}
.cid-t9Vx3t2Bfm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vx3t2Bfm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vx3t2Bfm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vx3t2Bfm .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vx3t2Bfm .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-t9Vx3t2Bfm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vx3t2Bfm .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vx3t2Bfm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vx3t2Bfm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vx3t2Bfm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vx3t2Bfm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vx3t2Bfm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vx3t2Bfm .modal-lg,
  .cid-t9Vx3t2Bfm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vx3t2Bfm .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vx3t2Bfm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vx3t2Bfm .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-t9Vx3t2Bfm .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vx3t2Bfm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vx3t2Bfm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vx3t2Bfm .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-t9Vx3t2Bfm .mbr-section-btn {
  margin: 0;
}
.cid-t9Vx3t2Bfm .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VxbmS2af.popup-builder {
  background-color: #ffffff;
}
.cid-t9VxbmS2af.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VxbmS2af.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VxbmS2af .modal-content,
.cid-t9VxbmS2af .modal-dialog {
  height: auto;
}
.cid-t9VxbmS2af .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VxbmS2af .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VxbmS2af .form-wrapper .mbr-form .form-group,
  .cid-t9VxbmS2af .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VxbmS2af .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VxbmS2af .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-t9VxbmS2af .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VxbmS2af .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VxbmS2af .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VxbmS2af .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VxbmS2af .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VxbmS2af .modal-open {
  overflow: hidden;
}
.cid-t9VxbmS2af .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VxbmS2af .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VxbmS2af .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VxbmS2af .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-t9VxbmS2af .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VxbmS2af .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VxbmS2af .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VxbmS2af .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-t9VxbmS2af .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VxbmS2af .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VxbmS2af .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VxbmS2af .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VxbmS2af .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-t9VxbmS2af .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VxbmS2af .modal-header {
    padding: 1rem;
  }
}
.cid-t9VxbmS2af .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VxbmS2af .modal-header .close svg {
  fill: #353535;
}
.cid-t9VxbmS2af .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VxbmS2af .modal-header .close:focus {
  outline: none;
}
.cid-t9VxbmS2af .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VxbmS2af .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VxbmS2af .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VxbmS2af .modal-body {
    padding: 1rem;
  }
}
.cid-t9VxbmS2af .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-t9VxbmS2af .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VxbmS2af .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VxbmS2af .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VxbmS2af .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VxbmS2af .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VxbmS2af .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VxbmS2af .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VxbmS2af .modal-lg,
  .cid-t9VxbmS2af .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VxbmS2af .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VxbmS2af .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VxbmS2af .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-t9VxbmS2af .form-group {
  margin-bottom: 1rem;
}
.cid-t9VxbmS2af .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VxbmS2af .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VxbmS2af .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-t9VxbmS2af .mbr-section-btn {
  margin: 0;
}
.cid-t9VxbmS2af .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VxbmS2af .mbr-text-title {
  text-align: center;
}
.cid-t9VxbmS2af li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VxbmS2af H5 {
  color: #000000;
}
.cid-t9VxbmS2af .item-title {
  text-align: center;
}
.cid-t9VytYwXvU.popup-builder {
  background-color: #ffffff;
}
.cid-t9VytYwXvU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VytYwXvU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VytYwXvU .modal-content,
.cid-t9VytYwXvU .modal-dialog {
  height: auto;
}
.cid-t9VytYwXvU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VytYwXvU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VytYwXvU .form-wrapper .mbr-form .form-group,
  .cid-t9VytYwXvU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VytYwXvU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VytYwXvU .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-t9VytYwXvU .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VytYwXvU .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VytYwXvU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VytYwXvU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VytYwXvU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VytYwXvU .modal-open {
  overflow: hidden;
}
.cid-t9VytYwXvU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VytYwXvU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VytYwXvU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VytYwXvU .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-t9VytYwXvU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VytYwXvU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VytYwXvU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VytYwXvU .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-t9VytYwXvU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VytYwXvU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VytYwXvU .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VytYwXvU .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VytYwXvU .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-t9VytYwXvU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VytYwXvU .modal-header {
    padding: 1rem;
  }
}
.cid-t9VytYwXvU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VytYwXvU .modal-header .close svg {
  fill: #353535;
}
.cid-t9VytYwXvU .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VytYwXvU .modal-header .close:focus {
  outline: none;
}
.cid-t9VytYwXvU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VytYwXvU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VytYwXvU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VytYwXvU .modal-body {
    padding: 1rem;
  }
}
.cid-t9VytYwXvU .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-t9VytYwXvU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VytYwXvU .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VytYwXvU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VytYwXvU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VytYwXvU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VytYwXvU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VytYwXvU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VytYwXvU .modal-lg,
  .cid-t9VytYwXvU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VytYwXvU .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VytYwXvU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VytYwXvU .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-t9VytYwXvU .form-group {
  margin-bottom: 1rem;
}
.cid-t9VytYwXvU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VytYwXvU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VytYwXvU .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-t9VytYwXvU .mbr-section-btn {
  margin: 0;
}
.cid-t9VytYwXvU .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VytYwXvU .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VytYwXvU li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VytYwXvU H5 {
  color: #000000;
}
.cid-t9VytYwXvU .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tnMa9WRKwx {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tnMa9WRKwx .mbr-section-title {
  color: #05386b;
}
.cid-tnMa9WRKwx .mbr-section-subtitle {
  color: #05386b;
}
.cid-tnMagGzGgP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tnMagGzGgP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tnMagGzGgP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnMagGzGgP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnMagGzGgP .mbr-gallery-item {
  width: 33.3%;
}
.cid-tnMagGzGgP .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tnMagGzGgP .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tnMagGzGgP .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tnMagGzGgP .mbr-gallery-row {
  justify-content: center;
}
.cid-tnMagGzGgP .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tnMagGzGgP .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tnMagGzGgP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tnMagGzGgP .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tnMagGzGgP .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tnMagGzGgP .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tnMagGzGgP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tnMagGzGgP .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tnMagGzGgP img {
  transition: all 2s !important;
}
.cid-tnMagGzGgP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tnMagGzGgP .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tnMagGzGgP .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t7ySOf0W5a {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7ySOf0W5a .mbr-section-title {
  color: #05386b;
}
.cid-t7ySOf0W5a .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7ySOfml6K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7ySOfml6K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7ySOfml6K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7ySOfml6K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7ySOfml6K .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7ySOfml6K .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7ySOfml6K .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7ySOfml6K .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7ySOfml6K .mbr-gallery-row {
  justify-content: center;
}
.cid-t7ySOfml6K .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7ySOfml6K .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7ySOfml6K .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7ySOfml6K .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7ySOfml6K .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7ySOfml6K .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7ySOfml6K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7ySOfml6K .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7ySOfml6K img {
  transition: all 2s !important;
}
.cid-t7ySOfml6K .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7ySOfml6K .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7ySOfml6K .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBJM7.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBJM7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBJM7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBJM7 .modal-content,
.cid-t9VflSBJM7 .modal-dialog {
  height: auto;
}
.cid-t9VflSBJM7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBJM7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBJM7 .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBJM7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBJM7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBJM7 .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-t9VflSBJM7 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBJM7 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBJM7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBJM7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBJM7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBJM7 .modal-open {
  overflow: hidden;
}
.cid-t9VflSBJM7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBJM7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBJM7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBJM7 .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-t9VflSBJM7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBJM7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBJM7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBJM7 .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-t9VflSBJM7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBJM7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBJM7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBJM7 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBJM7 .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-t9VflSBJM7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBJM7 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBJM7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBJM7 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBJM7 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBJM7 .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBJM7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBJM7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBJM7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBJM7 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBJM7 .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-t9VflSBJM7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBJM7 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBJM7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBJM7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBJM7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBJM7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBJM7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBJM7 .modal-lg,
  .cid-t9VflSBJM7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBJM7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBJM7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBJM7 .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-t9VflSBJM7 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBJM7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBJM7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBJM7 .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-t9VflSBJM7 .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBJM7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuEAg.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsuEAg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsuEAg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsuEAg .modal-content,
.cid-t9jTCsuEAg .modal-dialog {
  height: auto;
}
.cid-t9jTCsuEAg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsuEAg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsuEAg .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsuEAg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsuEAg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsuEAg .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-t9jTCsuEAg .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsuEAg .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsuEAg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsuEAg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsuEAg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsuEAg .modal-open {
  overflow: hidden;
}
.cid-t9jTCsuEAg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsuEAg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsuEAg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsuEAg .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-t9jTCsuEAg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsuEAg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsuEAg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsuEAg .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-t9jTCsuEAg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsuEAg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsuEAg .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsuEAg .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsuEAg .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-t9jTCsuEAg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuEAg .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsuEAg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsuEAg .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsuEAg .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsuEAg .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsuEAg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsuEAg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsuEAg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuEAg .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsuEAg .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-t9jTCsuEAg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuEAg .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsuEAg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsuEAg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsuEAg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsuEAg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsuEAg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsuEAg .modal-lg,
  .cid-t9jTCsuEAg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsuEAg .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsuEAg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsuEAg .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-t9jTCsuEAg .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsuEAg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsuEAg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsuEAg .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-t9jTCsuEAg .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsuEAg .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuEAg .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsuEAg .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsuEAg .mbr-text2,
.cid-t9jTCsuEAg .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsuEAg .mbr-text3,
.cid-t9jTCsuEAg .mbr-section-btn {
  text-align: left;
}
.cid-t9VuPJxbj4.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuPJxbj4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuPJxbj4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuPJxbj4 .modal-content,
.cid-t9VuPJxbj4 .modal-dialog {
  height: auto;
}
.cid-t9VuPJxbj4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuPJxbj4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuPJxbj4 .form-wrapper .mbr-form .form-group,
  .cid-t9VuPJxbj4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuPJxbj4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuPJxbj4 .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-t9VuPJxbj4 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VuPJxbj4 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuPJxbj4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuPJxbj4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuPJxbj4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuPJxbj4 .modal-open {
  overflow: hidden;
}
.cid-t9VuPJxbj4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuPJxbj4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuPJxbj4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuPJxbj4 .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-t9VuPJxbj4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuPJxbj4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuPJxbj4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuPJxbj4 .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-t9VuPJxbj4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuPJxbj4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuPJxbj4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuPJxbj4 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuPJxbj4 .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-t9VuPJxbj4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuPJxbj4 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuPJxbj4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuPJxbj4 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuPJxbj4 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuPJxbj4 .modal-header .close:focus {
  outline: none;
}
.cid-t9VuPJxbj4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuPJxbj4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuPJxbj4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuPJxbj4 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuPJxbj4 .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-t9VuPJxbj4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuPJxbj4 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuPJxbj4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuPJxbj4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuPJxbj4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuPJxbj4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuPJxbj4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuPJxbj4 .modal-lg,
  .cid-t9VuPJxbj4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuPJxbj4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuPJxbj4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuPJxbj4 .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-t9VuPJxbj4 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuPJxbj4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuPJxbj4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuPJxbj4 .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-t9VuPJxbj4 .mbr-section-btn {
  margin: 0;
}
.cid-t9VuPJxbj4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuPJxbj4 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VuPJxbj4 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VuPJxbj4 .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VuPJxbj4 UL {
  text-align: right;
}
.cid-t9VuPJxbj4 .item-title UL {
  text-align: center;
}
.cid-t9VuRhX9RF.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuRhX9RF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuRhX9RF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuRhX9RF .modal-content,
.cid-t9VuRhX9RF .modal-dialog {
  height: auto;
}
.cid-t9VuRhX9RF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuRhX9RF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuRhX9RF .form-wrapper .mbr-form .form-group,
  .cid-t9VuRhX9RF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuRhX9RF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuRhX9RF .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-t9VuRhX9RF .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VuRhX9RF .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuRhX9RF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuRhX9RF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuRhX9RF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuRhX9RF .modal-open {
  overflow: hidden;
}
.cid-t9VuRhX9RF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuRhX9RF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuRhX9RF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuRhX9RF .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-t9VuRhX9RF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuRhX9RF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuRhX9RF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuRhX9RF .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-t9VuRhX9RF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuRhX9RF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuRhX9RF .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuRhX9RF .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuRhX9RF .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-t9VuRhX9RF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuRhX9RF .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuRhX9RF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuRhX9RF .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuRhX9RF .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuRhX9RF .modal-header .close:focus {
  outline: none;
}
.cid-t9VuRhX9RF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuRhX9RF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuRhX9RF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuRhX9RF .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuRhX9RF .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-t9VuRhX9RF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuRhX9RF .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuRhX9RF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuRhX9RF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuRhX9RF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuRhX9RF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuRhX9RF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuRhX9RF .modal-lg,
  .cid-t9VuRhX9RF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuRhX9RF .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuRhX9RF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuRhX9RF .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-t9VuRhX9RF .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuRhX9RF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuRhX9RF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuRhX9RF .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-t9VuRhX9RF .mbr-section-btn {
  margin: 0;
}
.cid-t9VuRhX9RF .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuRhX9RF .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VuRhX9RF li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VuRhX9RF .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VuTIUTyI.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuTIUTyI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuTIUTyI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuTIUTyI .modal-content,
.cid-t9VuTIUTyI .modal-dialog {
  height: auto;
}
.cid-t9VuTIUTyI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuTIUTyI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuTIUTyI .form-wrapper .mbr-form .form-group,
  .cid-t9VuTIUTyI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuTIUTyI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuTIUTyI .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-t9VuTIUTyI .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VuTIUTyI .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuTIUTyI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuTIUTyI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuTIUTyI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuTIUTyI .modal-open {
  overflow: hidden;
}
.cid-t9VuTIUTyI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuTIUTyI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuTIUTyI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuTIUTyI .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-t9VuTIUTyI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuTIUTyI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuTIUTyI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuTIUTyI .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-t9VuTIUTyI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuTIUTyI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuTIUTyI .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuTIUTyI .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuTIUTyI .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-t9VuTIUTyI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuTIUTyI .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuTIUTyI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuTIUTyI .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuTIUTyI .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuTIUTyI .modal-header .close:focus {
  outline: none;
}
.cid-t9VuTIUTyI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuTIUTyI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuTIUTyI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuTIUTyI .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuTIUTyI .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-t9VuTIUTyI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuTIUTyI .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuTIUTyI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuTIUTyI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuTIUTyI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuTIUTyI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuTIUTyI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuTIUTyI .modal-lg,
  .cid-t9VuTIUTyI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuTIUTyI .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuTIUTyI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuTIUTyI .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-t9VuTIUTyI .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuTIUTyI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuTIUTyI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuTIUTyI .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-t9VuTIUTyI .mbr-section-btn {
  margin: 0;
}
.cid-t9VuTIUTyI .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuUX1iho.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuUX1iho.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuUX1iho.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuUX1iho .modal-content,
.cid-t9VuUX1iho .modal-dialog {
  height: auto;
}
.cid-t9VuUX1iho .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuUX1iho .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuUX1iho .form-wrapper .mbr-form .form-group,
  .cid-t9VuUX1iho .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuUX1iho .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuUX1iho .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-t9VuUX1iho .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VuUX1iho .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuUX1iho .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuUX1iho .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuUX1iho .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuUX1iho .modal-open {
  overflow: hidden;
}
.cid-t9VuUX1iho .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuUX1iho .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuUX1iho .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuUX1iho .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-t9VuUX1iho .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuUX1iho .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuUX1iho .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuUX1iho .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-t9VuUX1iho .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuUX1iho .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuUX1iho .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuUX1iho .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuUX1iho .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-t9VuUX1iho .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuUX1iho .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuUX1iho .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuUX1iho .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuUX1iho .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuUX1iho .modal-header .close:focus {
  outline: none;
}
.cid-t9VuUX1iho .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuUX1iho .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuUX1iho .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuUX1iho .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuUX1iho .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-t9VuUX1iho .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuUX1iho .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuUX1iho .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuUX1iho .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuUX1iho .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuUX1iho .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuUX1iho .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuUX1iho .modal-lg,
  .cid-t9VuUX1iho .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuUX1iho .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuUX1iho .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuUX1iho .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-t9VuUX1iho .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuUX1iho .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuUX1iho .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuUX1iho .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-t9VuUX1iho .mbr-section-btn {
  margin: 0;
}
.cid-t9VuUX1iho .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuUX1iho .mbr-text-title {
  text-align: center;
}
.cid-t9VuUX1iho li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VuUX1iho H5 {
  color: #000000;
}
.cid-t9VuUX1iho .item-title {
  text-align: center;
}
.cid-t9VuWxj03Z.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuWxj03Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuWxj03Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuWxj03Z .modal-content,
.cid-t9VuWxj03Z .modal-dialog {
  height: auto;
}
.cid-t9VuWxj03Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuWxj03Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuWxj03Z .form-wrapper .mbr-form .form-group,
  .cid-t9VuWxj03Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuWxj03Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuWxj03Z .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-t9VuWxj03Z .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VuWxj03Z .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuWxj03Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuWxj03Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuWxj03Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuWxj03Z .modal-open {
  overflow: hidden;
}
.cid-t9VuWxj03Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuWxj03Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuWxj03Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuWxj03Z .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-t9VuWxj03Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuWxj03Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuWxj03Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuWxj03Z .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-t9VuWxj03Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuWxj03Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuWxj03Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuWxj03Z .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuWxj03Z .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-t9VuWxj03Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuWxj03Z .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuWxj03Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuWxj03Z .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuWxj03Z .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuWxj03Z .modal-header .close:focus {
  outline: none;
}
.cid-t9VuWxj03Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuWxj03Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuWxj03Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuWxj03Z .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuWxj03Z .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-t9VuWxj03Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuWxj03Z .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuWxj03Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuWxj03Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuWxj03Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuWxj03Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuWxj03Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuWxj03Z .modal-lg,
  .cid-t9VuWxj03Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuWxj03Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuWxj03Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuWxj03Z .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-t9VuWxj03Z .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuWxj03Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuWxj03Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuWxj03Z .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-t9VuWxj03Z .mbr-section-btn {
  margin: 0;
}
.cid-t9VuWxj03Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuWxj03Z .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VuWxj03Z li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VuWxj03Z H5 {
  color: #000000;
}
.cid-t9VuWxj03Z .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yT7SboHS {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yT7SboHS .mbr-section-title {
  color: #05386b;
}
.cid-t7yT7SboHS .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yT7Sunxd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yT7Sunxd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yT7Sunxd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yT7Sunxd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yT7Sunxd .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yT7Sunxd .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yT7Sunxd .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yT7Sunxd .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yT7Sunxd .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yT7Sunxd .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yT7Sunxd .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yT7Sunxd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yT7Sunxd .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yT7Sunxd .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yT7Sunxd .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yT7Sunxd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yT7Sunxd .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yT7Sunxd img {
  transition: all 2s !important;
}
.cid-t7yT7Sunxd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yT7Sunxd .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yT7Sunxd .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBaPK.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBaPK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBaPK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBaPK .modal-content,
.cid-t9VflSBaPK .modal-dialog {
  height: auto;
}
.cid-t9VflSBaPK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBaPK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBaPK .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBaPK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBaPK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBaPK .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-t9VflSBaPK .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBaPK .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBaPK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBaPK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBaPK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBaPK .modal-open {
  overflow: hidden;
}
.cid-t9VflSBaPK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBaPK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBaPK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBaPK .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-t9VflSBaPK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBaPK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBaPK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBaPK .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-t9VflSBaPK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBaPK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBaPK .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBaPK .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBaPK .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-t9VflSBaPK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBaPK .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBaPK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBaPK .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBaPK .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBaPK .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBaPK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBaPK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBaPK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBaPK .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBaPK .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-t9VflSBaPK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBaPK .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBaPK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBaPK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBaPK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBaPK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBaPK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBaPK .modal-lg,
  .cid-t9VflSBaPK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBaPK .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBaPK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBaPK .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-t9VflSBaPK .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBaPK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBaPK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBaPK .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-t9VflSBaPK .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBaPK .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuW8f.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsuW8f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsuW8f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsuW8f .modal-content,
.cid-t9jTCsuW8f .modal-dialog {
  height: auto;
}
.cid-t9jTCsuW8f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsuW8f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsuW8f .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsuW8f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsuW8f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsuW8f .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-t9jTCsuW8f .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsuW8f .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsuW8f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsuW8f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsuW8f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsuW8f .modal-open {
  overflow: hidden;
}
.cid-t9jTCsuW8f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsuW8f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsuW8f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsuW8f .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-t9jTCsuW8f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsuW8f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsuW8f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsuW8f .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-t9jTCsuW8f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsuW8f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsuW8f .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsuW8f .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsuW8f .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-t9jTCsuW8f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuW8f .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsuW8f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsuW8f .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsuW8f .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsuW8f .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsuW8f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsuW8f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsuW8f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuW8f .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsuW8f .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-t9jTCsuW8f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuW8f .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsuW8f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsuW8f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsuW8f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsuW8f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsuW8f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsuW8f .modal-lg,
  .cid-t9jTCsuW8f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsuW8f .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsuW8f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsuW8f .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-t9jTCsuW8f .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsuW8f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsuW8f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsuW8f .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-t9jTCsuW8f .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsuW8f .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuW8f .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsuW8f .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsuW8f .mbr-text2,
.cid-t9jTCsuW8f .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsuW8f .mbr-text3,
.cid-t9jTCsuW8f .mbr-section-btn {
  text-align: left;
}
.cid-t9VuF8u9xV.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuF8u9xV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuF8u9xV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuF8u9xV .modal-content,
.cid-t9VuF8u9xV .modal-dialog {
  height: auto;
}
.cid-t9VuF8u9xV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuF8u9xV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuF8u9xV .form-wrapper .mbr-form .form-group,
  .cid-t9VuF8u9xV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuF8u9xV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuF8u9xV .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-t9VuF8u9xV .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VuF8u9xV .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuF8u9xV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuF8u9xV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuF8u9xV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuF8u9xV .modal-open {
  overflow: hidden;
}
.cid-t9VuF8u9xV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuF8u9xV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuF8u9xV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuF8u9xV .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-t9VuF8u9xV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuF8u9xV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuF8u9xV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuF8u9xV .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-t9VuF8u9xV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuF8u9xV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuF8u9xV .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuF8u9xV .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuF8u9xV .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-t9VuF8u9xV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuF8u9xV .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuF8u9xV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuF8u9xV .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuF8u9xV .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuF8u9xV .modal-header .close:focus {
  outline: none;
}
.cid-t9VuF8u9xV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuF8u9xV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuF8u9xV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuF8u9xV .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuF8u9xV .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-t9VuF8u9xV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuF8u9xV .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuF8u9xV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuF8u9xV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuF8u9xV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuF8u9xV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuF8u9xV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuF8u9xV .modal-lg,
  .cid-t9VuF8u9xV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuF8u9xV .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuF8u9xV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuF8u9xV .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-t9VuF8u9xV .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuF8u9xV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuF8u9xV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuF8u9xV .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-t9VuF8u9xV .mbr-section-btn {
  margin: 0;
}
.cid-t9VuF8u9xV .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuF8u9xV .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VuF8u9xV li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VuF8u9xV .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VuF8u9xV UL {
  text-align: right;
}
.cid-t9VuF8u9xV .item-title UL {
  text-align: center;
}
.cid-t9VuGtEEwi.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuGtEEwi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuGtEEwi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuGtEEwi .modal-content,
.cid-t9VuGtEEwi .modal-dialog {
  height: auto;
}
.cid-t9VuGtEEwi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuGtEEwi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuGtEEwi .form-wrapper .mbr-form .form-group,
  .cid-t9VuGtEEwi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuGtEEwi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuGtEEwi .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-t9VuGtEEwi .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VuGtEEwi .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuGtEEwi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuGtEEwi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuGtEEwi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuGtEEwi .modal-open {
  overflow: hidden;
}
.cid-t9VuGtEEwi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuGtEEwi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuGtEEwi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuGtEEwi .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-t9VuGtEEwi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuGtEEwi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuGtEEwi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuGtEEwi .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-t9VuGtEEwi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuGtEEwi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuGtEEwi .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuGtEEwi .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuGtEEwi .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-t9VuGtEEwi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuGtEEwi .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuGtEEwi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuGtEEwi .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuGtEEwi .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuGtEEwi .modal-header .close:focus {
  outline: none;
}
.cid-t9VuGtEEwi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuGtEEwi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuGtEEwi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuGtEEwi .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuGtEEwi .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-t9VuGtEEwi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuGtEEwi .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuGtEEwi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuGtEEwi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuGtEEwi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuGtEEwi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuGtEEwi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuGtEEwi .modal-lg,
  .cid-t9VuGtEEwi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuGtEEwi .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuGtEEwi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuGtEEwi .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-t9VuGtEEwi .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuGtEEwi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuGtEEwi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuGtEEwi .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-t9VuGtEEwi .mbr-section-btn {
  margin: 0;
}
.cid-t9VuGtEEwi .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuGtEEwi .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VuGtEEwi li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VuGtEEwi .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VuIk7VHB.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuIk7VHB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuIk7VHB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuIk7VHB .modal-content,
.cid-t9VuIk7VHB .modal-dialog {
  height: auto;
}
.cid-t9VuIk7VHB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuIk7VHB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuIk7VHB .form-wrapper .mbr-form .form-group,
  .cid-t9VuIk7VHB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuIk7VHB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuIk7VHB .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-t9VuIk7VHB .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VuIk7VHB .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuIk7VHB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuIk7VHB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuIk7VHB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuIk7VHB .modal-open {
  overflow: hidden;
}
.cid-t9VuIk7VHB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuIk7VHB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuIk7VHB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuIk7VHB .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-t9VuIk7VHB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuIk7VHB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuIk7VHB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuIk7VHB .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-t9VuIk7VHB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuIk7VHB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuIk7VHB .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuIk7VHB .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuIk7VHB .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-t9VuIk7VHB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuIk7VHB .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuIk7VHB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuIk7VHB .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuIk7VHB .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuIk7VHB .modal-header .close:focus {
  outline: none;
}
.cid-t9VuIk7VHB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuIk7VHB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuIk7VHB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuIk7VHB .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuIk7VHB .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-t9VuIk7VHB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuIk7VHB .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuIk7VHB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuIk7VHB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuIk7VHB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuIk7VHB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuIk7VHB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuIk7VHB .modal-lg,
  .cid-t9VuIk7VHB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuIk7VHB .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuIk7VHB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuIk7VHB .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-t9VuIk7VHB .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuIk7VHB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuIk7VHB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuIk7VHB .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-t9VuIk7VHB .mbr-section-btn {
  margin: 0;
}
.cid-t9VuIk7VHB .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuJMX6rL.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuJMX6rL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuJMX6rL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuJMX6rL .modal-content,
.cid-t9VuJMX6rL .modal-dialog {
  height: auto;
}
.cid-t9VuJMX6rL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuJMX6rL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuJMX6rL .form-wrapper .mbr-form .form-group,
  .cid-t9VuJMX6rL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuJMX6rL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuJMX6rL .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-t9VuJMX6rL .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VuJMX6rL .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuJMX6rL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuJMX6rL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuJMX6rL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuJMX6rL .modal-open {
  overflow: hidden;
}
.cid-t9VuJMX6rL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuJMX6rL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuJMX6rL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuJMX6rL .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-t9VuJMX6rL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuJMX6rL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuJMX6rL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuJMX6rL .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-t9VuJMX6rL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuJMX6rL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuJMX6rL .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuJMX6rL .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuJMX6rL .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-t9VuJMX6rL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuJMX6rL .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuJMX6rL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuJMX6rL .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuJMX6rL .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuJMX6rL .modal-header .close:focus {
  outline: none;
}
.cid-t9VuJMX6rL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuJMX6rL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuJMX6rL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuJMX6rL .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuJMX6rL .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-t9VuJMX6rL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuJMX6rL .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuJMX6rL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuJMX6rL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuJMX6rL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuJMX6rL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuJMX6rL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuJMX6rL .modal-lg,
  .cid-t9VuJMX6rL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuJMX6rL .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuJMX6rL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuJMX6rL .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-t9VuJMX6rL .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuJMX6rL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuJMX6rL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuJMX6rL .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-t9VuJMX6rL .mbr-section-btn {
  margin: 0;
}
.cid-t9VuJMX6rL .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuJMX6rL .mbr-text-title {
  text-align: center;
}
.cid-t9VuJMX6rL li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VuJMX6rL H5 {
  color: #000000;
}
.cid-t9VuJMX6rL .item-title {
  text-align: center;
}
.cid-t9VuL931ZX.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuL931ZX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuL931ZX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuL931ZX .modal-content,
.cid-t9VuL931ZX .modal-dialog {
  height: auto;
}
.cid-t9VuL931ZX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuL931ZX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuL931ZX .form-wrapper .mbr-form .form-group,
  .cid-t9VuL931ZX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuL931ZX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuL931ZX .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-t9VuL931ZX .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VuL931ZX .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuL931ZX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuL931ZX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuL931ZX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuL931ZX .modal-open {
  overflow: hidden;
}
.cid-t9VuL931ZX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuL931ZX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuL931ZX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuL931ZX .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-t9VuL931ZX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuL931ZX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuL931ZX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuL931ZX .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-t9VuL931ZX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuL931ZX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuL931ZX .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuL931ZX .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuL931ZX .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-t9VuL931ZX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuL931ZX .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuL931ZX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuL931ZX .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuL931ZX .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuL931ZX .modal-header .close:focus {
  outline: none;
}
.cid-t9VuL931ZX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuL931ZX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuL931ZX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuL931ZX .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuL931ZX .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-t9VuL931ZX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuL931ZX .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuL931ZX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuL931ZX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuL931ZX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuL931ZX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuL931ZX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuL931ZX .modal-lg,
  .cid-t9VuL931ZX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuL931ZX .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuL931ZX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuL931ZX .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-t9VuL931ZX .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuL931ZX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuL931ZX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuL931ZX .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-t9VuL931ZX .mbr-section-btn {
  margin: 0;
}
.cid-t9VuL931ZX .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VuL931ZX .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VuL931ZX li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VuL931ZX H5 {
  color: #000000;
}
.cid-t9VuL931ZX .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yTvBdiTd {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yTvBdiTd .mbr-section-title {
  color: #05386b;
}
.cid-t7yTvBdiTd .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yTvByqJX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yTvByqJX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yTvByqJX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yTvByqJX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yTvByqJX .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yTvByqJX .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yTvByqJX .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yTvByqJX .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yTvByqJX .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yTvByqJX .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yTvByqJX .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yTvByqJX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yTvByqJX .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yTvByqJX .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yTvByqJX .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yTvByqJX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yTvByqJX .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yTvByqJX img {
  transition: all 2s !important;
}
.cid-t7yTvByqJX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yTvByqJX .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yTvByqJX .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBQkG.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBQkG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBQkG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBQkG .modal-content,
.cid-t9VflSBQkG .modal-dialog {
  height: auto;
}
.cid-t9VflSBQkG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBQkG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBQkG .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBQkG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBQkG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBQkG .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-t9VflSBQkG .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBQkG .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBQkG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBQkG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBQkG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBQkG .modal-open {
  overflow: hidden;
}
.cid-t9VflSBQkG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBQkG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBQkG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBQkG .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-t9VflSBQkG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBQkG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBQkG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBQkG .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-t9VflSBQkG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBQkG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBQkG .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBQkG .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBQkG .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-t9VflSBQkG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBQkG .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBQkG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBQkG .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBQkG .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBQkG .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBQkG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBQkG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBQkG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBQkG .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBQkG .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-t9VflSBQkG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBQkG .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBQkG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBQkG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBQkG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBQkG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBQkG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBQkG .modal-lg,
  .cid-t9VflSBQkG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBQkG .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBQkG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBQkG .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-t9VflSBQkG .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBQkG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBQkG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBQkG .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-t9VflSBQkG .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBQkG .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuPCa.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsuPCa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsuPCa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsuPCa .modal-content,
.cid-t9jTCsuPCa .modal-dialog {
  height: auto;
}
.cid-t9jTCsuPCa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsuPCa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsuPCa .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsuPCa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsuPCa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsuPCa .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-t9jTCsuPCa .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsuPCa .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsuPCa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsuPCa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsuPCa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsuPCa .modal-open {
  overflow: hidden;
}
.cid-t9jTCsuPCa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsuPCa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsuPCa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsuPCa .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-t9jTCsuPCa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsuPCa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsuPCa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsuPCa .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-t9jTCsuPCa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsuPCa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsuPCa .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsuPCa .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsuPCa .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-t9jTCsuPCa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuPCa .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsuPCa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsuPCa .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsuPCa .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsuPCa .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsuPCa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsuPCa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsuPCa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuPCa .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsuPCa .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-t9jTCsuPCa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuPCa .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsuPCa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsuPCa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsuPCa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsuPCa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsuPCa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsuPCa .modal-lg,
  .cid-t9jTCsuPCa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsuPCa .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsuPCa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsuPCa .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-t9jTCsuPCa .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsuPCa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsuPCa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsuPCa .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-t9jTCsuPCa .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsuPCa .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuPCa .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsuPCa .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsuPCa .mbr-text2,
.cid-t9jTCsuPCa .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsuPCa .mbr-text3,
.cid-t9jTCsuPCa .mbr-section-btn {
  text-align: left;
}
.cid-t9VsODbTvQ.popup-builder {
  background-color: #ffffff;
}
.cid-t9VsODbTvQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VsODbTvQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VsODbTvQ .modal-content,
.cid-t9VsODbTvQ .modal-dialog {
  height: auto;
}
.cid-t9VsODbTvQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VsODbTvQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VsODbTvQ .form-wrapper .mbr-form .form-group,
  .cid-t9VsODbTvQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VsODbTvQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VsODbTvQ .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-t9VsODbTvQ .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VsODbTvQ .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VsODbTvQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VsODbTvQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VsODbTvQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VsODbTvQ .modal-open {
  overflow: hidden;
}
.cid-t9VsODbTvQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VsODbTvQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VsODbTvQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VsODbTvQ .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-t9VsODbTvQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VsODbTvQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VsODbTvQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VsODbTvQ .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-t9VsODbTvQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VsODbTvQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VsODbTvQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VsODbTvQ .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VsODbTvQ .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-t9VsODbTvQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VsODbTvQ .modal-header {
    padding: 1rem;
  }
}
.cid-t9VsODbTvQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VsODbTvQ .modal-header .close svg {
  fill: #353535;
}
.cid-t9VsODbTvQ .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VsODbTvQ .modal-header .close:focus {
  outline: none;
}
.cid-t9VsODbTvQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VsODbTvQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VsODbTvQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VsODbTvQ .modal-body {
    padding: 1rem;
  }
}
.cid-t9VsODbTvQ .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-t9VsODbTvQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VsODbTvQ .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VsODbTvQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VsODbTvQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VsODbTvQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VsODbTvQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VsODbTvQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VsODbTvQ .modal-lg,
  .cid-t9VsODbTvQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VsODbTvQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VsODbTvQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VsODbTvQ .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-t9VsODbTvQ .form-group {
  margin-bottom: 1rem;
}
.cid-t9VsODbTvQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VsODbTvQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VsODbTvQ .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-t9VsODbTvQ .mbr-section-btn {
  margin: 0;
}
.cid-t9VsODbTvQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VsODbTvQ .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VsODbTvQ li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VsODbTvQ .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VsODbTvQ UL {
  text-align: right;
}
.cid-t9VsODbTvQ .item-title UL {
  text-align: center;
}
.cid-t9VsPU9y97.popup-builder {
  background-color: #ffffff;
}
.cid-t9VsPU9y97.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VsPU9y97.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VsPU9y97 .modal-content,
.cid-t9VsPU9y97 .modal-dialog {
  height: auto;
}
.cid-t9VsPU9y97 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VsPU9y97 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VsPU9y97 .form-wrapper .mbr-form .form-group,
  .cid-t9VsPU9y97 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VsPU9y97 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VsPU9y97 .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-t9VsPU9y97 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VsPU9y97 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VsPU9y97 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VsPU9y97 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VsPU9y97 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VsPU9y97 .modal-open {
  overflow: hidden;
}
.cid-t9VsPU9y97 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VsPU9y97 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VsPU9y97 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VsPU9y97 .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-t9VsPU9y97 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VsPU9y97 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VsPU9y97 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VsPU9y97 .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-t9VsPU9y97 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VsPU9y97 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VsPU9y97 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VsPU9y97 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VsPU9y97 .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-t9VsPU9y97 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VsPU9y97 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VsPU9y97 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VsPU9y97 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VsPU9y97 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VsPU9y97 .modal-header .close:focus {
  outline: none;
}
.cid-t9VsPU9y97 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VsPU9y97 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VsPU9y97 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VsPU9y97 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VsPU9y97 .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-t9VsPU9y97 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VsPU9y97 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VsPU9y97 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VsPU9y97 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VsPU9y97 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VsPU9y97 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VsPU9y97 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VsPU9y97 .modal-lg,
  .cid-t9VsPU9y97 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VsPU9y97 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VsPU9y97 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VsPU9y97 .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-t9VsPU9y97 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VsPU9y97 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VsPU9y97 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VsPU9y97 .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-t9VsPU9y97 .mbr-section-btn {
  margin: 0;
}
.cid-t9VsPU9y97 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VsPU9y97 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VsPU9y97 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VsPU9y97 .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VuwxJChL.popup-builder {
  background-color: #ffffff;
}
.cid-t9VuwxJChL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VuwxJChL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VuwxJChL .modal-content,
.cid-t9VuwxJChL .modal-dialog {
  height: auto;
}
.cid-t9VuwxJChL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VuwxJChL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VuwxJChL .form-wrapper .mbr-form .form-group,
  .cid-t9VuwxJChL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VuwxJChL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VuwxJChL .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-t9VuwxJChL .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VuwxJChL .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VuwxJChL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VuwxJChL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VuwxJChL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VuwxJChL .modal-open {
  overflow: hidden;
}
.cid-t9VuwxJChL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VuwxJChL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VuwxJChL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VuwxJChL .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-t9VuwxJChL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VuwxJChL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VuwxJChL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VuwxJChL .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-t9VuwxJChL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VuwxJChL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VuwxJChL .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VuwxJChL .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VuwxJChL .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-t9VuwxJChL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuwxJChL .modal-header {
    padding: 1rem;
  }
}
.cid-t9VuwxJChL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VuwxJChL .modal-header .close svg {
  fill: #353535;
}
.cid-t9VuwxJChL .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VuwxJChL .modal-header .close:focus {
  outline: none;
}
.cid-t9VuwxJChL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VuwxJChL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VuwxJChL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuwxJChL .modal-body {
    padding: 1rem;
  }
}
.cid-t9VuwxJChL .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-t9VuwxJChL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VuwxJChL .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VuwxJChL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VuwxJChL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VuwxJChL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VuwxJChL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VuwxJChL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VuwxJChL .modal-lg,
  .cid-t9VuwxJChL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VuwxJChL .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VuwxJChL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VuwxJChL .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-t9VuwxJChL .form-group {
  margin-bottom: 1rem;
}
.cid-t9VuwxJChL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VuwxJChL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VuwxJChL .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-t9VuwxJChL .mbr-section-btn {
  margin: 0;
}
.cid-t9VuwxJChL .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vuycy3lc.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vuycy3lc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vuycy3lc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vuycy3lc .modal-content,
.cid-t9Vuycy3lc .modal-dialog {
  height: auto;
}
.cid-t9Vuycy3lc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vuycy3lc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vuycy3lc .form-wrapper .mbr-form .form-group,
  .cid-t9Vuycy3lc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vuycy3lc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vuycy3lc .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-t9Vuycy3lc .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vuycy3lc .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vuycy3lc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vuycy3lc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vuycy3lc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vuycy3lc .modal-open {
  overflow: hidden;
}
.cid-t9Vuycy3lc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vuycy3lc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vuycy3lc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vuycy3lc .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-t9Vuycy3lc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vuycy3lc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vuycy3lc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vuycy3lc .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-t9Vuycy3lc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vuycy3lc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vuycy3lc .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vuycy3lc .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vuycy3lc .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-t9Vuycy3lc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vuycy3lc .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vuycy3lc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vuycy3lc .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vuycy3lc .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vuycy3lc .modal-header .close:focus {
  outline: none;
}
.cid-t9Vuycy3lc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vuycy3lc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vuycy3lc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vuycy3lc .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vuycy3lc .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-t9Vuycy3lc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vuycy3lc .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vuycy3lc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vuycy3lc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vuycy3lc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vuycy3lc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vuycy3lc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vuycy3lc .modal-lg,
  .cid-t9Vuycy3lc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vuycy3lc .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vuycy3lc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vuycy3lc .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-t9Vuycy3lc .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vuycy3lc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vuycy3lc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vuycy3lc .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-t9Vuycy3lc .mbr-section-btn {
  margin: 0;
}
.cid-t9Vuycy3lc .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vuycy3lc .mbr-text-title {
  text-align: center;
}
.cid-t9Vuycy3lc li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vuycy3lc H5 {
  color: #000000;
}
.cid-t9Vuycy3lc .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yTNIJ28K {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yTNIJ28K .mbr-section-title {
  color: #05386b;
}
.cid-t7yTNIJ28K .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yTNJ1T5H {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yTNJ1T5H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yTNJ1T5H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yTNJ1T5H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yTNJ1T5H .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yTNJ1T5H .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yTNJ1T5H .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yTNJ1T5H .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yTNJ1T5H .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yTNJ1T5H .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yTNJ1T5H .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yTNJ1T5H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yTNJ1T5H .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yTNJ1T5H .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yTNJ1T5H .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yTNJ1T5H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yTNJ1T5H .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yTNJ1T5H img {
  transition: all 2s !important;
}
.cid-t7yTNJ1T5H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yTNJ1T5H .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yTNJ1T5H .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBWUj.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBWUj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBWUj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBWUj .modal-content,
.cid-t9VflSBWUj .modal-dialog {
  height: auto;
}
.cid-t9VflSBWUj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBWUj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBWUj .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBWUj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBWUj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBWUj .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-t9VflSBWUj .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBWUj .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBWUj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBWUj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBWUj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBWUj .modal-open {
  overflow: hidden;
}
.cid-t9VflSBWUj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBWUj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBWUj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBWUj .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-t9VflSBWUj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBWUj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBWUj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBWUj .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-t9VflSBWUj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBWUj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBWUj .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBWUj .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBWUj .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-t9VflSBWUj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBWUj .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBWUj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBWUj .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBWUj .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBWUj .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBWUj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBWUj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBWUj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBWUj .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBWUj .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-t9VflSBWUj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBWUj .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBWUj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBWUj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBWUj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBWUj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBWUj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBWUj .modal-lg,
  .cid-t9VflSBWUj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBWUj .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBWUj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBWUj .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-t9VflSBWUj .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBWUj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBWUj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBWUj .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-t9VflSBWUj .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBWUj .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuY0e.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsuY0e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsuY0e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsuY0e .modal-content,
.cid-t9jTCsuY0e .modal-dialog {
  height: auto;
}
.cid-t9jTCsuY0e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsuY0e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsuY0e .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsuY0e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsuY0e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsuY0e .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-t9jTCsuY0e .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsuY0e .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsuY0e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsuY0e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsuY0e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsuY0e .modal-open {
  overflow: hidden;
}
.cid-t9jTCsuY0e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsuY0e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsuY0e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsuY0e .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-t9jTCsuY0e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsuY0e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsuY0e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsuY0e .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-t9jTCsuY0e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsuY0e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsuY0e .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsuY0e .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsuY0e .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-t9jTCsuY0e .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuY0e .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsuY0e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsuY0e .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsuY0e .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsuY0e .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsuY0e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsuY0e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsuY0e .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuY0e .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsuY0e .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-t9jTCsuY0e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuY0e .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsuY0e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsuY0e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsuY0e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsuY0e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsuY0e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsuY0e .modal-lg,
  .cid-t9jTCsuY0e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsuY0e .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsuY0e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsuY0e .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-t9jTCsuY0e .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsuY0e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsuY0e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsuY0e .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-t9jTCsuY0e .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsuY0e .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuY0e .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsuY0e .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsuY0e .mbr-text2,
.cid-t9jTCsuY0e .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsuY0e .mbr-text3,
.cid-t9jTCsuY0e .mbr-section-btn {
  text-align: left;
}
.cid-t9VruLbLLn.popup-builder {
  background-color: #ffffff;
}
.cid-t9VruLbLLn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VruLbLLn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VruLbLLn .modal-content,
.cid-t9VruLbLLn .modal-dialog {
  height: auto;
}
.cid-t9VruLbLLn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VruLbLLn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VruLbLLn .form-wrapper .mbr-form .form-group,
  .cid-t9VruLbLLn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VruLbLLn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VruLbLLn .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-t9VruLbLLn .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VruLbLLn .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VruLbLLn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VruLbLLn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VruLbLLn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VruLbLLn .modal-open {
  overflow: hidden;
}
.cid-t9VruLbLLn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VruLbLLn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VruLbLLn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VruLbLLn .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-t9VruLbLLn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VruLbLLn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VruLbLLn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VruLbLLn .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-t9VruLbLLn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VruLbLLn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VruLbLLn .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VruLbLLn .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VruLbLLn .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-t9VruLbLLn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VruLbLLn .modal-header {
    padding: 1rem;
  }
}
.cid-t9VruLbLLn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VruLbLLn .modal-header .close svg {
  fill: #353535;
}
.cid-t9VruLbLLn .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VruLbLLn .modal-header .close:focus {
  outline: none;
}
.cid-t9VruLbLLn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VruLbLLn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VruLbLLn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VruLbLLn .modal-body {
    padding: 1rem;
  }
}
.cid-t9VruLbLLn .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-t9VruLbLLn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VruLbLLn .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VruLbLLn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VruLbLLn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VruLbLLn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VruLbLLn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VruLbLLn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VruLbLLn .modal-lg,
  .cid-t9VruLbLLn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VruLbLLn .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VruLbLLn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VruLbLLn .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-t9VruLbLLn .form-group {
  margin-bottom: 1rem;
}
.cid-t9VruLbLLn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VruLbLLn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VruLbLLn .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-t9VruLbLLn .mbr-section-btn {
  margin: 0;
}
.cid-t9VruLbLLn .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VruLbLLn .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VruLbLLn li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VruLbLLn .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VruLbLLn UL {
  text-align: right;
}
.cid-t9VruLbLLn .item-title UL {
  text-align: center;
}
.cid-t9VrwcAT2V.popup-builder {
  background-color: #ffffff;
}
.cid-t9VrwcAT2V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VrwcAT2V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VrwcAT2V .modal-content,
.cid-t9VrwcAT2V .modal-dialog {
  height: auto;
}
.cid-t9VrwcAT2V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VrwcAT2V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VrwcAT2V .form-wrapper .mbr-form .form-group,
  .cid-t9VrwcAT2V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VrwcAT2V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VrwcAT2V .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-t9VrwcAT2V .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VrwcAT2V .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VrwcAT2V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VrwcAT2V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VrwcAT2V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VrwcAT2V .modal-open {
  overflow: hidden;
}
.cid-t9VrwcAT2V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VrwcAT2V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VrwcAT2V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VrwcAT2V .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-t9VrwcAT2V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VrwcAT2V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VrwcAT2V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VrwcAT2V .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-t9VrwcAT2V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VrwcAT2V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VrwcAT2V .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VrwcAT2V .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VrwcAT2V .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-t9VrwcAT2V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrwcAT2V .modal-header {
    padding: 1rem;
  }
}
.cid-t9VrwcAT2V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VrwcAT2V .modal-header .close svg {
  fill: #353535;
}
.cid-t9VrwcAT2V .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VrwcAT2V .modal-header .close:focus {
  outline: none;
}
.cid-t9VrwcAT2V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VrwcAT2V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VrwcAT2V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrwcAT2V .modal-body {
    padding: 1rem;
  }
}
.cid-t9VrwcAT2V .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-t9VrwcAT2V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrwcAT2V .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VrwcAT2V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VrwcAT2V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VrwcAT2V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VrwcAT2V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VrwcAT2V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VrwcAT2V .modal-lg,
  .cid-t9VrwcAT2V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VrwcAT2V .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VrwcAT2V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VrwcAT2V .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-t9VrwcAT2V .form-group {
  margin-bottom: 1rem;
}
.cid-t9VrwcAT2V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VrwcAT2V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VrwcAT2V .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-t9VrwcAT2V .mbr-section-btn {
  margin: 0;
}
.cid-t9VrwcAT2V .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VrwcAT2V .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VrwcAT2V li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VrwcAT2V .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VrEc4auf.popup-builder {
  background-color: #ffffff;
}
.cid-t9VrEc4auf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VrEc4auf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VrEc4auf .modal-content,
.cid-t9VrEc4auf .modal-dialog {
  height: auto;
}
.cid-t9VrEc4auf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VrEc4auf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VrEc4auf .form-wrapper .mbr-form .form-group,
  .cid-t9VrEc4auf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VrEc4auf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VrEc4auf .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-t9VrEc4auf .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VrEc4auf .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VrEc4auf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VrEc4auf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VrEc4auf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VrEc4auf .modal-open {
  overflow: hidden;
}
.cid-t9VrEc4auf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VrEc4auf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VrEc4auf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VrEc4auf .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-t9VrEc4auf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VrEc4auf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VrEc4auf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VrEc4auf .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-t9VrEc4auf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VrEc4auf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VrEc4auf .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VrEc4auf .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VrEc4auf .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-t9VrEc4auf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrEc4auf .modal-header {
    padding: 1rem;
  }
}
.cid-t9VrEc4auf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VrEc4auf .modal-header .close svg {
  fill: #353535;
}
.cid-t9VrEc4auf .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VrEc4auf .modal-header .close:focus {
  outline: none;
}
.cid-t9VrEc4auf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VrEc4auf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VrEc4auf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrEc4auf .modal-body {
    padding: 1rem;
  }
}
.cid-t9VrEc4auf .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-t9VrEc4auf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrEc4auf .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VrEc4auf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VrEc4auf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VrEc4auf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VrEc4auf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VrEc4auf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VrEc4auf .modal-lg,
  .cid-t9VrEc4auf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VrEc4auf .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VrEc4auf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VrEc4auf .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-t9VrEc4auf .form-group {
  margin-bottom: 1rem;
}
.cid-t9VrEc4auf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VrEc4auf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VrEc4auf .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-t9VrEc4auf .mbr-section-btn {
  margin: 0;
}
.cid-t9VrEc4auf .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VrFruXkp.popup-builder {
  background-color: #ffffff;
}
.cid-t9VrFruXkp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VrFruXkp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VrFruXkp .modal-content,
.cid-t9VrFruXkp .modal-dialog {
  height: auto;
}
.cid-t9VrFruXkp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VrFruXkp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VrFruXkp .form-wrapper .mbr-form .form-group,
  .cid-t9VrFruXkp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VrFruXkp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VrFruXkp .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-t9VrFruXkp .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VrFruXkp .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VrFruXkp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VrFruXkp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VrFruXkp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VrFruXkp .modal-open {
  overflow: hidden;
}
.cid-t9VrFruXkp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VrFruXkp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VrFruXkp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VrFruXkp .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-t9VrFruXkp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VrFruXkp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VrFruXkp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VrFruXkp .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-t9VrFruXkp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VrFruXkp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VrFruXkp .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VrFruXkp .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VrFruXkp .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-t9VrFruXkp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrFruXkp .modal-header {
    padding: 1rem;
  }
}
.cid-t9VrFruXkp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VrFruXkp .modal-header .close svg {
  fill: #353535;
}
.cid-t9VrFruXkp .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VrFruXkp .modal-header .close:focus {
  outline: none;
}
.cid-t9VrFruXkp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VrFruXkp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VrFruXkp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrFruXkp .modal-body {
    padding: 1rem;
  }
}
.cid-t9VrFruXkp .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-t9VrFruXkp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrFruXkp .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VrFruXkp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VrFruXkp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VrFruXkp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VrFruXkp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VrFruXkp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VrFruXkp .modal-lg,
  .cid-t9VrFruXkp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VrFruXkp .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VrFruXkp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VrFruXkp .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-t9VrFruXkp .form-group {
  margin-bottom: 1rem;
}
.cid-t9VrFruXkp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VrFruXkp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VrFruXkp .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-t9VrFruXkp .mbr-section-btn {
  margin: 0;
}
.cid-t9VrFruXkp .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VrFruXkp .mbr-text-title {
  text-align: center;
}
.cid-t9VrFruXkp li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VrFruXkp H5 {
  color: #000000;
}
.cid-t9VrFruXkp .item-title {
  text-align: center;
}
.cid-t9VrGOUION.popup-builder {
  background-color: #ffffff;
}
.cid-t9VrGOUION.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VrGOUION.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VrGOUION .modal-content,
.cid-t9VrGOUION .modal-dialog {
  height: auto;
}
.cid-t9VrGOUION .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VrGOUION .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VrGOUION .form-wrapper .mbr-form .form-group,
  .cid-t9VrGOUION .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VrGOUION .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VrGOUION .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-t9VrGOUION .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VrGOUION .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VrGOUION .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VrGOUION .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VrGOUION .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VrGOUION .modal-open {
  overflow: hidden;
}
.cid-t9VrGOUION .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VrGOUION .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VrGOUION .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VrGOUION .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-t9VrGOUION .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VrGOUION .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VrGOUION .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VrGOUION .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-t9VrGOUION .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VrGOUION .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VrGOUION .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VrGOUION .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VrGOUION .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-t9VrGOUION .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrGOUION .modal-header {
    padding: 1rem;
  }
}
.cid-t9VrGOUION .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VrGOUION .modal-header .close svg {
  fill: #353535;
}
.cid-t9VrGOUION .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VrGOUION .modal-header .close:focus {
  outline: none;
}
.cid-t9VrGOUION .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VrGOUION .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VrGOUION .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrGOUION .modal-body {
    padding: 1rem;
  }
}
.cid-t9VrGOUION .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-t9VrGOUION .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VrGOUION .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VrGOUION .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VrGOUION .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VrGOUION .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VrGOUION .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VrGOUION .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VrGOUION .modal-lg,
  .cid-t9VrGOUION .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VrGOUION .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VrGOUION .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VrGOUION .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-t9VrGOUION .form-group {
  margin-bottom: 1rem;
}
.cid-t9VrGOUION .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VrGOUION .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VrGOUION .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-t9VrGOUION .mbr-section-btn {
  margin: 0;
}
.cid-t9VrGOUION .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VrGOUION .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VrGOUION li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VrGOUION H5 {
  color: #000000;
}
.cid-t9VrGOUION .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yUfb5ETc {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yUfb5ETc .mbr-section-title {
  color: #05386b;
}
.cid-t7yUfb5ETc .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yUfbo3yd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yUfbo3yd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yUfbo3yd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yUfbo3yd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yUfbo3yd .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yUfbo3yd .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yUfbo3yd .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yUfbo3yd .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yUfbo3yd .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yUfbo3yd .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yUfbo3yd .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yUfbo3yd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yUfbo3yd .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yUfbo3yd .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yUfbo3yd .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yUfbo3yd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yUfbo3yd .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yUfbo3yd img {
  transition: all 2s !important;
}
.cid-t7yUfbo3yd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yUfbo3yd .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yUfbo3yd .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBaFV.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBaFV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBaFV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBaFV .modal-content,
.cid-t9VflSBaFV .modal-dialog {
  height: auto;
}
.cid-t9VflSBaFV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBaFV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBaFV .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBaFV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBaFV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBaFV .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-t9VflSBaFV .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBaFV .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBaFV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBaFV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBaFV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBaFV .modal-open {
  overflow: hidden;
}
.cid-t9VflSBaFV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBaFV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBaFV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBaFV .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-t9VflSBaFV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBaFV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBaFV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBaFV .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-t9VflSBaFV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBaFV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBaFV .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBaFV .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBaFV .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-t9VflSBaFV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBaFV .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBaFV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBaFV .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBaFV .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBaFV .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBaFV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBaFV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBaFV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBaFV .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBaFV .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-t9VflSBaFV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBaFV .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBaFV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBaFV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBaFV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBaFV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBaFV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBaFV .modal-lg,
  .cid-t9VflSBaFV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBaFV .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBaFV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBaFV .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-t9VflSBaFV .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBaFV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBaFV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBaFV .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-t9VflSBaFV .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBaFV .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuZFM.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsuZFM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsuZFM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsuZFM .modal-content,
.cid-t9jTCsuZFM .modal-dialog {
  height: auto;
}
.cid-t9jTCsuZFM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsuZFM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsuZFM .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsuZFM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsuZFM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsuZFM .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-t9jTCsuZFM .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsuZFM .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsuZFM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsuZFM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsuZFM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsuZFM .modal-open {
  overflow: hidden;
}
.cid-t9jTCsuZFM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsuZFM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsuZFM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsuZFM .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-t9jTCsuZFM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsuZFM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsuZFM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsuZFM .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-t9jTCsuZFM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsuZFM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsuZFM .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsuZFM .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsuZFM .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-t9jTCsuZFM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuZFM .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsuZFM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsuZFM .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsuZFM .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsuZFM .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsuZFM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsuZFM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsuZFM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuZFM .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsuZFM .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-t9jTCsuZFM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuZFM .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsuZFM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsuZFM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsuZFM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsuZFM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsuZFM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsuZFM .modal-lg,
  .cid-t9jTCsuZFM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsuZFM .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsuZFM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsuZFM .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-t9jTCsuZFM .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsuZFM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsuZFM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsuZFM .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-t9jTCsuZFM .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsuZFM .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuZFM .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsuZFM .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsuZFM .mbr-text2,
.cid-t9jTCsuZFM .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsuZFM .mbr-text3,
.cid-t9jTCsuZFM .mbr-section-btn {
  text-align: left;
}
.cid-t9VqIT1Phq.popup-builder {
  background-color: #ffffff;
}
.cid-t9VqIT1Phq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VqIT1Phq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VqIT1Phq .modal-content,
.cid-t9VqIT1Phq .modal-dialog {
  height: auto;
}
.cid-t9VqIT1Phq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VqIT1Phq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VqIT1Phq .form-wrapper .mbr-form .form-group,
  .cid-t9VqIT1Phq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VqIT1Phq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VqIT1Phq .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-t9VqIT1Phq .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VqIT1Phq .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VqIT1Phq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VqIT1Phq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VqIT1Phq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VqIT1Phq .modal-open {
  overflow: hidden;
}
.cid-t9VqIT1Phq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VqIT1Phq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VqIT1Phq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VqIT1Phq .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-t9VqIT1Phq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VqIT1Phq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VqIT1Phq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VqIT1Phq .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-t9VqIT1Phq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VqIT1Phq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VqIT1Phq .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VqIT1Phq .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VqIT1Phq .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-t9VqIT1Phq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqIT1Phq .modal-header {
    padding: 1rem;
  }
}
.cid-t9VqIT1Phq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VqIT1Phq .modal-header .close svg {
  fill: #353535;
}
.cid-t9VqIT1Phq .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VqIT1Phq .modal-header .close:focus {
  outline: none;
}
.cid-t9VqIT1Phq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VqIT1Phq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VqIT1Phq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqIT1Phq .modal-body {
    padding: 1rem;
  }
}
.cid-t9VqIT1Phq .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-t9VqIT1Phq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqIT1Phq .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VqIT1Phq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VqIT1Phq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VqIT1Phq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VqIT1Phq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VqIT1Phq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VqIT1Phq .modal-lg,
  .cid-t9VqIT1Phq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VqIT1Phq .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VqIT1Phq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VqIT1Phq .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-t9VqIT1Phq .form-group {
  margin-bottom: 1rem;
}
.cid-t9VqIT1Phq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VqIT1Phq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VqIT1Phq .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-t9VqIT1Phq .mbr-section-btn {
  margin: 0;
}
.cid-t9VqIT1Phq .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VqIT1Phq .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VqIT1Phq li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VqIT1Phq .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VqIT1Phq UL {
  text-align: right;
}
.cid-t9VqIT1Phq .item-title UL {
  text-align: center;
}
.cid-t9VqKFkJpd.popup-builder {
  background-color: #ffffff;
}
.cid-t9VqKFkJpd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VqKFkJpd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VqKFkJpd .modal-content,
.cid-t9VqKFkJpd .modal-dialog {
  height: auto;
}
.cid-t9VqKFkJpd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VqKFkJpd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VqKFkJpd .form-wrapper .mbr-form .form-group,
  .cid-t9VqKFkJpd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VqKFkJpd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VqKFkJpd .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-t9VqKFkJpd .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VqKFkJpd .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VqKFkJpd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VqKFkJpd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VqKFkJpd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VqKFkJpd .modal-open {
  overflow: hidden;
}
.cid-t9VqKFkJpd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VqKFkJpd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VqKFkJpd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VqKFkJpd .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-t9VqKFkJpd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VqKFkJpd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VqKFkJpd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VqKFkJpd .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-t9VqKFkJpd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VqKFkJpd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VqKFkJpd .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VqKFkJpd .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VqKFkJpd .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-t9VqKFkJpd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqKFkJpd .modal-header {
    padding: 1rem;
  }
}
.cid-t9VqKFkJpd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VqKFkJpd .modal-header .close svg {
  fill: #353535;
}
.cid-t9VqKFkJpd .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VqKFkJpd .modal-header .close:focus {
  outline: none;
}
.cid-t9VqKFkJpd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VqKFkJpd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VqKFkJpd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqKFkJpd .modal-body {
    padding: 1rem;
  }
}
.cid-t9VqKFkJpd .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-t9VqKFkJpd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqKFkJpd .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VqKFkJpd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VqKFkJpd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VqKFkJpd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VqKFkJpd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VqKFkJpd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VqKFkJpd .modal-lg,
  .cid-t9VqKFkJpd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VqKFkJpd .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VqKFkJpd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VqKFkJpd .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-t9VqKFkJpd .form-group {
  margin-bottom: 1rem;
}
.cid-t9VqKFkJpd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VqKFkJpd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VqKFkJpd .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-t9VqKFkJpd .mbr-section-btn {
  margin: 0;
}
.cid-t9VqKFkJpd .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VqKFkJpd .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VqKFkJpd li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VqKFkJpd .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VqNCE1L7.popup-builder {
  background-color: #ffffff;
}
.cid-t9VqNCE1L7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VqNCE1L7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VqNCE1L7 .modal-content,
.cid-t9VqNCE1L7 .modal-dialog {
  height: auto;
}
.cid-t9VqNCE1L7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VqNCE1L7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VqNCE1L7 .form-wrapper .mbr-form .form-group,
  .cid-t9VqNCE1L7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VqNCE1L7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VqNCE1L7 .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-t9VqNCE1L7 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VqNCE1L7 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VqNCE1L7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VqNCE1L7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VqNCE1L7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VqNCE1L7 .modal-open {
  overflow: hidden;
}
.cid-t9VqNCE1L7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VqNCE1L7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VqNCE1L7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VqNCE1L7 .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-t9VqNCE1L7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VqNCE1L7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VqNCE1L7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VqNCE1L7 .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-t9VqNCE1L7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VqNCE1L7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VqNCE1L7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VqNCE1L7 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VqNCE1L7 .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-t9VqNCE1L7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqNCE1L7 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VqNCE1L7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VqNCE1L7 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VqNCE1L7 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VqNCE1L7 .modal-header .close:focus {
  outline: none;
}
.cid-t9VqNCE1L7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VqNCE1L7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VqNCE1L7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqNCE1L7 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VqNCE1L7 .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-t9VqNCE1L7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqNCE1L7 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VqNCE1L7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VqNCE1L7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VqNCE1L7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VqNCE1L7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VqNCE1L7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VqNCE1L7 .modal-lg,
  .cid-t9VqNCE1L7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VqNCE1L7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VqNCE1L7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VqNCE1L7 .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-t9VqNCE1L7 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VqNCE1L7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VqNCE1L7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VqNCE1L7 .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-t9VqNCE1L7 .mbr-section-btn {
  margin: 0;
}
.cid-t9VqNCE1L7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VqPVnTYU.popup-builder {
  background-color: #ffffff;
}
.cid-t9VqPVnTYU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VqPVnTYU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VqPVnTYU .modal-content,
.cid-t9VqPVnTYU .modal-dialog {
  height: auto;
}
.cid-t9VqPVnTYU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VqPVnTYU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VqPVnTYU .form-wrapper .mbr-form .form-group,
  .cid-t9VqPVnTYU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VqPVnTYU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VqPVnTYU .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-t9VqPVnTYU .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VqPVnTYU .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VqPVnTYU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VqPVnTYU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VqPVnTYU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VqPVnTYU .modal-open {
  overflow: hidden;
}
.cid-t9VqPVnTYU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VqPVnTYU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VqPVnTYU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VqPVnTYU .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-t9VqPVnTYU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VqPVnTYU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VqPVnTYU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VqPVnTYU .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-t9VqPVnTYU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VqPVnTYU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VqPVnTYU .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VqPVnTYU .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VqPVnTYU .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-t9VqPVnTYU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqPVnTYU .modal-header {
    padding: 1rem;
  }
}
.cid-t9VqPVnTYU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VqPVnTYU .modal-header .close svg {
  fill: #353535;
}
.cid-t9VqPVnTYU .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VqPVnTYU .modal-header .close:focus {
  outline: none;
}
.cid-t9VqPVnTYU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VqPVnTYU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VqPVnTYU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqPVnTYU .modal-body {
    padding: 1rem;
  }
}
.cid-t9VqPVnTYU .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-t9VqPVnTYU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VqPVnTYU .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VqPVnTYU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VqPVnTYU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VqPVnTYU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VqPVnTYU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VqPVnTYU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VqPVnTYU .modal-lg,
  .cid-t9VqPVnTYU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VqPVnTYU .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VqPVnTYU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VqPVnTYU .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-t9VqPVnTYU .form-group {
  margin-bottom: 1rem;
}
.cid-t9VqPVnTYU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VqPVnTYU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VqPVnTYU .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-t9VqPVnTYU .mbr-section-btn {
  margin: 0;
}
.cid-t9VqPVnTYU .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VqPVnTYU .mbr-text-title {
  text-align: center;
}
.cid-t9VqPVnTYU li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VqPVnTYU H5 {
  color: #000000;
}
.cid-t9VqPVnTYU .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yUzG3o9J {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yUzG3o9J .mbr-section-title {
  color: #05386b;
}
.cid-t7yUzG3o9J .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yUzGErCt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yUzGErCt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yUzGErCt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yUzGErCt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yUzGErCt .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yUzGErCt .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yUzGErCt .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yUzGErCt .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yUzGErCt .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yUzGErCt .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yUzGErCt .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yUzGErCt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yUzGErCt .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yUzGErCt .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yUzGErCt .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yUzGErCt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yUzGErCt .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yUzGErCt img {
  transition: all 2s !important;
}
.cid-t7yUzGErCt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yUzGErCt .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yUzGErCt .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBXuc.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBXuc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBXuc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBXuc .modal-content,
.cid-t9VflSBXuc .modal-dialog {
  height: auto;
}
.cid-t9VflSBXuc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBXuc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBXuc .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBXuc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBXuc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBXuc .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-t9VflSBXuc .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBXuc .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBXuc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBXuc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBXuc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBXuc .modal-open {
  overflow: hidden;
}
.cid-t9VflSBXuc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBXuc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBXuc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBXuc .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-t9VflSBXuc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBXuc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBXuc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBXuc .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-t9VflSBXuc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBXuc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBXuc .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBXuc .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBXuc .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-t9VflSBXuc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBXuc .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBXuc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBXuc .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBXuc .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBXuc .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBXuc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBXuc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBXuc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBXuc .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBXuc .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-t9VflSBXuc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBXuc .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBXuc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBXuc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBXuc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBXuc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBXuc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBXuc .modal-lg,
  .cid-t9VflSBXuc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBXuc .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBXuc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBXuc .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-t9VflSBXuc .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBXuc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBXuc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBXuc .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-t9VflSBXuc .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBXuc .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsur1l.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsur1l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsur1l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsur1l .modal-content,
.cid-t9jTCsur1l .modal-dialog {
  height: auto;
}
.cid-t9jTCsur1l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsur1l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsur1l .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsur1l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsur1l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsur1l .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-t9jTCsur1l .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsur1l .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsur1l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsur1l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsur1l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsur1l .modal-open {
  overflow: hidden;
}
.cid-t9jTCsur1l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsur1l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsur1l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsur1l .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-t9jTCsur1l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsur1l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsur1l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsur1l .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-t9jTCsur1l .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsur1l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsur1l .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsur1l .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsur1l .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-t9jTCsur1l .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsur1l .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsur1l .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsur1l .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsur1l .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsur1l .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsur1l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsur1l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsur1l .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsur1l .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsur1l .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-t9jTCsur1l .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsur1l .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsur1l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsur1l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsur1l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsur1l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsur1l .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsur1l .modal-lg,
  .cid-t9jTCsur1l .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsur1l .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsur1l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsur1l .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-t9jTCsur1l .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsur1l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsur1l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsur1l .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-t9jTCsur1l .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsur1l .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsur1l .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsur1l .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsur1l .mbr-text2,
.cid-t9jTCsur1l .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsur1l .mbr-text3,
.cid-t9jTCsur1l .mbr-section-btn {
  text-align: left;
}
.cid-t9VpXOc6xl.popup-builder {
  background-color: #ffffff;
}
.cid-t9VpXOc6xl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VpXOc6xl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VpXOc6xl .modal-content,
.cid-t9VpXOc6xl .modal-dialog {
  height: auto;
}
.cid-t9VpXOc6xl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VpXOc6xl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VpXOc6xl .form-wrapper .mbr-form .form-group,
  .cid-t9VpXOc6xl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VpXOc6xl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VpXOc6xl .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-t9VpXOc6xl .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VpXOc6xl .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VpXOc6xl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VpXOc6xl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VpXOc6xl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VpXOc6xl .modal-open {
  overflow: hidden;
}
.cid-t9VpXOc6xl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VpXOc6xl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VpXOc6xl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VpXOc6xl .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-t9VpXOc6xl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VpXOc6xl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VpXOc6xl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VpXOc6xl .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-t9VpXOc6xl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VpXOc6xl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VpXOc6xl .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VpXOc6xl .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VpXOc6xl .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-t9VpXOc6xl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpXOc6xl .modal-header {
    padding: 1rem;
  }
}
.cid-t9VpXOc6xl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VpXOc6xl .modal-header .close svg {
  fill: #353535;
}
.cid-t9VpXOc6xl .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VpXOc6xl .modal-header .close:focus {
  outline: none;
}
.cid-t9VpXOc6xl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VpXOc6xl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VpXOc6xl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpXOc6xl .modal-body {
    padding: 1rem;
  }
}
.cid-t9VpXOc6xl .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-t9VpXOc6xl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpXOc6xl .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VpXOc6xl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VpXOc6xl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VpXOc6xl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VpXOc6xl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VpXOc6xl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VpXOc6xl .modal-lg,
  .cid-t9VpXOc6xl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VpXOc6xl .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VpXOc6xl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VpXOc6xl .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-t9VpXOc6xl .form-group {
  margin-bottom: 1rem;
}
.cid-t9VpXOc6xl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VpXOc6xl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VpXOc6xl .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-t9VpXOc6xl .mbr-section-btn {
  margin: 0;
}
.cid-t9VpXOc6xl .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VpXOc6xl .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VpXOc6xl li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VpXOc6xl .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VpXOc6xl UL {
  text-align: right;
}
.cid-t9VpXOc6xl .item-title UL {
  text-align: center;
}
.cid-t9VpZghfNT.popup-builder {
  background-color: #ffffff;
}
.cid-t9VpZghfNT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VpZghfNT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VpZghfNT .modal-content,
.cid-t9VpZghfNT .modal-dialog {
  height: auto;
}
.cid-t9VpZghfNT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VpZghfNT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VpZghfNT .form-wrapper .mbr-form .form-group,
  .cid-t9VpZghfNT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VpZghfNT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VpZghfNT .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-t9VpZghfNT .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VpZghfNT .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VpZghfNT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VpZghfNT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VpZghfNT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VpZghfNT .modal-open {
  overflow: hidden;
}
.cid-t9VpZghfNT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VpZghfNT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VpZghfNT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VpZghfNT .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-t9VpZghfNT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VpZghfNT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VpZghfNT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VpZghfNT .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-t9VpZghfNT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VpZghfNT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VpZghfNT .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VpZghfNT .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VpZghfNT .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-t9VpZghfNT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpZghfNT .modal-header {
    padding: 1rem;
  }
}
.cid-t9VpZghfNT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VpZghfNT .modal-header .close svg {
  fill: #353535;
}
.cid-t9VpZghfNT .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VpZghfNT .modal-header .close:focus {
  outline: none;
}
.cid-t9VpZghfNT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VpZghfNT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VpZghfNT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpZghfNT .modal-body {
    padding: 1rem;
  }
}
.cid-t9VpZghfNT .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-t9VpZghfNT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpZghfNT .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VpZghfNT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VpZghfNT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VpZghfNT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VpZghfNT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VpZghfNT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VpZghfNT .modal-lg,
  .cid-t9VpZghfNT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VpZghfNT .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VpZghfNT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VpZghfNT .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-t9VpZghfNT .form-group {
  margin-bottom: 1rem;
}
.cid-t9VpZghfNT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VpZghfNT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VpZghfNT .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-t9VpZghfNT .mbr-section-btn {
  margin: 0;
}
.cid-t9VpZghfNT .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VpZghfNT .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VpZghfNT li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VpZghfNT .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9Vq1BakT5.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vq1BakT5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vq1BakT5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vq1BakT5 .modal-content,
.cid-t9Vq1BakT5 .modal-dialog {
  height: auto;
}
.cid-t9Vq1BakT5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vq1BakT5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vq1BakT5 .form-wrapper .mbr-form .form-group,
  .cid-t9Vq1BakT5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vq1BakT5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vq1BakT5 .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-t9Vq1BakT5 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9Vq1BakT5 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vq1BakT5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vq1BakT5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vq1BakT5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vq1BakT5 .modal-open {
  overflow: hidden;
}
.cid-t9Vq1BakT5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vq1BakT5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vq1BakT5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vq1BakT5 .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-t9Vq1BakT5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vq1BakT5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vq1BakT5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vq1BakT5 .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-t9Vq1BakT5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vq1BakT5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vq1BakT5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vq1BakT5 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vq1BakT5 .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-t9Vq1BakT5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq1BakT5 .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vq1BakT5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vq1BakT5 .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vq1BakT5 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vq1BakT5 .modal-header .close:focus {
  outline: none;
}
.cid-t9Vq1BakT5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vq1BakT5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vq1BakT5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq1BakT5 .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vq1BakT5 .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-t9Vq1BakT5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq1BakT5 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vq1BakT5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vq1BakT5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vq1BakT5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vq1BakT5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vq1BakT5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vq1BakT5 .modal-lg,
  .cid-t9Vq1BakT5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vq1BakT5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vq1BakT5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vq1BakT5 .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-t9Vq1BakT5 .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vq1BakT5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vq1BakT5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vq1BakT5 .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-t9Vq1BakT5 .mbr-section-btn {
  margin: 0;
}
.cid-t9Vq1BakT5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vq3ekaed.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vq3ekaed.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vq3ekaed.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vq3ekaed .modal-content,
.cid-t9Vq3ekaed .modal-dialog {
  height: auto;
}
.cid-t9Vq3ekaed .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vq3ekaed .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vq3ekaed .form-wrapper .mbr-form .form-group,
  .cid-t9Vq3ekaed .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vq3ekaed .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vq3ekaed .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-t9Vq3ekaed .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vq3ekaed .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vq3ekaed .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vq3ekaed .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vq3ekaed .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vq3ekaed .modal-open {
  overflow: hidden;
}
.cid-t9Vq3ekaed .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vq3ekaed .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vq3ekaed .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vq3ekaed .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-t9Vq3ekaed .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vq3ekaed .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vq3ekaed .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vq3ekaed .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-t9Vq3ekaed .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vq3ekaed .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vq3ekaed .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vq3ekaed .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vq3ekaed .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-t9Vq3ekaed .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq3ekaed .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vq3ekaed .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vq3ekaed .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vq3ekaed .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vq3ekaed .modal-header .close:focus {
  outline: none;
}
.cid-t9Vq3ekaed .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vq3ekaed .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vq3ekaed .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq3ekaed .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vq3ekaed .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-t9Vq3ekaed .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq3ekaed .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vq3ekaed .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vq3ekaed .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vq3ekaed .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vq3ekaed .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vq3ekaed .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vq3ekaed .modal-lg,
  .cid-t9Vq3ekaed .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vq3ekaed .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vq3ekaed .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vq3ekaed .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-t9Vq3ekaed .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vq3ekaed .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vq3ekaed .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vq3ekaed .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-t9Vq3ekaed .mbr-section-btn {
  margin: 0;
}
.cid-t9Vq3ekaed .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vq3ekaed .mbr-text-title {
  text-align: center;
}
.cid-t9Vq3ekaed li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vq3ekaed H5 {
  color: #000000;
}
.cid-t9Vq3ekaed .item-title {
  text-align: center;
}
.cid-t9Vq4Yhk0r.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vq4Yhk0r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vq4Yhk0r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vq4Yhk0r .modal-content,
.cid-t9Vq4Yhk0r .modal-dialog {
  height: auto;
}
.cid-t9Vq4Yhk0r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vq4Yhk0r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vq4Yhk0r .form-wrapper .mbr-form .form-group,
  .cid-t9Vq4Yhk0r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vq4Yhk0r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vq4Yhk0r .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-t9Vq4Yhk0r .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vq4Yhk0r .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vq4Yhk0r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vq4Yhk0r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vq4Yhk0r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vq4Yhk0r .modal-open {
  overflow: hidden;
}
.cid-t9Vq4Yhk0r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vq4Yhk0r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vq4Yhk0r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vq4Yhk0r .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-t9Vq4Yhk0r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vq4Yhk0r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vq4Yhk0r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vq4Yhk0r .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-t9Vq4Yhk0r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vq4Yhk0r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vq4Yhk0r .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vq4Yhk0r .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vq4Yhk0r .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-t9Vq4Yhk0r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq4Yhk0r .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vq4Yhk0r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vq4Yhk0r .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vq4Yhk0r .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vq4Yhk0r .modal-header .close:focus {
  outline: none;
}
.cid-t9Vq4Yhk0r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vq4Yhk0r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vq4Yhk0r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq4Yhk0r .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vq4Yhk0r .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-t9Vq4Yhk0r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vq4Yhk0r .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vq4Yhk0r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vq4Yhk0r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vq4Yhk0r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vq4Yhk0r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vq4Yhk0r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vq4Yhk0r .modal-lg,
  .cid-t9Vq4Yhk0r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vq4Yhk0r .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vq4Yhk0r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vq4Yhk0r .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-t9Vq4Yhk0r .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vq4Yhk0r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vq4Yhk0r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vq4Yhk0r .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-t9Vq4Yhk0r .mbr-section-btn {
  margin: 0;
}
.cid-t9Vq4Yhk0r .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vq4Yhk0r .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9Vq4Yhk0r li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vq4Yhk0r H5 {
  color: #000000;
}
.cid-t9Vq4Yhk0r .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yUOnTdlj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yUOnTdlj .mbr-section-title {
  color: #05386b;
}
.cid-t7yUOnTdlj .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yUOoflGy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yUOoflGy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yUOoflGy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yUOoflGy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yUOoflGy .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yUOoflGy .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yUOoflGy .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yUOoflGy .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yUOoflGy .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yUOoflGy .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yUOoflGy .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yUOoflGy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yUOoflGy .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yUOoflGy .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yUOoflGy .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yUOoflGy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yUOoflGy .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yUOoflGy img {
  transition: all 2s !important;
}
.cid-t7yUOoflGy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yUOoflGy .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yUOoflGy .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSB8sG.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSB8sG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSB8sG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSB8sG .modal-content,
.cid-t9VflSB8sG .modal-dialog {
  height: auto;
}
.cid-t9VflSB8sG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSB8sG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSB8sG .form-wrapper .mbr-form .form-group,
  .cid-t9VflSB8sG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSB8sG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSB8sG .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-t9VflSB8sG .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSB8sG .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSB8sG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSB8sG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSB8sG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSB8sG .modal-open {
  overflow: hidden;
}
.cid-t9VflSB8sG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSB8sG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSB8sG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSB8sG .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-t9VflSB8sG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSB8sG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSB8sG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSB8sG .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-t9VflSB8sG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSB8sG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSB8sG .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSB8sG .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSB8sG .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-t9VflSB8sG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSB8sG .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSB8sG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSB8sG .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSB8sG .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSB8sG .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSB8sG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSB8sG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSB8sG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSB8sG .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSB8sG .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-t9VflSB8sG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSB8sG .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSB8sG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSB8sG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSB8sG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSB8sG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSB8sG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSB8sG .modal-lg,
  .cid-t9VflSB8sG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSB8sG .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSB8sG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSB8sG .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-t9VflSB8sG .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSB8sG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSB8sG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSB8sG .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-t9VflSB8sG .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSB8sG .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuCtf.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsuCtf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsuCtf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsuCtf .modal-content,
.cid-t9jTCsuCtf .modal-dialog {
  height: auto;
}
.cid-t9jTCsuCtf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsuCtf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsuCtf .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsuCtf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsuCtf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsuCtf .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-t9jTCsuCtf .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsuCtf .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsuCtf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsuCtf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsuCtf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsuCtf .modal-open {
  overflow: hidden;
}
.cid-t9jTCsuCtf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsuCtf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsuCtf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsuCtf .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-t9jTCsuCtf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsuCtf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsuCtf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsuCtf .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-t9jTCsuCtf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsuCtf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsuCtf .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsuCtf .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsuCtf .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-t9jTCsuCtf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuCtf .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsuCtf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsuCtf .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsuCtf .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsuCtf .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsuCtf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsuCtf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsuCtf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuCtf .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsuCtf .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-t9jTCsuCtf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsuCtf .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsuCtf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsuCtf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsuCtf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsuCtf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsuCtf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsuCtf .modal-lg,
  .cid-t9jTCsuCtf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsuCtf .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsuCtf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsuCtf .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-t9jTCsuCtf .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsuCtf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsuCtf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsuCtf .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-t9jTCsuCtf .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsuCtf .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsuCtf .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsuCtf .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsuCtf .mbr-text2,
.cid-t9jTCsuCtf .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsuCtf .mbr-text3,
.cid-t9jTCsuCtf .mbr-section-btn {
  text-align: left;
}
.cid-t9Vplr58yq.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vplr58yq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vplr58yq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vplr58yq .modal-content,
.cid-t9Vplr58yq .modal-dialog {
  height: auto;
}
.cid-t9Vplr58yq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vplr58yq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vplr58yq .form-wrapper .mbr-form .form-group,
  .cid-t9Vplr58yq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vplr58yq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vplr58yq .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-t9Vplr58yq .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vplr58yq .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vplr58yq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vplr58yq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vplr58yq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vplr58yq .modal-open {
  overflow: hidden;
}
.cid-t9Vplr58yq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vplr58yq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vplr58yq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vplr58yq .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-t9Vplr58yq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vplr58yq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vplr58yq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vplr58yq .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-t9Vplr58yq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vplr58yq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vplr58yq .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vplr58yq .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vplr58yq .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-t9Vplr58yq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vplr58yq .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vplr58yq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vplr58yq .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vplr58yq .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vplr58yq .modal-header .close:focus {
  outline: none;
}
.cid-t9Vplr58yq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vplr58yq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vplr58yq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vplr58yq .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vplr58yq .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-t9Vplr58yq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vplr58yq .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vplr58yq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vplr58yq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vplr58yq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vplr58yq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vplr58yq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vplr58yq .modal-lg,
  .cid-t9Vplr58yq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vplr58yq .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vplr58yq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vplr58yq .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-t9Vplr58yq .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vplr58yq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vplr58yq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vplr58yq .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-t9Vplr58yq .mbr-section-btn {
  margin: 0;
}
.cid-t9Vplr58yq .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vplr58yq .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9Vplr58yq li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vplr58yq .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9Vplr58yq UL {
  text-align: right;
}
.cid-t9Vplr58yq .item-title UL {
  text-align: center;
}
.cid-t9VpmKAq5v.popup-builder {
  background-color: #ffffff;
}
.cid-t9VpmKAq5v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VpmKAq5v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VpmKAq5v .modal-content,
.cid-t9VpmKAq5v .modal-dialog {
  height: auto;
}
.cid-t9VpmKAq5v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VpmKAq5v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VpmKAq5v .form-wrapper .mbr-form .form-group,
  .cid-t9VpmKAq5v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VpmKAq5v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VpmKAq5v .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-t9VpmKAq5v .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VpmKAq5v .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VpmKAq5v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VpmKAq5v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VpmKAq5v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VpmKAq5v .modal-open {
  overflow: hidden;
}
.cid-t9VpmKAq5v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VpmKAq5v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VpmKAq5v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VpmKAq5v .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-t9VpmKAq5v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VpmKAq5v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VpmKAq5v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VpmKAq5v .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-t9VpmKAq5v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VpmKAq5v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VpmKAq5v .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VpmKAq5v .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VpmKAq5v .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-t9VpmKAq5v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpmKAq5v .modal-header {
    padding: 1rem;
  }
}
.cid-t9VpmKAq5v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VpmKAq5v .modal-header .close svg {
  fill: #353535;
}
.cid-t9VpmKAq5v .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VpmKAq5v .modal-header .close:focus {
  outline: none;
}
.cid-t9VpmKAq5v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VpmKAq5v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VpmKAq5v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpmKAq5v .modal-body {
    padding: 1rem;
  }
}
.cid-t9VpmKAq5v .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-t9VpmKAq5v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VpmKAq5v .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VpmKAq5v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VpmKAq5v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VpmKAq5v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VpmKAq5v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VpmKAq5v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VpmKAq5v .modal-lg,
  .cid-t9VpmKAq5v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VpmKAq5v .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VpmKAq5v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VpmKAq5v .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-t9VpmKAq5v .form-group {
  margin-bottom: 1rem;
}
.cid-t9VpmKAq5v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VpmKAq5v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VpmKAq5v .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-t9VpmKAq5v .mbr-section-btn {
  margin: 0;
}
.cid-t9VpmKAq5v .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VpmKAq5v .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VpmKAq5v li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VpmKAq5v .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9Vpog9BMi.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vpog9BMi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vpog9BMi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vpog9BMi .modal-content,
.cid-t9Vpog9BMi .modal-dialog {
  height: auto;
}
.cid-t9Vpog9BMi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vpog9BMi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vpog9BMi .form-wrapper .mbr-form .form-group,
  .cid-t9Vpog9BMi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vpog9BMi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vpog9BMi .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-t9Vpog9BMi .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9Vpog9BMi .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vpog9BMi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vpog9BMi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vpog9BMi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vpog9BMi .modal-open {
  overflow: hidden;
}
.cid-t9Vpog9BMi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vpog9BMi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vpog9BMi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vpog9BMi .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-t9Vpog9BMi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vpog9BMi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vpog9BMi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vpog9BMi .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-t9Vpog9BMi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vpog9BMi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vpog9BMi .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vpog9BMi .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vpog9BMi .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-t9Vpog9BMi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vpog9BMi .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vpog9BMi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vpog9BMi .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vpog9BMi .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vpog9BMi .modal-header .close:focus {
  outline: none;
}
.cid-t9Vpog9BMi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vpog9BMi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vpog9BMi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vpog9BMi .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vpog9BMi .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-t9Vpog9BMi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vpog9BMi .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vpog9BMi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vpog9BMi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vpog9BMi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vpog9BMi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vpog9BMi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vpog9BMi .modal-lg,
  .cid-t9Vpog9BMi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vpog9BMi .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vpog9BMi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vpog9BMi .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-t9Vpog9BMi .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vpog9BMi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vpog9BMi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vpog9BMi .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-t9Vpog9BMi .mbr-section-btn {
  margin: 0;
}
.cid-t9Vpog9BMi .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VppZuB5d.popup-builder {
  background-color: #ffffff;
}
.cid-t9VppZuB5d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VppZuB5d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VppZuB5d .modal-content,
.cid-t9VppZuB5d .modal-dialog {
  height: auto;
}
.cid-t9VppZuB5d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VppZuB5d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VppZuB5d .form-wrapper .mbr-form .form-group,
  .cid-t9VppZuB5d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VppZuB5d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VppZuB5d .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-t9VppZuB5d .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VppZuB5d .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VppZuB5d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VppZuB5d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VppZuB5d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VppZuB5d .modal-open {
  overflow: hidden;
}
.cid-t9VppZuB5d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VppZuB5d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VppZuB5d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VppZuB5d .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-t9VppZuB5d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VppZuB5d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VppZuB5d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VppZuB5d .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-t9VppZuB5d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VppZuB5d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VppZuB5d .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VppZuB5d .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VppZuB5d .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-t9VppZuB5d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VppZuB5d .modal-header {
    padding: 1rem;
  }
}
.cid-t9VppZuB5d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VppZuB5d .modal-header .close svg {
  fill: #353535;
}
.cid-t9VppZuB5d .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VppZuB5d .modal-header .close:focus {
  outline: none;
}
.cid-t9VppZuB5d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VppZuB5d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VppZuB5d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VppZuB5d .modal-body {
    padding: 1rem;
  }
}
.cid-t9VppZuB5d .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-t9VppZuB5d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VppZuB5d .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VppZuB5d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VppZuB5d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VppZuB5d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VppZuB5d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VppZuB5d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VppZuB5d .modal-lg,
  .cid-t9VppZuB5d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VppZuB5d .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VppZuB5d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VppZuB5d .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-t9VppZuB5d .form-group {
  margin-bottom: 1rem;
}
.cid-t9VppZuB5d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VppZuB5d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VppZuB5d .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-t9VppZuB5d .mbr-section-btn {
  margin: 0;
}
.cid-t9VppZuB5d .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VppZuB5d .mbr-text-title {
  text-align: center;
}
.cid-t9VppZuB5d li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VppZuB5d H5 {
  color: #000000;
}
.cid-t9VppZuB5d .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yVbDoHit {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yVbDoHit .mbr-section-title {
  color: #05386b;
}
.cid-t7yVbDoHit .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yVbDJhEi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yVbDJhEi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yVbDJhEi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yVbDJhEi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yVbDJhEi .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yVbDJhEi .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yVbDJhEi .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yVbDJhEi .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yVbDJhEi .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yVbDJhEi .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yVbDJhEi .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yVbDJhEi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yVbDJhEi .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yVbDJhEi .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yVbDJhEi .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yVbDJhEi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yVbDJhEi .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yVbDJhEi img {
  transition: all 2s !important;
}
.cid-t7yVbDJhEi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yVbDJhEi .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yVbDJhEi .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBYpy.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBYpy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBYpy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBYpy .modal-content,
.cid-t9VflSBYpy .modal-dialog {
  height: auto;
}
.cid-t9VflSBYpy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBYpy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBYpy .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBYpy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBYpy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBYpy .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-t9VflSBYpy .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBYpy .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBYpy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBYpy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBYpy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBYpy .modal-open {
  overflow: hidden;
}
.cid-t9VflSBYpy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBYpy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBYpy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBYpy .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-t9VflSBYpy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBYpy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBYpy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBYpy .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-t9VflSBYpy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBYpy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBYpy .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBYpy .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBYpy .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-t9VflSBYpy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBYpy .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBYpy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBYpy .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBYpy .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBYpy .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBYpy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBYpy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBYpy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBYpy .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBYpy .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-t9VflSBYpy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBYpy .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBYpy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBYpy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBYpy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBYpy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBYpy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBYpy .modal-lg,
  .cid-t9VflSBYpy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBYpy .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBYpy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBYpy .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-t9VflSBYpy .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBYpy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBYpy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBYpy .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-t9VflSBYpy .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBYpy .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvpbc.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsvpbc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsvpbc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsvpbc .modal-content,
.cid-t9jTCsvpbc .modal-dialog {
  height: auto;
}
.cid-t9jTCsvpbc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsvpbc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsvpbc .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsvpbc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsvpbc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsvpbc .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-t9jTCsvpbc .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsvpbc .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsvpbc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsvpbc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsvpbc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsvpbc .modal-open {
  overflow: hidden;
}
.cid-t9jTCsvpbc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsvpbc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsvpbc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsvpbc .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-t9jTCsvpbc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsvpbc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsvpbc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsvpbc .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-t9jTCsvpbc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsvpbc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsvpbc .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsvpbc .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsvpbc .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-t9jTCsvpbc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvpbc .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsvpbc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsvpbc .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsvpbc .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsvpbc .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsvpbc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsvpbc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsvpbc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvpbc .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsvpbc .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-t9jTCsvpbc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvpbc .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsvpbc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsvpbc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsvpbc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsvpbc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsvpbc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsvpbc .modal-lg,
  .cid-t9jTCsvpbc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsvpbc .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsvpbc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsvpbc .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-t9jTCsvpbc .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsvpbc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsvpbc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsvpbc .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-t9jTCsvpbc .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsvpbc .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvpbc .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsvpbc .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsvpbc .mbr-text2,
.cid-t9jTCsvpbc .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsvpbc .mbr-text3,
.cid-t9jTCsvpbc .mbr-section-btn {
  text-align: left;
}
.cid-t9Vn4fVM4m.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vn4fVM4m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vn4fVM4m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vn4fVM4m .modal-content,
.cid-t9Vn4fVM4m .modal-dialog {
  height: auto;
}
.cid-t9Vn4fVM4m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vn4fVM4m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vn4fVM4m .form-wrapper .mbr-form .form-group,
  .cid-t9Vn4fVM4m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vn4fVM4m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vn4fVM4m .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-t9Vn4fVM4m .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vn4fVM4m .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vn4fVM4m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vn4fVM4m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vn4fVM4m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vn4fVM4m .modal-open {
  overflow: hidden;
}
.cid-t9Vn4fVM4m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vn4fVM4m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vn4fVM4m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vn4fVM4m .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-t9Vn4fVM4m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vn4fVM4m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vn4fVM4m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vn4fVM4m .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-t9Vn4fVM4m .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vn4fVM4m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vn4fVM4m .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vn4fVM4m .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vn4fVM4m .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-t9Vn4fVM4m .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn4fVM4m .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vn4fVM4m .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vn4fVM4m .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vn4fVM4m .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vn4fVM4m .modal-header .close:focus {
  outline: none;
}
.cid-t9Vn4fVM4m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vn4fVM4m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vn4fVM4m .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn4fVM4m .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vn4fVM4m .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-t9Vn4fVM4m .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn4fVM4m .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vn4fVM4m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vn4fVM4m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vn4fVM4m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vn4fVM4m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vn4fVM4m .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vn4fVM4m .modal-lg,
  .cid-t9Vn4fVM4m .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vn4fVM4m .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vn4fVM4m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vn4fVM4m .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-t9Vn4fVM4m .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vn4fVM4m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vn4fVM4m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vn4fVM4m .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-t9Vn4fVM4m .mbr-section-btn {
  margin: 0;
}
.cid-t9Vn4fVM4m .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vn4fVM4m .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9Vn4fVM4m li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vn4fVM4m .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9Vn4fVM4m UL {
  text-align: right;
}
.cid-t9Vn4fVM4m .item-title UL {
  text-align: center;
}
.cid-t9Vn6u6ovW.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vn6u6ovW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vn6u6ovW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vn6u6ovW .modal-content,
.cid-t9Vn6u6ovW .modal-dialog {
  height: auto;
}
.cid-t9Vn6u6ovW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vn6u6ovW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vn6u6ovW .form-wrapper .mbr-form .form-group,
  .cid-t9Vn6u6ovW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vn6u6ovW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vn6u6ovW .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-t9Vn6u6ovW .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vn6u6ovW .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vn6u6ovW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vn6u6ovW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vn6u6ovW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vn6u6ovW .modal-open {
  overflow: hidden;
}
.cid-t9Vn6u6ovW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vn6u6ovW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vn6u6ovW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vn6u6ovW .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-t9Vn6u6ovW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vn6u6ovW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vn6u6ovW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vn6u6ovW .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-t9Vn6u6ovW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vn6u6ovW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vn6u6ovW .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vn6u6ovW .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vn6u6ovW .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-t9Vn6u6ovW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn6u6ovW .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vn6u6ovW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vn6u6ovW .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vn6u6ovW .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vn6u6ovW .modal-header .close:focus {
  outline: none;
}
.cid-t9Vn6u6ovW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vn6u6ovW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vn6u6ovW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn6u6ovW .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vn6u6ovW .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-t9Vn6u6ovW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn6u6ovW .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vn6u6ovW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vn6u6ovW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vn6u6ovW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vn6u6ovW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vn6u6ovW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vn6u6ovW .modal-lg,
  .cid-t9Vn6u6ovW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vn6u6ovW .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vn6u6ovW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vn6u6ovW .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-t9Vn6u6ovW .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vn6u6ovW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vn6u6ovW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vn6u6ovW .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-t9Vn6u6ovW .mbr-section-btn {
  margin: 0;
}
.cid-t9Vn6u6ovW .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vn6u6ovW .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9Vn6u6ovW li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vn6u6ovW .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9Vn8ozwT4.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vn8ozwT4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vn8ozwT4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vn8ozwT4 .modal-content,
.cid-t9Vn8ozwT4 .modal-dialog {
  height: auto;
}
.cid-t9Vn8ozwT4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vn8ozwT4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vn8ozwT4 .form-wrapper .mbr-form .form-group,
  .cid-t9Vn8ozwT4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vn8ozwT4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vn8ozwT4 .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-t9Vn8ozwT4 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9Vn8ozwT4 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vn8ozwT4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vn8ozwT4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vn8ozwT4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vn8ozwT4 .modal-open {
  overflow: hidden;
}
.cid-t9Vn8ozwT4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vn8ozwT4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vn8ozwT4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vn8ozwT4 .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-t9Vn8ozwT4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vn8ozwT4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vn8ozwT4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vn8ozwT4 .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-t9Vn8ozwT4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vn8ozwT4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vn8ozwT4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vn8ozwT4 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vn8ozwT4 .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-t9Vn8ozwT4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn8ozwT4 .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vn8ozwT4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vn8ozwT4 .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vn8ozwT4 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vn8ozwT4 .modal-header .close:focus {
  outline: none;
}
.cid-t9Vn8ozwT4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vn8ozwT4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vn8ozwT4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn8ozwT4 .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vn8ozwT4 .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-t9Vn8ozwT4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn8ozwT4 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vn8ozwT4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vn8ozwT4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vn8ozwT4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vn8ozwT4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vn8ozwT4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vn8ozwT4 .modal-lg,
  .cid-t9Vn8ozwT4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vn8ozwT4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vn8ozwT4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vn8ozwT4 .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-t9Vn8ozwT4 .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vn8ozwT4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vn8ozwT4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vn8ozwT4 .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-t9Vn8ozwT4 .mbr-section-btn {
  margin: 0;
}
.cid-t9Vn8ozwT4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vn9NtRkL.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vn9NtRkL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vn9NtRkL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vn9NtRkL .modal-content,
.cid-t9Vn9NtRkL .modal-dialog {
  height: auto;
}
.cid-t9Vn9NtRkL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vn9NtRkL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vn9NtRkL .form-wrapper .mbr-form .form-group,
  .cid-t9Vn9NtRkL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vn9NtRkL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vn9NtRkL .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-t9Vn9NtRkL .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vn9NtRkL .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vn9NtRkL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vn9NtRkL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vn9NtRkL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vn9NtRkL .modal-open {
  overflow: hidden;
}
.cid-t9Vn9NtRkL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vn9NtRkL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vn9NtRkL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vn9NtRkL .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-t9Vn9NtRkL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vn9NtRkL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vn9NtRkL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vn9NtRkL .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-t9Vn9NtRkL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vn9NtRkL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vn9NtRkL .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vn9NtRkL .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vn9NtRkL .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-t9Vn9NtRkL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn9NtRkL .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vn9NtRkL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vn9NtRkL .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vn9NtRkL .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vn9NtRkL .modal-header .close:focus {
  outline: none;
}
.cid-t9Vn9NtRkL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vn9NtRkL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vn9NtRkL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn9NtRkL .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vn9NtRkL .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-t9Vn9NtRkL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vn9NtRkL .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vn9NtRkL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vn9NtRkL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vn9NtRkL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vn9NtRkL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vn9NtRkL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vn9NtRkL .modal-lg,
  .cid-t9Vn9NtRkL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vn9NtRkL .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vn9NtRkL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vn9NtRkL .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-t9Vn9NtRkL .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vn9NtRkL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vn9NtRkL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vn9NtRkL .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-t9Vn9NtRkL .mbr-section-btn {
  margin: 0;
}
.cid-t9Vn9NtRkL .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vn9NtRkL .mbr-text-title {
  text-align: center;
}
.cid-t9Vn9NtRkL li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vn9NtRkL H5 {
  color: #000000;
}
.cid-t9Vn9NtRkL .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yVx1EQvn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yVx1EQvn .mbr-section-title {
  color: #05386b;
}
.cid-t7yVx1EQvn .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yVx1XoeY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yVx1XoeY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yVx1XoeY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yVx1XoeY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yVx1XoeY .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yVx1XoeY .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yVx1XoeY .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yVx1XoeY .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yVx1XoeY .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yVx1XoeY .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yVx1XoeY .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yVx1XoeY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yVx1XoeY .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yVx1XoeY .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yVx1XoeY .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yVx1XoeY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yVx1XoeY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yVx1XoeY img {
  transition: all 2s !important;
}
.cid-t7yVx1XoeY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yVx1XoeY .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yVx1XoeY .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBF1J.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBF1J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBF1J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBF1J .modal-content,
.cid-t9VflSBF1J .modal-dialog {
  height: auto;
}
.cid-t9VflSBF1J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBF1J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBF1J .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBF1J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBF1J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBF1J .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-t9VflSBF1J .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBF1J .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBF1J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBF1J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBF1J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBF1J .modal-open {
  overflow: hidden;
}
.cid-t9VflSBF1J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBF1J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBF1J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBF1J .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-t9VflSBF1J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBF1J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBF1J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBF1J .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-t9VflSBF1J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBF1J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBF1J .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBF1J .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBF1J .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-t9VflSBF1J .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBF1J .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBF1J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBF1J .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBF1J .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBF1J .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBF1J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBF1J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBF1J .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBF1J .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBF1J .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-t9VflSBF1J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBF1J .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBF1J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBF1J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBF1J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBF1J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBF1J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBF1J .modal-lg,
  .cid-t9VflSBF1J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBF1J .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBF1J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBF1J .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-t9VflSBF1J .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBF1J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBF1J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBF1J .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-t9VflSBF1J .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBF1J .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvEuD.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsvEuD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsvEuD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsvEuD .modal-content,
.cid-t9jTCsvEuD .modal-dialog {
  height: auto;
}
.cid-t9jTCsvEuD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsvEuD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsvEuD .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsvEuD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsvEuD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsvEuD .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-t9jTCsvEuD .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsvEuD .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsvEuD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsvEuD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsvEuD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsvEuD .modal-open {
  overflow: hidden;
}
.cid-t9jTCsvEuD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsvEuD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsvEuD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsvEuD .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-t9jTCsvEuD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsvEuD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsvEuD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsvEuD .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-t9jTCsvEuD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsvEuD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsvEuD .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsvEuD .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsvEuD .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-t9jTCsvEuD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvEuD .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsvEuD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsvEuD .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsvEuD .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsvEuD .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsvEuD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsvEuD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsvEuD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvEuD .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsvEuD .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-t9jTCsvEuD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvEuD .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsvEuD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsvEuD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsvEuD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsvEuD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsvEuD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsvEuD .modal-lg,
  .cid-t9jTCsvEuD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsvEuD .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsvEuD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsvEuD .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-t9jTCsvEuD .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsvEuD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsvEuD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsvEuD .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-t9jTCsvEuD .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsvEuD .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvEuD .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsvEuD .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsvEuD .mbr-text2,
.cid-t9jTCsvEuD .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsvEuD .mbr-text3,
.cid-t9jTCsvEuD .mbr-section-btn {
  text-align: left;
}
.cid-t9Vli1bAgR.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vli1bAgR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vli1bAgR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vli1bAgR .modal-content,
.cid-t9Vli1bAgR .modal-dialog {
  height: auto;
}
.cid-t9Vli1bAgR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vli1bAgR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vli1bAgR .form-wrapper .mbr-form .form-group,
  .cid-t9Vli1bAgR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vli1bAgR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vli1bAgR .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-t9Vli1bAgR .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vli1bAgR .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vli1bAgR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vli1bAgR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vli1bAgR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vli1bAgR .modal-open {
  overflow: hidden;
}
.cid-t9Vli1bAgR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vli1bAgR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vli1bAgR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vli1bAgR .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-t9Vli1bAgR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vli1bAgR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vli1bAgR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vli1bAgR .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-t9Vli1bAgR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vli1bAgR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vli1bAgR .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vli1bAgR .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vli1bAgR .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-t9Vli1bAgR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vli1bAgR .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vli1bAgR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vli1bAgR .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vli1bAgR .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vli1bAgR .modal-header .close:focus {
  outline: none;
}
.cid-t9Vli1bAgR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vli1bAgR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vli1bAgR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vli1bAgR .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vli1bAgR .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-t9Vli1bAgR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vli1bAgR .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vli1bAgR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vli1bAgR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vli1bAgR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vli1bAgR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vli1bAgR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vli1bAgR .modal-lg,
  .cid-t9Vli1bAgR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vli1bAgR .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vli1bAgR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vli1bAgR .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-t9Vli1bAgR .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vli1bAgR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vli1bAgR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vli1bAgR .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-t9Vli1bAgR .mbr-section-btn {
  margin: 0;
}
.cid-t9Vli1bAgR .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vli1bAgR .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9Vli1bAgR li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vli1bAgR .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9Vli1bAgR UL {
  text-align: right;
}
.cid-t9Vli1bAgR .item-title UL {
  text-align: center;
}
.cid-t9VljN3hzv.popup-builder {
  background-color: #ffffff;
}
.cid-t9VljN3hzv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VljN3hzv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VljN3hzv .modal-content,
.cid-t9VljN3hzv .modal-dialog {
  height: auto;
}
.cid-t9VljN3hzv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VljN3hzv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VljN3hzv .form-wrapper .mbr-form .form-group,
  .cid-t9VljN3hzv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VljN3hzv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VljN3hzv .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-t9VljN3hzv .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VljN3hzv .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VljN3hzv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VljN3hzv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VljN3hzv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VljN3hzv .modal-open {
  overflow: hidden;
}
.cid-t9VljN3hzv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VljN3hzv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VljN3hzv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VljN3hzv .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-t9VljN3hzv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VljN3hzv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VljN3hzv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VljN3hzv .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-t9VljN3hzv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VljN3hzv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VljN3hzv .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VljN3hzv .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VljN3hzv .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-t9VljN3hzv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VljN3hzv .modal-header {
    padding: 1rem;
  }
}
.cid-t9VljN3hzv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VljN3hzv .modal-header .close svg {
  fill: #353535;
}
.cid-t9VljN3hzv .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VljN3hzv .modal-header .close:focus {
  outline: none;
}
.cid-t9VljN3hzv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VljN3hzv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VljN3hzv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VljN3hzv .modal-body {
    padding: 1rem;
  }
}
.cid-t9VljN3hzv .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-t9VljN3hzv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VljN3hzv .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VljN3hzv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VljN3hzv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VljN3hzv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VljN3hzv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VljN3hzv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VljN3hzv .modal-lg,
  .cid-t9VljN3hzv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VljN3hzv .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VljN3hzv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VljN3hzv .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-t9VljN3hzv .form-group {
  margin-bottom: 1rem;
}
.cid-t9VljN3hzv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VljN3hzv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VljN3hzv .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-t9VljN3hzv .mbr-section-btn {
  margin: 0;
}
.cid-t9VljN3hzv .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VljN3hzv .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VljN3hzv li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VljN3hzv .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VllxlxHG.popup-builder {
  background-color: #ffffff;
}
.cid-t9VllxlxHG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VllxlxHG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VllxlxHG .modal-content,
.cid-t9VllxlxHG .modal-dialog {
  height: auto;
}
.cid-t9VllxlxHG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VllxlxHG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VllxlxHG .form-wrapper .mbr-form .form-group,
  .cid-t9VllxlxHG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VllxlxHG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VllxlxHG .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-t9VllxlxHG .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VllxlxHG .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VllxlxHG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VllxlxHG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VllxlxHG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VllxlxHG .modal-open {
  overflow: hidden;
}
.cid-t9VllxlxHG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VllxlxHG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VllxlxHG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VllxlxHG .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-t9VllxlxHG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VllxlxHG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VllxlxHG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VllxlxHG .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-t9VllxlxHG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VllxlxHG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VllxlxHG .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VllxlxHG .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VllxlxHG .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-t9VllxlxHG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VllxlxHG .modal-header {
    padding: 1rem;
  }
}
.cid-t9VllxlxHG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VllxlxHG .modal-header .close svg {
  fill: #353535;
}
.cid-t9VllxlxHG .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VllxlxHG .modal-header .close:focus {
  outline: none;
}
.cid-t9VllxlxHG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VllxlxHG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VllxlxHG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VllxlxHG .modal-body {
    padding: 1rem;
  }
}
.cid-t9VllxlxHG .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-t9VllxlxHG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VllxlxHG .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VllxlxHG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VllxlxHG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VllxlxHG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VllxlxHG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VllxlxHG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VllxlxHG .modal-lg,
  .cid-t9VllxlxHG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VllxlxHG .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VllxlxHG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VllxlxHG .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-t9VllxlxHG .form-group {
  margin-bottom: 1rem;
}
.cid-t9VllxlxHG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VllxlxHG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VllxlxHG .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-t9VllxlxHG .mbr-section-btn {
  margin: 0;
}
.cid-t9VllxlxHG .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vln7jID2.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vln7jID2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vln7jID2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vln7jID2 .modal-content,
.cid-t9Vln7jID2 .modal-dialog {
  height: auto;
}
.cid-t9Vln7jID2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vln7jID2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vln7jID2 .form-wrapper .mbr-form .form-group,
  .cid-t9Vln7jID2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vln7jID2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vln7jID2 .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-t9Vln7jID2 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vln7jID2 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vln7jID2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vln7jID2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vln7jID2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vln7jID2 .modal-open {
  overflow: hidden;
}
.cid-t9Vln7jID2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vln7jID2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vln7jID2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vln7jID2 .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-t9Vln7jID2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vln7jID2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vln7jID2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vln7jID2 .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-t9Vln7jID2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vln7jID2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vln7jID2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vln7jID2 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vln7jID2 .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-t9Vln7jID2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vln7jID2 .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vln7jID2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vln7jID2 .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vln7jID2 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vln7jID2 .modal-header .close:focus {
  outline: none;
}
.cid-t9Vln7jID2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vln7jID2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vln7jID2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vln7jID2 .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vln7jID2 .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-t9Vln7jID2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vln7jID2 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vln7jID2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vln7jID2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vln7jID2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vln7jID2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vln7jID2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vln7jID2 .modal-lg,
  .cid-t9Vln7jID2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vln7jID2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vln7jID2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vln7jID2 .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-t9Vln7jID2 .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vln7jID2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vln7jID2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vln7jID2 .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-t9Vln7jID2 .mbr-section-btn {
  margin: 0;
}
.cid-t9Vln7jID2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vln7jID2 .mbr-text-title {
  text-align: center;
}
.cid-t9Vln7jID2 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vln7jID2 H5 {
  color: #000000;
}
.cid-t9Vln7jID2 .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7yVTOXnz7 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7yVTOXnz7 .mbr-section-title {
  color: #05386b;
}
.cid-t7yVTOXnz7 .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7yVTPgKBp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t7yVTPgKBp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t7yVTPgKBp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7yVTPgKBp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7yVTPgKBp .mbr-gallery-item {
  width: 33.3%;
}
.cid-t7yVTPgKBp .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t7yVTPgKBp .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t7yVTPgKBp .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t7yVTPgKBp .mbr-gallery-row {
  justify-content: center;
}
.cid-t7yVTPgKBp .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t7yVTPgKBp .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t7yVTPgKBp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t7yVTPgKBp .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t7yVTPgKBp .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t7yVTPgKBp .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t7yVTPgKBp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t7yVTPgKBp .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t7yVTPgKBp img {
  transition: all 2s !important;
}
.cid-t7yVTPgKBp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t7yVTPgKBp .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t7yVTPgKBp .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBjU9.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBjU9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBjU9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBjU9 .modal-content,
.cid-t9VflSBjU9 .modal-dialog {
  height: auto;
}
.cid-t9VflSBjU9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBjU9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBjU9 .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBjU9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBjU9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBjU9 .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-t9VflSBjU9 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBjU9 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBjU9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBjU9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBjU9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBjU9 .modal-open {
  overflow: hidden;
}
.cid-t9VflSBjU9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBjU9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBjU9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBjU9 .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-t9VflSBjU9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBjU9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBjU9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBjU9 .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-t9VflSBjU9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBjU9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBjU9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBjU9 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBjU9 .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-t9VflSBjU9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBjU9 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBjU9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBjU9 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBjU9 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBjU9 .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBjU9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBjU9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBjU9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBjU9 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBjU9 .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-t9VflSBjU9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBjU9 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBjU9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBjU9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBjU9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBjU9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBjU9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBjU9 .modal-lg,
  .cid-t9VflSBjU9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBjU9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBjU9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBjU9 .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-t9VflSBjU9 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBjU9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBjU9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBjU9 .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-t9VflSBjU9 .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBjU9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsv2kz.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsv2kz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsv2kz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsv2kz .modal-content,
.cid-t9jTCsv2kz .modal-dialog {
  height: auto;
}
.cid-t9jTCsv2kz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsv2kz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsv2kz .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsv2kz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsv2kz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsv2kz .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-t9jTCsv2kz .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsv2kz .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsv2kz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsv2kz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsv2kz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsv2kz .modal-open {
  overflow: hidden;
}
.cid-t9jTCsv2kz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsv2kz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsv2kz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsv2kz .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-t9jTCsv2kz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsv2kz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsv2kz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsv2kz .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-t9jTCsv2kz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsv2kz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsv2kz .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsv2kz .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsv2kz .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-t9jTCsv2kz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsv2kz .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsv2kz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsv2kz .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsv2kz .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsv2kz .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsv2kz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsv2kz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsv2kz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsv2kz .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsv2kz .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-t9jTCsv2kz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsv2kz .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsv2kz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsv2kz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsv2kz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsv2kz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsv2kz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsv2kz .modal-lg,
  .cid-t9jTCsv2kz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsv2kz .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsv2kz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsv2kz .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-t9jTCsv2kz .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsv2kz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsv2kz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsv2kz .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-t9jTCsv2kz .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsv2kz .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsv2kz .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsv2kz .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsv2kz .mbr-text2,
.cid-t9jTCsv2kz .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsv2kz .mbr-text3,
.cid-t9jTCsv2kz .mbr-section-btn {
  text-align: left;
}
.cid-t9VkIiJ3ww.popup-builder {
  background-color: #ffffff;
}
.cid-t9VkIiJ3ww.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VkIiJ3ww.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VkIiJ3ww .modal-content,
.cid-t9VkIiJ3ww .modal-dialog {
  height: auto;
}
.cid-t9VkIiJ3ww .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VkIiJ3ww .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VkIiJ3ww .form-wrapper .mbr-form .form-group,
  .cid-t9VkIiJ3ww .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VkIiJ3ww .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VkIiJ3ww .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-t9VkIiJ3ww .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VkIiJ3ww .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VkIiJ3ww .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VkIiJ3ww .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VkIiJ3ww .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VkIiJ3ww .modal-open {
  overflow: hidden;
}
.cid-t9VkIiJ3ww .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VkIiJ3ww .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VkIiJ3ww .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VkIiJ3ww .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-t9VkIiJ3ww .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VkIiJ3ww .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VkIiJ3ww .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VkIiJ3ww .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-t9VkIiJ3ww .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VkIiJ3ww .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VkIiJ3ww .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VkIiJ3ww .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VkIiJ3ww .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-t9VkIiJ3ww .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkIiJ3ww .modal-header {
    padding: 1rem;
  }
}
.cid-t9VkIiJ3ww .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VkIiJ3ww .modal-header .close svg {
  fill: #353535;
}
.cid-t9VkIiJ3ww .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VkIiJ3ww .modal-header .close:focus {
  outline: none;
}
.cid-t9VkIiJ3ww .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VkIiJ3ww .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VkIiJ3ww .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkIiJ3ww .modal-body {
    padding: 1rem;
  }
}
.cid-t9VkIiJ3ww .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-t9VkIiJ3ww .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkIiJ3ww .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VkIiJ3ww .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VkIiJ3ww .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VkIiJ3ww .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VkIiJ3ww .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VkIiJ3ww .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VkIiJ3ww .modal-lg,
  .cid-t9VkIiJ3ww .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VkIiJ3ww .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VkIiJ3ww .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VkIiJ3ww .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-t9VkIiJ3ww .form-group {
  margin-bottom: 1rem;
}
.cid-t9VkIiJ3ww .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VkIiJ3ww .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VkIiJ3ww .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-t9VkIiJ3ww .mbr-section-btn {
  margin: 0;
}
.cid-t9VkIiJ3ww .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VkIiJ3ww .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VkIiJ3ww li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VkIiJ3ww .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VkIiJ3ww UL {
  text-align: right;
}
.cid-t9VkIiJ3ww .item-title UL {
  text-align: center;
}
.cid-t9VkLqjCGk.popup-builder {
  background-color: #ffffff;
}
.cid-t9VkLqjCGk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VkLqjCGk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VkLqjCGk .modal-content,
.cid-t9VkLqjCGk .modal-dialog {
  height: auto;
}
.cid-t9VkLqjCGk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VkLqjCGk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VkLqjCGk .form-wrapper .mbr-form .form-group,
  .cid-t9VkLqjCGk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VkLqjCGk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VkLqjCGk .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-t9VkLqjCGk .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VkLqjCGk .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VkLqjCGk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VkLqjCGk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VkLqjCGk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VkLqjCGk .modal-open {
  overflow: hidden;
}
.cid-t9VkLqjCGk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VkLqjCGk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VkLqjCGk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VkLqjCGk .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-t9VkLqjCGk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VkLqjCGk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VkLqjCGk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VkLqjCGk .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-t9VkLqjCGk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VkLqjCGk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VkLqjCGk .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VkLqjCGk .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VkLqjCGk .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-t9VkLqjCGk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkLqjCGk .modal-header {
    padding: 1rem;
  }
}
.cid-t9VkLqjCGk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VkLqjCGk .modal-header .close svg {
  fill: #353535;
}
.cid-t9VkLqjCGk .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VkLqjCGk .modal-header .close:focus {
  outline: none;
}
.cid-t9VkLqjCGk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VkLqjCGk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VkLqjCGk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkLqjCGk .modal-body {
    padding: 1rem;
  }
}
.cid-t9VkLqjCGk .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-t9VkLqjCGk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkLqjCGk .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VkLqjCGk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VkLqjCGk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VkLqjCGk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VkLqjCGk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VkLqjCGk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VkLqjCGk .modal-lg,
  .cid-t9VkLqjCGk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VkLqjCGk .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VkLqjCGk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VkLqjCGk .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-t9VkLqjCGk .form-group {
  margin-bottom: 1rem;
}
.cid-t9VkLqjCGk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VkLqjCGk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VkLqjCGk .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-t9VkLqjCGk .mbr-section-btn {
  margin: 0;
}
.cid-t9VkLqjCGk .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VkLqjCGk .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VkLqjCGk li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VkLqjCGk .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VkVbM9Yh.popup-builder {
  background-color: #ffffff;
}
.cid-t9VkVbM9Yh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VkVbM9Yh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VkVbM9Yh .modal-content,
.cid-t9VkVbM9Yh .modal-dialog {
  height: auto;
}
.cid-t9VkVbM9Yh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VkVbM9Yh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VkVbM9Yh .form-wrapper .mbr-form .form-group,
  .cid-t9VkVbM9Yh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VkVbM9Yh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VkVbM9Yh .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-t9VkVbM9Yh .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VkVbM9Yh .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VkVbM9Yh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VkVbM9Yh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VkVbM9Yh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VkVbM9Yh .modal-open {
  overflow: hidden;
}
.cid-t9VkVbM9Yh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VkVbM9Yh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VkVbM9Yh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VkVbM9Yh .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-t9VkVbM9Yh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VkVbM9Yh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VkVbM9Yh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VkVbM9Yh .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-t9VkVbM9Yh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VkVbM9Yh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VkVbM9Yh .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VkVbM9Yh .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VkVbM9Yh .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-t9VkVbM9Yh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkVbM9Yh .modal-header {
    padding: 1rem;
  }
}
.cid-t9VkVbM9Yh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VkVbM9Yh .modal-header .close svg {
  fill: #353535;
}
.cid-t9VkVbM9Yh .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VkVbM9Yh .modal-header .close:focus {
  outline: none;
}
.cid-t9VkVbM9Yh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VkVbM9Yh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VkVbM9Yh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkVbM9Yh .modal-body {
    padding: 1rem;
  }
}
.cid-t9VkVbM9Yh .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-t9VkVbM9Yh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkVbM9Yh .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VkVbM9Yh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VkVbM9Yh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VkVbM9Yh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VkVbM9Yh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VkVbM9Yh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VkVbM9Yh .modal-lg,
  .cid-t9VkVbM9Yh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VkVbM9Yh .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VkVbM9Yh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VkVbM9Yh .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-t9VkVbM9Yh .form-group {
  margin-bottom: 1rem;
}
.cid-t9VkVbM9Yh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VkVbM9Yh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VkVbM9Yh .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-t9VkVbM9Yh .mbr-section-btn {
  margin: 0;
}
.cid-t9VkVbM9Yh .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VkXlkpz3.popup-builder {
  background-color: #ffffff;
}
.cid-t9VkXlkpz3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VkXlkpz3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VkXlkpz3 .modal-content,
.cid-t9VkXlkpz3 .modal-dialog {
  height: auto;
}
.cid-t9VkXlkpz3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VkXlkpz3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VkXlkpz3 .form-wrapper .mbr-form .form-group,
  .cid-t9VkXlkpz3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VkXlkpz3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VkXlkpz3 .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-t9VkXlkpz3 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VkXlkpz3 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VkXlkpz3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VkXlkpz3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VkXlkpz3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VkXlkpz3 .modal-open {
  overflow: hidden;
}
.cid-t9VkXlkpz3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VkXlkpz3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VkXlkpz3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VkXlkpz3 .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-t9VkXlkpz3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VkXlkpz3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VkXlkpz3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VkXlkpz3 .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-t9VkXlkpz3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VkXlkpz3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VkXlkpz3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VkXlkpz3 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VkXlkpz3 .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-t9VkXlkpz3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkXlkpz3 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VkXlkpz3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VkXlkpz3 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VkXlkpz3 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VkXlkpz3 .modal-header .close:focus {
  outline: none;
}
.cid-t9VkXlkpz3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VkXlkpz3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VkXlkpz3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkXlkpz3 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VkXlkpz3 .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-t9VkXlkpz3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VkXlkpz3 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VkXlkpz3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VkXlkpz3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VkXlkpz3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VkXlkpz3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VkXlkpz3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VkXlkpz3 .modal-lg,
  .cid-t9VkXlkpz3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VkXlkpz3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VkXlkpz3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VkXlkpz3 .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-t9VkXlkpz3 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VkXlkpz3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VkXlkpz3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VkXlkpz3 .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-t9VkXlkpz3 .mbr-section-btn {
  margin: 0;
}
.cid-t9VkXlkpz3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VkXlkpz3 .mbr-text-title {
  text-align: center;
}
.cid-t9VkXlkpz3 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VkXlkpz3 H5 {
  color: #000000;
}
.cid-t9VkXlkpz3 .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t7Kqhvuqiv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-t7Kqhvuqiv .mbr-section-title {
  color: #05386b;
}
.cid-t7Kqhvuqiv .mbr-section-subtitle {
  color: #05386b;
}
.cid-t7KqhwcKPV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-t7KqhwcKPV .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-t7KqhwcKPV .content_block:hover .mbr-section-title a {
  color: #5cdb95 !important;
}
.cid-t7KqhwcKPV .card_topic,
.cid-t7KqhwcKPV .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t7KqhwcKPV .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #5cdb95;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t7KqhwcKPV .image {
  position: relative;
}
.cid-t7KqhwcKPV .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #8caff0);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #8caff0);
}
.cid-t7KqhwcKPV .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t7KqhwcKPV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t7KqhwcKPV .mbr-section-btn .btn-secondary-outline:hover,
.cid-t7KqhwcKPV .mbr-section-btn .btn-secondary-outline .active,
.cid-t7KqhwcKPV .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-t7KqhwcKPV .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t7KqhwcKPV .content_block {
    padding: 30px 15px;
  }
  .cid-t7KqhwcKPV .mbr-figure {
    padding: 0;
  }
  .cid-t7KqhwcKPV .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(140, 175, 240, 0.99));
  }
}
.cid-t7KqhwcKPV .category_content,
.cid-t7KqhwcKPV .card_topic {
  color: #000000;
  text-align: center;
}
.cid-t7KqhwcKPV .mbr-text,
.cid-t7KqhwcKPV .mbr-section-btn {
  color: #05386b;
  text-align: justify;
}
.cid-t7KqhwcKPV .mbr-section-title {
  text-align: center;
  color: #05386b;
}
.cid-t7KqhwSnP5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7KqhwSnP5 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-t7KqhwSnP5 .content_block:hover .mbr-section-title a {
  color: #5cdb95 !important;
}
.cid-t7KqhwSnP5 .card_topic,
.cid-t7KqhwSnP5 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t7KqhwSnP5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #5cdb95;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t7KqhwSnP5 .image {
  position: relative;
}
.cid-t7KqhwSnP5 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #bed3f9);
  z-index: 1;
  pointer-events: none;
}
.cid-t7KqhwSnP5 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t7KqhwSnP5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t7KqhwSnP5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t7KqhwSnP5 .mbr-section-btn .btn-secondary-outline .active,
.cid-t7KqhwSnP5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-t7KqhwSnP5 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t7KqhwSnP5 .content_block {
    padding: 30px 15px;
  }
  .cid-t7KqhwSnP5 .mbr-figure {
    padding: 0;
  }
  .cid-t7KqhwSnP5 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(190, 211, 249, 0.99));
  }
}
.cid-t7KqhwSnP5 .category_content,
.cid-t7KqhwSnP5 .card_topic {
  color: #000000;
  text-align: center;
}
.cid-t7KqhwSnP5 .mbr-text,
.cid-t7KqhwSnP5 .mbr-section-btn {
  color: #05386b;
  text-align: justify;
}
.cid-t7KqhwSnP5 .mbr-section-title {
  text-align: center;
  color: #05386b;
}
.cid-t7KqhxFXlE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-t7KqhxFXlE .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-t7KqhxFXlE .content_block:hover .mbr-section-title a {
  color: #5cdb95 !important;
}
.cid-t7KqhxFXlE .card_topic,
.cid-t7KqhxFXlE .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t7KqhxFXlE .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #5cdb95;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t7KqhxFXlE .image {
  position: relative;
}
.cid-t7KqhxFXlE .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #8caff0);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #8caff0);
}
.cid-t7KqhxFXlE .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t7KqhxFXlE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t7KqhxFXlE .mbr-section-btn .btn-secondary-outline:hover,
.cid-t7KqhxFXlE .mbr-section-btn .btn-secondary-outline .active,
.cid-t7KqhxFXlE .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-t7KqhxFXlE .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t7KqhxFXlE .content_block {
    padding: 30px 15px;
  }
  .cid-t7KqhxFXlE .mbr-figure {
    padding: 0;
  }
  .cid-t7KqhxFXlE .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(140, 175, 240, 0.99));
  }
}
.cid-t7KqhxFXlE .category_content,
.cid-t7KqhxFXlE .card_topic {
  color: #000000;
  text-align: center;
}
.cid-t7KqhxFXlE .mbr-text,
.cid-t7KqhxFXlE .mbr-section-btn {
  color: #05386b;
  text-align: justify;
}
.cid-t7KqhxFXlE .mbr-section-title {
  text-align: center;
  color: #05386b;
}
.cid-t7KqhyoEq5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t7KqhyoEq5 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-t7KqhyoEq5 .content_block:hover .mbr-section-title a {
  color: #5cdb95 !important;
}
.cid-t7KqhyoEq5 .card_topic,
.cid-t7KqhyoEq5 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t7KqhyoEq5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #5cdb95;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t7KqhyoEq5 .image {
  position: relative;
}
.cid-t7KqhyoEq5 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #bed3f9);
  z-index: 1;
  pointer-events: none;
}
.cid-t7KqhyoEq5 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t7KqhyoEq5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t7KqhyoEq5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-t7KqhyoEq5 .mbr-section-btn .btn-secondary-outline .active,
.cid-t7KqhyoEq5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-t7KqhyoEq5 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t7KqhyoEq5 .content_block {
    padding: 30px 15px;
  }
  .cid-t7KqhyoEq5 .mbr-figure {
    padding: 0;
  }
  .cid-t7KqhyoEq5 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(190, 211, 249, 0.99));
  }
}
.cid-t7KqhyoEq5 .category_content,
.cid-t7KqhyoEq5 .card_topic {
  color: #000000;
  text-align: center;
}
.cid-t7KqhyoEq5 .mbr-text,
.cid-t7KqhyoEq5 .mbr-section-btn {
  color: #05386b;
  text-align: justify;
}
.cid-t7KqhyoEq5 .mbr-section-title {
  text-align: center;
  color: #05386b;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSBKVM.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSBKVM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSBKVM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSBKVM .modal-content,
.cid-t9VflSBKVM .modal-dialog {
  height: auto;
}
.cid-t9VflSBKVM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSBKVM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSBKVM .form-wrapper .mbr-form .form-group,
  .cid-t9VflSBKVM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSBKVM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSBKVM .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-t9VflSBKVM .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSBKVM .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSBKVM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSBKVM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSBKVM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSBKVM .modal-open {
  overflow: hidden;
}
.cid-t9VflSBKVM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSBKVM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSBKVM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSBKVM .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-t9VflSBKVM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSBKVM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSBKVM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSBKVM .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-t9VflSBKVM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSBKVM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSBKVM .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSBKVM .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSBKVM .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-t9VflSBKVM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBKVM .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSBKVM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSBKVM .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSBKVM .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSBKVM .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSBKVM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSBKVM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSBKVM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBKVM .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSBKVM .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-t9VflSBKVM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSBKVM .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSBKVM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSBKVM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSBKVM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSBKVM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSBKVM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSBKVM .modal-lg,
  .cid-t9VflSBKVM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSBKVM .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSBKVM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSBKVM .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-t9VflSBKVM .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSBKVM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSBKVM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSBKVM .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-t9VflSBKVM .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSBKVM .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvXh4.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsvXh4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsvXh4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsvXh4 .modal-content,
.cid-t9jTCsvXh4 .modal-dialog {
  height: auto;
}
.cid-t9jTCsvXh4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsvXh4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsvXh4 .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsvXh4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsvXh4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsvXh4 .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-t9jTCsvXh4 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsvXh4 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsvXh4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsvXh4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsvXh4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsvXh4 .modal-open {
  overflow: hidden;
}
.cid-t9jTCsvXh4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsvXh4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsvXh4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsvXh4 .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-t9jTCsvXh4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsvXh4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsvXh4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsvXh4 .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-t9jTCsvXh4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsvXh4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsvXh4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsvXh4 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsvXh4 .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-t9jTCsvXh4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvXh4 .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsvXh4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsvXh4 .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsvXh4 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsvXh4 .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsvXh4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsvXh4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsvXh4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvXh4 .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsvXh4 .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-t9jTCsvXh4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvXh4 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsvXh4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsvXh4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsvXh4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsvXh4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsvXh4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsvXh4 .modal-lg,
  .cid-t9jTCsvXh4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsvXh4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsvXh4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsvXh4 .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-t9jTCsvXh4 .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsvXh4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsvXh4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsvXh4 .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-t9jTCsvXh4 .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsvXh4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvXh4 .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsvXh4 .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsvXh4 .mbr-text2,
.cid-t9jTCsvXh4 .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsvXh4 .mbr-text3,
.cid-t9jTCsvXh4 .mbr-section-btn {
  text-align: left;
}
.cid-t9VgLGpe41.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgLGpe41.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgLGpe41.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgLGpe41 .modal-content,
.cid-t9VgLGpe41 .modal-dialog {
  height: auto;
}
.cid-t9VgLGpe41 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgLGpe41 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgLGpe41 .form-wrapper .mbr-form .form-group,
  .cid-t9VgLGpe41 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgLGpe41 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgLGpe41 .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-t9VgLGpe41 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VgLGpe41 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgLGpe41 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgLGpe41 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgLGpe41 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgLGpe41 .modal-open {
  overflow: hidden;
}
.cid-t9VgLGpe41 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgLGpe41 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgLGpe41 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgLGpe41 .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-t9VgLGpe41 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgLGpe41 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgLGpe41 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgLGpe41 .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-t9VgLGpe41 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgLGpe41 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgLGpe41 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgLGpe41 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgLGpe41 .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-t9VgLGpe41 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgLGpe41 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgLGpe41 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgLGpe41 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgLGpe41 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgLGpe41 .modal-header .close:focus {
  outline: none;
}
.cid-t9VgLGpe41 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgLGpe41 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgLGpe41 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgLGpe41 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgLGpe41 .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-t9VgLGpe41 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgLGpe41 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgLGpe41 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgLGpe41 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgLGpe41 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgLGpe41 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgLGpe41 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgLGpe41 .modal-lg,
  .cid-t9VgLGpe41 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgLGpe41 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgLGpe41 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgLGpe41 .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-t9VgLGpe41 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgLGpe41 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgLGpe41 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgLGpe41 .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-t9VgLGpe41 .mbr-section-btn {
  margin: 0;
}
.cid-t9VgLGpe41 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgLGpe41 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VgLGpe41 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VgLGpe41 .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VgLGpe41 UL {
  text-align: right;
}
.cid-t9VgLGpe41 .item-title UL {
  text-align: center;
}
.cid-t9VgNvh8PM.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgNvh8PM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgNvh8PM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgNvh8PM .modal-content,
.cid-t9VgNvh8PM .modal-dialog {
  height: auto;
}
.cid-t9VgNvh8PM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgNvh8PM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgNvh8PM .form-wrapper .mbr-form .form-group,
  .cid-t9VgNvh8PM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgNvh8PM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgNvh8PM .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-t9VgNvh8PM .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VgNvh8PM .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgNvh8PM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgNvh8PM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgNvh8PM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgNvh8PM .modal-open {
  overflow: hidden;
}
.cid-t9VgNvh8PM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgNvh8PM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgNvh8PM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgNvh8PM .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-t9VgNvh8PM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgNvh8PM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgNvh8PM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgNvh8PM .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-t9VgNvh8PM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgNvh8PM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgNvh8PM .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgNvh8PM .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgNvh8PM .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-t9VgNvh8PM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgNvh8PM .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgNvh8PM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgNvh8PM .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgNvh8PM .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgNvh8PM .modal-header .close:focus {
  outline: none;
}
.cid-t9VgNvh8PM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgNvh8PM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgNvh8PM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgNvh8PM .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgNvh8PM .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-t9VgNvh8PM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgNvh8PM .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgNvh8PM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgNvh8PM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgNvh8PM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgNvh8PM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgNvh8PM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgNvh8PM .modal-lg,
  .cid-t9VgNvh8PM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgNvh8PM .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgNvh8PM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgNvh8PM .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-t9VgNvh8PM .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgNvh8PM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgNvh8PM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgNvh8PM .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-t9VgNvh8PM .mbr-section-btn {
  margin: 0;
}
.cid-t9VgNvh8PM .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgNvh8PM .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VgNvh8PM li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VgNvh8PM .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VgW41lxD.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgW41lxD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgW41lxD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgW41lxD .modal-content,
.cid-t9VgW41lxD .modal-dialog {
  height: auto;
}
.cid-t9VgW41lxD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgW41lxD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgW41lxD .form-wrapper .mbr-form .form-group,
  .cid-t9VgW41lxD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgW41lxD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgW41lxD .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-t9VgW41lxD .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VgW41lxD .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgW41lxD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgW41lxD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgW41lxD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgW41lxD .modal-open {
  overflow: hidden;
}
.cid-t9VgW41lxD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgW41lxD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgW41lxD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgW41lxD .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-t9VgW41lxD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgW41lxD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgW41lxD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgW41lxD .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-t9VgW41lxD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgW41lxD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgW41lxD .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgW41lxD .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgW41lxD .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-t9VgW41lxD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgW41lxD .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgW41lxD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgW41lxD .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgW41lxD .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgW41lxD .modal-header .close:focus {
  outline: none;
}
.cid-t9VgW41lxD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgW41lxD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgW41lxD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgW41lxD .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgW41lxD .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-t9VgW41lxD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgW41lxD .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgW41lxD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgW41lxD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgW41lxD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgW41lxD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgW41lxD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgW41lxD .modal-lg,
  .cid-t9VgW41lxD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgW41lxD .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgW41lxD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgW41lxD .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-t9VgW41lxD .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgW41lxD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgW41lxD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgW41lxD .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-t9VgW41lxD .mbr-section-btn {
  margin: 0;
}
.cid-t9VgW41lxD .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgXGTN1p.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgXGTN1p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgXGTN1p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgXGTN1p .modal-content,
.cid-t9VgXGTN1p .modal-dialog {
  height: auto;
}
.cid-t9VgXGTN1p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgXGTN1p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgXGTN1p .form-wrapper .mbr-form .form-group,
  .cid-t9VgXGTN1p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgXGTN1p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgXGTN1p .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-t9VgXGTN1p .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VgXGTN1p .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgXGTN1p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgXGTN1p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgXGTN1p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgXGTN1p .modal-open {
  overflow: hidden;
}
.cid-t9VgXGTN1p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgXGTN1p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgXGTN1p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgXGTN1p .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-t9VgXGTN1p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgXGTN1p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgXGTN1p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgXGTN1p .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-t9VgXGTN1p .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgXGTN1p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgXGTN1p .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgXGTN1p .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgXGTN1p .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-t9VgXGTN1p .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgXGTN1p .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgXGTN1p .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgXGTN1p .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgXGTN1p .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgXGTN1p .modal-header .close:focus {
  outline: none;
}
.cid-t9VgXGTN1p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgXGTN1p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgXGTN1p .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgXGTN1p .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgXGTN1p .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-t9VgXGTN1p .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgXGTN1p .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgXGTN1p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgXGTN1p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgXGTN1p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgXGTN1p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgXGTN1p .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgXGTN1p .modal-lg,
  .cid-t9VgXGTN1p .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgXGTN1p .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgXGTN1p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgXGTN1p .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-t9VgXGTN1p .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgXGTN1p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgXGTN1p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgXGTN1p .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-t9VgXGTN1p .mbr-section-btn {
  margin: 0;
}
.cid-t9VgXGTN1p .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgXGTN1p .mbr-text-title {
  text-align: center;
}
.cid-t9VgXGTN1p li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VgXGTN1p H5 {
  color: #000000;
}
.cid-t9VgXGTN1p .item-title {
  text-align: center;
}
.cid-t9VgYZQg6S.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgYZQg6S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgYZQg6S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgYZQg6S .modal-content,
.cid-t9VgYZQg6S .modal-dialog {
  height: auto;
}
.cid-t9VgYZQg6S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgYZQg6S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgYZQg6S .form-wrapper .mbr-form .form-group,
  .cid-t9VgYZQg6S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgYZQg6S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgYZQg6S .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-t9VgYZQg6S .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VgYZQg6S .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgYZQg6S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgYZQg6S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgYZQg6S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgYZQg6S .modal-open {
  overflow: hidden;
}
.cid-t9VgYZQg6S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgYZQg6S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgYZQg6S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgYZQg6S .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-t9VgYZQg6S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgYZQg6S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgYZQg6S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgYZQg6S .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-t9VgYZQg6S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgYZQg6S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgYZQg6S .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgYZQg6S .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgYZQg6S .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-t9VgYZQg6S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgYZQg6S .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgYZQg6S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgYZQg6S .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgYZQg6S .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgYZQg6S .modal-header .close:focus {
  outline: none;
}
.cid-t9VgYZQg6S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgYZQg6S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgYZQg6S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgYZQg6S .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgYZQg6S .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-t9VgYZQg6S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgYZQg6S .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgYZQg6S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgYZQg6S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgYZQg6S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgYZQg6S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgYZQg6S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgYZQg6S .modal-lg,
  .cid-t9VgYZQg6S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgYZQg6S .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgYZQg6S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgYZQg6S .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-t9VgYZQg6S .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgYZQg6S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgYZQg6S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgYZQg6S .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-t9VgYZQg6S .mbr-section-btn {
  margin: 0;
}
.cid-t9VgYZQg6S .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgYZQg6S .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VgYZQg6S li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VgYZQg6S H5 {
  color: #000000;
}
.cid-t9VgYZQg6S .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t82a43i0Do {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
}
.cid-t82a43i0Do .panel-group {
  border: none;
}
.cid-t82a43i0Do .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t82a43i0Do .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-t82a43i0Do .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-t82a43i0Do .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-t82a43i0Do .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-t82a43i0Do .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #000000;
}
.cid-t82a43i0Do .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-t82a43i0Do .card {
  margin-bottom: 0.75rem;
}
.cid-t82a43i0Do .card .card-header {
  background-color: transparent;
}
.cid-t82a43i0Do .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-t82a43i0Do .image-wrapper,
.cid-t82a43i0Do .mbr-img-wrap {
  height: 100%;
}
.cid-t82a43i0Do .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-t82a43i0Do .icon-card::before,
.cid-t82a43i0Do .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: black;
  transition: 0.3s;
}
.cid-t82a43i0Do .mbr-section-title {
  color: #05386b;
}
.cid-t82a43i0Do .panel-text {
  text-align: justify;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSC3yQ.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSC3yQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSC3yQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSC3yQ .modal-content,
.cid-t9VflSC3yQ .modal-dialog {
  height: auto;
}
.cid-t9VflSC3yQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSC3yQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSC3yQ .form-wrapper .mbr-form .form-group,
  .cid-t9VflSC3yQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSC3yQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSC3yQ .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-t9VflSC3yQ .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSC3yQ .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSC3yQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSC3yQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSC3yQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSC3yQ .modal-open {
  overflow: hidden;
}
.cid-t9VflSC3yQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSC3yQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSC3yQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSC3yQ .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-t9VflSC3yQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSC3yQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSC3yQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSC3yQ .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-t9VflSC3yQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSC3yQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSC3yQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSC3yQ .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSC3yQ .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-t9VflSC3yQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSC3yQ .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSC3yQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSC3yQ .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSC3yQ .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSC3yQ .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSC3yQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSC3yQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSC3yQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSC3yQ .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSC3yQ .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-t9VflSC3yQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSC3yQ .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSC3yQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSC3yQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSC3yQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSC3yQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSC3yQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSC3yQ .modal-lg,
  .cid-t9VflSC3yQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSC3yQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSC3yQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSC3yQ .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-t9VflSC3yQ .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSC3yQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSC3yQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSC3yQ .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-t9VflSC3yQ .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSC3yQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvLH8.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsvLH8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsvLH8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsvLH8 .modal-content,
.cid-t9jTCsvLH8 .modal-dialog {
  height: auto;
}
.cid-t9jTCsvLH8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsvLH8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsvLH8 .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsvLH8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsvLH8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsvLH8 .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-t9jTCsvLH8 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsvLH8 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsvLH8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsvLH8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsvLH8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsvLH8 .modal-open {
  overflow: hidden;
}
.cid-t9jTCsvLH8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsvLH8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsvLH8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsvLH8 .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-t9jTCsvLH8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsvLH8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsvLH8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsvLH8 .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-t9jTCsvLH8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsvLH8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsvLH8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsvLH8 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsvLH8 .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-t9jTCsvLH8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvLH8 .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsvLH8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsvLH8 .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsvLH8 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsvLH8 .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsvLH8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsvLH8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsvLH8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvLH8 .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsvLH8 .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-t9jTCsvLH8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvLH8 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsvLH8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsvLH8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsvLH8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsvLH8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsvLH8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsvLH8 .modal-lg,
  .cid-t9jTCsvLH8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsvLH8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsvLH8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsvLH8 .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-t9jTCsvLH8 .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsvLH8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsvLH8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsvLH8 .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-t9jTCsvLH8 .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsvLH8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvLH8 .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsvLH8 .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsvLH8 .mbr-text2,
.cid-t9jTCsvLH8 .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsvLH8 .mbr-text3,
.cid-t9jTCsvLH8 .mbr-section-btn {
  text-align: left;
}
.cid-t9Vgv7Eh1r.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vgv7Eh1r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vgv7Eh1r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vgv7Eh1r .modal-content,
.cid-t9Vgv7Eh1r .modal-dialog {
  height: auto;
}
.cid-t9Vgv7Eh1r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vgv7Eh1r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vgv7Eh1r .form-wrapper .mbr-form .form-group,
  .cid-t9Vgv7Eh1r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vgv7Eh1r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vgv7Eh1r .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-t9Vgv7Eh1r .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vgv7Eh1r .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vgv7Eh1r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vgv7Eh1r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vgv7Eh1r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vgv7Eh1r .modal-open {
  overflow: hidden;
}
.cid-t9Vgv7Eh1r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vgv7Eh1r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vgv7Eh1r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vgv7Eh1r .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-t9Vgv7Eh1r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vgv7Eh1r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vgv7Eh1r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vgv7Eh1r .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-t9Vgv7Eh1r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vgv7Eh1r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vgv7Eh1r .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vgv7Eh1r .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vgv7Eh1r .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-t9Vgv7Eh1r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vgv7Eh1r .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vgv7Eh1r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vgv7Eh1r .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vgv7Eh1r .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vgv7Eh1r .modal-header .close:focus {
  outline: none;
}
.cid-t9Vgv7Eh1r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vgv7Eh1r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vgv7Eh1r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vgv7Eh1r .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vgv7Eh1r .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-t9Vgv7Eh1r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vgv7Eh1r .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vgv7Eh1r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vgv7Eh1r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vgv7Eh1r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vgv7Eh1r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vgv7Eh1r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vgv7Eh1r .modal-lg,
  .cid-t9Vgv7Eh1r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vgv7Eh1r .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vgv7Eh1r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vgv7Eh1r .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-t9Vgv7Eh1r .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vgv7Eh1r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vgv7Eh1r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vgv7Eh1r .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-t9Vgv7Eh1r .mbr-section-btn {
  margin: 0;
}
.cid-t9Vgv7Eh1r .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vgv7Eh1r .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9Vgv7Eh1r li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vgv7Eh1r .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9Vgv7Eh1r UL {
  text-align: right;
}
.cid-t9Vgv7Eh1r .item-title UL {
  text-align: center;
}
.cid-t9VgwU23a7.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgwU23a7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgwU23a7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgwU23a7 .modal-content,
.cid-t9VgwU23a7 .modal-dialog {
  height: auto;
}
.cid-t9VgwU23a7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgwU23a7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgwU23a7 .form-wrapper .mbr-form .form-group,
  .cid-t9VgwU23a7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgwU23a7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgwU23a7 .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-t9VgwU23a7 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VgwU23a7 .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgwU23a7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgwU23a7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgwU23a7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgwU23a7 .modal-open {
  overflow: hidden;
}
.cid-t9VgwU23a7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgwU23a7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgwU23a7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgwU23a7 .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-t9VgwU23a7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgwU23a7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgwU23a7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgwU23a7 .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-t9VgwU23a7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgwU23a7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgwU23a7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgwU23a7 .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgwU23a7 .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-t9VgwU23a7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgwU23a7 .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgwU23a7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgwU23a7 .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgwU23a7 .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgwU23a7 .modal-header .close:focus {
  outline: none;
}
.cid-t9VgwU23a7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgwU23a7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgwU23a7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgwU23a7 .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgwU23a7 .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-t9VgwU23a7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgwU23a7 .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgwU23a7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgwU23a7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgwU23a7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgwU23a7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgwU23a7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgwU23a7 .modal-lg,
  .cid-t9VgwU23a7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgwU23a7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgwU23a7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgwU23a7 .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-t9VgwU23a7 .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgwU23a7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgwU23a7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgwU23a7 .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-t9VgwU23a7 .mbr-section-btn {
  margin: 0;
}
.cid-t9VgwU23a7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgwU23a7 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VgwU23a7 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VgwU23a7 .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VgyvICUJ.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgyvICUJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgyvICUJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgyvICUJ .modal-content,
.cid-t9VgyvICUJ .modal-dialog {
  height: auto;
}
.cid-t9VgyvICUJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgyvICUJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgyvICUJ .form-wrapper .mbr-form .form-group,
  .cid-t9VgyvICUJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgyvICUJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgyvICUJ .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-t9VgyvICUJ .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VgyvICUJ .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgyvICUJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgyvICUJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgyvICUJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgyvICUJ .modal-open {
  overflow: hidden;
}
.cid-t9VgyvICUJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgyvICUJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgyvICUJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgyvICUJ .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-t9VgyvICUJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgyvICUJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgyvICUJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgyvICUJ .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-t9VgyvICUJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgyvICUJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgyvICUJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgyvICUJ .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgyvICUJ .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-t9VgyvICUJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgyvICUJ .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgyvICUJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgyvICUJ .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgyvICUJ .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgyvICUJ .modal-header .close:focus {
  outline: none;
}
.cid-t9VgyvICUJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgyvICUJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgyvICUJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgyvICUJ .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgyvICUJ .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-t9VgyvICUJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgyvICUJ .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgyvICUJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgyvICUJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgyvICUJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgyvICUJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgyvICUJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgyvICUJ .modal-lg,
  .cid-t9VgyvICUJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgyvICUJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgyvICUJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgyvICUJ .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-t9VgyvICUJ .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgyvICUJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgyvICUJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgyvICUJ .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-t9VgyvICUJ .mbr-section-btn {
  margin: 0;
}
.cid-t9VgyvICUJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgzUf8Nx.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgzUf8Nx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgzUf8Nx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgzUf8Nx .modal-content,
.cid-t9VgzUf8Nx .modal-dialog {
  height: auto;
}
.cid-t9VgzUf8Nx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgzUf8Nx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgzUf8Nx .form-wrapper .mbr-form .form-group,
  .cid-t9VgzUf8Nx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgzUf8Nx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgzUf8Nx .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-t9VgzUf8Nx .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VgzUf8Nx .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgzUf8Nx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgzUf8Nx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgzUf8Nx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgzUf8Nx .modal-open {
  overflow: hidden;
}
.cid-t9VgzUf8Nx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgzUf8Nx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgzUf8Nx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgzUf8Nx .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-t9VgzUf8Nx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgzUf8Nx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgzUf8Nx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgzUf8Nx .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-t9VgzUf8Nx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgzUf8Nx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgzUf8Nx .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgzUf8Nx .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgzUf8Nx .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-t9VgzUf8Nx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgzUf8Nx .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgzUf8Nx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgzUf8Nx .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgzUf8Nx .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgzUf8Nx .modal-header .close:focus {
  outline: none;
}
.cid-t9VgzUf8Nx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgzUf8Nx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgzUf8Nx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgzUf8Nx .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgzUf8Nx .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-t9VgzUf8Nx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgzUf8Nx .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgzUf8Nx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgzUf8Nx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgzUf8Nx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgzUf8Nx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgzUf8Nx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgzUf8Nx .modal-lg,
  .cid-t9VgzUf8Nx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgzUf8Nx .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgzUf8Nx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgzUf8Nx .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-t9VgzUf8Nx .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgzUf8Nx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgzUf8Nx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgzUf8Nx .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-t9VgzUf8Nx .mbr-section-btn {
  margin: 0;
}
.cid-t9VgzUf8Nx .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgzUf8Nx .mbr-text-title {
  text-align: center;
}
.cid-t9VgzUf8Nx li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VgzUf8Nx H5 {
  color: #000000;
}
.cid-t9VgzUf8Nx .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tw67xcSUYs {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background: #8caff0;
}
@media (max-width: 767px) {
  .cid-tw67xcSUYs .row {
    flex-direction: column-reverse;
  }
  .cid-tw67xcSUYs .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tw67xcSUYs .google-map {
  height: 100%;
  position: relative;
}
.cid-tw67xcSUYs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tw67xcSUYs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tw67xcSUYs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tw67xcSUYs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tw67xcSUYs .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tw67xcSUYs .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-tw67xcSUYs .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tw67xcSUYs .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw67xcSUYs .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tw67xcSUYs .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tw67xcSUYs .mbr-section-title {
  color: #05386b;
}
.cid-tw67xcSUYs .mbr-section-subtitle {
  color: #05386b;
}
.cid-tw67xcSUYs .card-title {
  color: #05386b;
}
.cid-tw67xcSUYs P {
  color: #05386b;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSCYeJ.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSCYeJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSCYeJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSCYeJ .modal-content,
.cid-t9VflSCYeJ .modal-dialog {
  height: auto;
}
.cid-t9VflSCYeJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSCYeJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSCYeJ .form-wrapper .mbr-form .form-group,
  .cid-t9VflSCYeJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSCYeJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSCYeJ .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-t9VflSCYeJ .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSCYeJ .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSCYeJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSCYeJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSCYeJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSCYeJ .modal-open {
  overflow: hidden;
}
.cid-t9VflSCYeJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSCYeJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSCYeJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSCYeJ .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-t9VflSCYeJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSCYeJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSCYeJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSCYeJ .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-t9VflSCYeJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSCYeJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSCYeJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSCYeJ .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSCYeJ .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-t9VflSCYeJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSCYeJ .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSCYeJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSCYeJ .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSCYeJ .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSCYeJ .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSCYeJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSCYeJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSCYeJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSCYeJ .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSCYeJ .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-t9VflSCYeJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSCYeJ .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSCYeJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSCYeJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSCYeJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSCYeJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSCYeJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSCYeJ .modal-lg,
  .cid-t9VflSCYeJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSCYeJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSCYeJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSCYeJ .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-t9VflSCYeJ .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSCYeJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSCYeJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSCYeJ .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-t9VflSCYeJ .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSCYeJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsv4ZY.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsv4ZY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsv4ZY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsv4ZY .modal-content,
.cid-t9jTCsv4ZY .modal-dialog {
  height: auto;
}
.cid-t9jTCsv4ZY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsv4ZY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsv4ZY .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsv4ZY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsv4ZY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsv4ZY .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-t9jTCsv4ZY .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsv4ZY .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsv4ZY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsv4ZY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsv4ZY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsv4ZY .modal-open {
  overflow: hidden;
}
.cid-t9jTCsv4ZY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsv4ZY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsv4ZY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsv4ZY .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-t9jTCsv4ZY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsv4ZY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsv4ZY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsv4ZY .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-t9jTCsv4ZY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsv4ZY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsv4ZY .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsv4ZY .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsv4ZY .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-t9jTCsv4ZY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsv4ZY .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsv4ZY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsv4ZY .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsv4ZY .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsv4ZY .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsv4ZY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsv4ZY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsv4ZY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsv4ZY .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsv4ZY .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-t9jTCsv4ZY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsv4ZY .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsv4ZY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsv4ZY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsv4ZY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsv4ZY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsv4ZY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsv4ZY .modal-lg,
  .cid-t9jTCsv4ZY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsv4ZY .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsv4ZY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsv4ZY .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-t9jTCsv4ZY .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsv4ZY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsv4ZY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsv4ZY .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-t9jTCsv4ZY .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsv4ZY .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsv4ZY .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsv4ZY .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsv4ZY .mbr-text2,
.cid-t9jTCsv4ZY .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsv4ZY .mbr-text3,
.cid-t9jTCsv4ZY .mbr-section-btn {
  text-align: left;
}
.cid-t9VgfWq5TO.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgfWq5TO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgfWq5TO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgfWq5TO .modal-content,
.cid-t9VgfWq5TO .modal-dialog {
  height: auto;
}
.cid-t9VgfWq5TO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgfWq5TO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgfWq5TO .form-wrapper .mbr-form .form-group,
  .cid-t9VgfWq5TO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgfWq5TO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgfWq5TO .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-t9VgfWq5TO .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VgfWq5TO .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgfWq5TO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgfWq5TO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgfWq5TO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgfWq5TO .modal-open {
  overflow: hidden;
}
.cid-t9VgfWq5TO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgfWq5TO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgfWq5TO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgfWq5TO .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-t9VgfWq5TO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgfWq5TO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgfWq5TO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgfWq5TO .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-t9VgfWq5TO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgfWq5TO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgfWq5TO .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgfWq5TO .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgfWq5TO .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-t9VgfWq5TO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgfWq5TO .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgfWq5TO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgfWq5TO .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgfWq5TO .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgfWq5TO .modal-header .close:focus {
  outline: none;
}
.cid-t9VgfWq5TO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgfWq5TO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgfWq5TO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgfWq5TO .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgfWq5TO .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-t9VgfWq5TO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgfWq5TO .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgfWq5TO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgfWq5TO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgfWq5TO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgfWq5TO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgfWq5TO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgfWq5TO .modal-lg,
  .cid-t9VgfWq5TO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgfWq5TO .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgfWq5TO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgfWq5TO .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-t9VgfWq5TO .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgfWq5TO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgfWq5TO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgfWq5TO .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-t9VgfWq5TO .mbr-section-btn {
  margin: 0;
}
.cid-t9VgfWq5TO .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VgfWq5TO .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VgfWq5TO li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VgfWq5TO .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VgfWq5TO UL {
  text-align: right;
}
.cid-t9VgfWq5TO .item-title UL {
  text-align: center;
}
.cid-t9VghzWQ9w.popup-builder {
  background-color: #ffffff;
}
.cid-t9VghzWQ9w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VghzWQ9w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VghzWQ9w .modal-content,
.cid-t9VghzWQ9w .modal-dialog {
  height: auto;
}
.cid-t9VghzWQ9w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VghzWQ9w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VghzWQ9w .form-wrapper .mbr-form .form-group,
  .cid-t9VghzWQ9w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VghzWQ9w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VghzWQ9w .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-t9VghzWQ9w .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VghzWQ9w .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VghzWQ9w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VghzWQ9w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VghzWQ9w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VghzWQ9w .modal-open {
  overflow: hidden;
}
.cid-t9VghzWQ9w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VghzWQ9w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VghzWQ9w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VghzWQ9w .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-t9VghzWQ9w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VghzWQ9w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VghzWQ9w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VghzWQ9w .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-t9VghzWQ9w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VghzWQ9w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VghzWQ9w .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VghzWQ9w .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VghzWQ9w .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-t9VghzWQ9w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VghzWQ9w .modal-header {
    padding: 1rem;
  }
}
.cid-t9VghzWQ9w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VghzWQ9w .modal-header .close svg {
  fill: #353535;
}
.cid-t9VghzWQ9w .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VghzWQ9w .modal-header .close:focus {
  outline: none;
}
.cid-t9VghzWQ9w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VghzWQ9w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VghzWQ9w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VghzWQ9w .modal-body {
    padding: 1rem;
  }
}
.cid-t9VghzWQ9w .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-t9VghzWQ9w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VghzWQ9w .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VghzWQ9w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VghzWQ9w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VghzWQ9w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VghzWQ9w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VghzWQ9w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VghzWQ9w .modal-lg,
  .cid-t9VghzWQ9w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VghzWQ9w .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VghzWQ9w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VghzWQ9w .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-t9VghzWQ9w .form-group {
  margin-bottom: 1rem;
}
.cid-t9VghzWQ9w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VghzWQ9w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VghzWQ9w .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-t9VghzWQ9w .mbr-section-btn {
  margin: 0;
}
.cid-t9VghzWQ9w .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VghzWQ9w .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VghzWQ9w li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VghzWQ9w .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VgjA96VV.popup-builder {
  background-color: #ffffff;
}
.cid-t9VgjA96VV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VgjA96VV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VgjA96VV .modal-content,
.cid-t9VgjA96VV .modal-dialog {
  height: auto;
}
.cid-t9VgjA96VV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VgjA96VV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VgjA96VV .form-wrapper .mbr-form .form-group,
  .cid-t9VgjA96VV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VgjA96VV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VgjA96VV .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-t9VgjA96VV .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VgjA96VV .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VgjA96VV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VgjA96VV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VgjA96VV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VgjA96VV .modal-open {
  overflow: hidden;
}
.cid-t9VgjA96VV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VgjA96VV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VgjA96VV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VgjA96VV .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-t9VgjA96VV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VgjA96VV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VgjA96VV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VgjA96VV .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-t9VgjA96VV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VgjA96VV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VgjA96VV .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VgjA96VV .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VgjA96VV .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-t9VgjA96VV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgjA96VV .modal-header {
    padding: 1rem;
  }
}
.cid-t9VgjA96VV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VgjA96VV .modal-header .close svg {
  fill: #353535;
}
.cid-t9VgjA96VV .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VgjA96VV .modal-header .close:focus {
  outline: none;
}
.cid-t9VgjA96VV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VgjA96VV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VgjA96VV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgjA96VV .modal-body {
    padding: 1rem;
  }
}
.cid-t9VgjA96VV .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-t9VgjA96VV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VgjA96VV .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VgjA96VV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VgjA96VV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VgjA96VV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VgjA96VV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VgjA96VV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VgjA96VV .modal-lg,
  .cid-t9VgjA96VV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VgjA96VV .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VgjA96VV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VgjA96VV .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-t9VgjA96VV .form-group {
  margin-bottom: 1rem;
}
.cid-t9VgjA96VV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VgjA96VV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VgjA96VV .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-t9VgjA96VV .mbr-section-btn {
  margin: 0;
}
.cid-t9VgjA96VV .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vgl4B9jY.popup-builder {
  background-color: #ffffff;
}
.cid-t9Vgl4B9jY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9Vgl4B9jY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9Vgl4B9jY .modal-content,
.cid-t9Vgl4B9jY .modal-dialog {
  height: auto;
}
.cid-t9Vgl4B9jY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9Vgl4B9jY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9Vgl4B9jY .form-wrapper .mbr-form .form-group,
  .cid-t9Vgl4B9jY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9Vgl4B9jY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9Vgl4B9jY .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-t9Vgl4B9jY .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9Vgl4B9jY .pt-0 {
  padding-top: 0 !important;
}
.cid-t9Vgl4B9jY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9Vgl4B9jY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9Vgl4B9jY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9Vgl4B9jY .modal-open {
  overflow: hidden;
}
.cid-t9Vgl4B9jY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9Vgl4B9jY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9Vgl4B9jY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9Vgl4B9jY .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-t9Vgl4B9jY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9Vgl4B9jY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9Vgl4B9jY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9Vgl4B9jY .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-t9Vgl4B9jY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9Vgl4B9jY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9Vgl4B9jY .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9Vgl4B9jY .modal-backdrop.show {
  opacity: .5;
}
.cid-t9Vgl4B9jY .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-t9Vgl4B9jY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vgl4B9jY .modal-header {
    padding: 1rem;
  }
}
.cid-t9Vgl4B9jY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9Vgl4B9jY .modal-header .close svg {
  fill: #353535;
}
.cid-t9Vgl4B9jY .modal-header .close:hover {
  opacity: 1;
}
.cid-t9Vgl4B9jY .modal-header .close:focus {
  outline: none;
}
.cid-t9Vgl4B9jY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9Vgl4B9jY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9Vgl4B9jY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vgl4B9jY .modal-body {
    padding: 1rem;
  }
}
.cid-t9Vgl4B9jY .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-t9Vgl4B9jY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9Vgl4B9jY .modal-footer {
    padding: 1rem;
  }
}
.cid-t9Vgl4B9jY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9Vgl4B9jY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9Vgl4B9jY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9Vgl4B9jY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9Vgl4B9jY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9Vgl4B9jY .modal-lg,
  .cid-t9Vgl4B9jY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9Vgl4B9jY .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9Vgl4B9jY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9Vgl4B9jY .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-t9Vgl4B9jY .form-group {
  margin-bottom: 1rem;
}
.cid-t9Vgl4B9jY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9Vgl4B9jY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9Vgl4B9jY .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-t9Vgl4B9jY .mbr-section-btn {
  margin: 0;
}
.cid-t9Vgl4B9jY .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9Vgl4B9jY .mbr-text-title {
  text-align: center;
}
.cid-t9Vgl4B9jY li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9Vgl4B9jY H5 {
  color: #000000;
}
.cid-t9Vgl4B9jY .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-t8aNKNxKzb {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-t8aNKNxKzb .mbr-section-title {
  color: #05386b;
}
.cid-t8aNKNxKzb .mbr-section-subtitle {
  color: #05386b;
}
.cid-t8aNKOkjCj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t8aNKOkjCj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8aNKOkjCj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8aNKOkjCj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8aNKOkjCj .mbr-gallery-item {
  width: 33.3%;
}
.cid-t8aNKOkjCj .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-t8aNKOkjCj .mbr-gallery-item {
    width: 50%;
  }
}
.cid-t8aNKOkjCj .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-t8aNKOkjCj .mbr-gallery-row {
  justify-content: center;
}
.cid-t8aNKOkjCj .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t8aNKOkjCj .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t8aNKOkjCj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8aNKOkjCj .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t8aNKOkjCj .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t8aNKOkjCj .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t8aNKOkjCj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8aNKOkjCj .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t8aNKOkjCj img {
  transition: all 2s !important;
}
.cid-t8aNKOkjCj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t8aNKOkjCj .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t8aNKOkjCj .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t8aNKODB12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-t9VflSCo2o.popup-builder {
  background-color: #ffffff;
}
.cid-t9VflSCo2o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VflSCo2o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VflSCo2o .modal-content,
.cid-t9VflSCo2o .modal-dialog {
  height: auto;
}
.cid-t9VflSCo2o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VflSCo2o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VflSCo2o .form-wrapper .mbr-form .form-group,
  .cid-t9VflSCo2o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VflSCo2o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VflSCo2o .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-t9VflSCo2o .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VflSCo2o .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VflSCo2o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VflSCo2o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VflSCo2o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VflSCo2o .modal-open {
  overflow: hidden;
}
.cid-t9VflSCo2o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VflSCo2o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VflSCo2o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VflSCo2o .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-t9VflSCo2o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VflSCo2o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VflSCo2o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VflSCo2o .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-t9VflSCo2o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VflSCo2o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VflSCo2o .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VflSCo2o .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VflSCo2o .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-t9VflSCo2o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSCo2o .modal-header {
    padding: 1rem;
  }
}
.cid-t9VflSCo2o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VflSCo2o .modal-header .close svg {
  fill: #353535;
}
.cid-t9VflSCo2o .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VflSCo2o .modal-header .close:focus {
  outline: none;
}
.cid-t9VflSCo2o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VflSCo2o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VflSCo2o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSCo2o .modal-body {
    padding: 1rem;
  }
}
.cid-t9VflSCo2o .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-t9VflSCo2o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VflSCo2o .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VflSCo2o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VflSCo2o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VflSCo2o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VflSCo2o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VflSCo2o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VflSCo2o .modal-lg,
  .cid-t9VflSCo2o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VflSCo2o .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VflSCo2o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VflSCo2o .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-t9VflSCo2o .form-group {
  margin-bottom: 1rem;
}
.cid-t9VflSCo2o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VflSCo2o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VflSCo2o .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-t9VflSCo2o .mbr-section-btn {
  margin: 0;
}
.cid-t9VflSCo2o .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvVsv.popup-builder {
  background-color: #ffffff;
}
.cid-t9jTCsvVsv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9jTCsvVsv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9jTCsvVsv .modal-content,
.cid-t9jTCsvVsv .modal-dialog {
  height: auto;
}
.cid-t9jTCsvVsv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9jTCsvVsv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9jTCsvVsv .form-wrapper .mbr-form .form-group,
  .cid-t9jTCsvVsv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9jTCsvVsv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9jTCsvVsv .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-t9jTCsvVsv .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9jTCsvVsv .pt-0 {
  padding-top: 0 !important;
}
.cid-t9jTCsvVsv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9jTCsvVsv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9jTCsvVsv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9jTCsvVsv .modal-open {
  overflow: hidden;
}
.cid-t9jTCsvVsv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9jTCsvVsv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9jTCsvVsv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9jTCsvVsv .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-t9jTCsvVsv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9jTCsvVsv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9jTCsvVsv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9jTCsvVsv .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-t9jTCsvVsv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9jTCsvVsv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9jTCsvVsv .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9jTCsvVsv .modal-backdrop.show {
  opacity: .5;
}
.cid-t9jTCsvVsv .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-t9jTCsvVsv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvVsv .modal-header {
    padding: 1rem;
  }
}
.cid-t9jTCsvVsv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9jTCsvVsv .modal-header .close svg {
  fill: #353535;
}
.cid-t9jTCsvVsv .modal-header .close:hover {
  opacity: 1;
}
.cid-t9jTCsvVsv .modal-header .close:focus {
  outline: none;
}
.cid-t9jTCsvVsv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9jTCsvVsv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9jTCsvVsv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvVsv .modal-body {
    padding: 1rem;
  }
}
.cid-t9jTCsvVsv .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-t9jTCsvVsv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9jTCsvVsv .modal-footer {
    padding: 1rem;
  }
}
.cid-t9jTCsvVsv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9jTCsvVsv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9jTCsvVsv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9jTCsvVsv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9jTCsvVsv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9jTCsvVsv .modal-lg,
  .cid-t9jTCsvVsv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9jTCsvVsv .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9jTCsvVsv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9jTCsvVsv .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-t9jTCsvVsv .form-group {
  margin-bottom: 1rem;
}
.cid-t9jTCsvVsv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9jTCsvVsv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9jTCsvVsv .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-t9jTCsvVsv .mbr-section-btn {
  margin: 0;
}
.cid-t9jTCsvVsv .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9jTCsvVsv .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-t9jTCsvVsv .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-t9jTCsvVsv .mbr-text2,
.cid-t9jTCsvVsv .mbr-section-btn {
  text-align: right;
}
.cid-t9jTCsvVsv .mbr-text3,
.cid-t9jTCsvVsv .mbr-section-btn {
  text-align: left;
}
.cid-t9VjGAcdXt.popup-builder {
  background-color: #ffffff;
}
.cid-t9VjGAcdXt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VjGAcdXt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VjGAcdXt .modal-content,
.cid-t9VjGAcdXt .modal-dialog {
  height: auto;
}
.cid-t9VjGAcdXt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VjGAcdXt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VjGAcdXt .form-wrapper .mbr-form .form-group,
  .cid-t9VjGAcdXt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VjGAcdXt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VjGAcdXt .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-t9VjGAcdXt .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VjGAcdXt .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VjGAcdXt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VjGAcdXt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VjGAcdXt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VjGAcdXt .modal-open {
  overflow: hidden;
}
.cid-t9VjGAcdXt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VjGAcdXt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VjGAcdXt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VjGAcdXt .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-t9VjGAcdXt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VjGAcdXt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VjGAcdXt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VjGAcdXt .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-t9VjGAcdXt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VjGAcdXt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VjGAcdXt .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VjGAcdXt .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VjGAcdXt .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-t9VjGAcdXt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjGAcdXt .modal-header {
    padding: 1rem;
  }
}
.cid-t9VjGAcdXt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VjGAcdXt .modal-header .close svg {
  fill: #353535;
}
.cid-t9VjGAcdXt .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VjGAcdXt .modal-header .close:focus {
  outline: none;
}
.cid-t9VjGAcdXt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VjGAcdXt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VjGAcdXt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjGAcdXt .modal-body {
    padding: 1rem;
  }
}
.cid-t9VjGAcdXt .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-t9VjGAcdXt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjGAcdXt .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VjGAcdXt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VjGAcdXt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VjGAcdXt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VjGAcdXt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VjGAcdXt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VjGAcdXt .modal-lg,
  .cid-t9VjGAcdXt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VjGAcdXt .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VjGAcdXt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VjGAcdXt .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-t9VjGAcdXt .form-group {
  margin-bottom: 1rem;
}
.cid-t9VjGAcdXt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VjGAcdXt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VjGAcdXt .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-t9VjGAcdXt .mbr-section-btn {
  margin: 0;
}
.cid-t9VjGAcdXt .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VjGAcdXt .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VjGAcdXt li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VjGAcdXt .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VjGAcdXt UL {
  text-align: right;
}
.cid-t9VjGAcdXt .item-title UL {
  text-align: center;
}
.cid-t9VjHVyvrc.popup-builder {
  background-color: #ffffff;
}
.cid-t9VjHVyvrc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VjHVyvrc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VjHVyvrc .modal-content,
.cid-t9VjHVyvrc .modal-dialog {
  height: auto;
}
.cid-t9VjHVyvrc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VjHVyvrc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VjHVyvrc .form-wrapper .mbr-form .form-group,
  .cid-t9VjHVyvrc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VjHVyvrc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VjHVyvrc .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-t9VjHVyvrc .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VjHVyvrc .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VjHVyvrc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VjHVyvrc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VjHVyvrc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VjHVyvrc .modal-open {
  overflow: hidden;
}
.cid-t9VjHVyvrc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VjHVyvrc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VjHVyvrc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VjHVyvrc .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-t9VjHVyvrc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VjHVyvrc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VjHVyvrc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VjHVyvrc .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-t9VjHVyvrc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VjHVyvrc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VjHVyvrc .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VjHVyvrc .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VjHVyvrc .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-t9VjHVyvrc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjHVyvrc .modal-header {
    padding: 1rem;
  }
}
.cid-t9VjHVyvrc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VjHVyvrc .modal-header .close svg {
  fill: #353535;
}
.cid-t9VjHVyvrc .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VjHVyvrc .modal-header .close:focus {
  outline: none;
}
.cid-t9VjHVyvrc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VjHVyvrc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VjHVyvrc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjHVyvrc .modal-body {
    padding: 1rem;
  }
}
.cid-t9VjHVyvrc .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-t9VjHVyvrc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjHVyvrc .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VjHVyvrc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VjHVyvrc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VjHVyvrc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VjHVyvrc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VjHVyvrc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VjHVyvrc .modal-lg,
  .cid-t9VjHVyvrc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VjHVyvrc .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VjHVyvrc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VjHVyvrc .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-t9VjHVyvrc .form-group {
  margin-bottom: 1rem;
}
.cid-t9VjHVyvrc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VjHVyvrc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VjHVyvrc .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-t9VjHVyvrc .mbr-section-btn {
  margin: 0;
}
.cid-t9VjHVyvrc .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VjHVyvrc .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-t9VjHVyvrc li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VjHVyvrc .item-title {
  text-align: center;
  color: #232323;
}
.cid-t9VjJO1PGs.popup-builder {
  background-color: #ffffff;
}
.cid-t9VjJO1PGs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VjJO1PGs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VjJO1PGs .modal-content,
.cid-t9VjJO1PGs .modal-dialog {
  height: auto;
}
.cid-t9VjJO1PGs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VjJO1PGs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VjJO1PGs .form-wrapper .mbr-form .form-group,
  .cid-t9VjJO1PGs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VjJO1PGs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VjJO1PGs .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-t9VjJO1PGs .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-t9VjJO1PGs .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VjJO1PGs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VjJO1PGs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VjJO1PGs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VjJO1PGs .modal-open {
  overflow: hidden;
}
.cid-t9VjJO1PGs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VjJO1PGs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VjJO1PGs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VjJO1PGs .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-t9VjJO1PGs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VjJO1PGs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VjJO1PGs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VjJO1PGs .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-t9VjJO1PGs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VjJO1PGs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VjJO1PGs .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VjJO1PGs .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VjJO1PGs .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-t9VjJO1PGs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjJO1PGs .modal-header {
    padding: 1rem;
  }
}
.cid-t9VjJO1PGs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VjJO1PGs .modal-header .close svg {
  fill: #353535;
}
.cid-t9VjJO1PGs .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VjJO1PGs .modal-header .close:focus {
  outline: none;
}
.cid-t9VjJO1PGs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VjJO1PGs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VjJO1PGs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjJO1PGs .modal-body {
    padding: 1rem;
  }
}
.cid-t9VjJO1PGs .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-t9VjJO1PGs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjJO1PGs .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VjJO1PGs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VjJO1PGs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VjJO1PGs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VjJO1PGs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VjJO1PGs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VjJO1PGs .modal-lg,
  .cid-t9VjJO1PGs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VjJO1PGs .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VjJO1PGs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VjJO1PGs .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-t9VjJO1PGs .form-group {
  margin-bottom: 1rem;
}
.cid-t9VjJO1PGs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VjJO1PGs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VjJO1PGs .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-t9VjJO1PGs .mbr-section-btn {
  margin: 0;
}
.cid-t9VjJO1PGs .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VjLnPvjU.popup-builder {
  background-color: #ffffff;
}
.cid-t9VjLnPvjU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9VjLnPvjU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9VjLnPvjU .modal-content,
.cid-t9VjLnPvjU .modal-dialog {
  height: auto;
}
.cid-t9VjLnPvjU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9VjLnPvjU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9VjLnPvjU .form-wrapper .mbr-form .form-group,
  .cid-t9VjLnPvjU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9VjLnPvjU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9VjLnPvjU .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-t9VjLnPvjU .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-t9VjLnPvjU .pt-0 {
  padding-top: 0 !important;
}
.cid-t9VjLnPvjU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9VjLnPvjU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9VjLnPvjU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9VjLnPvjU .modal-open {
  overflow: hidden;
}
.cid-t9VjLnPvjU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9VjLnPvjU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9VjLnPvjU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9VjLnPvjU .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-t9VjLnPvjU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9VjLnPvjU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9VjLnPvjU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9VjLnPvjU .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-t9VjLnPvjU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9VjLnPvjU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9VjLnPvjU .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9VjLnPvjU .modal-backdrop.show {
  opacity: .5;
}
.cid-t9VjLnPvjU .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-t9VjLnPvjU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjLnPvjU .modal-header {
    padding: 1rem;
  }
}
.cid-t9VjLnPvjU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9VjLnPvjU .modal-header .close svg {
  fill: #353535;
}
.cid-t9VjLnPvjU .modal-header .close:hover {
  opacity: 1;
}
.cid-t9VjLnPvjU .modal-header .close:focus {
  outline: none;
}
.cid-t9VjLnPvjU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9VjLnPvjU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9VjLnPvjU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjLnPvjU .modal-body {
    padding: 1rem;
  }
}
.cid-t9VjLnPvjU .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-t9VjLnPvjU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9VjLnPvjU .modal-footer {
    padding: 1rem;
  }
}
.cid-t9VjLnPvjU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9VjLnPvjU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9VjLnPvjU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9VjLnPvjU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9VjLnPvjU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9VjLnPvjU .modal-lg,
  .cid-t9VjLnPvjU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9VjLnPvjU .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9VjLnPvjU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9VjLnPvjU .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-t9VjLnPvjU .form-group {
  margin-bottom: 1rem;
}
.cid-t9VjLnPvjU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9VjLnPvjU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9VjLnPvjU .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-t9VjLnPvjU .mbr-section-btn {
  margin: 0;
}
.cid-t9VjLnPvjU .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9VjLnPvjU .mbr-text-title {
  text-align: center;
}
.cid-t9VjLnPvjU li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-t9VjLnPvjU H5 {
  color: #000000;
}
.cid-t9VjLnPvjU .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tbsfgY6Zxq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tbsfgY6Zxq .mbr-section-title {
  color: #05386b;
}
.cid-tbsfgY6Zxq .mbr-section-subtitle {
  color: #05386b;
}
.cid-tbsfgYPLfW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tbsfgYPLfW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbsfgYPLfW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbsfgYPLfW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbsfgYPLfW .mbr-gallery-item {
  width: 33.3%;
}
.cid-tbsfgYPLfW .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tbsfgYPLfW .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tbsfgYPLfW .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tbsfgYPLfW .mbr-gallery-row {
  justify-content: center;
}
.cid-tbsfgYPLfW .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tbsfgYPLfW .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tbsfgYPLfW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbsfgYPLfW .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tbsfgYPLfW .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tbsfgYPLfW .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tbsfgYPLfW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbsfgYPLfW .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tbsfgYPLfW img {
  transition: all 2s !important;
}
.cid-tbsfgYPLfW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tbsfgYPLfW .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tbsfgYPLfW .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tbsfgZ9nKF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tbsfh06D3N.popup-builder {
  background-color: #ffffff;
}
.cid-tbsfh06D3N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbsfh06D3N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbsfh06D3N .modal-content,
.cid-tbsfh06D3N .modal-dialog {
  height: auto;
}
.cid-tbsfh06D3N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbsfh06D3N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbsfh06D3N .form-wrapper .mbr-form .form-group,
  .cid-tbsfh06D3N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbsfh06D3N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbsfh06D3N .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-tbsfh06D3N .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tbsfh06D3N .pt-0 {
  padding-top: 0 !important;
}
.cid-tbsfh06D3N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbsfh06D3N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbsfh06D3N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbsfh06D3N .modal-open {
  overflow: hidden;
}
.cid-tbsfh06D3N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbsfh06D3N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbsfh06D3N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbsfh06D3N .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-tbsfh06D3N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbsfh06D3N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbsfh06D3N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbsfh06D3N .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-tbsfh06D3N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbsfh06D3N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbsfh06D3N .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbsfh06D3N .modal-backdrop.show {
  opacity: .5;
}
.cid-tbsfh06D3N .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-tbsfh06D3N .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh06D3N .modal-header {
    padding: 1rem;
  }
}
.cid-tbsfh06D3N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbsfh06D3N .modal-header .close svg {
  fill: #353535;
}
.cid-tbsfh06D3N .modal-header .close:hover {
  opacity: 1;
}
.cid-tbsfh06D3N .modal-header .close:focus {
  outline: none;
}
.cid-tbsfh06D3N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tbsfh06D3N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbsfh06D3N .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh06D3N .modal-body {
    padding: 1rem;
  }
}
.cid-tbsfh06D3N .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-tbsfh06D3N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh06D3N .modal-footer {
    padding: 1rem;
  }
}
.cid-tbsfh06D3N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbsfh06D3N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbsfh06D3N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbsfh06D3N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbsfh06D3N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbsfh06D3N .modal-lg,
  .cid-tbsfh06D3N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbsfh06D3N .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbsfh06D3N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbsfh06D3N .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-tbsfh06D3N .form-group {
  margin-bottom: 1rem;
}
.cid-tbsfh06D3N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbsfh06D3N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbsfh06D3N .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-tbsfh06D3N .mbr-section-btn {
  margin: 0;
}
.cid-tbsfh06D3N .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbsfh0Eud2.popup-builder {
  background-color: #ffffff;
}
.cid-tbsfh0Eud2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbsfh0Eud2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbsfh0Eud2 .modal-content,
.cid-tbsfh0Eud2 .modal-dialog {
  height: auto;
}
.cid-tbsfh0Eud2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbsfh0Eud2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbsfh0Eud2 .form-wrapper .mbr-form .form-group,
  .cid-tbsfh0Eud2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbsfh0Eud2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbsfh0Eud2 .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-tbsfh0Eud2 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tbsfh0Eud2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tbsfh0Eud2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbsfh0Eud2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbsfh0Eud2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbsfh0Eud2 .modal-open {
  overflow: hidden;
}
.cid-tbsfh0Eud2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbsfh0Eud2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbsfh0Eud2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbsfh0Eud2 .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-tbsfh0Eud2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbsfh0Eud2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbsfh0Eud2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbsfh0Eud2 .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-tbsfh0Eud2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbsfh0Eud2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbsfh0Eud2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbsfh0Eud2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tbsfh0Eud2 .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-tbsfh0Eud2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh0Eud2 .modal-header {
    padding: 1rem;
  }
}
.cid-tbsfh0Eud2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbsfh0Eud2 .modal-header .close svg {
  fill: #353535;
}
.cid-tbsfh0Eud2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tbsfh0Eud2 .modal-header .close:focus {
  outline: none;
}
.cid-tbsfh0Eud2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tbsfh0Eud2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbsfh0Eud2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh0Eud2 .modal-body {
    padding: 1rem;
  }
}
.cid-tbsfh0Eud2 .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-tbsfh0Eud2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh0Eud2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tbsfh0Eud2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbsfh0Eud2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbsfh0Eud2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbsfh0Eud2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbsfh0Eud2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbsfh0Eud2 .modal-lg,
  .cid-tbsfh0Eud2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbsfh0Eud2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbsfh0Eud2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbsfh0Eud2 .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-tbsfh0Eud2 .form-group {
  margin-bottom: 1rem;
}
.cid-tbsfh0Eud2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbsfh0Eud2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbsfh0Eud2 .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-tbsfh0Eud2 .mbr-section-btn {
  margin: 0;
}
.cid-tbsfh0Eud2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbsfh0Eud2 .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tbsfh0Eud2 .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tbsfh0Eud2 .mbr-text2,
.cid-tbsfh0Eud2 .mbr-section-btn {
  text-align: right;
}
.cid-tbsfh0Eud2 .mbr-text3,
.cid-tbsfh0Eud2 .mbr-section-btn {
  text-align: left;
}
.cid-tbsfh1b3bp.popup-builder {
  background-color: #ffffff;
}
.cid-tbsfh1b3bp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbsfh1b3bp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbsfh1b3bp .modal-content,
.cid-tbsfh1b3bp .modal-dialog {
  height: auto;
}
.cid-tbsfh1b3bp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbsfh1b3bp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbsfh1b3bp .form-wrapper .mbr-form .form-group,
  .cid-tbsfh1b3bp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbsfh1b3bp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbsfh1b3bp .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-tbsfh1b3bp .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tbsfh1b3bp .pt-0 {
  padding-top: 0 !important;
}
.cid-tbsfh1b3bp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbsfh1b3bp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbsfh1b3bp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbsfh1b3bp .modal-open {
  overflow: hidden;
}
.cid-tbsfh1b3bp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbsfh1b3bp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbsfh1b3bp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbsfh1b3bp .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-tbsfh1b3bp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbsfh1b3bp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbsfh1b3bp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbsfh1b3bp .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-tbsfh1b3bp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbsfh1b3bp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbsfh1b3bp .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbsfh1b3bp .modal-backdrop.show {
  opacity: .5;
}
.cid-tbsfh1b3bp .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-tbsfh1b3bp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh1b3bp .modal-header {
    padding: 1rem;
  }
}
.cid-tbsfh1b3bp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbsfh1b3bp .modal-header .close svg {
  fill: #353535;
}
.cid-tbsfh1b3bp .modal-header .close:hover {
  opacity: 1;
}
.cid-tbsfh1b3bp .modal-header .close:focus {
  outline: none;
}
.cid-tbsfh1b3bp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tbsfh1b3bp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbsfh1b3bp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh1b3bp .modal-body {
    padding: 1rem;
  }
}
.cid-tbsfh1b3bp .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-tbsfh1b3bp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh1b3bp .modal-footer {
    padding: 1rem;
  }
}
.cid-tbsfh1b3bp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbsfh1b3bp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbsfh1b3bp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbsfh1b3bp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbsfh1b3bp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbsfh1b3bp .modal-lg,
  .cid-tbsfh1b3bp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbsfh1b3bp .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbsfh1b3bp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbsfh1b3bp .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-tbsfh1b3bp .form-group {
  margin-bottom: 1rem;
}
.cid-tbsfh1b3bp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbsfh1b3bp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbsfh1b3bp .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-tbsfh1b3bp .mbr-section-btn {
  margin: 0;
}
.cid-tbsfh1b3bp .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbsfh1b3bp .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tbsfh1b3bp li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tbsfh1b3bp .item-title {
  text-align: center;
  color: #232323;
}
.cid-tbsfh1b3bp UL {
  text-align: right;
}
.cid-tbsfh1b3bp .item-title UL {
  text-align: center;
}
.cid-tbsfh20cgG.popup-builder {
  background-color: #ffffff;
}
.cid-tbsfh20cgG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbsfh20cgG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbsfh20cgG .modal-content,
.cid-tbsfh20cgG .modal-dialog {
  height: auto;
}
.cid-tbsfh20cgG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbsfh20cgG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbsfh20cgG .form-wrapper .mbr-form .form-group,
  .cid-tbsfh20cgG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbsfh20cgG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbsfh20cgG .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-tbsfh20cgG .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tbsfh20cgG .pt-0 {
  padding-top: 0 !important;
}
.cid-tbsfh20cgG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbsfh20cgG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbsfh20cgG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbsfh20cgG .modal-open {
  overflow: hidden;
}
.cid-tbsfh20cgG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbsfh20cgG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbsfh20cgG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbsfh20cgG .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-tbsfh20cgG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbsfh20cgG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbsfh20cgG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbsfh20cgG .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-tbsfh20cgG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbsfh20cgG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbsfh20cgG .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbsfh20cgG .modal-backdrop.show {
  opacity: .5;
}
.cid-tbsfh20cgG .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-tbsfh20cgG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh20cgG .modal-header {
    padding: 1rem;
  }
}
.cid-tbsfh20cgG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbsfh20cgG .modal-header .close svg {
  fill: #353535;
}
.cid-tbsfh20cgG .modal-header .close:hover {
  opacity: 1;
}
.cid-tbsfh20cgG .modal-header .close:focus {
  outline: none;
}
.cid-tbsfh20cgG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tbsfh20cgG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbsfh20cgG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh20cgG .modal-body {
    padding: 1rem;
  }
}
.cid-tbsfh20cgG .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-tbsfh20cgG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh20cgG .modal-footer {
    padding: 1rem;
  }
}
.cid-tbsfh20cgG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbsfh20cgG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbsfh20cgG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbsfh20cgG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbsfh20cgG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbsfh20cgG .modal-lg,
  .cid-tbsfh20cgG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbsfh20cgG .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbsfh20cgG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbsfh20cgG .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-tbsfh20cgG .form-group {
  margin-bottom: 1rem;
}
.cid-tbsfh20cgG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbsfh20cgG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbsfh20cgG .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-tbsfh20cgG .mbr-section-btn {
  margin: 0;
}
.cid-tbsfh20cgG .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbsfh20cgG .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tbsfh20cgG li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tbsfh20cgG .item-title {
  text-align: center;
  color: #232323;
}
.cid-tbsfh2Nqew.popup-builder {
  background-color: #ffffff;
}
.cid-tbsfh2Nqew.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbsfh2Nqew.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbsfh2Nqew .modal-content,
.cid-tbsfh2Nqew .modal-dialog {
  height: auto;
}
.cid-tbsfh2Nqew .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbsfh2Nqew .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbsfh2Nqew .form-wrapper .mbr-form .form-group,
  .cid-tbsfh2Nqew .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbsfh2Nqew .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbsfh2Nqew .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-tbsfh2Nqew .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tbsfh2Nqew .pt-0 {
  padding-top: 0 !important;
}
.cid-tbsfh2Nqew .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbsfh2Nqew .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbsfh2Nqew .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbsfh2Nqew .modal-open {
  overflow: hidden;
}
.cid-tbsfh2Nqew .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbsfh2Nqew .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbsfh2Nqew .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbsfh2Nqew .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-tbsfh2Nqew .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbsfh2Nqew .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbsfh2Nqew .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbsfh2Nqew .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-tbsfh2Nqew .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbsfh2Nqew .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbsfh2Nqew .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbsfh2Nqew .modal-backdrop.show {
  opacity: .5;
}
.cid-tbsfh2Nqew .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-tbsfh2Nqew .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh2Nqew .modal-header {
    padding: 1rem;
  }
}
.cid-tbsfh2Nqew .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbsfh2Nqew .modal-header .close svg {
  fill: #353535;
}
.cid-tbsfh2Nqew .modal-header .close:hover {
  opacity: 1;
}
.cid-tbsfh2Nqew .modal-header .close:focus {
  outline: none;
}
.cid-tbsfh2Nqew .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tbsfh2Nqew .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbsfh2Nqew .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh2Nqew .modal-body {
    padding: 1rem;
  }
}
.cid-tbsfh2Nqew .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-tbsfh2Nqew .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh2Nqew .modal-footer {
    padding: 1rem;
  }
}
.cid-tbsfh2Nqew .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbsfh2Nqew .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbsfh2Nqew .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbsfh2Nqew .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbsfh2Nqew .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbsfh2Nqew .modal-lg,
  .cid-tbsfh2Nqew .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbsfh2Nqew .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbsfh2Nqew .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbsfh2Nqew .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-tbsfh2Nqew .form-group {
  margin-bottom: 1rem;
}
.cid-tbsfh2Nqew .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbsfh2Nqew .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbsfh2Nqew .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-tbsfh2Nqew .mbr-section-btn {
  margin: 0;
}
.cid-tbsfh2Nqew .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbsfh3xH61.popup-builder {
  background-color: #ffffff;
}
.cid-tbsfh3xH61.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbsfh3xH61.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbsfh3xH61 .modal-content,
.cid-tbsfh3xH61 .modal-dialog {
  height: auto;
}
.cid-tbsfh3xH61 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbsfh3xH61 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbsfh3xH61 .form-wrapper .mbr-form .form-group,
  .cid-tbsfh3xH61 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbsfh3xH61 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbsfh3xH61 .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-tbsfh3xH61 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tbsfh3xH61 .pt-0 {
  padding-top: 0 !important;
}
.cid-tbsfh3xH61 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbsfh3xH61 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbsfh3xH61 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbsfh3xH61 .modal-open {
  overflow: hidden;
}
.cid-tbsfh3xH61 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbsfh3xH61 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbsfh3xH61 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbsfh3xH61 .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-tbsfh3xH61 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbsfh3xH61 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbsfh3xH61 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbsfh3xH61 .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-tbsfh3xH61 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbsfh3xH61 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbsfh3xH61 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbsfh3xH61 .modal-backdrop.show {
  opacity: .5;
}
.cid-tbsfh3xH61 .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-tbsfh3xH61 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh3xH61 .modal-header {
    padding: 1rem;
  }
}
.cid-tbsfh3xH61 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbsfh3xH61 .modal-header .close svg {
  fill: #353535;
}
.cid-tbsfh3xH61 .modal-header .close:hover {
  opacity: 1;
}
.cid-tbsfh3xH61 .modal-header .close:focus {
  outline: none;
}
.cid-tbsfh3xH61 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tbsfh3xH61 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbsfh3xH61 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh3xH61 .modal-body {
    padding: 1rem;
  }
}
.cid-tbsfh3xH61 .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-tbsfh3xH61 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh3xH61 .modal-footer {
    padding: 1rem;
  }
}
.cid-tbsfh3xH61 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbsfh3xH61 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbsfh3xH61 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbsfh3xH61 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbsfh3xH61 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbsfh3xH61 .modal-lg,
  .cid-tbsfh3xH61 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbsfh3xH61 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbsfh3xH61 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbsfh3xH61 .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-tbsfh3xH61 .form-group {
  margin-bottom: 1rem;
}
.cid-tbsfh3xH61 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbsfh3xH61 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbsfh3xH61 .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-tbsfh3xH61 .mbr-section-btn {
  margin: 0;
}
.cid-tbsfh3xH61 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbsfh3xH61 .mbr-text-title {
  text-align: center;
}
.cid-tbsfh3xH61 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tbsfh3xH61 H5 {
  color: #000000;
}
.cid-tbsfh3xH61 .item-title {
  text-align: center;
}
.cid-tbsfh4y601.popup-builder {
  background-color: #ffffff;
}
.cid-tbsfh4y601.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbsfh4y601.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbsfh4y601 .modal-content,
.cid-tbsfh4y601 .modal-dialog {
  height: auto;
}
.cid-tbsfh4y601 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbsfh4y601 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbsfh4y601 .form-wrapper .mbr-form .form-group,
  .cid-tbsfh4y601 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbsfh4y601 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbsfh4y601 .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-tbsfh4y601 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tbsfh4y601 .pt-0 {
  padding-top: 0 !important;
}
.cid-tbsfh4y601 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbsfh4y601 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbsfh4y601 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbsfh4y601 .modal-open {
  overflow: hidden;
}
.cid-tbsfh4y601 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbsfh4y601 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbsfh4y601 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbsfh4y601 .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-tbsfh4y601 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbsfh4y601 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbsfh4y601 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbsfh4y601 .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-tbsfh4y601 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbsfh4y601 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbsfh4y601 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbsfh4y601 .modal-backdrop.show {
  opacity: .5;
}
.cid-tbsfh4y601 .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-tbsfh4y601 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh4y601 .modal-header {
    padding: 1rem;
  }
}
.cid-tbsfh4y601 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbsfh4y601 .modal-header .close svg {
  fill: #353535;
}
.cid-tbsfh4y601 .modal-header .close:hover {
  opacity: 1;
}
.cid-tbsfh4y601 .modal-header .close:focus {
  outline: none;
}
.cid-tbsfh4y601 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tbsfh4y601 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbsfh4y601 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh4y601 .modal-body {
    padding: 1rem;
  }
}
.cid-tbsfh4y601 .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-tbsfh4y601 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsfh4y601 .modal-footer {
    padding: 1rem;
  }
}
.cid-tbsfh4y601 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbsfh4y601 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbsfh4y601 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbsfh4y601 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbsfh4y601 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbsfh4y601 .modal-lg,
  .cid-tbsfh4y601 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbsfh4y601 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbsfh4y601 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbsfh4y601 .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-tbsfh4y601 .form-group {
  margin-bottom: 1rem;
}
.cid-tbsfh4y601 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbsfh4y601 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbsfh4y601 .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-tbsfh4y601 .mbr-section-btn {
  margin: 0;
}
.cid-tbsfh4y601 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbsfh4y601 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tbsfh4y601 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tbsfh4y601 H5 {
  color: #000000;
}
.cid-tbsfh4y601 .item-title {
  text-align: center;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tjnueGezcA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bae3c8;
}
.cid-tjnueGezcA .mbr-section-title {
  color: #05386b;
}
.cid-tjnueGezcA .mbr-section-subtitle {
  color: #05386b;
}
.cid-tm0N5MCu8v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bae3c8;
  position: relative;
  overflow: hidden;
}
.cid-tm0N5MCu8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0N5MCu8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm0N5MCu8v .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tm0N5MCu8v .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tm0N5MCu8v .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tm0N5MCu8v .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tm0N5MCu8v .card-wrapper {
  width: 100%;
}
.cid-tm0N5MCu8v .card-box {
  width: 100%;
}
.cid-tm0N5MCu8v .card-title {
  color: #26382B;
  margin-bottom: 0;
}
.cid-tm0N5MCu8v .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tm0N5MCu8v .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tm0N5MCu8v .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tm0N5MCu8v .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-tm0N5MCu8v .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tm0N5MCu8v .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tm0N5MCu8v .bg-img {
  position: absolute;
  width: 100%;
  background-color: #44af69;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-tm0N5MCu8v .bg-img {
    width: 150%;
  }
}
.cid-tm0N5MCu8v .mbr-text,
.cid-tm0N5MCu8v .mbr-section-btn {
  color: #000000;
}
.cid-tm0N625qHk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("/assets/images/background/br-background.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-color: black; */
  position: relative;
  overflow: hidden;
}

.cid-tm0N625qHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0N625qHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm0N625qHk .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tm0N625qHk .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tm0N625qHk .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tm0N625qHk .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tm0N625qHk .card-wrapper {
  width: 100%;
}
.cid-tm0N625qHk .card-box {
  width: 100%;
}
.cid-tm0N625qHk .card-title {
  color: #592D05;
  margin-bottom: 0;
}
.cid-tm0N625qHk .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tm0N625qHk .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tm0N625qHk .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-tm0N625qHk .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-tm0N625qHk .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tm0N625qHk .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tm0N625qHk .bg-img {
  position: absolute;
  width: 100%;
  background-color: #ff7f11;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-tm0N625qHk .bg-img {
    width: 150%;
  }
}
.cid-tm0N625qHk .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-tm0N625qHk .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-tm0N6gyXhm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffedb4;
  position: relative;
  overflow: hidden;
}
.cid-tm0N6gyXhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm0N6gyXhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm0N6gyXhm .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tm0N6gyXhm .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tm0N6gyXhm .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tm0N6gyXhm .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tm0N6gyXhm .card-wrapper {
  width: 100%;
}
.cid-tm0N6gyXhm .card-box {
  width: 100%;
}
.cid-tm0N6gyXhm .card-title {
  color: #504a24;
  margin-bottom: 0;
}
.cid-tm0N6gyXhm .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-tm0N6gyXhm .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-tm0N6gyXhm .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 13%;
}
@media (max-width: 767px) {
  .cid-tm0N6gyXhm .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 13%;
  }
}
.cid-tm0N6gyXhm .img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.cid-tm0N6gyXhm .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tm0N6gyXhm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tm0N6gyXhm .bg-img {
  position: absolute;
  width: 100%;
  background-color: #fed243;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tm0N6gyXhm .bg-img {
    width: 150%;
  }
}
.cid-tjnueI6wlt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tjnueIYDff.popup-builder {
  background-color: #ffffff;
}
.cid-tjnueIYDff.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjnueIYDff.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjnueIYDff .modal-content,
.cid-tjnueIYDff .modal-dialog {
  height: auto;
}
.cid-tjnueIYDff .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjnueIYDff .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjnueIYDff .form-wrapper .mbr-form .form-group,
  .cid-tjnueIYDff .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjnueIYDff .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjnueIYDff .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-tjnueIYDff .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tjnueIYDff .pt-0 {
  padding-top: 0 !important;
}
.cid-tjnueIYDff .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjnueIYDff .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjnueIYDff .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjnueIYDff .modal-open {
  overflow: hidden;
}
.cid-tjnueIYDff .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjnueIYDff .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjnueIYDff .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjnueIYDff .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-tjnueIYDff .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjnueIYDff .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjnueIYDff .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjnueIYDff .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-tjnueIYDff .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjnueIYDff .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjnueIYDff .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjnueIYDff .modal-backdrop.show {
  opacity: .5;
}
.cid-tjnueIYDff .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-tjnueIYDff .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueIYDff .modal-header {
    padding: 1rem;
  }
}
.cid-tjnueIYDff .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjnueIYDff .modal-header .close svg {
  fill: #353535;
}
.cid-tjnueIYDff .modal-header .close:hover {
  opacity: 1;
}
.cid-tjnueIYDff .modal-header .close:focus {
  outline: none;
}
.cid-tjnueIYDff .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tjnueIYDff .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjnueIYDff .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueIYDff .modal-body {
    padding: 1rem;
  }
}
.cid-tjnueIYDff .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-tjnueIYDff .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueIYDff .modal-footer {
    padding: 1rem;
  }
}
.cid-tjnueIYDff .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjnueIYDff .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjnueIYDff .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjnueIYDff .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjnueIYDff .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjnueIYDff .modal-lg,
  .cid-tjnueIYDff .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjnueIYDff .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjnueIYDff .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjnueIYDff .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-tjnueIYDff .form-group {
  margin-bottom: 1rem;
}
.cid-tjnueIYDff .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjnueIYDff .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjnueIYDff .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-tjnueIYDff .mbr-section-btn {
  margin: 0;
}
.cid-tjnueIYDff .mbr-section-btn .btn {
  margin: 0;
}
.cid-tjnueJuhPE.popup-builder {
  background-color: #ffffff;
}
.cid-tjnueJuhPE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjnueJuhPE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjnueJuhPE .modal-content,
.cid-tjnueJuhPE .modal-dialog {
  height: auto;
}
.cid-tjnueJuhPE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjnueJuhPE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjnueJuhPE .form-wrapper .mbr-form .form-group,
  .cid-tjnueJuhPE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjnueJuhPE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjnueJuhPE .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-tjnueJuhPE .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tjnueJuhPE .pt-0 {
  padding-top: 0 !important;
}
.cid-tjnueJuhPE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjnueJuhPE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjnueJuhPE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjnueJuhPE .modal-open {
  overflow: hidden;
}
.cid-tjnueJuhPE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjnueJuhPE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjnueJuhPE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjnueJuhPE .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-tjnueJuhPE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjnueJuhPE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjnueJuhPE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjnueJuhPE .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-tjnueJuhPE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjnueJuhPE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjnueJuhPE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjnueJuhPE .modal-backdrop.show {
  opacity: .5;
}
.cid-tjnueJuhPE .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-tjnueJuhPE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueJuhPE .modal-header {
    padding: 1rem;
  }
}
.cid-tjnueJuhPE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjnueJuhPE .modal-header .close svg {
  fill: #353535;
}
.cid-tjnueJuhPE .modal-header .close:hover {
  opacity: 1;
}
.cid-tjnueJuhPE .modal-header .close:focus {
  outline: none;
}
.cid-tjnueJuhPE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tjnueJuhPE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjnueJuhPE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueJuhPE .modal-body {
    padding: 1rem;
  }
}
.cid-tjnueJuhPE .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-tjnueJuhPE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueJuhPE .modal-footer {
    padding: 1rem;
  }
}
.cid-tjnueJuhPE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjnueJuhPE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjnueJuhPE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjnueJuhPE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjnueJuhPE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjnueJuhPE .modal-lg,
  .cid-tjnueJuhPE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjnueJuhPE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjnueJuhPE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjnueJuhPE .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-tjnueJuhPE .form-group {
  margin-bottom: 1rem;
}
.cid-tjnueJuhPE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjnueJuhPE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjnueJuhPE .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-tjnueJuhPE .mbr-section-btn {
  margin: 0;
}
.cid-tjnueJuhPE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tjnueJuhPE .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tjnueJuhPE .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tjnueJuhPE .mbr-text2,
.cid-tjnueJuhPE .mbr-section-btn {
  text-align: right;
}
.cid-tjnueJuhPE .mbr-text3,
.cid-tjnueJuhPE .mbr-section-btn {
  text-align: left;
}
.cid-tjnueK2liS.popup-builder {
  background-color: #ffffff;
}
.cid-tjnueK2liS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjnueK2liS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjnueK2liS .modal-content,
.cid-tjnueK2liS .modal-dialog {
  height: auto;
}
.cid-tjnueK2liS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjnueK2liS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjnueK2liS .form-wrapper .mbr-form .form-group,
  .cid-tjnueK2liS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjnueK2liS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjnueK2liS .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-tjnueK2liS .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tjnueK2liS .pt-0 {
  padding-top: 0 !important;
}
.cid-tjnueK2liS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjnueK2liS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjnueK2liS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjnueK2liS .modal-open {
  overflow: hidden;
}
.cid-tjnueK2liS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjnueK2liS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjnueK2liS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjnueK2liS .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-tjnueK2liS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjnueK2liS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjnueK2liS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjnueK2liS .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-tjnueK2liS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjnueK2liS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjnueK2liS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjnueK2liS .modal-backdrop.show {
  opacity: .5;
}
.cid-tjnueK2liS .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-tjnueK2liS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueK2liS .modal-header {
    padding: 1rem;
  }
}
.cid-tjnueK2liS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjnueK2liS .modal-header .close svg {
  fill: #353535;
}
.cid-tjnueK2liS .modal-header .close:hover {
  opacity: 1;
}
.cid-tjnueK2liS .modal-header .close:focus {
  outline: none;
}
.cid-tjnueK2liS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tjnueK2liS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjnueK2liS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueK2liS .modal-body {
    padding: 1rem;
  }
}
.cid-tjnueK2liS .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-tjnueK2liS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueK2liS .modal-footer {
    padding: 1rem;
  }
}
.cid-tjnueK2liS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjnueK2liS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjnueK2liS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjnueK2liS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjnueK2liS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjnueK2liS .modal-lg,
  .cid-tjnueK2liS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjnueK2liS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjnueK2liS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjnueK2liS .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-tjnueK2liS .form-group {
  margin-bottom: 1rem;
}
.cid-tjnueK2liS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjnueK2liS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjnueK2liS .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-tjnueK2liS .mbr-section-btn {
  margin: 0;
}
.cid-tjnueK2liS .mbr-section-btn .btn {
  margin: 0;
}
.cid-tjnueK2liS .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tjnueK2liS li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tjnueK2liS .item-title {
  text-align: center;
  color: #232323;
}
.cid-tjnueK2liS UL {
  text-align: right;
}
.cid-tjnueK2liS .item-title UL {
  text-align: center;
}
.cid-tjnueLmqUH.popup-builder {
  background-color: #ffffff;
}
.cid-tjnueLmqUH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjnueLmqUH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjnueLmqUH .modal-content,
.cid-tjnueLmqUH .modal-dialog {
  height: auto;
}
.cid-tjnueLmqUH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjnueLmqUH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjnueLmqUH .form-wrapper .mbr-form .form-group,
  .cid-tjnueLmqUH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjnueLmqUH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjnueLmqUH .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-tjnueLmqUH .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tjnueLmqUH .pt-0 {
  padding-top: 0 !important;
}
.cid-tjnueLmqUH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjnueLmqUH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjnueLmqUH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjnueLmqUH .modal-open {
  overflow: hidden;
}
.cid-tjnueLmqUH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjnueLmqUH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjnueLmqUH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjnueLmqUH .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-tjnueLmqUH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjnueLmqUH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjnueLmqUH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjnueLmqUH .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-tjnueLmqUH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjnueLmqUH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjnueLmqUH .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjnueLmqUH .modal-backdrop.show {
  opacity: .5;
}
.cid-tjnueLmqUH .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-tjnueLmqUH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueLmqUH .modal-header {
    padding: 1rem;
  }
}
.cid-tjnueLmqUH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjnueLmqUH .modal-header .close svg {
  fill: #353535;
}
.cid-tjnueLmqUH .modal-header .close:hover {
  opacity: 1;
}
.cid-tjnueLmqUH .modal-header .close:focus {
  outline: none;
}
.cid-tjnueLmqUH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tjnueLmqUH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjnueLmqUH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueLmqUH .modal-body {
    padding: 1rem;
  }
}
.cid-tjnueLmqUH .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-tjnueLmqUH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueLmqUH .modal-footer {
    padding: 1rem;
  }
}
.cid-tjnueLmqUH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjnueLmqUH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjnueLmqUH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjnueLmqUH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjnueLmqUH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjnueLmqUH .modal-lg,
  .cid-tjnueLmqUH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjnueLmqUH .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjnueLmqUH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjnueLmqUH .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-tjnueLmqUH .form-group {
  margin-bottom: 1rem;
}
.cid-tjnueLmqUH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjnueLmqUH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjnueLmqUH .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-tjnueLmqUH .mbr-section-btn {
  margin: 0;
}
.cid-tjnueLmqUH .mbr-section-btn .btn {
  margin: 0;
}
.cid-tjnueLmqUH .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tjnueLmqUH li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tjnueLmqUH .item-title {
  text-align: center;
  color: #232323;
}
.cid-tjnueMF94F.popup-builder {
  background-color: #ffffff;
}
.cid-tjnueMF94F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjnueMF94F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjnueMF94F .modal-content,
.cid-tjnueMF94F .modal-dialog {
  height: auto;
}
.cid-tjnueMF94F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjnueMF94F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjnueMF94F .form-wrapper .mbr-form .form-group,
  .cid-tjnueMF94F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjnueMF94F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjnueMF94F .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-tjnueMF94F .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tjnueMF94F .pt-0 {
  padding-top: 0 !important;
}
.cid-tjnueMF94F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjnueMF94F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjnueMF94F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjnueMF94F .modal-open {
  overflow: hidden;
}
.cid-tjnueMF94F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjnueMF94F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjnueMF94F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjnueMF94F .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-tjnueMF94F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjnueMF94F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjnueMF94F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjnueMF94F .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-tjnueMF94F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjnueMF94F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjnueMF94F .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjnueMF94F .modal-backdrop.show {
  opacity: .5;
}
.cid-tjnueMF94F .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-tjnueMF94F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueMF94F .modal-header {
    padding: 1rem;
  }
}
.cid-tjnueMF94F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjnueMF94F .modal-header .close svg {
  fill: #353535;
}
.cid-tjnueMF94F .modal-header .close:hover {
  opacity: 1;
}
.cid-tjnueMF94F .modal-header .close:focus {
  outline: none;
}
.cid-tjnueMF94F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tjnueMF94F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjnueMF94F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueMF94F .modal-body {
    padding: 1rem;
  }
}
.cid-tjnueMF94F .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-tjnueMF94F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueMF94F .modal-footer {
    padding: 1rem;
  }
}
.cid-tjnueMF94F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjnueMF94F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjnueMF94F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjnueMF94F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjnueMF94F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjnueMF94F .modal-lg,
  .cid-tjnueMF94F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjnueMF94F .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjnueMF94F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjnueMF94F .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-tjnueMF94F .form-group {
  margin-bottom: 1rem;
}
.cid-tjnueMF94F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjnueMF94F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjnueMF94F .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-tjnueMF94F .mbr-section-btn {
  margin: 0;
}
.cid-tjnueMF94F .mbr-section-btn .btn {
  margin: 0;
}
.cid-tjnueNvH4k.popup-builder {
  background-color: #ffffff;
}
.cid-tjnueNvH4k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tjnueNvH4k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tjnueNvH4k .modal-content,
.cid-tjnueNvH4k .modal-dialog {
  height: auto;
}
.cid-tjnueNvH4k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tjnueNvH4k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tjnueNvH4k .form-wrapper .mbr-form .form-group,
  .cid-tjnueNvH4k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tjnueNvH4k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tjnueNvH4k .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-tjnueNvH4k .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tjnueNvH4k .pt-0 {
  padding-top: 0 !important;
}
.cid-tjnueNvH4k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tjnueNvH4k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tjnueNvH4k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tjnueNvH4k .modal-open {
  overflow: hidden;
}
.cid-tjnueNvH4k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tjnueNvH4k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tjnueNvH4k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tjnueNvH4k .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-tjnueNvH4k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tjnueNvH4k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tjnueNvH4k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tjnueNvH4k .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-tjnueNvH4k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tjnueNvH4k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tjnueNvH4k .modal-backdrop.fade {
  opacity: 0;
}
.cid-tjnueNvH4k .modal-backdrop.show {
  opacity: .5;
}
.cid-tjnueNvH4k .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-tjnueNvH4k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueNvH4k .modal-header {
    padding: 1rem;
  }
}
.cid-tjnueNvH4k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tjnueNvH4k .modal-header .close svg {
  fill: #353535;
}
.cid-tjnueNvH4k .modal-header .close:hover {
  opacity: 1;
}
.cid-tjnueNvH4k .modal-header .close:focus {
  outline: none;
}
.cid-tjnueNvH4k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tjnueNvH4k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tjnueNvH4k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueNvH4k .modal-body {
    padding: 1rem;
  }
}
.cid-tjnueNvH4k .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-tjnueNvH4k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjnueNvH4k .modal-footer {
    padding: 1rem;
  }
}
.cid-tjnueNvH4k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tjnueNvH4k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tjnueNvH4k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tjnueNvH4k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tjnueNvH4k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tjnueNvH4k .modal-lg,
  .cid-tjnueNvH4k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tjnueNvH4k .modal-xl {
    max-width: 1140px;
  }
}
.cid-tjnueNvH4k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tjnueNvH4k .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-tjnueNvH4k .form-group {
  margin-bottom: 1rem;
}
.cid-tjnueNvH4k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tjnueNvH4k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tjnueNvH4k .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-tjnueNvH4k .mbr-section-btn {
  margin: 0;
}
.cid-tjnueNvH4k .mbr-section-btn .btn {
  margin: 0;
}
.cid-tjnueNvH4k .mbr-text-title {
  text-align: center;
}
.cid-tjnueNvH4k li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tjnueNvH4k H5 {
  color: #000000;
}
.cid-tjnueNvH4k .item-title {
  text-align: center;
}
.cid-tjnuePWvDf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tjnuePWvDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjnuePWvDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjnuePWvDf .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tjnuePWvDf .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tjnuePWvDf .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tjnuePWvDf .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tjnuePWvDf .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tjnuePWvDf .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tjnuePWvDf .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tjnuePWvDf .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tjnuePWvDf .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tjnuePWvDf .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tjnuePWvDf [class^="socicon-"]:before,
.cid-tjnuePWvDf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tjnuePWvDf .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tm0NJlj57x.popup-builder {
  background-color: #ffffff;
}
.cid-tm0NJlj57x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tm0NJlj57x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tm0NJlj57x .modal-content,
.cid-tm0NJlj57x .modal-dialog {
  height: auto;
}
.cid-tm0NJlj57x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tm0NJlj57x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tm0NJlj57x .form-wrapper .mbr-form .form-group,
  .cid-tm0NJlj57x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tm0NJlj57x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tm0NJlj57x .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-tm0NJlj57x .mbr-text {
  text-align: center;
}
.cid-tm0NJlj57x .pt-0 {
  padding-top: 0 !important;
}
.cid-tm0NJlj57x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tm0NJlj57x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tm0NJlj57x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tm0NJlj57x .modal-open {
  overflow: hidden;
}
.cid-tm0NJlj57x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tm0NJlj57x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tm0NJlj57x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tm0NJlj57x .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-tm0NJlj57x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tm0NJlj57x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tm0NJlj57x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tm0NJlj57x .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-tm0NJlj57x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tm0NJlj57x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tm0NJlj57x .modal-backdrop.fade {
  opacity: 0;
}
.cid-tm0NJlj57x .modal-backdrop.show {
  opacity: .5;
}
.cid-tm0NJlj57x .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-tm0NJlj57x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tm0NJlj57x .modal-header {
    padding: 1rem;
  }
}
.cid-tm0NJlj57x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tm0NJlj57x .modal-header .close svg {
  fill: #353535;
}
.cid-tm0NJlj57x .modal-header .close:hover {
  opacity: 1;
}
.cid-tm0NJlj57x .modal-header .close:focus {
  outline: none;
}
.cid-tm0NJlj57x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tm0NJlj57x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tm0NJlj57x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm0NJlj57x .modal-body {
    padding: 1rem;
  }
}
.cid-tm0NJlj57x .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-tm0NJlj57x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm0NJlj57x .modal-footer {
    padding: 1rem;
  }
}
.cid-tm0NJlj57x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tm0NJlj57x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tm0NJlj57x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tm0NJlj57x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tm0NJlj57x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tm0NJlj57x .modal-lg,
  .cid-tm0NJlj57x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tm0NJlj57x .modal-xl {
    max-width: 1140px;
  }
}
.cid-tm0NJlj57x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tm0NJlj57x .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-tm0NJlj57x .form-group {
  margin-bottom: 1rem;
}
.cid-tm0NJlj57x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tm0NJlj57x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tm0NJlj57x .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-tm0NJlj57x .mbr-section-btn {
  margin: 0;
}
.cid-tm0NJlj57x .mbr-section-btn .btn {
  margin: 0;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tm5kSYiA8c {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tm5kSYiA8c .mbr-section-title {
  color: #05386b;
}
.cid-tm5kSYiA8c .mbr-section-subtitle {
  color: #05386b;
}
.cid-tm5kT0thrX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tm5kT0thrX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm5kT0thrX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm5kT0thrX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm5kT0thrX .mbr-gallery-item {
  width: 20%;
}
.cid-tm5kT0thrX .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tm5kT0thrX .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tm5kT0thrX .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tm5kT0thrX .mbr-gallery-row {
  justify-content: center;
}
.cid-tm5kT0thrX .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tm5kT0thrX .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tm5kT0thrX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm5kT0thrX .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tm5kT0thrX .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tm5kT0thrX .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tm5kT0thrX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm5kT0thrX .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tm5kT0thrX img {
  transition: all 2s !important;
}
.cid-tm5kT0thrX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tm5kT0thrX .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tm5kT0thrX .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tm5kT1JEQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tm5kT1JEQS .mbr-section-title {
  color: #05386b;
}
.cid-tm5kT1JEQS .mbr-section-subtitle {
  color: #05386b;
}
.cid-tm5kT2xnJO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tm5kT2xnJO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm5kT2xnJO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm5kT2xnJO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm5kT2xnJO .mbr-gallery-item {
  width: 20%;
}
.cid-tm5kT2xnJO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tm5kT2xnJO .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tm5kT2xnJO .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tm5kT2xnJO .mbr-gallery-row {
  justify-content: center;
}
.cid-tm5kT2xnJO .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tm5kT2xnJO .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tm5kT2xnJO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm5kT2xnJO .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tm5kT2xnJO .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tm5kT2xnJO .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tm5kT2xnJO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm5kT2xnJO .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tm5kT2xnJO img {
  transition: all 2s !important;
}
.cid-tm5kT2xnJO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tm5kT2xnJO .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tm5kT2xnJO .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tm5kT3xVBF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tm5kT3xVBF .mbr-section-title {
  color: #05386b;
}
.cid-tm5kT3xVBF .mbr-section-subtitle {
  color: #05386b;
}
.cid-tm5kT4gSkd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tm5kT4gSkd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm5kT4gSkd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm5kT4gSkd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm5kT4gSkd .mbr-gallery-item {
  width: 20%;
}
.cid-tm5kT4gSkd .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tm5kT4gSkd .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tm5kT4gSkd .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tm5kT4gSkd .mbr-gallery-row {
  justify-content: center;
}
.cid-tm5kT4gSkd .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tm5kT4gSkd .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tm5kT4gSkd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm5kT4gSkd .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tm5kT4gSkd .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tm5kT4gSkd .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tm5kT4gSkd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm5kT4gSkd .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tm5kT4gSkd img {
  transition: all 2s !important;
}
.cid-tm5kT4gSkd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tm5kT4gSkd .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tm5kT4gSkd .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tm5kT5cZqv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tm5kT5cZqv .mbr-section-title {
  color: #05386b;
}
.cid-tm5kT5cZqv .mbr-section-subtitle {
  color: #05386b;
}
.cid-tm5kT65Eab {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tm5kT65Eab .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm5kT65Eab .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm5kT65Eab .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm5kT65Eab .mbr-gallery-item {
  width: 20%;
}
.cid-tm5kT65Eab .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tm5kT65Eab .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tm5kT65Eab .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tm5kT65Eab .mbr-gallery-row {
  justify-content: center;
}
.cid-tm5kT65Eab .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tm5kT65Eab .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tm5kT65Eab .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm5kT65Eab .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tm5kT65Eab .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tm5kT65Eab .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tm5kT65Eab .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm5kT65Eab .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tm5kT65Eab img {
  transition: all 2s !important;
}
.cid-tm5kT65Eab .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tm5kT65Eab .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tm5kT65Eab .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tm5kT77Qoz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tm5kT77Qoz .mbr-section-title {
  color: #05386b;
}
.cid-tm5kT77Qoz .mbr-section-subtitle {
  color: #05386b;
}
.cid-tm5kT7TZZG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tm5kT7TZZG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm5kT7TZZG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm5kT7TZZG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm5kT7TZZG .mbr-gallery-item {
  width: 20%;
}
.cid-tm5kT7TZZG .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tm5kT7TZZG .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tm5kT7TZZG .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tm5kT7TZZG .mbr-gallery-row {
  justify-content: center;
}
.cid-tm5kT7TZZG .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tm5kT7TZZG .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tm5kT7TZZG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm5kT7TZZG .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tm5kT7TZZG .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tm5kT7TZZG .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tm5kT7TZZG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm5kT7TZZG .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tm5kT7TZZG img {
  transition: all 2s !important;
}
.cid-tm5kT7TZZG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tm5kT7TZZG .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tm5kT7TZZG .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tm5kT9cd0x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tm5kT9cd0x .mbr-section-title {
  color: #05386b;
}
.cid-tm5kT9cd0x .mbr-section-subtitle {
  color: #05386b;
}
.cid-tm5kTa021W {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tm5kTa021W .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm5kTa021W .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm5kTa021W .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm5kTa021W .mbr-gallery-item {
  width: 20%;
}
.cid-tm5kTa021W .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tm5kTa021W .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tm5kTa021W .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tm5kTa021W .mbr-gallery-row {
  justify-content: center;
}
.cid-tm5kTa021W .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tm5kTa021W .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tm5kTa021W .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm5kTa021W .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tm5kTa021W .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tm5kTa021W .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tm5kTa021W .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm5kTa021W .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tm5kTa021W img {
  transition: all 2s !important;
}
.cid-tm5kTa021W .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tm5kTa021W .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tm5kTa021W .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tm5kTbMSKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tm5kTbMSKJ .mbr-section-title {
  color: #05386b;
}
.cid-tm5kTbMSKJ .mbr-section-subtitle {
  color: #05386b;
}
.cid-tm5kTcJuso {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tm5kTcJuso .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tm5kTcJuso .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm5kTcJuso .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tm5kTcJuso .mbr-gallery-item {
  width: 20%;
}
.cid-tm5kTcJuso .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tm5kTcJuso .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tm5kTcJuso .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tm5kTcJuso .mbr-gallery-row {
  justify-content: center;
}
.cid-tm5kTcJuso .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tm5kTcJuso .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tm5kTcJuso .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tm5kTcJuso .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tm5kTcJuso .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tm5kTcJuso .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tm5kTcJuso .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tm5kTcJuso .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tm5kTcJuso img {
  transition: all 2s !important;
}
.cid-tm5kTcJuso .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tm5kTcJuso .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tm5kTcJuso .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tm5kTebygK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tm5kTgSuFA.popup-builder {
  background-color: #ffffff;
}
.cid-tm5kTgSuFA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tm5kTgSuFA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tm5kTgSuFA .modal-content,
.cid-tm5kTgSuFA .modal-dialog {
  height: auto;
}
.cid-tm5kTgSuFA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tm5kTgSuFA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tm5kTgSuFA .form-wrapper .mbr-form .form-group,
  .cid-tm5kTgSuFA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tm5kTgSuFA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tm5kTgSuFA .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-tm5kTgSuFA .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tm5kTgSuFA .pt-0 {
  padding-top: 0 !important;
}
.cid-tm5kTgSuFA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tm5kTgSuFA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tm5kTgSuFA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tm5kTgSuFA .modal-open {
  overflow: hidden;
}
.cid-tm5kTgSuFA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tm5kTgSuFA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tm5kTgSuFA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tm5kTgSuFA .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-tm5kTgSuFA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tm5kTgSuFA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tm5kTgSuFA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tm5kTgSuFA .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-tm5kTgSuFA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tm5kTgSuFA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tm5kTgSuFA .modal-backdrop.fade {
  opacity: 0;
}
.cid-tm5kTgSuFA .modal-backdrop.show {
  opacity: .5;
}
.cid-tm5kTgSuFA .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-tm5kTgSuFA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTgSuFA .modal-header {
    padding: 1rem;
  }
}
.cid-tm5kTgSuFA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tm5kTgSuFA .modal-header .close svg {
  fill: #353535;
}
.cid-tm5kTgSuFA .modal-header .close:hover {
  opacity: 1;
}
.cid-tm5kTgSuFA .modal-header .close:focus {
  outline: none;
}
.cid-tm5kTgSuFA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tm5kTgSuFA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tm5kTgSuFA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTgSuFA .modal-body {
    padding: 1rem;
  }
}
.cid-tm5kTgSuFA .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-tm5kTgSuFA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTgSuFA .modal-footer {
    padding: 1rem;
  }
}
.cid-tm5kTgSuFA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tm5kTgSuFA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tm5kTgSuFA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tm5kTgSuFA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tm5kTgSuFA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tm5kTgSuFA .modal-lg,
  .cid-tm5kTgSuFA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tm5kTgSuFA .modal-xl {
    max-width: 1140px;
  }
}
.cid-tm5kTgSuFA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tm5kTgSuFA .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-tm5kTgSuFA .form-group {
  margin-bottom: 1rem;
}
.cid-tm5kTgSuFA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tm5kTgSuFA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tm5kTgSuFA .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-tm5kTgSuFA .mbr-section-btn {
  margin: 0;
}
.cid-tm5kTgSuFA .mbr-section-btn .btn {
  margin: 0;
}
.cid-tm5kTim81t.popup-builder {
  background-color: #ffffff;
}
.cid-tm5kTim81t.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tm5kTim81t.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tm5kTim81t .modal-content,
.cid-tm5kTim81t .modal-dialog {
  height: auto;
}
.cid-tm5kTim81t .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tm5kTim81t .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tm5kTim81t .form-wrapper .mbr-form .form-group,
  .cid-tm5kTim81t .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tm5kTim81t .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tm5kTim81t .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-tm5kTim81t .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tm5kTim81t .pt-0 {
  padding-top: 0 !important;
}
.cid-tm5kTim81t .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tm5kTim81t .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tm5kTim81t .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tm5kTim81t .modal-open {
  overflow: hidden;
}
.cid-tm5kTim81t .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tm5kTim81t .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tm5kTim81t .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tm5kTim81t .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-tm5kTim81t .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tm5kTim81t .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tm5kTim81t .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tm5kTim81t .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-tm5kTim81t .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tm5kTim81t .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tm5kTim81t .modal-backdrop.fade {
  opacity: 0;
}
.cid-tm5kTim81t .modal-backdrop.show {
  opacity: .5;
}
.cid-tm5kTim81t .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-tm5kTim81t .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTim81t .modal-header {
    padding: 1rem;
  }
}
.cid-tm5kTim81t .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tm5kTim81t .modal-header .close svg {
  fill: #353535;
}
.cid-tm5kTim81t .modal-header .close:hover {
  opacity: 1;
}
.cid-tm5kTim81t .modal-header .close:focus {
  outline: none;
}
.cid-tm5kTim81t .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tm5kTim81t .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tm5kTim81t .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTim81t .modal-body {
    padding: 1rem;
  }
}
.cid-tm5kTim81t .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-tm5kTim81t .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTim81t .modal-footer {
    padding: 1rem;
  }
}
.cid-tm5kTim81t .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tm5kTim81t .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tm5kTim81t .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tm5kTim81t .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tm5kTim81t .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tm5kTim81t .modal-lg,
  .cid-tm5kTim81t .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tm5kTim81t .modal-xl {
    max-width: 1140px;
  }
}
.cid-tm5kTim81t .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tm5kTim81t .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-tm5kTim81t .form-group {
  margin-bottom: 1rem;
}
.cid-tm5kTim81t .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tm5kTim81t .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tm5kTim81t .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-tm5kTim81t .mbr-section-btn {
  margin: 0;
}
.cid-tm5kTim81t .mbr-section-btn .btn {
  margin: 0;
}
.cid-tm5kTim81t .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tm5kTim81t .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tm5kTim81t .mbr-text2,
.cid-tm5kTim81t .mbr-section-btn {
  text-align: right;
}
.cid-tm5kTim81t .mbr-text3,
.cid-tm5kTim81t .mbr-section-btn {
  text-align: left;
}
.cid-tm5kTjMarF.popup-builder {
  background-color: #ffffff;
}
.cid-tm5kTjMarF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tm5kTjMarF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tm5kTjMarF .modal-content,
.cid-tm5kTjMarF .modal-dialog {
  height: auto;
}
.cid-tm5kTjMarF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tm5kTjMarF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tm5kTjMarF .form-wrapper .mbr-form .form-group,
  .cid-tm5kTjMarF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tm5kTjMarF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tm5kTjMarF .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-tm5kTjMarF .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tm5kTjMarF .pt-0 {
  padding-top: 0 !important;
}
.cid-tm5kTjMarF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tm5kTjMarF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tm5kTjMarF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tm5kTjMarF .modal-open {
  overflow: hidden;
}
.cid-tm5kTjMarF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tm5kTjMarF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tm5kTjMarF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tm5kTjMarF .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-tm5kTjMarF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tm5kTjMarF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tm5kTjMarF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tm5kTjMarF .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-tm5kTjMarF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tm5kTjMarF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tm5kTjMarF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tm5kTjMarF .modal-backdrop.show {
  opacity: .5;
}
.cid-tm5kTjMarF .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-tm5kTjMarF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTjMarF .modal-header {
    padding: 1rem;
  }
}
.cid-tm5kTjMarF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tm5kTjMarF .modal-header .close svg {
  fill: #353535;
}
.cid-tm5kTjMarF .modal-header .close:hover {
  opacity: 1;
}
.cid-tm5kTjMarF .modal-header .close:focus {
  outline: none;
}
.cid-tm5kTjMarF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tm5kTjMarF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tm5kTjMarF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTjMarF .modal-body {
    padding: 1rem;
  }
}
.cid-tm5kTjMarF .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-tm5kTjMarF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTjMarF .modal-footer {
    padding: 1rem;
  }
}
.cid-tm5kTjMarF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tm5kTjMarF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tm5kTjMarF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tm5kTjMarF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tm5kTjMarF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tm5kTjMarF .modal-lg,
  .cid-tm5kTjMarF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tm5kTjMarF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tm5kTjMarF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tm5kTjMarF .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-tm5kTjMarF .form-group {
  margin-bottom: 1rem;
}
.cid-tm5kTjMarF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tm5kTjMarF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tm5kTjMarF .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-tm5kTjMarF .mbr-section-btn {
  margin: 0;
}
.cid-tm5kTjMarF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tm5kTjMarF .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tm5kTjMarF li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tm5kTjMarF .item-title {
  text-align: center;
  color: #232323;
}
.cid-tm5kTjMarF UL {
  text-align: right;
}
.cid-tm5kTjMarF .item-title UL {
  text-align: center;
}
.cid-tm5kTmf2Zt.popup-builder {
  background-color: #ffffff;
}
.cid-tm5kTmf2Zt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tm5kTmf2Zt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tm5kTmf2Zt .modal-content,
.cid-tm5kTmf2Zt .modal-dialog {
  height: auto;
}
.cid-tm5kTmf2Zt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tm5kTmf2Zt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tm5kTmf2Zt .form-wrapper .mbr-form .form-group,
  .cid-tm5kTmf2Zt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tm5kTmf2Zt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tm5kTmf2Zt .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-tm5kTmf2Zt .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tm5kTmf2Zt .pt-0 {
  padding-top: 0 !important;
}
.cid-tm5kTmf2Zt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tm5kTmf2Zt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tm5kTmf2Zt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tm5kTmf2Zt .modal-open {
  overflow: hidden;
}
.cid-tm5kTmf2Zt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tm5kTmf2Zt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tm5kTmf2Zt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tm5kTmf2Zt .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-tm5kTmf2Zt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tm5kTmf2Zt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tm5kTmf2Zt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tm5kTmf2Zt .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-tm5kTmf2Zt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tm5kTmf2Zt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tm5kTmf2Zt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tm5kTmf2Zt .modal-backdrop.show {
  opacity: .5;
}
.cid-tm5kTmf2Zt .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-tm5kTmf2Zt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTmf2Zt .modal-header {
    padding: 1rem;
  }
}
.cid-tm5kTmf2Zt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tm5kTmf2Zt .modal-header .close svg {
  fill: #353535;
}
.cid-tm5kTmf2Zt .modal-header .close:hover {
  opacity: 1;
}
.cid-tm5kTmf2Zt .modal-header .close:focus {
  outline: none;
}
.cid-tm5kTmf2Zt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tm5kTmf2Zt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tm5kTmf2Zt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTmf2Zt .modal-body {
    padding: 1rem;
  }
}
.cid-tm5kTmf2Zt .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-tm5kTmf2Zt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTmf2Zt .modal-footer {
    padding: 1rem;
  }
}
.cid-tm5kTmf2Zt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tm5kTmf2Zt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tm5kTmf2Zt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tm5kTmf2Zt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tm5kTmf2Zt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tm5kTmf2Zt .modal-lg,
  .cid-tm5kTmf2Zt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tm5kTmf2Zt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tm5kTmf2Zt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tm5kTmf2Zt .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-tm5kTmf2Zt .form-group {
  margin-bottom: 1rem;
}
.cid-tm5kTmf2Zt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tm5kTmf2Zt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tm5kTmf2Zt .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-tm5kTmf2Zt .mbr-section-btn {
  margin: 0;
}
.cid-tm5kTmf2Zt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tm5kTmf2Zt .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tm5kTmf2Zt li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tm5kTmf2Zt .item-title {
  text-align: center;
  color: #232323;
}
.cid-tm5kTp0DNC.popup-builder {
  background-color: #ffffff;
}
.cid-tm5kTp0DNC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tm5kTp0DNC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tm5kTp0DNC .modal-content,
.cid-tm5kTp0DNC .modal-dialog {
  height: auto;
}
.cid-tm5kTp0DNC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tm5kTp0DNC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tm5kTp0DNC .form-wrapper .mbr-form .form-group,
  .cid-tm5kTp0DNC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tm5kTp0DNC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tm5kTp0DNC .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-tm5kTp0DNC .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tm5kTp0DNC .pt-0 {
  padding-top: 0 !important;
}
.cid-tm5kTp0DNC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tm5kTp0DNC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tm5kTp0DNC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tm5kTp0DNC .modal-open {
  overflow: hidden;
}
.cid-tm5kTp0DNC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tm5kTp0DNC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tm5kTp0DNC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tm5kTp0DNC .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-tm5kTp0DNC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tm5kTp0DNC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tm5kTp0DNC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tm5kTp0DNC .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-tm5kTp0DNC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tm5kTp0DNC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tm5kTp0DNC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tm5kTp0DNC .modal-backdrop.show {
  opacity: .5;
}
.cid-tm5kTp0DNC .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-tm5kTp0DNC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTp0DNC .modal-header {
    padding: 1rem;
  }
}
.cid-tm5kTp0DNC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tm5kTp0DNC .modal-header .close svg {
  fill: #353535;
}
.cid-tm5kTp0DNC .modal-header .close:hover {
  opacity: 1;
}
.cid-tm5kTp0DNC .modal-header .close:focus {
  outline: none;
}
.cid-tm5kTp0DNC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tm5kTp0DNC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tm5kTp0DNC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTp0DNC .modal-body {
    padding: 1rem;
  }
}
.cid-tm5kTp0DNC .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-tm5kTp0DNC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTp0DNC .modal-footer {
    padding: 1rem;
  }
}
.cid-tm5kTp0DNC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tm5kTp0DNC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tm5kTp0DNC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tm5kTp0DNC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tm5kTp0DNC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tm5kTp0DNC .modal-lg,
  .cid-tm5kTp0DNC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tm5kTp0DNC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tm5kTp0DNC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tm5kTp0DNC .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-tm5kTp0DNC .form-group {
  margin-bottom: 1rem;
}
.cid-tm5kTp0DNC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tm5kTp0DNC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tm5kTp0DNC .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-tm5kTp0DNC .mbr-section-btn {
  margin: 0;
}
.cid-tm5kTp0DNC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tm5kTr3BBH.popup-builder {
  background-color: #ffffff;
}
.cid-tm5kTr3BBH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tm5kTr3BBH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tm5kTr3BBH .modal-content,
.cid-tm5kTr3BBH .modal-dialog {
  height: auto;
}
.cid-tm5kTr3BBH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tm5kTr3BBH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tm5kTr3BBH .form-wrapper .mbr-form .form-group,
  .cid-tm5kTr3BBH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tm5kTr3BBH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tm5kTr3BBH .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-tm5kTr3BBH .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tm5kTr3BBH .pt-0 {
  padding-top: 0 !important;
}
.cid-tm5kTr3BBH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tm5kTr3BBH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tm5kTr3BBH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tm5kTr3BBH .modal-open {
  overflow: hidden;
}
.cid-tm5kTr3BBH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tm5kTr3BBH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tm5kTr3BBH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tm5kTr3BBH .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-tm5kTr3BBH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tm5kTr3BBH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tm5kTr3BBH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tm5kTr3BBH .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-tm5kTr3BBH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tm5kTr3BBH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tm5kTr3BBH .modal-backdrop.fade {
  opacity: 0;
}
.cid-tm5kTr3BBH .modal-backdrop.show {
  opacity: .5;
}
.cid-tm5kTr3BBH .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-tm5kTr3BBH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTr3BBH .modal-header {
    padding: 1rem;
  }
}
.cid-tm5kTr3BBH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tm5kTr3BBH .modal-header .close svg {
  fill: #353535;
}
.cid-tm5kTr3BBH .modal-header .close:hover {
  opacity: 1;
}
.cid-tm5kTr3BBH .modal-header .close:focus {
  outline: none;
}
.cid-tm5kTr3BBH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tm5kTr3BBH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tm5kTr3BBH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTr3BBH .modal-body {
    padding: 1rem;
  }
}
.cid-tm5kTr3BBH .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-tm5kTr3BBH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm5kTr3BBH .modal-footer {
    padding: 1rem;
  }
}
.cid-tm5kTr3BBH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tm5kTr3BBH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tm5kTr3BBH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tm5kTr3BBH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tm5kTr3BBH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tm5kTr3BBH .modal-lg,
  .cid-tm5kTr3BBH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tm5kTr3BBH .modal-xl {
    max-width: 1140px;
  }
}
.cid-tm5kTr3BBH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tm5kTr3BBH .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-tm5kTr3BBH .form-group {
  margin-bottom: 1rem;
}
.cid-tm5kTr3BBH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tm5kTr3BBH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tm5kTr3BBH .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-tm5kTr3BBH .mbr-section-btn {
  margin: 0;
}
.cid-tm5kTr3BBH .mbr-section-btn .btn {
  margin: 0;
}
.cid-tm5kTr3BBH .mbr-text-title {
  text-align: center;
}
.cid-tm5kTr3BBH li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tm5kTr3BBH H5 {
  color: #000000;
}
.cid-tm5kTr3BBH .item-title {
  text-align: center;
}
.cid-tm5kTwdWfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tm5kTwdWfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm5kTwdWfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm5kTwdWfO .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tm5kTwdWfO .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tm5kTwdWfO .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tm5kTwdWfO .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tm5kTwdWfO .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tm5kTwdWfO .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tm5kTwdWfO .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tm5kTwdWfO .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tm5kTwdWfO .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tm5kTwdWfO .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tm5kTwdWfO [class^="socicon-"]:before,
.cid-tm5kTwdWfO [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tm5kTwdWfO .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tsNEZhvY6I {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tsNEZhvY6I .mbr-section-title {
  color: #05386b;
}
.cid-tsNEZhvY6I .mbr-section-subtitle {
  color: #05386b;
}
.cid-tsNEZhNCUS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tsNEZhNCUS .mbr-section-title {
  color: #05386b;
}
.cid-tsNEZhNCUS .mbr-section-subtitle {
  color: #05386b;
}
.cid-tsNEZi2vLi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsNEZi2vLi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsNEZi2vLi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsNEZi2vLi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsNEZi2vLi .mbr-gallery-item {
  width: 33.3%;
}
.cid-tsNEZi2vLi .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tsNEZi2vLi .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tsNEZi2vLi .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tsNEZi2vLi .mbr-gallery-row {
  justify-content: center;
}
.cid-tsNEZi2vLi .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tsNEZi2vLi .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tsNEZi2vLi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsNEZi2vLi .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tsNEZi2vLi .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tsNEZi2vLi .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tsNEZi2vLi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsNEZi2vLi .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tsNEZi2vLi img {
  transition: all 2s !important;
}
.cid-tsNEZi2vLi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsNEZi2vLi .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tsNEZi2vLi .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsNEZj3bPz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tsNEZjlkWM.popup-builder {
  background-color: #ffffff;
}
.cid-tsNEZjlkWM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNEZjlkWM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNEZjlkWM .modal-content,
.cid-tsNEZjlkWM .modal-dialog {
  height: auto;
}
.cid-tsNEZjlkWM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNEZjlkWM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNEZjlkWM .form-wrapper .mbr-form .form-group,
  .cid-tsNEZjlkWM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNEZjlkWM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNEZjlkWM .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-tsNEZjlkWM .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsNEZjlkWM .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNEZjlkWM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNEZjlkWM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNEZjlkWM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNEZjlkWM .modal-open {
  overflow: hidden;
}
.cid-tsNEZjlkWM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNEZjlkWM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNEZjlkWM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNEZjlkWM .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-tsNEZjlkWM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNEZjlkWM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNEZjlkWM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNEZjlkWM .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-tsNEZjlkWM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNEZjlkWM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNEZjlkWM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNEZjlkWM .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNEZjlkWM .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-tsNEZjlkWM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZjlkWM .modal-header {
    padding: 1rem;
  }
}
.cid-tsNEZjlkWM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNEZjlkWM .modal-header .close svg {
  fill: #353535;
}
.cid-tsNEZjlkWM .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNEZjlkWM .modal-header .close:focus {
  outline: none;
}
.cid-tsNEZjlkWM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNEZjlkWM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNEZjlkWM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZjlkWM .modal-body {
    padding: 1rem;
  }
}
.cid-tsNEZjlkWM .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-tsNEZjlkWM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZjlkWM .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNEZjlkWM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNEZjlkWM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNEZjlkWM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNEZjlkWM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNEZjlkWM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNEZjlkWM .modal-lg,
  .cid-tsNEZjlkWM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNEZjlkWM .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNEZjlkWM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNEZjlkWM .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-tsNEZjlkWM .form-group {
  margin-bottom: 1rem;
}
.cid-tsNEZjlkWM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNEZjlkWM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNEZjlkWM .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-tsNEZjlkWM .mbr-section-btn {
  margin: 0;
}
.cid-tsNEZjlkWM .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNEZjJep8.popup-builder {
  background-color: #ffffff;
}
.cid-tsNEZjJep8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNEZjJep8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNEZjJep8 .modal-content,
.cid-tsNEZjJep8 .modal-dialog {
  height: auto;
}
.cid-tsNEZjJep8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNEZjJep8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNEZjJep8 .form-wrapper .mbr-form .form-group,
  .cid-tsNEZjJep8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNEZjJep8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNEZjJep8 .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-tsNEZjJep8 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tsNEZjJep8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNEZjJep8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNEZjJep8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNEZjJep8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNEZjJep8 .modal-open {
  overflow: hidden;
}
.cid-tsNEZjJep8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNEZjJep8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNEZjJep8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNEZjJep8 .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-tsNEZjJep8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNEZjJep8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNEZjJep8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNEZjJep8 .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-tsNEZjJep8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNEZjJep8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNEZjJep8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNEZjJep8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNEZjJep8 .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-tsNEZjJep8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZjJep8 .modal-header {
    padding: 1rem;
  }
}
.cid-tsNEZjJep8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNEZjJep8 .modal-header .close svg {
  fill: #353535;
}
.cid-tsNEZjJep8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNEZjJep8 .modal-header .close:focus {
  outline: none;
}
.cid-tsNEZjJep8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNEZjJep8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNEZjJep8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZjJep8 .modal-body {
    padding: 1rem;
  }
}
.cid-tsNEZjJep8 .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-tsNEZjJep8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZjJep8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNEZjJep8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNEZjJep8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNEZjJep8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNEZjJep8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNEZjJep8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNEZjJep8 .modal-lg,
  .cid-tsNEZjJep8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNEZjJep8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNEZjJep8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNEZjJep8 .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-tsNEZjJep8 .form-group {
  margin-bottom: 1rem;
}
.cid-tsNEZjJep8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNEZjJep8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNEZjJep8 .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-tsNEZjJep8 .mbr-section-btn {
  margin: 0;
}
.cid-tsNEZjJep8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNEZjJep8 .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tsNEZjJep8 .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tsNEZjJep8 .mbr-text2,
.cid-tsNEZjJep8 .mbr-section-btn {
  text-align: right;
}
.cid-tsNEZjJep8 .mbr-text3,
.cid-tsNEZjJep8 .mbr-section-btn {
  text-align: left;
}
.cid-tsNEZk7hG2.popup-builder {
  background-color: #ffffff;
}
.cid-tsNEZk7hG2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNEZk7hG2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNEZk7hG2 .modal-content,
.cid-tsNEZk7hG2 .modal-dialog {
  height: auto;
}
.cid-tsNEZk7hG2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNEZk7hG2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNEZk7hG2 .form-wrapper .mbr-form .form-group,
  .cid-tsNEZk7hG2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNEZk7hG2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNEZk7hG2 .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-tsNEZk7hG2 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsNEZk7hG2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNEZk7hG2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNEZk7hG2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNEZk7hG2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNEZk7hG2 .modal-open {
  overflow: hidden;
}
.cid-tsNEZk7hG2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNEZk7hG2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNEZk7hG2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNEZk7hG2 .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-tsNEZk7hG2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNEZk7hG2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNEZk7hG2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNEZk7hG2 .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-tsNEZk7hG2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNEZk7hG2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNEZk7hG2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNEZk7hG2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNEZk7hG2 .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-tsNEZk7hG2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZk7hG2 .modal-header {
    padding: 1rem;
  }
}
.cid-tsNEZk7hG2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNEZk7hG2 .modal-header .close svg {
  fill: #353535;
}
.cid-tsNEZk7hG2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNEZk7hG2 .modal-header .close:focus {
  outline: none;
}
.cid-tsNEZk7hG2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNEZk7hG2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNEZk7hG2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZk7hG2 .modal-body {
    padding: 1rem;
  }
}
.cid-tsNEZk7hG2 .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-tsNEZk7hG2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZk7hG2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNEZk7hG2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNEZk7hG2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNEZk7hG2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNEZk7hG2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNEZk7hG2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNEZk7hG2 .modal-lg,
  .cid-tsNEZk7hG2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNEZk7hG2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNEZk7hG2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNEZk7hG2 .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-tsNEZk7hG2 .form-group {
  margin-bottom: 1rem;
}
.cid-tsNEZk7hG2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNEZk7hG2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNEZk7hG2 .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-tsNEZk7hG2 .mbr-section-btn {
  margin: 0;
}
.cid-tsNEZk7hG2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNEZk7hG2 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tsNEZk7hG2 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsNEZk7hG2 .item-title {
  text-align: center;
  color: #232323;
}
.cid-tsNEZk7hG2 UL {
  text-align: right;
}
.cid-tsNEZk7hG2 .item-title UL {
  text-align: center;
}
.cid-tsNEZl9T7j.popup-builder {
  background-color: #ffffff;
}
.cid-tsNEZl9T7j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNEZl9T7j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNEZl9T7j .modal-content,
.cid-tsNEZl9T7j .modal-dialog {
  height: auto;
}
.cid-tsNEZl9T7j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNEZl9T7j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNEZl9T7j .form-wrapper .mbr-form .form-group,
  .cid-tsNEZl9T7j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNEZl9T7j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNEZl9T7j .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-tsNEZl9T7j .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsNEZl9T7j .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNEZl9T7j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNEZl9T7j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNEZl9T7j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNEZl9T7j .modal-open {
  overflow: hidden;
}
.cid-tsNEZl9T7j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNEZl9T7j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNEZl9T7j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNEZl9T7j .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-tsNEZl9T7j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNEZl9T7j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNEZl9T7j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNEZl9T7j .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-tsNEZl9T7j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNEZl9T7j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNEZl9T7j .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNEZl9T7j .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNEZl9T7j .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-tsNEZl9T7j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZl9T7j .modal-header {
    padding: 1rem;
  }
}
.cid-tsNEZl9T7j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNEZl9T7j .modal-header .close svg {
  fill: #353535;
}
.cid-tsNEZl9T7j .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNEZl9T7j .modal-header .close:focus {
  outline: none;
}
.cid-tsNEZl9T7j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNEZl9T7j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNEZl9T7j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZl9T7j .modal-body {
    padding: 1rem;
  }
}
.cid-tsNEZl9T7j .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-tsNEZl9T7j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZl9T7j .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNEZl9T7j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNEZl9T7j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNEZl9T7j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNEZl9T7j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNEZl9T7j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNEZl9T7j .modal-lg,
  .cid-tsNEZl9T7j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNEZl9T7j .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNEZl9T7j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNEZl9T7j .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-tsNEZl9T7j .form-group {
  margin-bottom: 1rem;
}
.cid-tsNEZl9T7j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNEZl9T7j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNEZl9T7j .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-tsNEZl9T7j .mbr-section-btn {
  margin: 0;
}
.cid-tsNEZl9T7j .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNEZl9T7j .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tsNEZl9T7j li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsNEZl9T7j .item-title {
  text-align: center;
  color: #232323;
}
.cid-tsNEZmjXa2.popup-builder {
  background-color: #ffffff;
}
.cid-tsNEZmjXa2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNEZmjXa2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNEZmjXa2 .modal-content,
.cid-tsNEZmjXa2 .modal-dialog {
  height: auto;
}
.cid-tsNEZmjXa2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNEZmjXa2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNEZmjXa2 .form-wrapper .mbr-form .form-group,
  .cid-tsNEZmjXa2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNEZmjXa2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNEZmjXa2 .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-tsNEZmjXa2 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tsNEZmjXa2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNEZmjXa2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNEZmjXa2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNEZmjXa2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNEZmjXa2 .modal-open {
  overflow: hidden;
}
.cid-tsNEZmjXa2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNEZmjXa2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNEZmjXa2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNEZmjXa2 .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-tsNEZmjXa2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNEZmjXa2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNEZmjXa2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNEZmjXa2 .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-tsNEZmjXa2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNEZmjXa2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNEZmjXa2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNEZmjXa2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNEZmjXa2 .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-tsNEZmjXa2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZmjXa2 .modal-header {
    padding: 1rem;
  }
}
.cid-tsNEZmjXa2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNEZmjXa2 .modal-header .close svg {
  fill: #353535;
}
.cid-tsNEZmjXa2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNEZmjXa2 .modal-header .close:focus {
  outline: none;
}
.cid-tsNEZmjXa2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNEZmjXa2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNEZmjXa2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZmjXa2 .modal-body {
    padding: 1rem;
  }
}
.cid-tsNEZmjXa2 .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-tsNEZmjXa2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZmjXa2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNEZmjXa2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNEZmjXa2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNEZmjXa2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNEZmjXa2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNEZmjXa2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNEZmjXa2 .modal-lg,
  .cid-tsNEZmjXa2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNEZmjXa2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNEZmjXa2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNEZmjXa2 .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-tsNEZmjXa2 .form-group {
  margin-bottom: 1rem;
}
.cid-tsNEZmjXa2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNEZmjXa2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNEZmjXa2 .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-tsNEZmjXa2 .mbr-section-btn {
  margin: 0;
}
.cid-tsNEZmjXa2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNEZmWWK9.popup-builder {
  background-color: #ffffff;
}
.cid-tsNEZmWWK9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNEZmWWK9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNEZmWWK9 .modal-content,
.cid-tsNEZmWWK9 .modal-dialog {
  height: auto;
}
.cid-tsNEZmWWK9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNEZmWWK9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNEZmWWK9 .form-wrapper .mbr-form .form-group,
  .cid-tsNEZmWWK9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNEZmWWK9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNEZmWWK9 .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-tsNEZmWWK9 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsNEZmWWK9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNEZmWWK9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNEZmWWK9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNEZmWWK9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNEZmWWK9 .modal-open {
  overflow: hidden;
}
.cid-tsNEZmWWK9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNEZmWWK9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNEZmWWK9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNEZmWWK9 .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-tsNEZmWWK9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNEZmWWK9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNEZmWWK9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNEZmWWK9 .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-tsNEZmWWK9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNEZmWWK9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNEZmWWK9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNEZmWWK9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNEZmWWK9 .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-tsNEZmWWK9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZmWWK9 .modal-header {
    padding: 1rem;
  }
}
.cid-tsNEZmWWK9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNEZmWWK9 .modal-header .close svg {
  fill: #353535;
}
.cid-tsNEZmWWK9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNEZmWWK9 .modal-header .close:focus {
  outline: none;
}
.cid-tsNEZmWWK9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNEZmWWK9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNEZmWWK9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZmWWK9 .modal-body {
    padding: 1rem;
  }
}
.cid-tsNEZmWWK9 .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-tsNEZmWWK9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNEZmWWK9 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNEZmWWK9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNEZmWWK9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNEZmWWK9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNEZmWWK9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNEZmWWK9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNEZmWWK9 .modal-lg,
  .cid-tsNEZmWWK9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNEZmWWK9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNEZmWWK9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNEZmWWK9 .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-tsNEZmWWK9 .form-group {
  margin-bottom: 1rem;
}
.cid-tsNEZmWWK9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNEZmWWK9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNEZmWWK9 .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-tsNEZmWWK9 .mbr-section-btn {
  margin: 0;
}
.cid-tsNEZmWWK9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNEZmWWK9 .mbr-text-title {
  text-align: center;
}
.cid-tsNEZmWWK9 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsNEZmWWK9 H5 {
  color: #000000;
}
.cid-tsNEZmWWK9 .item-title {
  text-align: center;
}
.cid-tsNEZo8lr4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tsNEZo8lr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsNEZo8lr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsNEZo8lr4 .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tsNEZo8lr4 .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNEZo8lr4 .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tsNEZo8lr4 .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNEZo8lr4 .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tsNEZo8lr4 .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNEZo8lr4 .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tsNEZo8lr4 .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNEZo8lr4 .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tsNEZo8lr4 .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNEZo8lr4 [class^="socicon-"]:before,
.cid-tsNEZo8lr4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tsNEZo8lr4 .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tsNYKhC6WD {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tsNYKhC6WD .mbr-section-title {
  color: #05386b;
}
.cid-tsNYKhC6WD .mbr-section-subtitle {
  color: #05386b;
}
.cid-tsNYKhVHVA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tsNYKhVHVA .mbr-section-title {
  color: #05386b;
}
.cid-tsNYKhVHVA .mbr-section-subtitle {
  color: #05386b;
}
.cid-tsNYKi9BEb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsNYKi9BEb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsNYKi9BEb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsNYKi9BEb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsNYKi9BEb .mbr-gallery-item {
  width: 33.3%;
}
.cid-tsNYKi9BEb .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tsNYKi9BEb .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tsNYKi9BEb .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tsNYKi9BEb .mbr-gallery-row {
  justify-content: center;
}
.cid-tsNYKi9BEb .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tsNYKi9BEb .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tsNYKi9BEb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsNYKi9BEb .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tsNYKi9BEb .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tsNYKi9BEb .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tsNYKi9BEb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsNYKi9BEb .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tsNYKi9BEb img {
  transition: all 2s !important;
}
.cid-tsNYKi9BEb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsNYKi9BEb .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tsNYKi9BEb .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsNYKjaIT3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tsNYKjuYBz.popup-builder {
  background-color: #ffffff;
}
.cid-tsNYKjuYBz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNYKjuYBz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNYKjuYBz .modal-content,
.cid-tsNYKjuYBz .modal-dialog {
  height: auto;
}
.cid-tsNYKjuYBz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNYKjuYBz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNYKjuYBz .form-wrapper .mbr-form .form-group,
  .cid-tsNYKjuYBz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNYKjuYBz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNYKjuYBz .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-tsNYKjuYBz .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsNYKjuYBz .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNYKjuYBz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNYKjuYBz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNYKjuYBz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNYKjuYBz .modal-open {
  overflow: hidden;
}
.cid-tsNYKjuYBz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNYKjuYBz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNYKjuYBz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNYKjuYBz .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-tsNYKjuYBz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNYKjuYBz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNYKjuYBz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNYKjuYBz .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-tsNYKjuYBz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNYKjuYBz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNYKjuYBz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNYKjuYBz .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNYKjuYBz .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-tsNYKjuYBz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKjuYBz .modal-header {
    padding: 1rem;
  }
}
.cid-tsNYKjuYBz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNYKjuYBz .modal-header .close svg {
  fill: #353535;
}
.cid-tsNYKjuYBz .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNYKjuYBz .modal-header .close:focus {
  outline: none;
}
.cid-tsNYKjuYBz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNYKjuYBz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNYKjuYBz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKjuYBz .modal-body {
    padding: 1rem;
  }
}
.cid-tsNYKjuYBz .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-tsNYKjuYBz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKjuYBz .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNYKjuYBz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNYKjuYBz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNYKjuYBz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNYKjuYBz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNYKjuYBz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNYKjuYBz .modal-lg,
  .cid-tsNYKjuYBz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNYKjuYBz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNYKjuYBz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNYKjuYBz .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-tsNYKjuYBz .form-group {
  margin-bottom: 1rem;
}
.cid-tsNYKjuYBz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNYKjuYBz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNYKjuYBz .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-tsNYKjuYBz .mbr-section-btn {
  margin: 0;
}
.cid-tsNYKjuYBz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNYKjVvA4.popup-builder {
  background-color: #ffffff;
}
.cid-tsNYKjVvA4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNYKjVvA4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNYKjVvA4 .modal-content,
.cid-tsNYKjVvA4 .modal-dialog {
  height: auto;
}
.cid-tsNYKjVvA4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNYKjVvA4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNYKjVvA4 .form-wrapper .mbr-form .form-group,
  .cid-tsNYKjVvA4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNYKjVvA4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNYKjVvA4 .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-tsNYKjVvA4 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tsNYKjVvA4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNYKjVvA4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNYKjVvA4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNYKjVvA4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNYKjVvA4 .modal-open {
  overflow: hidden;
}
.cid-tsNYKjVvA4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNYKjVvA4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNYKjVvA4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNYKjVvA4 .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-tsNYKjVvA4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNYKjVvA4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNYKjVvA4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNYKjVvA4 .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-tsNYKjVvA4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNYKjVvA4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNYKjVvA4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNYKjVvA4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNYKjVvA4 .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-tsNYKjVvA4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKjVvA4 .modal-header {
    padding: 1rem;
  }
}
.cid-tsNYKjVvA4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNYKjVvA4 .modal-header .close svg {
  fill: #353535;
}
.cid-tsNYKjVvA4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNYKjVvA4 .modal-header .close:focus {
  outline: none;
}
.cid-tsNYKjVvA4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNYKjVvA4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNYKjVvA4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKjVvA4 .modal-body {
    padding: 1rem;
  }
}
.cid-tsNYKjVvA4 .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-tsNYKjVvA4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKjVvA4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNYKjVvA4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNYKjVvA4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNYKjVvA4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNYKjVvA4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNYKjVvA4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNYKjVvA4 .modal-lg,
  .cid-tsNYKjVvA4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNYKjVvA4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNYKjVvA4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNYKjVvA4 .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-tsNYKjVvA4 .form-group {
  margin-bottom: 1rem;
}
.cid-tsNYKjVvA4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNYKjVvA4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNYKjVvA4 .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-tsNYKjVvA4 .mbr-section-btn {
  margin: 0;
}
.cid-tsNYKjVvA4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNYKjVvA4 .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tsNYKjVvA4 .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tsNYKjVvA4 .mbr-text2,
.cid-tsNYKjVvA4 .mbr-section-btn {
  text-align: right;
}
.cid-tsNYKjVvA4 .mbr-text3,
.cid-tsNYKjVvA4 .mbr-section-btn {
  text-align: left;
}
.cid-tsNYKkkJTS.popup-builder {
  background-color: #ffffff;
}
.cid-tsNYKkkJTS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNYKkkJTS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNYKkkJTS .modal-content,
.cid-tsNYKkkJTS .modal-dialog {
  height: auto;
}
.cid-tsNYKkkJTS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNYKkkJTS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNYKkkJTS .form-wrapper .mbr-form .form-group,
  .cid-tsNYKkkJTS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNYKkkJTS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNYKkkJTS .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-tsNYKkkJTS .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsNYKkkJTS .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNYKkkJTS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNYKkkJTS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNYKkkJTS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNYKkkJTS .modal-open {
  overflow: hidden;
}
.cid-tsNYKkkJTS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNYKkkJTS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNYKkkJTS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNYKkkJTS .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-tsNYKkkJTS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNYKkkJTS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNYKkkJTS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNYKkkJTS .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-tsNYKkkJTS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNYKkkJTS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNYKkkJTS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNYKkkJTS .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNYKkkJTS .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-tsNYKkkJTS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKkkJTS .modal-header {
    padding: 1rem;
  }
}
.cid-tsNYKkkJTS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNYKkkJTS .modal-header .close svg {
  fill: #353535;
}
.cid-tsNYKkkJTS .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNYKkkJTS .modal-header .close:focus {
  outline: none;
}
.cid-tsNYKkkJTS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNYKkkJTS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNYKkkJTS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKkkJTS .modal-body {
    padding: 1rem;
  }
}
.cid-tsNYKkkJTS .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-tsNYKkkJTS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKkkJTS .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNYKkkJTS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNYKkkJTS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNYKkkJTS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNYKkkJTS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNYKkkJTS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNYKkkJTS .modal-lg,
  .cid-tsNYKkkJTS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNYKkkJTS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNYKkkJTS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNYKkkJTS .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-tsNYKkkJTS .form-group {
  margin-bottom: 1rem;
}
.cid-tsNYKkkJTS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNYKkkJTS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNYKkkJTS .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-tsNYKkkJTS .mbr-section-btn {
  margin: 0;
}
.cid-tsNYKkkJTS .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNYKkkJTS .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tsNYKkkJTS li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsNYKkkJTS .item-title {
  text-align: center;
  color: #232323;
}
.cid-tsNYKkkJTS UL {
  text-align: right;
}
.cid-tsNYKkkJTS .item-title UL {
  text-align: center;
}
.cid-tsNYKlnLNt.popup-builder {
  background-color: #ffffff;
}
.cid-tsNYKlnLNt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNYKlnLNt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNYKlnLNt .modal-content,
.cid-tsNYKlnLNt .modal-dialog {
  height: auto;
}
.cid-tsNYKlnLNt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNYKlnLNt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNYKlnLNt .form-wrapper .mbr-form .form-group,
  .cid-tsNYKlnLNt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNYKlnLNt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNYKlnLNt .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-tsNYKlnLNt .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsNYKlnLNt .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNYKlnLNt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNYKlnLNt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNYKlnLNt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNYKlnLNt .modal-open {
  overflow: hidden;
}
.cid-tsNYKlnLNt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNYKlnLNt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNYKlnLNt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNYKlnLNt .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-tsNYKlnLNt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNYKlnLNt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNYKlnLNt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNYKlnLNt .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-tsNYKlnLNt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNYKlnLNt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNYKlnLNt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNYKlnLNt .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNYKlnLNt .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-tsNYKlnLNt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKlnLNt .modal-header {
    padding: 1rem;
  }
}
.cid-tsNYKlnLNt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNYKlnLNt .modal-header .close svg {
  fill: #353535;
}
.cid-tsNYKlnLNt .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNYKlnLNt .modal-header .close:focus {
  outline: none;
}
.cid-tsNYKlnLNt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNYKlnLNt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNYKlnLNt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKlnLNt .modal-body {
    padding: 1rem;
  }
}
.cid-tsNYKlnLNt .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-tsNYKlnLNt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKlnLNt .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNYKlnLNt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNYKlnLNt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNYKlnLNt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNYKlnLNt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNYKlnLNt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNYKlnLNt .modal-lg,
  .cid-tsNYKlnLNt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNYKlnLNt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNYKlnLNt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNYKlnLNt .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-tsNYKlnLNt .form-group {
  margin-bottom: 1rem;
}
.cid-tsNYKlnLNt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNYKlnLNt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNYKlnLNt .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-tsNYKlnLNt .mbr-section-btn {
  margin: 0;
}
.cid-tsNYKlnLNt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNYKlnLNt .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tsNYKlnLNt li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsNYKlnLNt .item-title {
  text-align: center;
  color: #232323;
}
.cid-tsNYKmsG3Z.popup-builder {
  background-color: #ffffff;
}
.cid-tsNYKmsG3Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNYKmsG3Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNYKmsG3Z .modal-content,
.cid-tsNYKmsG3Z .modal-dialog {
  height: auto;
}
.cid-tsNYKmsG3Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNYKmsG3Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNYKmsG3Z .form-wrapper .mbr-form .form-group,
  .cid-tsNYKmsG3Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNYKmsG3Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNYKmsG3Z .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-tsNYKmsG3Z .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tsNYKmsG3Z .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNYKmsG3Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNYKmsG3Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNYKmsG3Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNYKmsG3Z .modal-open {
  overflow: hidden;
}
.cid-tsNYKmsG3Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNYKmsG3Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNYKmsG3Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNYKmsG3Z .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-tsNYKmsG3Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNYKmsG3Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNYKmsG3Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNYKmsG3Z .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-tsNYKmsG3Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNYKmsG3Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNYKmsG3Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNYKmsG3Z .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNYKmsG3Z .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-tsNYKmsG3Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKmsG3Z .modal-header {
    padding: 1rem;
  }
}
.cid-tsNYKmsG3Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNYKmsG3Z .modal-header .close svg {
  fill: #353535;
}
.cid-tsNYKmsG3Z .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNYKmsG3Z .modal-header .close:focus {
  outline: none;
}
.cid-tsNYKmsG3Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNYKmsG3Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNYKmsG3Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKmsG3Z .modal-body {
    padding: 1rem;
  }
}
.cid-tsNYKmsG3Z .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-tsNYKmsG3Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKmsG3Z .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNYKmsG3Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNYKmsG3Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNYKmsG3Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNYKmsG3Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNYKmsG3Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNYKmsG3Z .modal-lg,
  .cid-tsNYKmsG3Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNYKmsG3Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNYKmsG3Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNYKmsG3Z .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-tsNYKmsG3Z .form-group {
  margin-bottom: 1rem;
}
.cid-tsNYKmsG3Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNYKmsG3Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNYKmsG3Z .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-tsNYKmsG3Z .mbr-section-btn {
  margin: 0;
}
.cid-tsNYKmsG3Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNYKn5kFz.popup-builder {
  background-color: #ffffff;
}
.cid-tsNYKn5kFz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsNYKn5kFz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsNYKn5kFz .modal-content,
.cid-tsNYKn5kFz .modal-dialog {
  height: auto;
}
.cid-tsNYKn5kFz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsNYKn5kFz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsNYKn5kFz .form-wrapper .mbr-form .form-group,
  .cid-tsNYKn5kFz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsNYKn5kFz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsNYKn5kFz .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-tsNYKn5kFz .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsNYKn5kFz .pt-0 {
  padding-top: 0 !important;
}
.cid-tsNYKn5kFz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsNYKn5kFz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsNYKn5kFz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsNYKn5kFz .modal-open {
  overflow: hidden;
}
.cid-tsNYKn5kFz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsNYKn5kFz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsNYKn5kFz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsNYKn5kFz .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-tsNYKn5kFz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsNYKn5kFz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsNYKn5kFz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsNYKn5kFz .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-tsNYKn5kFz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsNYKn5kFz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsNYKn5kFz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsNYKn5kFz .modal-backdrop.show {
  opacity: .5;
}
.cid-tsNYKn5kFz .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-tsNYKn5kFz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKn5kFz .modal-header {
    padding: 1rem;
  }
}
.cid-tsNYKn5kFz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsNYKn5kFz .modal-header .close svg {
  fill: #353535;
}
.cid-tsNYKn5kFz .modal-header .close:hover {
  opacity: 1;
}
.cid-tsNYKn5kFz .modal-header .close:focus {
  outline: none;
}
.cid-tsNYKn5kFz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsNYKn5kFz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsNYKn5kFz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKn5kFz .modal-body {
    padding: 1rem;
  }
}
.cid-tsNYKn5kFz .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-tsNYKn5kFz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsNYKn5kFz .modal-footer {
    padding: 1rem;
  }
}
.cid-tsNYKn5kFz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsNYKn5kFz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsNYKn5kFz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsNYKn5kFz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsNYKn5kFz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsNYKn5kFz .modal-lg,
  .cid-tsNYKn5kFz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsNYKn5kFz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsNYKn5kFz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsNYKn5kFz .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-tsNYKn5kFz .form-group {
  margin-bottom: 1rem;
}
.cid-tsNYKn5kFz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsNYKn5kFz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsNYKn5kFz .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-tsNYKn5kFz .mbr-section-btn {
  margin: 0;
}
.cid-tsNYKn5kFz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsNYKn5kFz .mbr-text-title {
  text-align: center;
}
.cid-tsNYKn5kFz li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsNYKn5kFz H5 {
  color: #000000;
}
.cid-tsNYKn5kFz .item-title {
  text-align: center;
}
.cid-tsNYKoghpN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tsNYKoghpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsNYKoghpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsNYKoghpN .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tsNYKoghpN .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNYKoghpN .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tsNYKoghpN .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNYKoghpN .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tsNYKoghpN .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNYKoghpN .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tsNYKoghpN .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNYKoghpN .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tsNYKoghpN .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsNYKoghpN [class^="socicon-"]:before,
.cid-tsNYKoghpN [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tsNYKoghpN .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tsO1CAbjYH {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tsO1CAbjYH .mbr-section-title {
  color: #05386b;
}
.cid-tsO1CAbjYH .mbr-section-subtitle {
  color: #05386b;
}
.cid-tsO1CB8iLh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bed3f9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsO1CB8iLh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsO1CB8iLh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsO1CB8iLh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsO1CB8iLh .mbr-gallery-item {
  width: 33.3%;
}
.cid-tsO1CB8iLh .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tsO1CB8iLh .mbr-gallery-item {
    width: 50%;
  }
}
.cid-tsO1CB8iLh .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tsO1CB8iLh .mbr-gallery-row {
  justify-content: center;
}
.cid-tsO1CB8iLh .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tsO1CB8iLh .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tsO1CB8iLh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsO1CB8iLh .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tsO1CB8iLh .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tsO1CB8iLh .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tsO1CB8iLh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsO1CB8iLh .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tsO1CB8iLh img {
  transition: all 2s !important;
}
.cid-tsO1CB8iLh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsO1CB8iLh .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tsO1CB8iLh .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsO1CCH4v0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tsO1CD4Wc3.popup-builder {
  background-color: #ffffff;
}
.cid-tsO1CD4Wc3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsO1CD4Wc3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsO1CD4Wc3 .modal-content,
.cid-tsO1CD4Wc3 .modal-dialog {
  height: auto;
}
.cid-tsO1CD4Wc3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsO1CD4Wc3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsO1CD4Wc3 .form-wrapper .mbr-form .form-group,
  .cid-tsO1CD4Wc3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsO1CD4Wc3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsO1CD4Wc3 .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-tsO1CD4Wc3 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsO1CD4Wc3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsO1CD4Wc3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsO1CD4Wc3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsO1CD4Wc3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsO1CD4Wc3 .modal-open {
  overflow: hidden;
}
.cid-tsO1CD4Wc3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsO1CD4Wc3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsO1CD4Wc3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsO1CD4Wc3 .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-tsO1CD4Wc3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsO1CD4Wc3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsO1CD4Wc3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsO1CD4Wc3 .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-tsO1CD4Wc3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsO1CD4Wc3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsO1CD4Wc3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsO1CD4Wc3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsO1CD4Wc3 .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-tsO1CD4Wc3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CD4Wc3 .modal-header {
    padding: 1rem;
  }
}
.cid-tsO1CD4Wc3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsO1CD4Wc3 .modal-header .close svg {
  fill: #353535;
}
.cid-tsO1CD4Wc3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsO1CD4Wc3 .modal-header .close:focus {
  outline: none;
}
.cid-tsO1CD4Wc3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsO1CD4Wc3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsO1CD4Wc3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CD4Wc3 .modal-body {
    padding: 1rem;
  }
}
.cid-tsO1CD4Wc3 .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-tsO1CD4Wc3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CD4Wc3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsO1CD4Wc3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsO1CD4Wc3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsO1CD4Wc3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsO1CD4Wc3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsO1CD4Wc3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsO1CD4Wc3 .modal-lg,
  .cid-tsO1CD4Wc3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsO1CD4Wc3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsO1CD4Wc3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsO1CD4Wc3 .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-tsO1CD4Wc3 .form-group {
  margin-bottom: 1rem;
}
.cid-tsO1CD4Wc3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsO1CD4Wc3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsO1CD4Wc3 .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-tsO1CD4Wc3 .mbr-section-btn {
  margin: 0;
}
.cid-tsO1CD4Wc3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsO1CDB0XU.popup-builder {
  background-color: #ffffff;
}
.cid-tsO1CDB0XU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsO1CDB0XU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsO1CDB0XU .modal-content,
.cid-tsO1CDB0XU .modal-dialog {
  height: auto;
}
.cid-tsO1CDB0XU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsO1CDB0XU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsO1CDB0XU .form-wrapper .mbr-form .form-group,
  .cid-tsO1CDB0XU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsO1CDB0XU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsO1CDB0XU .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-tsO1CDB0XU .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tsO1CDB0XU .pt-0 {
  padding-top: 0 !important;
}
.cid-tsO1CDB0XU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsO1CDB0XU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsO1CDB0XU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsO1CDB0XU .modal-open {
  overflow: hidden;
}
.cid-tsO1CDB0XU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsO1CDB0XU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsO1CDB0XU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsO1CDB0XU .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-tsO1CDB0XU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsO1CDB0XU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsO1CDB0XU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsO1CDB0XU .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-tsO1CDB0XU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsO1CDB0XU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsO1CDB0XU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsO1CDB0XU .modal-backdrop.show {
  opacity: .5;
}
.cid-tsO1CDB0XU .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-tsO1CDB0XU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CDB0XU .modal-header {
    padding: 1rem;
  }
}
.cid-tsO1CDB0XU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsO1CDB0XU .modal-header .close svg {
  fill: #353535;
}
.cid-tsO1CDB0XU .modal-header .close:hover {
  opacity: 1;
}
.cid-tsO1CDB0XU .modal-header .close:focus {
  outline: none;
}
.cid-tsO1CDB0XU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsO1CDB0XU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsO1CDB0XU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CDB0XU .modal-body {
    padding: 1rem;
  }
}
.cid-tsO1CDB0XU .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-tsO1CDB0XU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CDB0XU .modal-footer {
    padding: 1rem;
  }
}
.cid-tsO1CDB0XU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsO1CDB0XU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsO1CDB0XU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsO1CDB0XU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsO1CDB0XU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsO1CDB0XU .modal-lg,
  .cid-tsO1CDB0XU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsO1CDB0XU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsO1CDB0XU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsO1CDB0XU .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-tsO1CDB0XU .form-group {
  margin-bottom: 1rem;
}
.cid-tsO1CDB0XU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsO1CDB0XU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsO1CDB0XU .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-tsO1CDB0XU .mbr-section-btn {
  margin: 0;
}
.cid-tsO1CDB0XU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsO1CDB0XU .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tsO1CDB0XU .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tsO1CDB0XU .mbr-text2,
.cid-tsO1CDB0XU .mbr-section-btn {
  text-align: right;
}
.cid-tsO1CDB0XU .mbr-text3,
.cid-tsO1CDB0XU .mbr-section-btn {
  text-align: left;
}
.cid-tsO1CEc606.popup-builder {
  background-color: #ffffff;
}
.cid-tsO1CEc606.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsO1CEc606.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsO1CEc606 .modal-content,
.cid-tsO1CEc606 .modal-dialog {
  height: auto;
}
.cid-tsO1CEc606 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsO1CEc606 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsO1CEc606 .form-wrapper .mbr-form .form-group,
  .cid-tsO1CEc606 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsO1CEc606 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsO1CEc606 .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-tsO1CEc606 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsO1CEc606 .pt-0 {
  padding-top: 0 !important;
}
.cid-tsO1CEc606 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsO1CEc606 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsO1CEc606 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsO1CEc606 .modal-open {
  overflow: hidden;
}
.cid-tsO1CEc606 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsO1CEc606 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsO1CEc606 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsO1CEc606 .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-tsO1CEc606 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsO1CEc606 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsO1CEc606 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsO1CEc606 .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-tsO1CEc606 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsO1CEc606 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsO1CEc606 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsO1CEc606 .modal-backdrop.show {
  opacity: .5;
}
.cid-tsO1CEc606 .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-tsO1CEc606 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CEc606 .modal-header {
    padding: 1rem;
  }
}
.cid-tsO1CEc606 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsO1CEc606 .modal-header .close svg {
  fill: #353535;
}
.cid-tsO1CEc606 .modal-header .close:hover {
  opacity: 1;
}
.cid-tsO1CEc606 .modal-header .close:focus {
  outline: none;
}
.cid-tsO1CEc606 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsO1CEc606 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsO1CEc606 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CEc606 .modal-body {
    padding: 1rem;
  }
}
.cid-tsO1CEc606 .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-tsO1CEc606 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CEc606 .modal-footer {
    padding: 1rem;
  }
}
.cid-tsO1CEc606 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsO1CEc606 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsO1CEc606 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsO1CEc606 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsO1CEc606 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsO1CEc606 .modal-lg,
  .cid-tsO1CEc606 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsO1CEc606 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsO1CEc606 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsO1CEc606 .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-tsO1CEc606 .form-group {
  margin-bottom: 1rem;
}
.cid-tsO1CEc606 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsO1CEc606 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsO1CEc606 .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-tsO1CEc606 .mbr-section-btn {
  margin: 0;
}
.cid-tsO1CEc606 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsO1CEc606 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tsO1CEc606 li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsO1CEc606 .item-title {
  text-align: center;
  color: #232323;
}
.cid-tsO1CEc606 UL {
  text-align: right;
}
.cid-tsO1CEc606 .item-title UL {
  text-align: center;
}
.cid-tsO1CFTYFO.popup-builder {
  background-color: #ffffff;
}
.cid-tsO1CFTYFO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsO1CFTYFO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsO1CFTYFO .modal-content,
.cid-tsO1CFTYFO .modal-dialog {
  height: auto;
}
.cid-tsO1CFTYFO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsO1CFTYFO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsO1CFTYFO .form-wrapper .mbr-form .form-group,
  .cid-tsO1CFTYFO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsO1CFTYFO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsO1CFTYFO .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-tsO1CFTYFO .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsO1CFTYFO .pt-0 {
  padding-top: 0 !important;
}
.cid-tsO1CFTYFO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsO1CFTYFO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsO1CFTYFO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsO1CFTYFO .modal-open {
  overflow: hidden;
}
.cid-tsO1CFTYFO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsO1CFTYFO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsO1CFTYFO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsO1CFTYFO .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-tsO1CFTYFO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsO1CFTYFO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsO1CFTYFO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsO1CFTYFO .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-tsO1CFTYFO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsO1CFTYFO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsO1CFTYFO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsO1CFTYFO .modal-backdrop.show {
  opacity: .5;
}
.cid-tsO1CFTYFO .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-tsO1CFTYFO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CFTYFO .modal-header {
    padding: 1rem;
  }
}
.cid-tsO1CFTYFO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsO1CFTYFO .modal-header .close svg {
  fill: #353535;
}
.cid-tsO1CFTYFO .modal-header .close:hover {
  opacity: 1;
}
.cid-tsO1CFTYFO .modal-header .close:focus {
  outline: none;
}
.cid-tsO1CFTYFO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsO1CFTYFO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsO1CFTYFO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CFTYFO .modal-body {
    padding: 1rem;
  }
}
.cid-tsO1CFTYFO .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-tsO1CFTYFO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CFTYFO .modal-footer {
    padding: 1rem;
  }
}
.cid-tsO1CFTYFO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsO1CFTYFO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsO1CFTYFO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsO1CFTYFO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsO1CFTYFO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsO1CFTYFO .modal-lg,
  .cid-tsO1CFTYFO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsO1CFTYFO .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsO1CFTYFO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsO1CFTYFO .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-tsO1CFTYFO .form-group {
  margin-bottom: 1rem;
}
.cid-tsO1CFTYFO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsO1CFTYFO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsO1CFTYFO .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-tsO1CFTYFO .mbr-section-btn {
  margin: 0;
}
.cid-tsO1CFTYFO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsO1CFTYFO .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tsO1CFTYFO li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsO1CFTYFO .item-title {
  text-align: center;
  color: #232323;
}
.cid-tsO1CHnF7q.popup-builder {
  background-color: #ffffff;
}
.cid-tsO1CHnF7q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsO1CHnF7q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsO1CHnF7q .modal-content,
.cid-tsO1CHnF7q .modal-dialog {
  height: auto;
}
.cid-tsO1CHnF7q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsO1CHnF7q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsO1CHnF7q .form-wrapper .mbr-form .form-group,
  .cid-tsO1CHnF7q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsO1CHnF7q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsO1CHnF7q .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-tsO1CHnF7q .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tsO1CHnF7q .pt-0 {
  padding-top: 0 !important;
}
.cid-tsO1CHnF7q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsO1CHnF7q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsO1CHnF7q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsO1CHnF7q .modal-open {
  overflow: hidden;
}
.cid-tsO1CHnF7q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsO1CHnF7q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsO1CHnF7q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsO1CHnF7q .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-tsO1CHnF7q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsO1CHnF7q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsO1CHnF7q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsO1CHnF7q .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-tsO1CHnF7q .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsO1CHnF7q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsO1CHnF7q .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsO1CHnF7q .modal-backdrop.show {
  opacity: .5;
}
.cid-tsO1CHnF7q .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-tsO1CHnF7q .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CHnF7q .modal-header {
    padding: 1rem;
  }
}
.cid-tsO1CHnF7q .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsO1CHnF7q .modal-header .close svg {
  fill: #353535;
}
.cid-tsO1CHnF7q .modal-header .close:hover {
  opacity: 1;
}
.cid-tsO1CHnF7q .modal-header .close:focus {
  outline: none;
}
.cid-tsO1CHnF7q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsO1CHnF7q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsO1CHnF7q .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CHnF7q .modal-body {
    padding: 1rem;
  }
}
.cid-tsO1CHnF7q .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-tsO1CHnF7q .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CHnF7q .modal-footer {
    padding: 1rem;
  }
}
.cid-tsO1CHnF7q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsO1CHnF7q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsO1CHnF7q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsO1CHnF7q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsO1CHnF7q .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsO1CHnF7q .modal-lg,
  .cid-tsO1CHnF7q .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsO1CHnF7q .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsO1CHnF7q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsO1CHnF7q .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-tsO1CHnF7q .form-group {
  margin-bottom: 1rem;
}
.cid-tsO1CHnF7q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsO1CHnF7q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsO1CHnF7q .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-tsO1CHnF7q .mbr-section-btn {
  margin: 0;
}
.cid-tsO1CHnF7q .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsO1CIcSPV.popup-builder {
  background-color: #ffffff;
}
.cid-tsO1CIcSPV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsO1CIcSPV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsO1CIcSPV .modal-content,
.cid-tsO1CIcSPV .modal-dialog {
  height: auto;
}
.cid-tsO1CIcSPV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsO1CIcSPV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsO1CIcSPV .form-wrapper .mbr-form .form-group,
  .cid-tsO1CIcSPV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsO1CIcSPV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsO1CIcSPV .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-tsO1CIcSPV .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tsO1CIcSPV .pt-0 {
  padding-top: 0 !important;
}
.cid-tsO1CIcSPV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsO1CIcSPV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsO1CIcSPV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsO1CIcSPV .modal-open {
  overflow: hidden;
}
.cid-tsO1CIcSPV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsO1CIcSPV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsO1CIcSPV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsO1CIcSPV .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-tsO1CIcSPV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsO1CIcSPV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsO1CIcSPV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsO1CIcSPV .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-tsO1CIcSPV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsO1CIcSPV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsO1CIcSPV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsO1CIcSPV .modal-backdrop.show {
  opacity: .5;
}
.cid-tsO1CIcSPV .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-tsO1CIcSPV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CIcSPV .modal-header {
    padding: 1rem;
  }
}
.cid-tsO1CIcSPV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsO1CIcSPV .modal-header .close svg {
  fill: #353535;
}
.cid-tsO1CIcSPV .modal-header .close:hover {
  opacity: 1;
}
.cid-tsO1CIcSPV .modal-header .close:focus {
  outline: none;
}
.cid-tsO1CIcSPV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tsO1CIcSPV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsO1CIcSPV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CIcSPV .modal-body {
    padding: 1rem;
  }
}
.cid-tsO1CIcSPV .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-tsO1CIcSPV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsO1CIcSPV .modal-footer {
    padding: 1rem;
  }
}
.cid-tsO1CIcSPV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsO1CIcSPV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsO1CIcSPV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsO1CIcSPV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsO1CIcSPV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsO1CIcSPV .modal-lg,
  .cid-tsO1CIcSPV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsO1CIcSPV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsO1CIcSPV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsO1CIcSPV .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-tsO1CIcSPV .form-group {
  margin-bottom: 1rem;
}
.cid-tsO1CIcSPV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsO1CIcSPV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsO1CIcSPV .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-tsO1CIcSPV .mbr-section-btn {
  margin: 0;
}
.cid-tsO1CIcSPV .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsO1CIcSPV .mbr-text-title {
  text-align: center;
}
.cid-tsO1CIcSPV li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tsO1CIcSPV H5 {
  color: #000000;
}
.cid-tsO1CIcSPV .item-title {
  text-align: center;
}
.cid-tsO1CJzrJh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tsO1CJzrJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsO1CJzrJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsO1CJzrJh .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tsO1CJzrJh .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsO1CJzrJh .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tsO1CJzrJh .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsO1CJzrJh .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tsO1CJzrJh .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsO1CJzrJh .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tsO1CJzrJh .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsO1CJzrJh .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tsO1CJzrJh .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tsO1CJzrJh [class^="socicon-"]:before,
.cid-tsO1CJzrJh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tsO1CJzrJh .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tICKa2WcYM {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-tICKa2WcYM .container-fluid {
  padding: 0 3rem;
}
.cid-tICKa2WcYM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #4479d9 50%, #5cdb95 120%);
  display: inline-block;
}
.cid-tICKa2WcYM .mbr-section-subtitle {
  color: #212529;
}
.cid-tICKa2WcYM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tICKa2WcYM .table-wrapper {
  margin: 0 auto;
}
.cid-tICKa2WcYM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tICKa2WcYM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #8264fd;
  color: white;
  vertical-align: middle;
}
.cid-tICKa2WcYM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tICKa2WcYM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tICKa2WcYM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tICKa2WcYM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tICKa2WcYM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tICKa2WcYM .dataTables_wrapper {
  display: block;
}
.cid-tICKa2WcYM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tICKa2WcYM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tICKa2WcYM .head-item:after,
.cid-tICKa2WcYM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tICKa2WcYM .dataTables_filter {
    text-align: center;
  }
  .cid-tICKa2WcYM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tICKa2WcYM .dataTables_filter {
    text-align: center;
  }
  .cid-tICKa2WcYM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tICKa2WcYM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tICKa2WcYM table th,
  .cid-tICKa2WcYM table td {
    padding: .75rem;
  }
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLRh2PMJRI.popup-builder {
  background-color: #ffffff;
}
.cid-tLRh2PMJRI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLRh2PMJRI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLRh2PMJRI .modal-content,
.cid-tLRh2PMJRI .modal-dialog {
  height: auto;
}
.cid-tLRh2PMJRI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLRh2PMJRI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLRh2PMJRI .form-wrapper .mbr-form .form-group,
  .cid-tLRh2PMJRI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLRh2PMJRI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLRh2PMJRI .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-tLRh2PMJRI .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tLRh2PMJRI .pt-0 {
  padding-top: 0 !important;
}
.cid-tLRh2PMJRI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLRh2PMJRI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLRh2PMJRI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLRh2PMJRI .modal-open {
  overflow: hidden;
}
.cid-tLRh2PMJRI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLRh2PMJRI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLRh2PMJRI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLRh2PMJRI .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-tLRh2PMJRI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLRh2PMJRI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLRh2PMJRI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLRh2PMJRI .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-tLRh2PMJRI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLRh2PMJRI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLRh2PMJRI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLRh2PMJRI .modal-backdrop.show {
  opacity: .5;
}
.cid-tLRh2PMJRI .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-tLRh2PMJRI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLRh2PMJRI .modal-header {
    padding: 1rem;
  }
}
.cid-tLRh2PMJRI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLRh2PMJRI .modal-header .close svg {
  fill: #353535;
}
.cid-tLRh2PMJRI .modal-header .close:hover {
  opacity: 1;
}
.cid-tLRh2PMJRI .modal-header .close:focus {
  outline: none;
}
.cid-tLRh2PMJRI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tLRh2PMJRI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLRh2PMJRI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLRh2PMJRI .modal-body {
    padding: 1rem;
  }
}
.cid-tLRh2PMJRI .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-tLRh2PMJRI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLRh2PMJRI .modal-footer {
    padding: 1rem;
  }
}
.cid-tLRh2PMJRI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLRh2PMJRI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLRh2PMJRI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLRh2PMJRI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLRh2PMJRI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLRh2PMJRI .modal-lg,
  .cid-tLRh2PMJRI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLRh2PMJRI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLRh2PMJRI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLRh2PMJRI .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-tLRh2PMJRI .form-group {
  margin-bottom: 1rem;
}
.cid-tLRh2PMJRI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLRh2PMJRI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLRh2PMJRI .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-tLRh2PMJRI .mbr-section-btn {
  margin: 0;
}
.cid-tLRh2PMJRI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLRh2PMJRI .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tLRh2PMJRI .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tLRh2PMJRI .mbr-text2,
.cid-tLRh2PMJRI .mbr-section-btn {
  text-align: right;
}
.cid-tLRh2PMJRI .mbr-text3,
.cid-tLRh2PMJRI .mbr-section-btn {
  text-align: left;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tICKoSCNYL {
  background-color: #222222;
}
.cid-tICKoSCNYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tICKoSCNYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tICKoSCNYL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tICKoSCNYL .mbr-text,
.cid-tICKoSCNYL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tICKoSCNYL b,
.cid-tICKoSCNYL strong {
  font-weight: 900;
}
.cid-tICKoSCNYL .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t82u0zqpAh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tccUc85JUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tccUc85JUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccUc85JUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccUc85JUH .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tccUc85JUH .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tccUc85JUH [class^="socicon-"]:before,
.cid-tccUc85JUH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tccUc85JUH .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tIszJKpDs9 {
  z-index: 1000;
  width: 100%;
}
.cid-tIszJKpDs9 nav.navbar {
  position: fixed;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIszJKpDs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIszJKpDs9 .dropdown-item:hover,
.cid-tIszJKpDs9 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tIszJKpDs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIszJKpDs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIszJKpDs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIszJKpDs9 .nav-link {
  position: relative;
}
.cid-tIszJKpDs9 .container {
  display: flex;
  margin: auto;
}
.cid-tIszJKpDs9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown-menu,
.cid-tIszJKpDs9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tIszJKpDs9 .nav-item:focus,
.cid-tIszJKpDs9 .nav-link:focus {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIszJKpDs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIszJKpDs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIszJKpDs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIszJKpDs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tIszJKpDs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIszJKpDs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIszJKpDs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIszJKpDs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIszJKpDs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIszJKpDs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIszJKpDs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIszJKpDs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIszJKpDs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIszJKpDs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIszJKpDs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIszJKpDs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIszJKpDs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIszJKpDs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIszJKpDs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIszJKpDs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIszJKpDs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIszJKpDs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIszJKpDs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIszJKpDs9 .dropdown-item.active,
.cid-tIszJKpDs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIszJKpDs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIszJKpDs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tIszJKpDs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIszJKpDs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIszJKpDs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIszJKpDs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIszJKpDs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIszJKpDs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIszJKpDs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIszJKpDs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIszJKpDs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIszJKpDs9 .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-tIszJKpDs9 .navbar {
    height: 70px;
  }
  .cid-tIszJKpDs9 .navbar.opened {
    height: auto;
  }
  .cid-tIszJKpDs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLRh2PM8wb.popup-builder {
  background-color: #ffffff;
}
.cid-tLRh2PM8wb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLRh2PM8wb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLRh2PM8wb .modal-content,
.cid-tLRh2PM8wb .modal-dialog {
  height: auto;
}
.cid-tLRh2PM8wb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLRh2PM8wb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLRh2PM8wb .form-wrapper .mbr-form .form-group,
  .cid-tLRh2PM8wb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLRh2PM8wb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLRh2PM8wb .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-tLRh2PM8wb .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tLRh2PM8wb .pt-0 {
  padding-top: 0 !important;
}
.cid-tLRh2PM8wb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLRh2PM8wb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLRh2PM8wb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLRh2PM8wb .modal-open {
  overflow: hidden;
}
.cid-tLRh2PM8wb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLRh2PM8wb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLRh2PM8wb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLRh2PM8wb .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-tLRh2PM8wb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLRh2PM8wb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLRh2PM8wb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLRh2PM8wb .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-tLRh2PM8wb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLRh2PM8wb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLRh2PM8wb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLRh2PM8wb .modal-backdrop.show {
  opacity: .5;
}
.cid-tLRh2PM8wb .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-tLRh2PM8wb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLRh2PM8wb .modal-header {
    padding: 1rem;
  }
}
.cid-tLRh2PM8wb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLRh2PM8wb .modal-header .close svg {
  fill: #353535;
}
.cid-tLRh2PM8wb .modal-header .close:hover {
  opacity: 1;
}
.cid-tLRh2PM8wb .modal-header .close:focus {
  outline: none;
}
.cid-tLRh2PM8wb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tLRh2PM8wb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLRh2PM8wb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLRh2PM8wb .modal-body {
    padding: 1rem;
  }
}
.cid-tLRh2PM8wb .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-tLRh2PM8wb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLRh2PM8wb .modal-footer {
    padding: 1rem;
  }
}
.cid-tLRh2PM8wb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLRh2PM8wb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLRh2PM8wb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLRh2PM8wb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLRh2PM8wb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLRh2PM8wb .modal-lg,
  .cid-tLRh2PM8wb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLRh2PM8wb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLRh2PM8wb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLRh2PM8wb .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-tLRh2PM8wb .form-group {
  margin-bottom: 1rem;
}
.cid-tLRh2PM8wb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLRh2PM8wb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLRh2PM8wb .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-tLRh2PM8wb .mbr-section-btn {
  margin: 0;
}
.cid-tLRh2PM8wb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLRh2PM8wb .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tLRh2PM8wb .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tLRh2PM8wb .mbr-text2,
.cid-tLRh2PM8wb .mbr-section-btn {
  text-align: right;
}
.cid-tLRh2PM8wb .mbr-text3,
.cid-tLRh2PM8wb .mbr-section-btn {
  text-align: left;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.floating-wpp
{
   bottom: 100px;
}
.cid-tM1E82WVKV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tM1E82WVKV .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tM1E82WVKV .content_block:hover .mbr-section-title a {
  color: #5cdb95 !important;
}
.cid-tM1E82WVKV .card_topic,
.cid-tM1E82WVKV .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tM1E82WVKV .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #5cdb95;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tM1E82WVKV .image {
  position: relative;
}
.cid-tM1E82WVKV .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #bed3f9);
  z-index: 1;
  pointer-events: none;
}
.cid-tM1E82WVKV .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tM1E82WVKV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tM1E82WVKV .mbr-section-btn .btn-secondary-outline:hover,
.cid-tM1E82WVKV .mbr-section-btn .btn-secondary-outline .active,
.cid-tM1E82WVKV .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-tM1E82WVKV .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tM1E82WVKV .content_block {
    padding: 30px 15px;
  }
  .cid-tM1E82WVKV .mbr-figure {
    padding: 0;
  }
  .cid-tM1E82WVKV .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(190, 211, 249, 0.99));
  }
}
.cid-tM1E82WVKV .category_content,
.cid-tM1E82WVKV .card_topic {
  color: #000000;
  text-align: center;
}
.cid-tM1E82WVKV .mbr-text,
.cid-tM1E82WVKV .mbr-section-btn {
  color: #05386b;
  text-align: justify;
}
.cid-tM1E82WVKV .mbr-section-title {
  text-align: center;
  color: #05386b;
}
.cid-tM1E8GuGN8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-tM1E8GuGN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM1E8GuGN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM1E8GuGN8 .video-wrapper iframe {
  width: 100%;
}
.cid-tM1E8GuGN8 .mbr-section-title,
.cid-tM1E8GuGN8 .mbr-description {
  text-align: center;
}
.cid-tM1E8GuGN8 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tM1E8GuGN8 .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-tM1DVg31wt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tM1DVgdZQy.popup-builder {
  background-color: #ffffff;
}
.cid-tM1DVgdZQy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tM1DVgdZQy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tM1DVgdZQy .modal-content,
.cid-tM1DVgdZQy .modal-dialog {
  height: auto;
}
.cid-tM1DVgdZQy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tM1DVgdZQy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tM1DVgdZQy .form-wrapper .mbr-form .form-group,
  .cid-tM1DVgdZQy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tM1DVgdZQy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tM1DVgdZQy .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-tM1DVgdZQy .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tM1DVgdZQy .pt-0 {
  padding-top: 0 !important;
}
.cid-tM1DVgdZQy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tM1DVgdZQy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tM1DVgdZQy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tM1DVgdZQy .modal-open {
  overflow: hidden;
}
.cid-tM1DVgdZQy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tM1DVgdZQy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tM1DVgdZQy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tM1DVgdZQy .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-tM1DVgdZQy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tM1DVgdZQy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tM1DVgdZQy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tM1DVgdZQy .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-tM1DVgdZQy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tM1DVgdZQy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tM1DVgdZQy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tM1DVgdZQy .modal-backdrop.show {
  opacity: .5;
}
.cid-tM1DVgdZQy .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-tM1DVgdZQy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgdZQy .modal-header {
    padding: 1rem;
  }
}
.cid-tM1DVgdZQy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tM1DVgdZQy .modal-header .close svg {
  fill: #353535;
}
.cid-tM1DVgdZQy .modal-header .close:hover {
  opacity: 1;
}
.cid-tM1DVgdZQy .modal-header .close:focus {
  outline: none;
}
.cid-tM1DVgdZQy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tM1DVgdZQy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tM1DVgdZQy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgdZQy .modal-body {
    padding: 1rem;
  }
}
.cid-tM1DVgdZQy .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-tM1DVgdZQy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgdZQy .modal-footer {
    padding: 1rem;
  }
}
.cid-tM1DVgdZQy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tM1DVgdZQy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tM1DVgdZQy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tM1DVgdZQy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tM1DVgdZQy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tM1DVgdZQy .modal-lg,
  .cid-tM1DVgdZQy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tM1DVgdZQy .modal-xl {
    max-width: 1140px;
  }
}
.cid-tM1DVgdZQy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tM1DVgdZQy .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-tM1DVgdZQy .form-group {
  margin-bottom: 1rem;
}
.cid-tM1DVgdZQy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tM1DVgdZQy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tM1DVgdZQy .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-tM1DVgdZQy .mbr-section-btn {
  margin: 0;
}
.cid-tM1DVgdZQy .mbr-section-btn .btn {
  margin: 0;
}
.cid-tM1DVgw4LF.popup-builder {
  background-color: #ffffff;
}
.cid-tM1DVgw4LF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tM1DVgw4LF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tM1DVgw4LF .modal-content,
.cid-tM1DVgw4LF .modal-dialog {
  height: auto;
}
.cid-tM1DVgw4LF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tM1DVgw4LF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tM1DVgw4LF .form-wrapper .mbr-form .form-group,
  .cid-tM1DVgw4LF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tM1DVgw4LF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tM1DVgw4LF .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-tM1DVgw4LF .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tM1DVgw4LF .pt-0 {
  padding-top: 0 !important;
}
.cid-tM1DVgw4LF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tM1DVgw4LF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tM1DVgw4LF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tM1DVgw4LF .modal-open {
  overflow: hidden;
}
.cid-tM1DVgw4LF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tM1DVgw4LF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tM1DVgw4LF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tM1DVgw4LF .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-tM1DVgw4LF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tM1DVgw4LF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tM1DVgw4LF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tM1DVgw4LF .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-tM1DVgw4LF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tM1DVgw4LF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tM1DVgw4LF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tM1DVgw4LF .modal-backdrop.show {
  opacity: .5;
}
.cid-tM1DVgw4LF .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-tM1DVgw4LF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgw4LF .modal-header {
    padding: 1rem;
  }
}
.cid-tM1DVgw4LF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tM1DVgw4LF .modal-header .close svg {
  fill: #353535;
}
.cid-tM1DVgw4LF .modal-header .close:hover {
  opacity: 1;
}
.cid-tM1DVgw4LF .modal-header .close:focus {
  outline: none;
}
.cid-tM1DVgw4LF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tM1DVgw4LF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tM1DVgw4LF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgw4LF .modal-body {
    padding: 1rem;
  }
}
.cid-tM1DVgw4LF .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-tM1DVgw4LF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgw4LF .modal-footer {
    padding: 1rem;
  }
}
.cid-tM1DVgw4LF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tM1DVgw4LF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tM1DVgw4LF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tM1DVgw4LF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tM1DVgw4LF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tM1DVgw4LF .modal-lg,
  .cid-tM1DVgw4LF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tM1DVgw4LF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tM1DVgw4LF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tM1DVgw4LF .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-tM1DVgw4LF .form-group {
  margin-bottom: 1rem;
}
.cid-tM1DVgw4LF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tM1DVgw4LF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tM1DVgw4LF .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-tM1DVgw4LF .mbr-section-btn {
  margin: 0;
}
.cid-tM1DVgw4LF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tM1DVgw4LF .sqare {
  background-color: rgba(255, 0, 0, 0.5);
}
.cid-tM1DVgw4LF .sqare2 {
  background-color: white;
  border: 2px solid black;
}
.cid-tM1DVgw4LF .mbr-text2,
.cid-tM1DVgw4LF .mbr-section-btn {
  text-align: right;
}
.cid-tM1DVgw4LF .mbr-text3,
.cid-tM1DVgw4LF .mbr-section-btn {
  text-align: left;
}
.cid-tM1DVgL98v.popup-builder {
  background-color: #ffffff;
}
.cid-tM1DVgL98v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tM1DVgL98v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tM1DVgL98v .modal-content,
.cid-tM1DVgL98v .modal-dialog {
  height: auto;
}
.cid-tM1DVgL98v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tM1DVgL98v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tM1DVgL98v .form-wrapper .mbr-form .form-group,
  .cid-tM1DVgL98v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tM1DVgL98v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tM1DVgL98v .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-tM1DVgL98v .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tM1DVgL98v .pt-0 {
  padding-top: 0 !important;
}
.cid-tM1DVgL98v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tM1DVgL98v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tM1DVgL98v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tM1DVgL98v .modal-open {
  overflow: hidden;
}
.cid-tM1DVgL98v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tM1DVgL98v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tM1DVgL98v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tM1DVgL98v .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-tM1DVgL98v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tM1DVgL98v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tM1DVgL98v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tM1DVgL98v .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-tM1DVgL98v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tM1DVgL98v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tM1DVgL98v .modal-backdrop.fade {
  opacity: 0;
}
.cid-tM1DVgL98v .modal-backdrop.show {
  opacity: .5;
}
.cid-tM1DVgL98v .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-tM1DVgL98v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgL98v .modal-header {
    padding: 1rem;
  }
}
.cid-tM1DVgL98v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tM1DVgL98v .modal-header .close svg {
  fill: #353535;
}
.cid-tM1DVgL98v .modal-header .close:hover {
  opacity: 1;
}
.cid-tM1DVgL98v .modal-header .close:focus {
  outline: none;
}
.cid-tM1DVgL98v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tM1DVgL98v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tM1DVgL98v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgL98v .modal-body {
    padding: 1rem;
  }
}
.cid-tM1DVgL98v .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-tM1DVgL98v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVgL98v .modal-footer {
    padding: 1rem;
  }
}
.cid-tM1DVgL98v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tM1DVgL98v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tM1DVgL98v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tM1DVgL98v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tM1DVgL98v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tM1DVgL98v .modal-lg,
  .cid-tM1DVgL98v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tM1DVgL98v .modal-xl {
    max-width: 1140px;
  }
}
.cid-tM1DVgL98v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tM1DVgL98v .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-tM1DVgL98v .form-group {
  margin-bottom: 1rem;
}
.cid-tM1DVgL98v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tM1DVgL98v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tM1DVgL98v .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-tM1DVgL98v .mbr-section-btn {
  margin: 0;
}
.cid-tM1DVgL98v .mbr-section-btn .btn {
  margin: 0;
}
.cid-tM1DVgL98v .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tM1DVgL98v li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tM1DVgL98v .item-title {
  text-align: center;
  color: #232323;
}
.cid-tM1DVgL98v UL {
  text-align: right;
}
.cid-tM1DVgL98v .item-title UL {
  text-align: center;
}
.cid-tM1DVhsw9D.popup-builder {
  background-color: #ffffff;
}
.cid-tM1DVhsw9D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tM1DVhsw9D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tM1DVhsw9D .modal-content,
.cid-tM1DVhsw9D .modal-dialog {
  height: auto;
}
.cid-tM1DVhsw9D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tM1DVhsw9D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tM1DVhsw9D .form-wrapper .mbr-form .form-group,
  .cid-tM1DVhsw9D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tM1DVhsw9D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tM1DVhsw9D .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-tM1DVhsw9D .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tM1DVhsw9D .pt-0 {
  padding-top: 0 !important;
}
.cid-tM1DVhsw9D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tM1DVhsw9D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tM1DVhsw9D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tM1DVhsw9D .modal-open {
  overflow: hidden;
}
.cid-tM1DVhsw9D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tM1DVhsw9D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tM1DVhsw9D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tM1DVhsw9D .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-tM1DVhsw9D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tM1DVhsw9D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tM1DVhsw9D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tM1DVhsw9D .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-tM1DVhsw9D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tM1DVhsw9D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tM1DVhsw9D .modal-backdrop.fade {
  opacity: 0;
}
.cid-tM1DVhsw9D .modal-backdrop.show {
  opacity: .5;
}
.cid-tM1DVhsw9D .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-tM1DVhsw9D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVhsw9D .modal-header {
    padding: 1rem;
  }
}
.cid-tM1DVhsw9D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tM1DVhsw9D .modal-header .close svg {
  fill: #353535;
}
.cid-tM1DVhsw9D .modal-header .close:hover {
  opacity: 1;
}
.cid-tM1DVhsw9D .modal-header .close:focus {
  outline: none;
}
.cid-tM1DVhsw9D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tM1DVhsw9D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tM1DVhsw9D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVhsw9D .modal-body {
    padding: 1rem;
  }
}
.cid-tM1DVhsw9D .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-tM1DVhsw9D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVhsw9D .modal-footer {
    padding: 1rem;
  }
}
.cid-tM1DVhsw9D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tM1DVhsw9D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tM1DVhsw9D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tM1DVhsw9D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tM1DVhsw9D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tM1DVhsw9D .modal-lg,
  .cid-tM1DVhsw9D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tM1DVhsw9D .modal-xl {
    max-width: 1140px;
  }
}
.cid-tM1DVhsw9D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tM1DVhsw9D .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-tM1DVhsw9D .form-group {
  margin-bottom: 1rem;
}
.cid-tM1DVhsw9D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tM1DVhsw9D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tM1DVhsw9D .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-tM1DVhsw9D .mbr-section-btn {
  margin: 0;
}
.cid-tM1DVhsw9D .mbr-section-btn .btn {
  margin: 0;
}
.cid-tM1DVhsw9D .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tM1DVhsw9D li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tM1DVhsw9D .item-title {
  text-align: center;
  color: #232323;
}
.cid-tM1DVifo2o.popup-builder {
  background-color: #ffffff;
}
.cid-tM1DVifo2o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tM1DVifo2o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tM1DVifo2o .modal-content,
.cid-tM1DVifo2o .modal-dialog {
  height: auto;
}
.cid-tM1DVifo2o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tM1DVifo2o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tM1DVifo2o .form-wrapper .mbr-form .form-group,
  .cid-tM1DVifo2o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tM1DVifo2o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tM1DVifo2o .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-tM1DVifo2o .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-tM1DVifo2o .pt-0 {
  padding-top: 0 !important;
}
.cid-tM1DVifo2o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tM1DVifo2o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tM1DVifo2o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tM1DVifo2o .modal-open {
  overflow: hidden;
}
.cid-tM1DVifo2o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tM1DVifo2o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tM1DVifo2o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tM1DVifo2o .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-tM1DVifo2o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tM1DVifo2o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tM1DVifo2o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tM1DVifo2o .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-tM1DVifo2o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tM1DVifo2o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tM1DVifo2o .modal-backdrop.fade {
  opacity: 0;
}
.cid-tM1DVifo2o .modal-backdrop.show {
  opacity: .5;
}
.cid-tM1DVifo2o .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-tM1DVifo2o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVifo2o .modal-header {
    padding: 1rem;
  }
}
.cid-tM1DVifo2o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tM1DVifo2o .modal-header .close svg {
  fill: #353535;
}
.cid-tM1DVifo2o .modal-header .close:hover {
  opacity: 1;
}
.cid-tM1DVifo2o .modal-header .close:focus {
  outline: none;
}
.cid-tM1DVifo2o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tM1DVifo2o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tM1DVifo2o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVifo2o .modal-body {
    padding: 1rem;
  }
}
.cid-tM1DVifo2o .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-tM1DVifo2o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVifo2o .modal-footer {
    padding: 1rem;
  }
}
.cid-tM1DVifo2o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tM1DVifo2o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tM1DVifo2o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tM1DVifo2o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tM1DVifo2o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tM1DVifo2o .modal-lg,
  .cid-tM1DVifo2o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tM1DVifo2o .modal-xl {
    max-width: 1140px;
  }
}
.cid-tM1DVifo2o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tM1DVifo2o .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-tM1DVifo2o .form-group {
  margin-bottom: 1rem;
}
.cid-tM1DVifo2o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tM1DVifo2o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tM1DVifo2o .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-tM1DVifo2o .mbr-section-btn {
  margin: 0;
}
.cid-tM1DVifo2o .mbr-section-btn .btn {
  margin: 0;
}
.cid-tM1DViEFVl.popup-builder {
  background-color: #ffffff;
}
.cid-tM1DViEFVl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tM1DViEFVl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tM1DViEFVl .modal-content,
.cid-tM1DViEFVl .modal-dialog {
  height: auto;
}
.cid-tM1DViEFVl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tM1DViEFVl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tM1DViEFVl .form-wrapper .mbr-form .form-group,
  .cid-tM1DViEFVl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tM1DViEFVl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tM1DViEFVl .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-tM1DViEFVl .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tM1DViEFVl .pt-0 {
  padding-top: 0 !important;
}
.cid-tM1DViEFVl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tM1DViEFVl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tM1DViEFVl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tM1DViEFVl .modal-open {
  overflow: hidden;
}
.cid-tM1DViEFVl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tM1DViEFVl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tM1DViEFVl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tM1DViEFVl .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-tM1DViEFVl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tM1DViEFVl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tM1DViEFVl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tM1DViEFVl .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-tM1DViEFVl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tM1DViEFVl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tM1DViEFVl .modal-backdrop.fade {
  opacity: 0;
}
.cid-tM1DViEFVl .modal-backdrop.show {
  opacity: .5;
}
.cid-tM1DViEFVl .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-tM1DViEFVl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DViEFVl .modal-header {
    padding: 1rem;
  }
}
.cid-tM1DViEFVl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tM1DViEFVl .modal-header .close svg {
  fill: #353535;
}
.cid-tM1DViEFVl .modal-header .close:hover {
  opacity: 1;
}
.cid-tM1DViEFVl .modal-header .close:focus {
  outline: none;
}
.cid-tM1DViEFVl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tM1DViEFVl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tM1DViEFVl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DViEFVl .modal-body {
    padding: 1rem;
  }
}
.cid-tM1DViEFVl .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-tM1DViEFVl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DViEFVl .modal-footer {
    padding: 1rem;
  }
}
.cid-tM1DViEFVl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tM1DViEFVl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tM1DViEFVl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tM1DViEFVl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tM1DViEFVl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tM1DViEFVl .modal-lg,
  .cid-tM1DViEFVl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tM1DViEFVl .modal-xl {
    max-width: 1140px;
  }
}
.cid-tM1DViEFVl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tM1DViEFVl .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-tM1DViEFVl .form-group {
  margin-bottom: 1rem;
}
.cid-tM1DViEFVl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tM1DViEFVl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tM1DViEFVl .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-tM1DViEFVl .mbr-section-btn {
  margin: 0;
}
.cid-tM1DViEFVl .mbr-section-btn .btn {
  margin: 0;
}
.cid-tM1DViEFVl .mbr-text-title {
  text-align: center;
}
.cid-tM1DViEFVl li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tM1DViEFVl H5 {
  color: #000000;
}
.cid-tM1DViEFVl .item-title {
  text-align: center;
}
.cid-tM1DVjmK2R.popup-builder {
  background-color: #ffffff;
}
.cid-tM1DVjmK2R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tM1DVjmK2R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tM1DVjmK2R .modal-content,
.cid-tM1DVjmK2R .modal-dialog {
  height: auto;
}
.cid-tM1DVjmK2R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tM1DVjmK2R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tM1DVjmK2R .form-wrapper .mbr-form .form-group,
  .cid-tM1DVjmK2R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tM1DVjmK2R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tM1DVjmK2R .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-tM1DVjmK2R .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-tM1DVjmK2R .pt-0 {
  padding-top: 0 !important;
}
.cid-tM1DVjmK2R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tM1DVjmK2R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tM1DVjmK2R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tM1DVjmK2R .modal-open {
  overflow: hidden;
}
.cid-tM1DVjmK2R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tM1DVjmK2R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tM1DVjmK2R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tM1DVjmK2R .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-tM1DVjmK2R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tM1DVjmK2R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tM1DVjmK2R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tM1DVjmK2R .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-tM1DVjmK2R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tM1DVjmK2R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tM1DVjmK2R .modal-backdrop.fade {
  opacity: 0;
}
.cid-tM1DVjmK2R .modal-backdrop.show {
  opacity: .5;
}
.cid-tM1DVjmK2R .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-tM1DVjmK2R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVjmK2R .modal-header {
    padding: 1rem;
  }
}
.cid-tM1DVjmK2R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tM1DVjmK2R .modal-header .close svg {
  fill: #353535;
}
.cid-tM1DVjmK2R .modal-header .close:hover {
  opacity: 1;
}
.cid-tM1DVjmK2R .modal-header .close:focus {
  outline: none;
}
.cid-tM1DVjmK2R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tM1DVjmK2R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tM1DVjmK2R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVjmK2R .modal-body {
    padding: 1rem;
  }
}
.cid-tM1DVjmK2R .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-tM1DVjmK2R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM1DVjmK2R .modal-footer {
    padding: 1rem;
  }
}
.cid-tM1DVjmK2R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tM1DVjmK2R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tM1DVjmK2R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tM1DVjmK2R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tM1DVjmK2R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tM1DVjmK2R .modal-lg,
  .cid-tM1DVjmK2R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tM1DVjmK2R .modal-xl {
    max-width: 1140px;
  }
}
.cid-tM1DVjmK2R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tM1DVjmK2R .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-tM1DVjmK2R .form-group {
  margin-bottom: 1rem;
}
.cid-tM1DVjmK2R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tM1DVjmK2R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tM1DVjmK2R .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-tM1DVjmK2R .mbr-section-btn {
  margin: 0;
}
.cid-tM1DVjmK2R .mbr-section-btn .btn {
  margin: 0;
}
.cid-tM1DVjmK2R .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-tM1DVjmK2R li.tabPackages {
  background: red;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 1px 5px;
  margin-top: -25px;
  margin-left: -10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cid-tM1DVjmK2R H5 {
  color: #000000;
}
.cid-tM1DVjmK2R .item-title {
  text-align: center;
}
.cid-tM1DVjRHUi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tM1DVjRHUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM1DVjRHUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM1DVjRHUi .bg-facebook {
  background: #fafafa;
  color: #000000;
}
.cid-tM1DVjRHUi .bg-facebook:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tM1DVjRHUi .bg-twitter {
  background: #fafafa;
  color: #000000;
}
.cid-tM1DVjRHUi .bg-twitter:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tM1DVjRHUi .bg-pinterest {
  background: #fafafa;
  color: #000000;
}
.cid-tM1DVjRHUi .bg-pinterest:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tM1DVjRHUi .bg-instagram {
  background: #fafafa;
  color: #000000;
}
.cid-tM1DVjRHUi .bg-instagram:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tM1DVjRHUi .iconfont-wrapper {
  display: inline-block;
  border-radius: 25%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  color: #000000;
}
.cid-tM1DVjRHUi .iconfont-wrapper:hover {
  background: #e1e1e1;
  box-shadow: 2px 2px 10px -2px #000000;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
}
.cid-tM1DVjRHUi [class^="socicon-"]:before,
.cid-tM1DVjRHUi [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tM1DVjRHUi .bmenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6592e6;
  color: white;
  text-align: center;
  z-index: 12;
}
.cid-tM1DVkkUJ2 {
  z-index: 1000;
  width: 100%;
}
.cid-tM1DVkkUJ2 nav.navbar {
  position: fixed;
}
.cid-tM1DVkkUJ2 .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-tM1DVkkUJ2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tM1DVkkUJ2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM1DVkkUJ2 .dropdown-item:hover,
.cid-tM1DVkkUJ2 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tM1DVkkUJ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM1DVkkUJ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM1DVkkUJ2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM1DVkkUJ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM1DVkkUJ2 .nav-link {
  position: relative;
}
.cid-tM1DVkkUJ2 .container {
  display: flex;
  margin: auto;
}
.cid-tM1DVkkUJ2 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM1DVkkUJ2 .dropdown-menu,
.cid-tM1DVkkUJ2 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tM1DVkkUJ2 .nav-item:focus,
.cid-tM1DVkkUJ2 .nav-link:focus {
  outline: none;
}
.cid-tM1DVkkUJ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM1DVkkUJ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM1DVkkUJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM1DVkkUJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM1DVkkUJ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM1DVkkUJ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM1DVkkUJ2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #4479d9 0%, rgba(255, 255, 255, 0) 100%);
}
.cid-tM1DVkkUJ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tM1DVkkUJ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM1DVkkUJ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tM1DVkkUJ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM1DVkkUJ2 .navbar.collapsed {
  justify-content: center;
}
.cid-tM1DVkkUJ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM1DVkkUJ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM1DVkkUJ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tM1DVkkUJ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM1DVkkUJ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM1DVkkUJ2 .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-tM1DVkkUJ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM1DVkkUJ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM1DVkkUJ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM1DVkkUJ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM1DVkkUJ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM1DVkkUJ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM1DVkkUJ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM1DVkkUJ2 .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-tM1DVkkUJ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM1DVkkUJ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM1DVkkUJ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM1DVkkUJ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM1DVkkUJ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM1DVkkUJ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tM1DVkkUJ2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM1DVkkUJ2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tM1DVkkUJ2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tM1DVkkUJ2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM1DVkkUJ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM1DVkkUJ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM1DVkkUJ2 .dropdown-item.active,
.cid-tM1DVkkUJ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tM1DVkkUJ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM1DVkkUJ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM1DVkkUJ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM1DVkkUJ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tM1DVkkUJ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM1DVkkUJ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM1DVkkUJ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM1DVkkUJ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM1DVkkUJ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM1DVkkUJ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tM1DVkkUJ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM1DVkkUJ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM1DVkkUJ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM1DVkkUJ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM1DVkkUJ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM1DVkkUJ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM1DVkkUJ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM1DVkkUJ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM1DVkkUJ2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tM1DVkkUJ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM1DVkkUJ2 .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-tM1DVkkUJ2 .navbar {
    height: 70px;
  }
  .cid-tM1DVkkUJ2 .navbar.opened {
    height: auto;
  }
  .cid-tM1DVkkUJ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

/* sar modify*/

.sar-dropdown {
  display: inline-block;
  position: relative;
}

.sar-dropdown button.btn.item-btn.btn-primary.tooltipstered.display-7 {
  /* Add any additional button-specific styles here */
  transition: 0.3s;
  cursor: pointer;
}

.sar-dropdown button.btn.item-btn.btn-primary.tooltipstered.display-7:hover {
  /* Add styles for the button when hovered here */
  background-color: black;
}

.sar-dropdown .sar-dropdown-content {
  background-color: #fff;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2); /* Changed the Y-offset to -4px */
  z-index: 1;
  visibility: hidden;
  position: absolute;
  min-width: 100%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 10px;
  top: -80%; /* Position the dropdown above the button */
}

.sar-dropdown:hover .sar-dropdown-content {
  visibility: visible;
  opacity: 1;
}

.sar-dropdown-content a {
  display: block;
  text-decoration: none;
  padding: 8px;
  color: #000;
  font-size: 1rem;
  transition: 0.1s;
  white-space: nowrap;
  text-align: center; /* Center the text within the <a> tags */
}

.sar-dropdown-content a:hover {
  background-color: #8CAFF0;
  color: white;
}


  .sar-dropdown-2 {
    display: inline-block;
    position: relative;
  }
  
  .sar-dropdown-2 button.btn.item-btn.btn-primary.tooltipstered.display-7 {
    /* Add any additional button-specific styles here */
    transition: 0.3s;
    cursor: pointer;
  }
  
  .sar-dropdown-2 button.btn.item-btn.btn-primary.tooltipstered.display-7:hover {
    /* Add styles for the button when hovered here */
    background-color: black;
  }
  
  .sar-dropdown-2 .sar-dropdown-content-2 {
    background-color: #fff;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2); /* Changed the Y-offset to -4px */
    z-index: 1;
    visibility: hidden;
    position: absolute;
    min-width: 100%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 10px;
    top: -80%;
  }
  
  .sar-dropdown-2:hover .sar-dropdown-content-2 {
    visibility: visible;
    opacity: 1;
  }
  
  .sar-dropdown-content-2 a {
    display: block;
    text-decoration: none;
    padding: 8px;
    color: #000;
    font-size: 1rem;
    transition: 0.1s;
    white-space: nowrap;
    text-align: center; /* Center the text within the <a> tags */
  }
  
  .sar-dropdown-content-2 a:hover {
    background-color: #8CAFF0;
    color: white;
  }
  
    @media (min-width: 1024px) {
    .cid-t7Kqhvuqiv, .cid-tw67xcSUYs, .cid-t82a43i0Do, .cid-tnMa9WRKwx, .cid-t7yT7SboHS, .cid-t7yTvBdiTd, .cid-t7yTvBdiTd, .cid-t7yTNIJ28K, .cid-t7yUfb5ETc, .cid-t7yUzG3o9J, .cid-t7yUOnTdlj, .cid-tsNEZhvY6I, .cid-tsNYKhC6WD, .cid-tsO1CAbjYH, .cid-tbsfgY6Zxq, .cid-t7yDlvM6h8, .cid-t7yONoBy7Z, .cid-t8aNKNxKzb, .cid-t7yRf0NOEp, .cid-t7yVbDoHit, .cid-t7yVx1EQvn, .cid-t7yVTOXnz7, .cid-tjnueGezcA {
      padding-top: 12rem;
    }
    .cid-tM1E82WVKV, .cid-tICKa2WcYM {
      padding-top: 8rem;
    }
  }

  @media (min-width: 1440px) {
    .cid-tM1E82WVKV, .cid-t7Kqhvuqiv, .cid-tw67xcSUYs, .cid-t82a43i0Do, .cid-tICKa2WcYM, .cid-tnMa9WRKwx, .cid-t7yT7SboHS, .cid-t7yTvBdiTd, .cid-t7yTvBdiTd, .cid-t7yTNIJ28K, .cid-t7yUfb5ETc, .cid-t7yUzG3o9J, .cid-t7yUOnTdlj, .cid-tsNEZhvY6I, .cid-tsNYKhC6WD, .cid-tsO1CAbjYH, .cid-tbsfgY6Zxq, .cid-t7yDlvM6h8, .cid-t7yONoBy7Z, .cid-t8aNKNxKzb, .cid-t7yRf0NOEp, .cid-t7yVbDoHit, .cid-t7yVx1EQvn, .cid-t7yVTOXnz7, .cid-tjnueGezcA {
      padding-top: 7rem;
    }
  }
  
  @media (max-width: 1390px) and (min-width: 1024px)  {
    #sar-menu-mod{
      justify-content: center;
    }
  }
  
    .cid-tIszJKpDs9 .navbar {
    border-bottom: 0px solid transparent !important; 
   }

/* footer custom start*/
.footer7 {
    padding: 2rem 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.footer-main {
    font-size: 1.1rem;
    font-weight: 500;
}

.footer-details {
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-credit {
    font-size: 0.8rem;
    opacity: 0.7;
}

.separator {
    margin: 0 0.5rem;
}

@media (max-width: 767px) {
    .footer7 {
        padding-bottom: 80px;
    }
}
/* footer custom end*/