@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.3;
  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.3;
  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.3;
  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: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.3rem;
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.48rem + (3.3 - 1.48) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.48rem + (3.3 - 1.48) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.025rem + (2 - 1.025) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.025rem + (2 - 1.025) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.63125rem + (0.875 - 0.63125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.63125rem + (0.875 - 0.63125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 0.71rem + (1.1 - 0.71) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.71rem + (1.1 - 0.71) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 0.745rem + (1.2 - 0.745) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.745rem + (1.2 - 0.745) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ffa41d !important;
}
.bg-success {
  background-color: #ffffff !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: #ffa41d !important;
  border-color: #ffa41d !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: #c57600 !important;
  border-color: #c57600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c57600 !important;
  border-color: #c57600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff4712 !important;
  border-color: #ff4712 !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: #ba2a00 !important;
  border-color: #ba2a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ba2a00 !important;
  border-color: #ba2a00 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #ffa41d;
  color: #ffa41d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c57600 !important;
  background-color: transparent!important;
  border-color: #c57600 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa41d !important;
  border-color: #ffa41d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff4712;
  color: #ff4712;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ba2a00 !important;
  background-color: transparent!important;
  border-color: #ba2a00 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4712 !important;
  border-color: #ff4712 !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: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffa41d !important;
}
.text-secondary {
  color: #ff4712 !important;
}
.text-success {
  color: #ffffff !important;
  text-stroke: 0.2px black;
  -webkit-text-stroke: 0.2px black;
  /* For Safari */
  text-shadow: 1px 1px 1px #000000;
}
.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: #b66d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ab2600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !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: #ffa41d;
}
.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-gallery-filter li.active .btn {
  background-color: #ffa41d;
  border-color: #ffa41d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffa41d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff6e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #ffa41d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #ffa41d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa41d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa41d;
}
.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: #ffa41d;
  border-bottom-color: #ffa41d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffa41d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff4712 !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='%23ffa41d' %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-26 .tengah1 {
  z-index: 3;
  width: 100%;
  position: absolute;
}
.cid-tnYl6bVBhM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-tnYl6bVBhM .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tnYl6bVBhM .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tnYl6bVBhM .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tnYl6bVBhM .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tnYl6bVBhM .btn:hover {
  box-shadow: none;
}
.cid-tnYl6bVBhM .mbr-section-title,
.cid-tnYl6bVBhM .mbr-section-btn {
  text-align: center;
  color: #20232a;
}
.cid-tnYpUTRnRK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f0f0f5;
}
.cid-tnYpUTRnRK .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tnYpUTRnRK .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tnYpUTRnRK .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tnYpUTRnRK .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tnYpUTRnRK .btn:hover {
  box-shadow: none;
}
.cid-tnYpUTRnRK .mbr-section-title,
.cid-tnYpUTRnRK .mbr-section-btn {
  text-align: center;
  color: #20232a;
}
.cid-t3Pcz0bt5S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f5;
}
.cid-t3Pcz0bt5S .row {
  justify-content: center;
}
.cid-t3Pcz0bt5S .card {
  padding: 0 15px;
  height: 453px;
  position: relative;
  margin-bottom: 30px;
}
.cid-t3Pcz0bt5S .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0 15px;
}
.cid-t3Pcz0bt5S .item-wrapper {
  height: 100%;
}
.cid-t3Pcz0bt5S .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-t3Pcz0bt5S .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3em;
  transition: all .4s ease;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-t3Pcz0bt5S .card-wrapper {
    padding: 1.8em;
  }
}
.cid-t3Pcz0bt5S .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-t3Pcz0bt5S .mbr-title {
  margin-bottom: 1rem;
  pointer-events: visible;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}
.cid-t3Pcz0bt5S .mbr-text {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
  color: #ffffff;
  text-align: justify;
}
.cid-t3Pcz0bt5S .card-text {
  transform: translate(0, 50%);
  transition: all .4s ease;
}
.cid-t3Pcz0bt5S .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-t3Pcz0bt5S .card:hover .mbr-text {
  opacity: .7;
}
.cid-t3Pcz0bt5S .card:hover .card-text {
  transform: translate(0, 0);
}
.cid-t3Pcz0bt5S .card:hover .card-wrapper {
  background: #ffa41d;
}
.cid-tnYrojJKEC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnYrojJKEC .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tnYrojJKEC .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tnYrojJKEC .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tnYrojJKEC .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tnYrojJKEC .btn:hover {
  box-shadow: none;
}
.cid-tnYrojJKEC .mbr-section-title,
.cid-tnYrojJKEC .mbr-section-btn {
  text-align: center;
  color: #20232a;
}
.cid-tsMmgQTJNd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsMmgQTJNd .row {
  justify-content: center;
}
.cid-tsMmgQTJNd .card {
  padding: 0 15px;
  height: 453px;
  position: relative;
  margin-bottom: 30px;
}
.cid-tsMmgQTJNd .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0 15px;
}
.cid-tsMmgQTJNd .item-wrapper {
  height: 100%;
}
.cid-tsMmgQTJNd .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tsMmgQTJNd .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3em;
  transition: all .4s ease;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tsMmgQTJNd .card-wrapper {
    padding: 1.8em;
  }
}
.cid-tsMmgQTJNd .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-tsMmgQTJNd .mbr-title {
  margin-bottom: 1rem;
  pointer-events: visible;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}
.cid-tsMmgQTJNd .mbr-text {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
  color: #ffffff;
  text-align: justify;
}
.cid-tsMmgQTJNd .card-text {
  transform: translate(0, 50%);
  transition: all .4s ease;
}
.cid-tsMmgQTJNd .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-tsMmgQTJNd .card:hover .mbr-text {
  opacity: .7;
}
.cid-tsMmgQTJNd .card:hover .card-text {
  transform: translate(0, 0);
}
.cid-tsMmgQTJNd .card:hover .card-wrapper {
  background: #ffa41d;
}
.cid-tnZObG5zxB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f0f0f5;
}
.cid-tnZObG5zxB .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tnZObG5zxB .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-tnZObG5zxB .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-tnZObG5zxB .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tnZObG5zxB .btn:hover {
  box-shadow: none;
}
.cid-tnZObG5zxB .mbr-section-title,
.cid-tnZObG5zxB .mbr-section-btn {
  text-align: center;
  color: #20232a;
}
.cid-tHTtmbbEnb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f5;
}
.cid-tHTtmbbEnb .wrapper__product {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tHTtmbbEnb .wrapper__product {
    max-width: 340px;
    padding: 20px 20px 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tHTtmbbEnb .wrapper__product1 {
  background-color: #8f7a1c40;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tHTtmbbEnb .wrapper__product1 {
    max-width: 340px;
    padding: 20px 20px 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tHTtmbbEnb .wrapper__product2 {
  background-color: #8c69ec40;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tHTtmbbEnb .wrapper__product2 {
    max-width: 340px;
    padding: 20px 20px 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tHTtmbbEnb .wrapper__product3 {
  background-color: #334ca040;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-tHTtmbbEnb .wrapper__product3 {
    max-width: 340px;
    padding: 20px 20px 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tHTtmbbEnb .product__left {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-tHTtmbbEnb .product__left .content__product {
    margin-top: 30px;
  }
}
.cid-tHTtmbbEnb .title__card {
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-align: left;
}
.cid-tHTtmbbEnb .name__card {
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
}
.cid-tHTtmbbEnb .list__items {
  margin: 0;
  padding: 0;
}
.cid-tHTtmbbEnb .item__card {
  color: #919dab;
  margin-bottom: 10px;
}
.cid-tHTtmbbEnb .item__card .mbr-iconfont {
  margin-right: 7px;
  vertical-align: middle;
  font-size: 5px;
}
.cid-tHTtmbbEnb .card__bottom,
.cid-tHTtmbbEnb .card__bottom-big {
  margin-top: 25px;
}
.cid-tHTtmbbEnb .price__card {
  margin-left: 15px;
  letter-spacing: 2px;
  color: #47b5ed;
  white-space: nowrap;
}
.cid-tHTtmbbEnb .image img {
  border-radius: 10px;
  max-width: 230px;
  max-height: 260px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tHTtmbbEnb .image img {
    width: 100%;
    max-width: inherit;
  }
}
.cid-tHTtmbbEnb .big__card {
  min-height: calc(100% - 30px);
}
.cid-tHTtmbbEnb .big__card .list__items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cid-tHTtmbbEnb .big__card .list__items {
    flex-direction: column;
  }
}
@media (min-width: 575px) {
  .cid-tHTtmbbEnb .big__card .list__items .item__card {
    width: 50%;
  }
}
.cid-tHTtmbbEnb .big__card .image__big {
  margin: 10px 0 25px;
}
.cid-tHTtmbbEnb .big__card .image__big img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.cid-tHTtmbbEnb .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tHTtmbbEnb .mbr-text2 {
  margin-bottom: 0;
  text-align: justify;
}
.cid-tHTtmbbEnb .mbr-text3 {
  margin-bottom: 0;
  text-align: justify;
}
.cid-tHTtmbbEnb .title__card2 {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-tHTtmbbEnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTtmbbEnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTtmbbEnb .mbr-text,
.cid-tHTtmbbEnb .card__bottom-big {
  color: #000000;
}
.cid-tHTtmbbEnb .mbr-text2,
.cid-tHTtmbbEnb .card__bottom-big {
  color: #000000;
}
.cid-tHTtmbbEnb 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-tHTtmbbEnb 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-tHTtmbbEnb 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-tHTtmbbEnb 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-tHTtmbbEnb P {
  color: #ffffff;
}
.cid-tHTtmbbEnb [aria-expanded="false"] > .expanded,
.cid-tHTtmbbEnb [aria-expanded="true"] > .collapsed {
  display: none;
}
.cid-tHTtmbbEnb .mbr-text3,
.cid-tHTtmbbEnb .card__bottom-big {
  color: #cf2f00;
}
.cid-tHTtmbbEnb .strike {
  position: relative;
  display: inline-block;
}
.cid-tHTtmbbEnb .strike::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 5px solid blue;
  transform: rotate(-3deg);
}
.cid-tHTJb5vn3q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHTJb5vn3q .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tHTJb5vn3q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHTJb5vn3q .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tHTJb5vn3q .mbr-section-title {
  color: #000000;
}
.cid-tHTJb5vn3q .mbr-text {
  color: #000000;
}
.cid-tHTJb5vn3q .mbr-description {
  color: #6c7577;
}
.cid-tHTJb5vn3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTJb5vn3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTJb5vn3q .rounded-square {
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px #ddd;
}
.cid-trnc879rxB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f0f0f5;
}
.cid-trnc879rxB .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-trnc879rxB .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-trnc879rxB .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-trnc879rxB .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-trnc879rxB .btn:hover {
  box-shadow: none;
}
.cid-trnc879rxB .mbr-section-title,
.cid-trnc879rxB .mbr-section-btn {
  text-align: center;
  color: #20232a;
}
.cid-trgMrzNxLl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f5;
}
.cid-trgMrzNxLl .wrapper__product {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-trgMrzNxLl .wrapper__product {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trgMrzNxLl .wrapper__product1 {
  background-color: #8f7a1c40;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-trgMrzNxLl .wrapper__product1 {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trgMrzNxLl .wrapper__product2 {
  background-color: #8c69ec40;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-trgMrzNxLl .wrapper__product2 {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trgMrzNxLl .wrapper__product3 {
  background-color: #334ca040;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-trgMrzNxLl .wrapper__product3 {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trgMrzNxLl .wrapper__product4 {
  background-color: #6592e640;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #adaeb1;
}
@media (max-width: 575px) {
  .cid-trgMrzNxLl .wrapper__product4 {
    max-width: 340px;
    padding: 20px 5px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trgMrzNxLl .product__left {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-trgMrzNxLl .product__left .content__product {
    margin-top: 30px;
  }
}
.cid-trgMrzNxLl .title__card {
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-align: center;
}
.cid-trgMrzNxLl .name__card {
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}
.cid-trgMrzNxLl .list__items {
  margin: 0;
  padding: 0;
}
.cid-trgMrzNxLl .item__card {
  color: #919dab;
  margin-bottom: 10px;
}
.cid-trgMrzNxLl .item__card .mbr-iconfont {
  margin-right: 7px;
  vertical-align: middle;
  font-size: 5px;
}
.cid-trgMrzNxLl .card__bottom,
.cid-trgMrzNxLl .card__bottom-big {
  margin-top: 25px;
}
.cid-trgMrzNxLl .price__card {
  margin-left: 15px;
  letter-spacing: 2px;
  color: #47b5ed;
  white-space: nowrap;
}
.cid-trgMrzNxLl .image img {
  border-radius: 10px;
  max-width: 230px;
  max-height: 260px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-trgMrzNxLl .image img {
    width: 100%;
    max-width: inherit;
  }
}
.cid-trgMrzNxLl .big__card {
  min-height: calc(100% - 30px);
}
.cid-trgMrzNxLl .big__card .list__items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cid-trgMrzNxLl .big__card .list__items {
    flex-direction: column;
  }
}
@media (min-width: 575px) {
  .cid-trgMrzNxLl .big__card .list__items .item__card {
    width: 50%;
  }
}
.cid-trgMrzNxLl .big__card .image__big {
  margin: 10px 0 25px;
}
.cid-trgMrzNxLl .big__card .image__big img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.cid-trgMrzNxLl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  text-align: justify;
}
.cid-trgMrzNxLl .title__card2 {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-trgMrzNxLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-trgMrzNxLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trgMrzNxLl .mbr-text,
.cid-trgMrzNxLl .card__bottom-big {
  color: #000000;
}
.cid-trgMrzNxLl 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-trgMrzNxLl 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-trgMrzNxLl 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-trgMrzNxLl 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-trgMrzNxLl li.lowprice4 {
  z-index: 3;
  background: #6592e6;
  color: #fff;
  font-weight: bold;
  position: absolute;
  padding: 0px 10px 0px 10px;
  border-radius: 0px 0px 40px 0px;
}
.cid-trgMrzNxLl P {
  color: #ffffff;
}
.cid-trgMrzNxLl [aria-expanded="false"] > .expanded,
.cid-trgMrzNxLl [aria-expanded="true"] > .collapsed {
  display: none;
}
.cid-t3PcS49sU3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3PcS49sU3 .content {
  display: flex;
  align-items: center;
}
.cid-t3PcS49sU3 .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-t3PcS49sU3 .content-main {
    margin-left: 0;
  }
}
.cid-t3PcS49sU3 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 992px) {
  .cid-t3PcS49sU3 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-t3PcS49sU3 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-t3PcS49sU3 .mbr-text {
  margin-bottom: 38px;
  text-align: justify;
  color: #65676c;
}
@media (max-width: 992px) {
  .cid-t3PcS49sU3 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-t3PcS49sU3 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-t3PcS49sU3 .btn:hover {
  box-shadow: none;
}
.cid-t3PcS49sU3 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-t3PcS49sU3 .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-t3PcS49sU3 .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #1f242e;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-t3PcS49sU3 .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-t3PcS49sU3 .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-t3PcS49sU3 .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #1f242e;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-t3PcS49sU3 .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-t3PcS49sU3 .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-t3PcS49sU3 .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-t3PcS49sU3 .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-tnYm2zT1rA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #150c0a;
}
.cid-tnYm2zT1rA .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-tnYm2zT1rA .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tnYm2zT1rA .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tnYm2zT1rA .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tnYm2zT1rA .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: justify;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tnYm2zT1rA .mbr-text {
    padding: 0;
  }
}
.cid-tnYkDegp3E {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f9f9fc;
}
.cid-tnYkDegp3E .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-tnYkDegp3E .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tnYkDegp3E .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tnYkDegp3E .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tnYkDegp3E .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: justify;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tnYkDegp3E .mbr-text {
    padding: 0;
  }
}
.cid-tnZVLc3miM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #150c0a;
}
.cid-tnZVLc3miM .container-fluid {
  padding: 0;
}
.cid-tnZVLc3miM .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-links {
    width: auto;
  }
}
.cid-tnZVLc3miM .social-row {
  justify-content: center;
}
.cid-tnZVLc3miM .row-1 {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-1 {
    margin: 0;
  }
}
.cid-tnZVLc3miM .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-tnZVLc3miM .foot-menu li {
  padding: 7px 17px 0;
  transition: all .3s ease;
}
.cid-tnZVLc3miM .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tnZVLc3miM .foot-menu li:hover::after {
  width: 100%;
}
.cid-tnZVLc3miM .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-tnZVLc3miM .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #ffffff;
}
.cid-tnZVLc3miM .row-2 {
  margin: 10px 0 10px 0;
  padding: 8.5px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 {
    border: none;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-tnZVLc3miM .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tnZVLc3miM .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-tnZVLc3miM .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tnZVLc3miM .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tnZVLc3miM .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnZVLc3miM .social-list a {
  margin: 0;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .cid-tnZVLc3miM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnZVLc3miM .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-tnZVLc3miM .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-tnZVLc3miM .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .copyright {
    border: none;
  }
}
.cid-tnZVLc3miM .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-tnZVLc3miM .mbr-section-title,
.cid-tnZVLc3miM .mbr-iconfont {
  color: #FFFFFF;
}
.cid-tnZVLc3miM .mbr-address {
  color: #ffffff;
  text-align: left;
}
.cid-tnZVLc3miM .mbr-phone {
  color: #F0F0F5;
}
.cid-tnZVLc3miM .mbr-link {
  color: #F0F0F5;
}
.cid-tnZVLc3miM .mbr-phone,
.cid-tnZVLc3miM .mbr-link {
  text-align: left;
}
.cid-tnZVLc3miM .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-tnZVLc3miM .mbr-section-text {
  color: #ffffff;
  text-align: right;
}
.cid-tnZVLc3miM .mbr-copy {
  color: #F0F0F5;
}
#custom-html-2h .slide-in-bottom {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 99;
  -webkit-animation: slide-in-bottom 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5s both;
  animation: slide-in-bottom 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5s 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-2h .slide-in-bottom2 {
  position: fixed;
  bottom: 550px;
  right: 10px;
  z-index: 4;
  -webkit-animation: slide-in-bottom2 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
  animation: slide-in-bottom2 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s 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-2h .imagesize {
  resize: both;
  max-width: 50%;
  max-height: 50%;
}
#custom-html-2h .toast {
  background-color: #ffffff00;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0);
}
#custom-html-2h .toast-header {
  background-color: #ffffff00;
  border-bottom: none;
}
#custom-html-2h .toast-body {
  position: relative;
  display: inline-block;
}
#custom-html-2h .toast-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #000000 30%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
#custom-html-2h .toast-body img {
  display: block;
  position: relative;
  z-index: 2;
}
.cid-tD55DwryC2.popup-builder {
  background-color: #ffffff;
}
.cid-tD55DwryC2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tD55DwryC2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tD55DwryC2 .modal-content,
.cid-tD55DwryC2 .modal-dialog {
  height: auto;
}
.cid-tD55DwryC2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tD55DwryC2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tD55DwryC2 .form-wrapper .mbr-form .form-group,
  .cid-tD55DwryC2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tD55DwryC2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tD55DwryC2 .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-tD55DwryC2 .mbr-text {
  text-align: center;
}
.cid-tD55DwryC2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tD55DwryC2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tD55DwryC2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tD55DwryC2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tD55DwryC2 .modal-open {
  overflow: hidden;
}
.cid-tD55DwryC2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tD55DwryC2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tD55DwryC2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tD55DwryC2 .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-tD55DwryC2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tD55DwryC2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tD55DwryC2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tD55DwryC2 .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-tD55DwryC2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tD55DwryC2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tD55DwryC2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tD55DwryC2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tD55DwryC2 .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-tD55DwryC2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tD55DwryC2 .modal-header {
    padding: 1rem;
  }
}
.cid-tD55DwryC2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tD55DwryC2 .modal-header .close svg {
  fill: #353535;
}
.cid-tD55DwryC2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tD55DwryC2 .modal-header .close:focus {
  outline: none;
}
.cid-tD55DwryC2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tD55DwryC2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tD55DwryC2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD55DwryC2 .modal-body {
    padding: 1rem;
  }
}
.cid-tD55DwryC2 .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-tD55DwryC2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tD55DwryC2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tD55DwryC2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tD55DwryC2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tD55DwryC2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tD55DwryC2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tD55DwryC2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tD55DwryC2 .modal-lg,
  .cid-tD55DwryC2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tD55DwryC2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tD55DwryC2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tD55DwryC2 .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-tD55DwryC2 .form-group {
  margin-bottom: 1rem;
}
.cid-tD55DwryC2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tD55DwryC2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tD55DwryC2 .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-tD55DwryC2 .mbr-section-btn {
  margin: 0;
}
.cid-tD55DwryC2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-to4x4Vfuzb.popup-builder {
  background-color: #ffffff;
}
.cid-to4x4Vfuzb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-to4x4Vfuzb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-to4x4Vfuzb .modal-content,
.cid-to4x4Vfuzb .modal-dialog {
  height: auto;
}
.cid-to4x4Vfuzb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-to4x4Vfuzb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-to4x4Vfuzb .form-wrapper .mbr-form .form-group,
  .cid-to4x4Vfuzb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-to4x4Vfuzb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-to4x4Vfuzb .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-to4x4Vfuzb .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-to4x4Vfuzb .pt-0 {
  padding-top: 0 !important;
}
.cid-to4x4Vfuzb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-to4x4Vfuzb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-to4x4Vfuzb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-to4x4Vfuzb .modal-open {
  overflow: hidden;
}
.cid-to4x4Vfuzb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-to4x4Vfuzb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-to4x4Vfuzb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-to4x4Vfuzb .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-to4x4Vfuzb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-to4x4Vfuzb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-to4x4Vfuzb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-to4x4Vfuzb .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-to4x4Vfuzb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-to4x4Vfuzb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-to4x4Vfuzb .modal-backdrop.fade {
  opacity: 0;
}
.cid-to4x4Vfuzb .modal-backdrop.show {
  opacity: .5;
}
.cid-to4x4Vfuzb .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-to4x4Vfuzb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-to4x4Vfuzb .modal-header {
    padding: 1rem;
  }
}
.cid-to4x4Vfuzb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-to4x4Vfuzb .modal-header .close svg {
  fill: #353535;
}
.cid-to4x4Vfuzb .modal-header .close:hover {
  opacity: 1;
}
.cid-to4x4Vfuzb .modal-header .close:focus {
  outline: none;
}
.cid-to4x4Vfuzb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-to4x4Vfuzb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-to4x4Vfuzb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to4x4Vfuzb .modal-body {
    padding: 1rem;
  }
}
.cid-to4x4Vfuzb .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-to4x4Vfuzb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to4x4Vfuzb .modal-footer {
    padding: 1rem;
  }
}
.cid-to4x4Vfuzb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-to4x4Vfuzb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-to4x4Vfuzb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-to4x4Vfuzb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-to4x4Vfuzb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-to4x4Vfuzb .modal-lg,
  .cid-to4x4Vfuzb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-to4x4Vfuzb .modal-xl {
    max-width: 1140px;
  }
}
.cid-to4x4Vfuzb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-to4x4Vfuzb .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-to4x4Vfuzb .form-group {
  margin-bottom: 1rem;
}
.cid-to4x4Vfuzb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-to4x4Vfuzb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-to4x4Vfuzb .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-to4x4Vfuzb .mbr-section-btn {
  margin: 0;
}
.cid-to4x4Vfuzb .mbr-section-btn .btn {
  margin: 0;
}
.cid-to4x4Vfuzb .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-to4x4Vfuzb 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-to4x4Vfuzb .item-title {
  text-align: center;
  color: #232323;
}
.cid-to4x4Vfuzb .item-title2 {
  text-align: center;
  color: #ff4712;
}
.cid-to4x4Vfuzb UL {
  text-align: right;
}
.cid-to4x4Vfuzb .item-title UL {
  text-align: center;
}
.cid-to4woBhQFF.popup-builder {
  background-color: #ffffff;
}
.cid-to4woBhQFF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-to4woBhQFF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-to4woBhQFF .modal-content,
.cid-to4woBhQFF .modal-dialog {
  height: auto;
}
.cid-to4woBhQFF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-to4woBhQFF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-to4woBhQFF .form-wrapper .mbr-form .form-group,
  .cid-to4woBhQFF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-to4woBhQFF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-to4woBhQFF .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-to4woBhQFF .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-to4woBhQFF .pt-0 {
  padding-top: 0 !important;
}
.cid-to4woBhQFF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-to4woBhQFF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-to4woBhQFF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-to4woBhQFF .modal-open {
  overflow: hidden;
}
.cid-to4woBhQFF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-to4woBhQFF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-to4woBhQFF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-to4woBhQFF .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-to4woBhQFF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-to4woBhQFF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-to4woBhQFF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-to4woBhQFF .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-to4woBhQFF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-to4woBhQFF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-to4woBhQFF .modal-backdrop.fade {
  opacity: 0;
}
.cid-to4woBhQFF .modal-backdrop.show {
  opacity: .5;
}
.cid-to4woBhQFF .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-to4woBhQFF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-to4woBhQFF .modal-header {
    padding: 1rem;
  }
}
.cid-to4woBhQFF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-to4woBhQFF .modal-header .close svg {
  fill: #353535;
}
.cid-to4woBhQFF .modal-header .close:hover {
  opacity: 1;
}
.cid-to4woBhQFF .modal-header .close:focus {
  outline: none;
}
.cid-to4woBhQFF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-to4woBhQFF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-to4woBhQFF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to4woBhQFF .modal-body {
    padding: 1rem;
  }
}
.cid-to4woBhQFF .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-to4woBhQFF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to4woBhQFF .modal-footer {
    padding: 1rem;
  }
}
.cid-to4woBhQFF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-to4woBhQFF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-to4woBhQFF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-to4woBhQFF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-to4woBhQFF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-to4woBhQFF .modal-lg,
  .cid-to4woBhQFF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-to4woBhQFF .modal-xl {
    max-width: 1140px;
  }
}
.cid-to4woBhQFF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-to4woBhQFF .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-to4woBhQFF .form-group {
  margin-bottom: 1rem;
}
.cid-to4woBhQFF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-to4woBhQFF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-to4woBhQFF .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-to4woBhQFF .mbr-section-btn {
  margin: 0;
}
.cid-to4woBhQFF .mbr-section-btn .btn {
  margin: 0;
}
.cid-to4woBhQFF .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-to4woBhQFF 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-to4woBhQFF .item-title {
  text-align: center;
  color: #232323;
}
.cid-to4woBhQFF .item-title2 {
  text-align: center;
  color: #ff4712;
}
.cid-to4woBhQFF UL {
  text-align: right;
}
.cid-to4woBhQFF .item-title UL {
  text-align: center;
}
.cid-to4xvzilSK.popup-builder {
  background-color: #ffffff;
}
.cid-to4xvzilSK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-to4xvzilSK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-to4xvzilSK .modal-content,
.cid-to4xvzilSK .modal-dialog {
  height: auto;
}
.cid-to4xvzilSK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-to4xvzilSK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-to4xvzilSK .form-wrapper .mbr-form .form-group,
  .cid-to4xvzilSK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-to4xvzilSK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-to4xvzilSK .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-to4xvzilSK .mbr-text {
  text-align: center;
  color: #1f242e;
}
.cid-to4xvzilSK .pt-0 {
  padding-top: 0 !important;
}
.cid-to4xvzilSK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-to4xvzilSK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-to4xvzilSK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-to4xvzilSK .modal-open {
  overflow: hidden;
}
.cid-to4xvzilSK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-to4xvzilSK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-to4xvzilSK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-to4xvzilSK .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-to4xvzilSK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-to4xvzilSK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-to4xvzilSK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-to4xvzilSK .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-to4xvzilSK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-to4xvzilSK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-to4xvzilSK .modal-backdrop.fade {
  opacity: 0;
}
.cid-to4xvzilSK .modal-backdrop.show {
  opacity: .5;
}
.cid-to4xvzilSK .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-to4xvzilSK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-to4xvzilSK .modal-header {
    padding: 1rem;
  }
}
.cid-to4xvzilSK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-to4xvzilSK .modal-header .close svg {
  fill: #353535;
}
.cid-to4xvzilSK .modal-header .close:hover {
  opacity: 1;
}
.cid-to4xvzilSK .modal-header .close:focus {
  outline: none;
}
.cid-to4xvzilSK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-to4xvzilSK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-to4xvzilSK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to4xvzilSK .modal-body {
    padding: 1rem;
  }
}
.cid-to4xvzilSK .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-to4xvzilSK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to4xvzilSK .modal-footer {
    padding: 1rem;
  }
}
.cid-to4xvzilSK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-to4xvzilSK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-to4xvzilSK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-to4xvzilSK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-to4xvzilSK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-to4xvzilSK .modal-lg,
  .cid-to4xvzilSK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-to4xvzilSK .modal-xl {
    max-width: 1140px;
  }
}
.cid-to4xvzilSK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-to4xvzilSK .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-to4xvzilSK .form-group {
  margin-bottom: 1rem;
}
.cid-to4xvzilSK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-to4xvzilSK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-to4xvzilSK .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-to4xvzilSK .mbr-section-btn {
  margin: 0;
}
.cid-to4xvzilSK .mbr-section-btn .btn {
  margin: 0;
}
.cid-to5HeJUCZ9.popup-builder {
  background-color: #ffffff;
}
.cid-to5HeJUCZ9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-to5HeJUCZ9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-to5HeJUCZ9 .modal-content,
.cid-to5HeJUCZ9 .modal-dialog {
  height: auto;
}
.cid-to5HeJUCZ9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-to5HeJUCZ9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-to5HeJUCZ9 .form-wrapper .mbr-form .form-group,
  .cid-to5HeJUCZ9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-to5HeJUCZ9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-to5HeJUCZ9 .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-to5HeJUCZ9 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-to5HeJUCZ9 .pt-0 {
  padding-top: 0 !important;
}
.cid-to5HeJUCZ9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-to5HeJUCZ9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-to5HeJUCZ9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-to5HeJUCZ9 .modal-open {
  overflow: hidden;
}
.cid-to5HeJUCZ9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-to5HeJUCZ9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-to5HeJUCZ9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-to5HeJUCZ9 .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-to5HeJUCZ9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-to5HeJUCZ9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-to5HeJUCZ9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-to5HeJUCZ9 .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-to5HeJUCZ9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-to5HeJUCZ9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-to5HeJUCZ9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-to5HeJUCZ9 .modal-backdrop.show {
  opacity: .5;
}
.cid-to5HeJUCZ9 .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-to5HeJUCZ9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-to5HeJUCZ9 .modal-header {
    padding: 1rem;
  }
}
.cid-to5HeJUCZ9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-to5HeJUCZ9 .modal-header .close svg {
  fill: #353535;
}
.cid-to5HeJUCZ9 .modal-header .close:hover {
  opacity: 1;
}
.cid-to5HeJUCZ9 .modal-header .close:focus {
  outline: none;
}
.cid-to5HeJUCZ9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-to5HeJUCZ9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-to5HeJUCZ9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to5HeJUCZ9 .modal-body {
    padding: 1rem;
  }
}
.cid-to5HeJUCZ9 .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-to5HeJUCZ9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to5HeJUCZ9 .modal-footer {
    padding: 1rem;
  }
}
.cid-to5HeJUCZ9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-to5HeJUCZ9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-to5HeJUCZ9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-to5HeJUCZ9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-to5HeJUCZ9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-to5HeJUCZ9 .modal-lg,
  .cid-to5HeJUCZ9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-to5HeJUCZ9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-to5HeJUCZ9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-to5HeJUCZ9 .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-to5HeJUCZ9 .form-group {
  margin-bottom: 1rem;
}
.cid-to5HeJUCZ9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-to5HeJUCZ9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-to5HeJUCZ9 .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-to5HeJUCZ9 .mbr-section-btn {
  margin: 0;
}
.cid-to5HeJUCZ9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-to5HeJUCZ9 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-to5HeJUCZ9 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-to5HeJUCZ9 .item-title {
  text-align: center;
  color: #232323;
}
.cid-to5HeJUCZ9 .item-title2 {
  text-align: center;
  color: #ff4712;
}
.cid-to5HeJUCZ9 UL {
  text-align: right;
}
.cid-to5HeJUCZ9 .item-title UL {
  text-align: center;
}
.cid-toa7EKpdm8.popup-builder {
  background-color: #ffffff;
}
.cid-toa7EKpdm8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-toa7EKpdm8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-toa7EKpdm8 .modal-content,
.cid-toa7EKpdm8 .modal-dialog {
  height: auto;
}
.cid-toa7EKpdm8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-toa7EKpdm8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-toa7EKpdm8 .form-wrapper .mbr-form .form-group,
  .cid-toa7EKpdm8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-toa7EKpdm8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-toa7EKpdm8 .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-toa7EKpdm8 .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-toa7EKpdm8 .pt-0 {
  padding-top: 0 !important;
}
.cid-toa7EKpdm8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-toa7EKpdm8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-toa7EKpdm8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toa7EKpdm8 .modal-open {
  overflow: hidden;
}
.cid-toa7EKpdm8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-toa7EKpdm8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-toa7EKpdm8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-toa7EKpdm8 .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-toa7EKpdm8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-toa7EKpdm8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-toa7EKpdm8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-toa7EKpdm8 .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-toa7EKpdm8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-toa7EKpdm8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-toa7EKpdm8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-toa7EKpdm8 .modal-backdrop.show {
  opacity: .5;
}
.cid-toa7EKpdm8 .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-toa7EKpdm8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-toa7EKpdm8 .modal-header {
    padding: 1rem;
  }
}
.cid-toa7EKpdm8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-toa7EKpdm8 .modal-header .close svg {
  fill: #353535;
}
.cid-toa7EKpdm8 .modal-header .close:hover {
  opacity: 1;
}
.cid-toa7EKpdm8 .modal-header .close:focus {
  outline: none;
}
.cid-toa7EKpdm8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-toa7EKpdm8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-toa7EKpdm8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toa7EKpdm8 .modal-body {
    padding: 1rem;
  }
}
.cid-toa7EKpdm8 .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-toa7EKpdm8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toa7EKpdm8 .modal-footer {
    padding: 1rem;
  }
}
.cid-toa7EKpdm8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-toa7EKpdm8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-toa7EKpdm8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-toa7EKpdm8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-toa7EKpdm8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-toa7EKpdm8 .modal-lg,
  .cid-toa7EKpdm8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-toa7EKpdm8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-toa7EKpdm8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-toa7EKpdm8 .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-toa7EKpdm8 .form-group {
  margin-bottom: 1rem;
}
.cid-toa7EKpdm8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-toa7EKpdm8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-toa7EKpdm8 .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-toa7EKpdm8 .mbr-section-btn {
  margin: 0;
}
.cid-toa7EKpdm8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-toa7EKpdm8 .mbr-text-title {
  text-align: center;
  color: #000000;
}
.cid-toa7EKpdm8 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-toa7EKpdm8 .item-title {
  text-align: center;
  color: #232323;
}
.cid-toa7EKpdm8 .item-title2 {
  text-align: center;
  color: #ff4712;
}
.cid-toa7EKpdm8 UL {
  text-align: right;
}
.cid-toa7EKpdm8 .item-title UL {
  text-align: center;
}
.cid-to5HC117pv.popup-builder {
  background-color: #ffffff;
}
.cid-to5HC117pv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-to5HC117pv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-to5HC117pv .modal-content,
.cid-to5HC117pv .modal-dialog {
  height: auto;
}
.cid-to5HC117pv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-to5HC117pv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-to5HC117pv .form-wrapper .mbr-form .form-group,
  .cid-to5HC117pv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-to5HC117pv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-to5HC117pv .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-to5HC117pv .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-to5HC117pv .pt-0 {
  padding-top: 0 !important;
}
.cid-to5HC117pv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-to5HC117pv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-to5HC117pv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-to5HC117pv .modal-open {
  overflow: hidden;
}
.cid-to5HC117pv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-to5HC117pv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-to5HC117pv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-to5HC117pv .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-to5HC117pv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-to5HC117pv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-to5HC117pv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-to5HC117pv .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-to5HC117pv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-to5HC117pv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-to5HC117pv .modal-backdrop.fade {
  opacity: 0;
}
.cid-to5HC117pv .modal-backdrop.show {
  opacity: .5;
}
.cid-to5HC117pv .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-to5HC117pv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-to5HC117pv .modal-header {
    padding: 1rem;
  }
}
.cid-to5HC117pv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-to5HC117pv .modal-header .close svg {
  fill: #353535;
}
.cid-to5HC117pv .modal-header .close:hover {
  opacity: 1;
}
.cid-to5HC117pv .modal-header .close:focus {
  outline: none;
}
.cid-to5HC117pv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-to5HC117pv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-to5HC117pv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to5HC117pv .modal-body {
    padding: 1rem;
  }
}
.cid-to5HC117pv .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-to5HC117pv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to5HC117pv .modal-footer {
    padding: 1rem;
  }
}
.cid-to5HC117pv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-to5HC117pv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-to5HC117pv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-to5HC117pv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-to5HC117pv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-to5HC117pv .modal-lg,
  .cid-to5HC117pv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-to5HC117pv .modal-xl {
    max-width: 1140px;
  }
}
.cid-to5HC117pv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-to5HC117pv .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-to5HC117pv .form-group {
  margin-bottom: 1rem;
}
.cid-to5HC117pv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-to5HC117pv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-to5HC117pv .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-to5HC117pv .mbr-section-btn {
  margin: 0;
}
.cid-to5HC117pv .mbr-section-btn .btn {
  margin: 0;
}
.cid-to5K8iR4Av.popup-builder {
  background-color: #ffffff;
}
.cid-to5K8iR4Av.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-to5K8iR4Av.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-to5K8iR4Av .modal-content,
.cid-to5K8iR4Av .modal-dialog {
  height: auto;
}
.cid-to5K8iR4Av .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-to5K8iR4Av .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-to5K8iR4Av .form-wrapper .mbr-form .form-group,
  .cid-to5K8iR4Av .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-to5K8iR4Av .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-to5K8iR4Av .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-to5K8iR4Av .mbr-text {
  text-align: center;
}
.cid-to5K8iR4Av .pt-0 {
  padding-top: 0 !important;
}
.cid-to5K8iR4Av .pb-0 {
  padding-bottom: 0 !important;
}
.cid-to5K8iR4Av .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-to5K8iR4Av .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-to5K8iR4Av .modal-open {
  overflow: hidden;
}
.cid-to5K8iR4Av .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-to5K8iR4Av .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-to5K8iR4Av .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-to5K8iR4Av .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-to5K8iR4Av .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-to5K8iR4Av .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-to5K8iR4Av .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-to5K8iR4Av .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-to5K8iR4Av .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-to5K8iR4Av .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-to5K8iR4Av .modal-backdrop.fade {
  opacity: 0;
}
.cid-to5K8iR4Av .modal-backdrop.show {
  opacity: .5;
}
.cid-to5K8iR4Av .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-to5K8iR4Av .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-to5K8iR4Av .modal-header {
    padding: 1rem;
  }
}
.cid-to5K8iR4Av .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-to5K8iR4Av .modal-header .close svg {
  fill: #353535;
}
.cid-to5K8iR4Av .modal-header .close:hover {
  opacity: 1;
}
.cid-to5K8iR4Av .modal-header .close:focus {
  outline: none;
}
.cid-to5K8iR4Av .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-to5K8iR4Av .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-to5K8iR4Av .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to5K8iR4Av .modal-body {
    padding: 1rem;
  }
}
.cid-to5K8iR4Av .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-to5K8iR4Av .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to5K8iR4Av .modal-footer {
    padding: 1rem;
  }
}
.cid-to5K8iR4Av .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-to5K8iR4Av .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-to5K8iR4Av .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-to5K8iR4Av .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-to5K8iR4Av .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-to5K8iR4Av .modal-lg,
  .cid-to5K8iR4Av .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-to5K8iR4Av .modal-xl {
    max-width: 1140px;
  }
}
.cid-to5K8iR4Av .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-to5K8iR4Av .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-to5K8iR4Av .form-group {
  margin-bottom: 1rem;
}
.cid-to5K8iR4Av .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-to5K8iR4Av .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-to5K8iR4Av .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-to5K8iR4Av .mbr-section-btn {
  margin: 0;
}
.cid-to5K8iR4Av .mbr-section-btn .btn {
  margin: 0;
}
.cid-tHTBpG0Huv.popup-builder {
  background-color: #ffffff;
}
.cid-tHTBpG0Huv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tHTBpG0Huv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tHTBpG0Huv .modal-content,
.cid-tHTBpG0Huv .modal-dialog {
  height: auto;
}
.cid-tHTBpG0Huv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tHTBpG0Huv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tHTBpG0Huv .form-wrapper .mbr-form .form-group,
  .cid-tHTBpG0Huv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tHTBpG0Huv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tHTBpG0Huv .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-tHTBpG0Huv .mbr-text {
  text-align: center;
  color: #1f242e;
}
.cid-tHTBpG0Huv .pt-0 {
  padding-top: 0 !important;
}
.cid-tHTBpG0Huv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tHTBpG0Huv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tHTBpG0Huv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tHTBpG0Huv .modal-open {
  overflow: hidden;
}
.cid-tHTBpG0Huv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tHTBpG0Huv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tHTBpG0Huv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tHTBpG0Huv .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-tHTBpG0Huv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tHTBpG0Huv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tHTBpG0Huv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tHTBpG0Huv .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-tHTBpG0Huv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tHTBpG0Huv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tHTBpG0Huv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tHTBpG0Huv .modal-backdrop.show {
  opacity: .5;
}
.cid-tHTBpG0Huv .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-tHTBpG0Huv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tHTBpG0Huv .modal-header {
    padding: 1rem;
  }
}
.cid-tHTBpG0Huv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tHTBpG0Huv .modal-header .close svg {
  fill: #353535;
}
.cid-tHTBpG0Huv .modal-header .close:hover {
  opacity: 1;
}
.cid-tHTBpG0Huv .modal-header .close:focus {
  outline: none;
}
.cid-tHTBpG0Huv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tHTBpG0Huv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tHTBpG0Huv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHTBpG0Huv .modal-body {
    padding: 1rem;
  }
}
.cid-tHTBpG0Huv .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-tHTBpG0Huv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHTBpG0Huv .modal-footer {
    padding: 1rem;
  }
}
.cid-tHTBpG0Huv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tHTBpG0Huv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tHTBpG0Huv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tHTBpG0Huv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tHTBpG0Huv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tHTBpG0Huv .modal-lg,
  .cid-tHTBpG0Huv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tHTBpG0Huv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tHTBpG0Huv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tHTBpG0Huv .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-tHTBpG0Huv .form-group {
  margin-bottom: 1rem;
}
.cid-tHTBpG0Huv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tHTBpG0Huv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tHTBpG0Huv .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-tHTBpG0Huv .mbr-section-btn {
  margin: 0;
}
.cid-tHTBpG0Huv .mbr-section-btn .btn {
  margin: 0;
}
.cid-to5VEtFu7x {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-to5VEtFu7x nav.navbar {
  position: fixed;
}
.cid-to5VEtFu7x .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-to5VEtFu7x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-to5VEtFu7x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-to5VEtFu7x .dropdown-item:hover,
.cid-to5VEtFu7x .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-to5VEtFu7x .dropdown-item:hover span {
  color: white;
}
.cid-to5VEtFu7x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-to5VEtFu7x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-to5VEtFu7x .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-to5VEtFu7x .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-to5VEtFu7x .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-to5VEtFu7x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-to5VEtFu7x .nav-link {
  position: relative;
}
.cid-to5VEtFu7x .container {
  display: flex;
  margin: auto;
  padding: 0.1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-to5VEtFu7x .container {
    flex-wrap: nowrap;
  }
}
.cid-to5VEtFu7x .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to5VEtFu7x .dropdown-menu,
.cid-to5VEtFu7x .navbar.opened {
  background: #232323 !important;
}
.cid-to5VEtFu7x .nav-item:focus,
.cid-to5VEtFu7x .nav-link:focus {
  outline: none;
}
.cid-to5VEtFu7x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-to5VEtFu7x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to5VEtFu7x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-to5VEtFu7x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-to5VEtFu7x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to5VEtFu7x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to5VEtFu7x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-to5VEtFu7x .navbar.opened {
  transition: all 0.3s;
}
.cid-to5VEtFu7x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-to5VEtFu7x .navbar .navbar-logo img {
  width: auto;
}
.cid-to5VEtFu7x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to5VEtFu7x .navbar.collapsed {
  justify-content: center;
}
.cid-to5VEtFu7x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to5VEtFu7x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-to5VEtFu7x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-to5VEtFu7x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to5VEtFu7x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to5VEtFu7x .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-to5VEtFu7x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to5VEtFu7x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to5VEtFu7x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to5VEtFu7x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to5VEtFu7x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to5VEtFu7x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to5VEtFu7x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to5VEtFu7x .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-to5VEtFu7x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-to5VEtFu7x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to5VEtFu7x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to5VEtFu7x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-to5VEtFu7x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-to5VEtFu7x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-to5VEtFu7x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-to5VEtFu7x .navbar.navbar-short {
  min-height: 70px;
}
.cid-to5VEtFu7x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-to5VEtFu7x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to5VEtFu7x .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-to5VEtFu7x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to5VEtFu7x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to5VEtFu7x .dropdown-item.active,
.cid-to5VEtFu7x .dropdown-item:active {
  background-color: transparent;
}
.cid-to5VEtFu7x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to5VEtFu7x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to5VEtFu7x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to5VEtFu7x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-to5VEtFu7x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to5VEtFu7x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-to5VEtFu7x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to5VEtFu7x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-to5VEtFu7x button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-to5VEtFu7x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
}
.cid-to5VEtFu7x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-to5VEtFu7x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-to5VEtFu7x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-to5VEtFu7x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-to5VEtFu7x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to5VEtFu7x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to5VEtFu7x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to5VEtFu7x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to5VEtFu7x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-to5VEtFu7x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-to5VEtFu7x .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-to5VEtFu7x .navbar {
    height: 70px;
  }
  .cid-to5VEtFu7x .navbar.opened {
    height: auto;
  }
  .cid-to5VEtFu7x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to5VEtFu7x .navbar-short .container {
  background: rgba(35, 35, 35, 0.7) !important;
}
.cid-to5VEtFu7x .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-to5VEtFu7x .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-to5VEtFu7x .mbr-section-btn .btn-success:hover,
.cid-to5VEtFu7x .mbr-section-btn .btn-success:focus,
.cid-to5VEtFu7x .mbr-section-btn .btn-success.focus,
.cid-to5VEtFu7x .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-to5VEtFu7x .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-to5VEtFu7x .navbar {
    transition: .3s all !important;
  }
  .cid-to5VEtFu7x .container {
    padding: 2%;
  }
  .cid-to5VEtFu7x .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-to5VEtFu7x .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-to5VEtFu7x .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-to5VEtFu7x .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-to5VEtFu7x .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-to5VEtFu7x .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-to5VEtFu7x .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-to5VEtFu7x .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-to5VEtFu7x .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 30px !important;
    line-height: 1 !important;
  }
  .cid-to5VEtFu7x .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-to5VEtFu7x .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-to5VEtFu7x .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-to5VEtFu7x .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-to5VEtFu7x .mbr-section-btn {
    text-align: left;
  }
}
.cid-tobIKCPe4d.popup-builder {
  background-color: #ffffff;
}
.cid-tobIKCPe4d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tobIKCPe4d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tobIKCPe4d .modal-content,
.cid-tobIKCPe4d .modal-dialog {
  height: auto;
}
.cid-tobIKCPe4d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tobIKCPe4d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tobIKCPe4d .form-wrapper .mbr-form .form-group,
  .cid-tobIKCPe4d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tobIKCPe4d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tobIKCPe4d .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-tobIKCPe4d .mbr-text {
  text-align: center;
}
.cid-tobIKCPe4d .pt-0 {
  padding-top: 0 !important;
}
.cid-tobIKCPe4d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tobIKCPe4d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tobIKCPe4d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tobIKCPe4d .modal-open {
  overflow: hidden;
}
.cid-tobIKCPe4d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tobIKCPe4d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tobIKCPe4d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tobIKCPe4d .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-tobIKCPe4d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tobIKCPe4d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tobIKCPe4d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tobIKCPe4d .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-tobIKCPe4d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tobIKCPe4d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tobIKCPe4d .modal-backdrop.fade {
  opacity: 0;
}
.cid-tobIKCPe4d .modal-backdrop.show {
  opacity: .5;
}
.cid-tobIKCPe4d .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-tobIKCPe4d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tobIKCPe4d .modal-header {
    padding: 1rem;
  }
}
.cid-tobIKCPe4d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tobIKCPe4d .modal-header .close svg {
  fill: #353535;
}
.cid-tobIKCPe4d .modal-header .close:hover {
  opacity: 1;
}
.cid-tobIKCPe4d .modal-header .close:focus {
  outline: none;
}
.cid-tobIKCPe4d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tobIKCPe4d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tobIKCPe4d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tobIKCPe4d .modal-body {
    padding: 1rem;
  }
}
.cid-tobIKCPe4d .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-tobIKCPe4d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tobIKCPe4d .modal-footer {
    padding: 1rem;
  }
}
.cid-tobIKCPe4d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tobIKCPe4d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tobIKCPe4d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tobIKCPe4d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tobIKCPe4d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tobIKCPe4d .modal-lg,
  .cid-tobIKCPe4d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tobIKCPe4d .modal-xl {
    max-width: 1140px;
  }
}
.cid-tobIKCPe4d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tobIKCPe4d .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-tobIKCPe4d .form-group {
  margin-bottom: 1rem;
}
.cid-tobIKCPe4d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tobIKCPe4d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tobIKCPe4d .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-tobIKCPe4d .mbr-section-btn {
  margin: 0;
}
.cid-tobIKCPe4d .mbr-section-btn .btn {
  margin: 0;
}
#custom-html-2g .floating-icon {
  position: fixed;
  bottom: 100px;
  left: 10px;
  z-index: 99;
  display: none;
  width: 100px;
  height: auto;
}
.cid-ttn7RLzT1p.popup-builder {
  background-color: #ffffff;
}
.cid-ttn7RLzT1p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttn7RLzT1p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttn7RLzT1p .modal-content,
.cid-ttn7RLzT1p .modal-dialog {
  height: auto;
}
.cid-ttn7RLzT1p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttn7RLzT1p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttn7RLzT1p .form-wrapper .mbr-form .form-group,
  .cid-ttn7RLzT1p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttn7RLzT1p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttn7RLzT1p .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-ttn7RLzT1p .mbr-text {
  text-align: center;
}
.cid-ttn7RLzT1p .pt-0 {
  padding-top: 0 !important;
}
.cid-ttn7RLzT1p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttn7RLzT1p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttn7RLzT1p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttn7RLzT1p .modal-open {
  overflow: hidden;
}
.cid-ttn7RLzT1p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttn7RLzT1p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttn7RLzT1p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttn7RLzT1p .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-ttn7RLzT1p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttn7RLzT1p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttn7RLzT1p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttn7RLzT1p .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-ttn7RLzT1p .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttn7RLzT1p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttn7RLzT1p .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttn7RLzT1p .modal-backdrop.show {
  opacity: .5;
}
.cid-ttn7RLzT1p .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-ttn7RLzT1p .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttn7RLzT1p .modal-header {
    padding: 1rem;
  }
}
.cid-ttn7RLzT1p .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttn7RLzT1p .modal-header .close svg {
  fill: #353535;
}
.cid-ttn7RLzT1p .modal-header .close:hover {
  opacity: 1;
}
.cid-ttn7RLzT1p .modal-header .close:focus {
  outline: none;
}
.cid-ttn7RLzT1p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ttn7RLzT1p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttn7RLzT1p .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttn7RLzT1p .modal-body {
    padding: 1rem;
  }
}
.cid-ttn7RLzT1p .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-ttn7RLzT1p .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttn7RLzT1p .modal-footer {
    padding: 1rem;
  }
}
.cid-ttn7RLzT1p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttn7RLzT1p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttn7RLzT1p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttn7RLzT1p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttn7RLzT1p .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttn7RLzT1p .modal-lg,
  .cid-ttn7RLzT1p .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttn7RLzT1p .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttn7RLzT1p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttn7RLzT1p .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-ttn7RLzT1p .form-group {
  margin-bottom: 1rem;
}
.cid-ttn7RLzT1p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttn7RLzT1p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttn7RLzT1p .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-ttn7RLzT1p .mbr-section-btn {
  margin: 0;
}
.cid-ttn7RLzT1p .mbr-section-btn .btn {
  margin: 0;
}
.cid-ttAqTwvNU9.popup-builder {
  background-color: #ffffff;
}
.cid-ttAqTwvNU9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttAqTwvNU9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttAqTwvNU9 .modal-content,
.cid-ttAqTwvNU9 .modal-dialog {
  height: auto;
}
.cid-ttAqTwvNU9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttAqTwvNU9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttAqTwvNU9 .form-wrapper .mbr-form .form-group,
  .cid-ttAqTwvNU9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttAqTwvNU9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttAqTwvNU9 .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-ttAqTwvNU9 .mbr-text {
  text-align: center;
}
.cid-ttAqTwvNU9 .pt-0 {
  padding-top: 0 !important;
}
.cid-ttAqTwvNU9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttAqTwvNU9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttAqTwvNU9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttAqTwvNU9 .modal-open {
  overflow: hidden;
}
.cid-ttAqTwvNU9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttAqTwvNU9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttAqTwvNU9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttAqTwvNU9 .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-ttAqTwvNU9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttAqTwvNU9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttAqTwvNU9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttAqTwvNU9 .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-ttAqTwvNU9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttAqTwvNU9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttAqTwvNU9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttAqTwvNU9 .modal-backdrop.show {
  opacity: .5;
}
.cid-ttAqTwvNU9 .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-ttAqTwvNU9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttAqTwvNU9 .modal-header {
    padding: 1rem;
  }
}
.cid-ttAqTwvNU9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttAqTwvNU9 .modal-header .close svg {
  fill: #353535;
}
.cid-ttAqTwvNU9 .modal-header .close:hover {
  opacity: 1;
}
.cid-ttAqTwvNU9 .modal-header .close:focus {
  outline: none;
}
.cid-ttAqTwvNU9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ttAqTwvNU9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttAqTwvNU9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttAqTwvNU9 .modal-body {
    padding: 1rem;
  }
}
.cid-ttAqTwvNU9 .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-ttAqTwvNU9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttAqTwvNU9 .modal-footer {
    padding: 1rem;
  }
}
.cid-ttAqTwvNU9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttAqTwvNU9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttAqTwvNU9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttAqTwvNU9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttAqTwvNU9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttAqTwvNU9 .modal-lg,
  .cid-ttAqTwvNU9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttAqTwvNU9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttAqTwvNU9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttAqTwvNU9 .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-ttAqTwvNU9 .form-group {
  margin-bottom: 1rem;
}
.cid-ttAqTwvNU9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttAqTwvNU9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttAqTwvNU9 .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-ttAqTwvNU9 .mbr-section-btn {
  margin: 0;
}
.cid-ttAqTwvNU9 .mbr-section-btn .btn {
  margin: 0;
}
@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.3;
  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.3;
  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.3;
  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-to9TCPOTdS {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #150c0a;
}
.cid-to9TCPOTdS .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-to9TCPOTdS .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-to9TCPOTdS .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-to9TCPOTdS .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-to9TCPOTdS .btn:hover {
  box-shadow: none;
}
.cid-to9TCPOTdS .mbr-section-title,
.cid-to9TCPOTdS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-to9SEAIZvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to9SEAIZvj .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-to9SEAIZvj .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-to9SEAIZvj .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-to9SEAIZvj .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-to9SEAIZvj .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-to9SEAIZvj .mbr-text {
    padding: 0;
  }
}
.cid-to9T06eyqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-to9T06eyqQ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-to9T06eyqQ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-to9T06eyqQ .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-to9T06eyqQ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-to9T06eyqQ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-to9T06eyqQ .mbr-text {
    padding: 0;
  }
}
.cid-to9T0vIKQ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to9T0vIKQ4 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-to9T0vIKQ4 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-to9T0vIKQ4 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-to9T0vIKQ4 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-to9T0vIKQ4 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-to9T0vIKQ4 .mbr-text {
    padding: 0;
  }
}
.cid-to9T0Jvrkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-to9T0Jvrkw .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-to9T0Jvrkw .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-to9T0Jvrkw .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-to9T0Jvrkw .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-to9T0Jvrkw .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-to9T0Jvrkw .mbr-text {
    padding: 0;
  }
}
.cid-to9TurfNRe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to9TurfNRe .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-to9TurfNRe .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-to9TurfNRe .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-to9TurfNRe .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-to9TurfNRe .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-to9TurfNRe .mbr-text {
    padding: 0;
  }
}
.cid-tnZVLc3miM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #150c0a;
}
.cid-tnZVLc3miM .container-fluid {
  padding: 0;
}
.cid-tnZVLc3miM .row-links {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-links {
    width: auto;
  }
}
.cid-tnZVLc3miM .social-row {
  justify-content: center;
}
.cid-tnZVLc3miM .row-1 {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-1 {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-1 {
    margin: 0;
  }
}
.cid-tnZVLc3miM .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  color: #F0F0F5;
}
.cid-tnZVLc3miM .foot-menu li {
  padding: 7px 17px 0;
  transition: all .3s ease;
}
.cid-tnZVLc3miM .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tnZVLc3miM .foot-menu li:hover::after {
  width: 100%;
}
.cid-tnZVLc3miM .border-middle {
  width: 100%;
  padding: 0 2rem;
}
.cid-tnZVLc3miM .border-middle span {
  display: block;
  width: 100%;
  border-top: 1px solid #ffffff;
}
.cid-tnZVLc3miM .row-2 {
  margin: 10px 0 10px 0;
  padding: 8.5px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 {
    margin: 0 0 25px 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 {
    border: none;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-address {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-address {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-phone {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-phone {
    text-align: center;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-link {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-link {
    text-align: center;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-link .mbr-mail {
  padding: 0 1rem;
  margin: 0;
  transition: all .3s ease;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
}
.cid-tnZVLc3miM .row-2 .mbr-link .mbr-mail::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all .3s linear;
}
.cid-tnZVLc3miM .row-2 .mbr-link .mbr-mail:hover::after {
  width: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-link .mbr-mail {
    text-align: center;
    margin-bottom: 15px;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-text {
  padding: 0 1rem;
  margin: 0 0 8px 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-text {
    text-align: center;
  }
}
.cid-tnZVLc3miM .row-2 .mbr-section-text {
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .row-2 .mbr-section-text {
    text-align: center;
  }
}
.cid-tnZVLc3miM .social-list {
  width: auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tnZVLc3miM .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tnZVLc3miM .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnZVLc3miM .social-list a {
  margin: 0;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .cid-tnZVLc3miM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnZVLc3miM .title-wrapper {
  padding: 0 1rem;
  width: 100%;
}
.cid-tnZVLc3miM .title-wrapper .mbr-section-title {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .title-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-tnZVLc3miM .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 2rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .copyright {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .copyright {
    border: none;
  }
}
.cid-tnZVLc3miM .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tnZVLc3miM .copyright .mbr-copy {
    text-align: center;
    margin-bottom: 5px;
  }
}
.cid-tnZVLc3miM .mbr-section-title,
.cid-tnZVLc3miM .mbr-iconfont {
  color: #FFFFFF;
}
.cid-tnZVLc3miM .mbr-address {
  color: #ffffff;
  text-align: left;
}
.cid-tnZVLc3miM .mbr-phone {
  color: #F0F0F5;
}
.cid-tnZVLc3miM .mbr-link {
  color: #F0F0F5;
}
.cid-tnZVLc3miM .mbr-phone,
.cid-tnZVLc3miM .mbr-link {
  text-align: left;
}
.cid-tnZVLc3miM .mbr-text {
  color: #F0F0F5;
  text-align: right;
}
.cid-tnZVLc3miM .mbr-section-text {
  color: #ffffff;
  text-align: right;
}
.cid-tnZVLc3miM .mbr-copy {
  color: #F0F0F5;
}
.cid-tocNEXoKnH.popup-builder {
  background-color: #ffffff;
}
.cid-tocNEXoKnH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tocNEXoKnH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tocNEXoKnH .modal-content,
.cid-tocNEXoKnH .modal-dialog {
  height: auto;
}
.cid-tocNEXoKnH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tocNEXoKnH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tocNEXoKnH .form-wrapper .mbr-form .form-group,
  .cid-tocNEXoKnH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tocNEXoKnH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tocNEXoKnH .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-tocNEXoKnH .mbr-text {
  text-align: center;
}
.cid-tocNEXoKnH .pt-0 {
  padding-top: 0 !important;
}
.cid-tocNEXoKnH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tocNEXoKnH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tocNEXoKnH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tocNEXoKnH .modal-open {
  overflow: hidden;
}
.cid-tocNEXoKnH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tocNEXoKnH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tocNEXoKnH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tocNEXoKnH .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-tocNEXoKnH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tocNEXoKnH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tocNEXoKnH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tocNEXoKnH .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-tocNEXoKnH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tocNEXoKnH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tocNEXoKnH .modal-backdrop.fade {
  opacity: 0;
}
.cid-tocNEXoKnH .modal-backdrop.show {
  opacity: .5;
}
.cid-tocNEXoKnH .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-tocNEXoKnH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tocNEXoKnH .modal-header {
    padding: 1rem;
  }
}
.cid-tocNEXoKnH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tocNEXoKnH .modal-header .close svg {
  fill: #353535;
}
.cid-tocNEXoKnH .modal-header .close:hover {
  opacity: 1;
}
.cid-tocNEXoKnH .modal-header .close:focus {
  outline: none;
}
.cid-tocNEXoKnH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tocNEXoKnH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tocNEXoKnH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tocNEXoKnH .modal-body {
    padding: 1rem;
  }
}
.cid-tocNEXoKnH .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-tocNEXoKnH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tocNEXoKnH .modal-footer {
    padding: 1rem;
  }
}
.cid-tocNEXoKnH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tocNEXoKnH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tocNEXoKnH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tocNEXoKnH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tocNEXoKnH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tocNEXoKnH .modal-lg,
  .cid-tocNEXoKnH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tocNEXoKnH .modal-xl {
    max-width: 1140px;
  }
}
.cid-tocNEXoKnH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tocNEXoKnH .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-tocNEXoKnH .form-group {
  margin-bottom: 1rem;
}
.cid-tocNEXoKnH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tocNEXoKnH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tocNEXoKnH .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-tocNEXoKnH .mbr-section-btn {
  margin: 0;
}
.cid-tocNEXoKnH .mbr-section-btn .btn {
  margin: 0;
}
.cid-toEyi16f8P {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-toEyi16f8P nav.navbar {
  position: fixed;
}
.cid-toEyi16f8P .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-toEyi16f8P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEyi16f8P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEyi16f8P .dropdown-item:hover,
.cid-toEyi16f8P .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-toEyi16f8P .dropdown-item:hover span {
  color: white;
}
.cid-toEyi16f8P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEyi16f8P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEyi16f8P .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-toEyi16f8P .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-toEyi16f8P .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-toEyi16f8P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEyi16f8P .nav-link {
  position: relative;
}
.cid-toEyi16f8P .container {
  display: flex;
  margin: auto;
  padding: 0.1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-toEyi16f8P .container {
    flex-wrap: nowrap;
  }
}
.cid-toEyi16f8P .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEyi16f8P .dropdown-menu,
.cid-toEyi16f8P .navbar.opened {
  background: #232323 !important;
}
.cid-toEyi16f8P .nav-item:focus,
.cid-toEyi16f8P .nav-link:focus {
  outline: none;
}
.cid-toEyi16f8P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEyi16f8P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEyi16f8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEyi16f8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEyi16f8P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEyi16f8P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEyi16f8P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-toEyi16f8P .navbar.opened {
  transition: all 0.3s;
}
.cid-toEyi16f8P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEyi16f8P .navbar .navbar-logo img {
  width: auto;
}
.cid-toEyi16f8P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEyi16f8P .navbar.collapsed {
  justify-content: center;
}
.cid-toEyi16f8P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEyi16f8P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEyi16f8P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-toEyi16f8P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEyi16f8P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEyi16f8P .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-toEyi16f8P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEyi16f8P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEyi16f8P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEyi16f8P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEyi16f8P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEyi16f8P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEyi16f8P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEyi16f8P .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-toEyi16f8P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEyi16f8P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEyi16f8P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEyi16f8P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEyi16f8P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEyi16f8P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEyi16f8P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEyi16f8P .navbar.navbar-short {
  min-height: 70px;
}
.cid-toEyi16f8P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEyi16f8P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toEyi16f8P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-toEyi16f8P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEyi16f8P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEyi16f8P .dropdown-item.active,
.cid-toEyi16f8P .dropdown-item:active {
  background-color: transparent;
}
.cid-toEyi16f8P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEyi16f8P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEyi16f8P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEyi16f8P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-toEyi16f8P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEyi16f8P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEyi16f8P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEyi16f8P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEyi16f8P button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-toEyi16f8P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
}
.cid-toEyi16f8P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-toEyi16f8P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-toEyi16f8P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-toEyi16f8P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-toEyi16f8P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEyi16f8P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEyi16f8P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEyi16f8P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEyi16f8P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEyi16f8P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEyi16f8P .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-toEyi16f8P .navbar {
    height: 70px;
  }
  .cid-toEyi16f8P .navbar.opened {
    height: auto;
  }
  .cid-toEyi16f8P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toEyi16f8P .navbar-short .container {
  background: rgba(35, 35, 35, 0.7) !important;
}
.cid-toEyi16f8P .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-toEyi16f8P .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-toEyi16f8P .mbr-section-btn .btn-success:hover,
.cid-toEyi16f8P .mbr-section-btn .btn-success:focus,
.cid-toEyi16f8P .mbr-section-btn .btn-success.focus,
.cid-toEyi16f8P .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-toEyi16f8P .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-toEyi16f8P .navbar {
    transition: .3s all !important;
  }
  .cid-toEyi16f8P .container {
    padding: 2%;
  }
  .cid-toEyi16f8P .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-toEyi16f8P .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-toEyi16f8P .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-toEyi16f8P .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-toEyi16f8P .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-toEyi16f8P .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-toEyi16f8P .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-toEyi16f8P .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-toEyi16f8P .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 30px !important;
    line-height: 1 !important;
  }
  .cid-toEyi16f8P .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-toEyi16f8P .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-toEyi16f8P .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-toEyi16f8P .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-toEyi16f8P .mbr-section-btn {
    text-align: left;
  }
}
.cid-txuAgKF4K1.popup-builder {
  background-color: #ffffff;
}
.cid-txuAgKF4K1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txuAgKF4K1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txuAgKF4K1 .modal-content,
.cid-txuAgKF4K1 .modal-dialog {
  height: auto;
}
.cid-txuAgKF4K1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txuAgKF4K1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txuAgKF4K1 .form-wrapper .mbr-form .form-group,
  .cid-txuAgKF4K1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txuAgKF4K1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txuAgKF4K1 .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-txuAgKF4K1 .mbr-text {
  text-align: center;
}
.cid-txuAgKF4K1 .pt-0 {
  padding-top: 0 !important;
}
.cid-txuAgKF4K1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txuAgKF4K1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txuAgKF4K1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txuAgKF4K1 .modal-open {
  overflow: hidden;
}
.cid-txuAgKF4K1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txuAgKF4K1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txuAgKF4K1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txuAgKF4K1 .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-txuAgKF4K1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txuAgKF4K1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txuAgKF4K1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txuAgKF4K1 .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-txuAgKF4K1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txuAgKF4K1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txuAgKF4K1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txuAgKF4K1 .modal-backdrop.show {
  opacity: .5;
}
.cid-txuAgKF4K1 .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-txuAgKF4K1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txuAgKF4K1 .modal-header {
    padding: 1rem;
  }
}
.cid-txuAgKF4K1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txuAgKF4K1 .modal-header .close svg {
  fill: #353535;
}
.cid-txuAgKF4K1 .modal-header .close:hover {
  opacity: 1;
}
.cid-txuAgKF4K1 .modal-header .close:focus {
  outline: none;
}
.cid-txuAgKF4K1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-txuAgKF4K1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txuAgKF4K1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txuAgKF4K1 .modal-body {
    padding: 1rem;
  }
}
.cid-txuAgKF4K1 .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-txuAgKF4K1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txuAgKF4K1 .modal-footer {
    padding: 1rem;
  }
}
.cid-txuAgKF4K1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txuAgKF4K1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txuAgKF4K1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txuAgKF4K1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txuAgKF4K1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txuAgKF4K1 .modal-lg,
  .cid-txuAgKF4K1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txuAgKF4K1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txuAgKF4K1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txuAgKF4K1 .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-txuAgKF4K1 .form-group {
  margin-bottom: 1rem;
}
.cid-txuAgKF4K1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txuAgKF4K1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txuAgKF4K1 .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-txuAgKF4K1 .mbr-section-btn {
  margin: 0;
}
.cid-txuAgKF4K1 .mbr-section-btn .btn {
  margin: 0;
}

.sar-list{
  padding-left: 1rem;
}

.sar-pb {
  padding-bottom: 4rem;
}

/* Swiper Slide containing video and image */
.swiper-slide {
  position: relative;
}

/* Video styling */
.hero-video {
  width: 100%;
  height: auto; /* Adjust as needed */
}

/* Tagline Image styling */
.tagline-image {
  position: absolute;
  top: 50%; /* Adjust positioning as needed */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; /* Ensures the image is above the video */
}

.swiper-button-next, .swiper-button-prev {
  color: #fff; /* Adjust color */
  padding: 0rem 3rem;
  opacity: 0.5;
}

.swiper-pagination-bullet {
  background: #fff; /* Adjust color */
}

.swiper-pagination-bullet-active {
  background: #000; /* Adjust active color */
}

@media (max-width: 600px) {
    .swiper-button-next, .swiper-button-prev {
      padding: 0rem 1rem;
    }
}

  .dropdown-icon {
    margin-left: 5px; /* Space between text and icon */
    transition: transform 0.3s ease; /* Animation effect */
    color: white;
  }
  
  /* Animation when hovering over the button */
  .dropbtn:hover .dropdown-icon {
    transform: rotate(180deg); /* Rotates the icon 180 degrees */
  }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color:rgb(255, 250, 250) ;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 30%;
  font-size: small;
}


/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  background-color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover 
  {
    background-color: #FE4613;
    color: white;
  }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: flow;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #FE4613;
  color: white;
  border: 0.125rem solid #FE4613;
  font-weight: 900;
}


.dropdown .dropbtn .arrow-down {
  display: inline-block;
  margin-left: 5px;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000; /* Adjust color to match your design */
}

.dropdown:hover .dropbtn .arrow-down {
  border-top-color: #fff; /* Change color on hover if needed */
}
