body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #ffbc00 !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: #3e97d1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffbc00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tGrjGzmDv5 {
  background-image: url("../../../assets/images/img-20180216-212204-2000x1498.webp");
}
.cid-tGrjGzmDv5 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-tGrjGzmDv5 .mbr-section-title {
  color: #232323;
}
.cid-tGrjGzmDv5 .mbr-section-title span {
  color: #ffbc00;
}
.cid-tGrjGzmDv5 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGrjGzmDv5 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tGrhfRmBBW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tGrhfRmBBW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGrhfRmBBW .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-tGrhfRmBBW .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tGrhfRmBBW .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-tGrhfRmBBW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGrhfRmBBW .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-tGrhfRmBBW .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-tGrhfRmBBW .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-tGrhfRmBBW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGrhfRmBBW .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-tGrhfRmBBW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGrhfRmBBW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGrhfRmBBW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGrhfRmBBW .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-tGrhfRmBBW .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-tGrhfRmBBW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGrhfRmBBW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-tGrhfRmBBW .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-tGrhfRmBBW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGrhfRmBBW .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-tGrhfRmBBW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGrhfRmBBW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGrhfRmBBW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGrhfRmBBW .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-tGrhfRmBBW .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-tGrhfRmBBW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGrhfRmBBW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGrhfRmBBW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-tGrhfRmBBW .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-tGrhfRmBBW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tGrhfRmBBW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tGrhfRmBBW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tGrhfRmBBW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGrhfRmBBW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGrhfRmBBW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGrhfRmBBW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGrhfRmBBW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGrhfRmBBW .dropdown-item.active,
.cid-tGrhfRmBBW .dropdown-item:active {
  background-color: transparent;
}
.cid-tGrhfRmBBW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGrhfRmBBW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGrhfRmBBW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGrhfRmBBW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGrhfRmBBW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-tGrhfRmBBW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGrhfRmBBW ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-tGrhfRmBBW .navbar-buttons {
  text-align: center;
}
.cid-tGrhfRmBBW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGrhfRmBBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGrhfRmBBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGrhfRmBBW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrhfRmBBW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGrhfRmBBW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGrhfRmBBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrhfRmBBW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGrhfRmBBW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGrhfRmBBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGrhfRmBBW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGrhfRmBBW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-tGrhfRmBBW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGrhfRmBBW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-tGrhfRmBBW .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-tGrhfRmBBW .nav-link:hover,
.cid-tGrhfRmBBW .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGzbGTFJn6 {
  background-image: url("../../../assets/images/biser-1600x900.webp");
}
.cid-tGzbGTFJn6 .mbr-text,
.cid-tGzbGTFJn6 .typed-text,
.cid-tGzbGTFJn6 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tGzbGTFJn6 .btn {
  margin-left: 4px !important;
}
.cid-tGzbGTFJn6 .animated-element {
  color: #ffbc00;
}
.cid-tGzbGTFJn6 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tGzbGTFJn6 .mbr-section-title {
  color: #ff8f00;
}
.cid-tGzo3nqhXV {
  background-image: url("../../../assets/images/roki-1600x900.webp");
}
.cid-tGzo3nqhXV .mbr-text,
.cid-tGzo3nqhXV .typed-text,
.cid-tGzo3nqhXV .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tGzo3nqhXV .btn {
  margin-left: 4px !important;
}
.cid-tGzo3nqhXV .animated-element {
  color: #ffbc00;
}
.cid-tGzo3nqhXV .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tGzo3nqhXV .mbr-section-title {
  color: #ff8f00;
}
.cid-tGzo4fWhS8 {
  background-image: url("../../../assets/images/avantura-1600x900.webp");
}
.cid-tGzo4fWhS8 .mbr-text,
.cid-tGzo4fWhS8 .typed-text,
.cid-tGzo4fWhS8 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tGzo4fWhS8 .btn {
  margin-left: 4px !important;
}
.cid-tGzo4fWhS8 .animated-element {
  color: #ffbc00;
}
.cid-tGzo4fWhS8 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tGzo4fWhS8 .mbr-section-title {
  color: #ff8f00;
}
.cid-tGzo4NkcXu {
  background-image: url("../../../assets/images/imidz-1600x900.webp");
}
.cid-tGzo4NkcXu .mbr-text,
.cid-tGzo4NkcXu .typed-text,
.cid-tGzo4NkcXu .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tGzo4NkcXu .btn {
  margin-left: 4px !important;
}
.cid-tGzo4NkcXu .animated-element {
  color: #ffbc00;
}
.cid-tGzo4NkcXu .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tGzo4NkcXu .mbr-section-title {
  color: #ff8f00;
}
.cid-tGzo5nGCnW {
  background-image: url("../../../assets/images/cas-1599x900.webp");
}
.cid-tGzo5nGCnW .mbr-text,
.cid-tGzo5nGCnW .typed-text,
.cid-tGzo5nGCnW .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tGzo5nGCnW .btn {
  margin-left: 4px !important;
}
.cid-tGzo5nGCnW .animated-element {
  color: #ffbc00;
}
.cid-tGzo5nGCnW .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tGzo5nGCnW .mbr-section-title {
  color: #ff8f00;
}
.cid-tGzo62j9bl {
  background-image: url("../../../assets/images/sledi-1600x900.webp");
}
.cid-tGzo62j9bl .mbr-text,
.cid-tGzo62j9bl .typed-text,
.cid-tGzo62j9bl .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tGzo62j9bl .btn {
  margin-left: 4px !important;
}
.cid-tGzo62j9bl .animated-element {
  color: #ffbc00;
}
.cid-tGzo62j9bl .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tGzo62j9bl .mbr-section-title {
  color: #ff8f00;
}
.cid-tGrqzo5WVG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGrqzo5WVG a:link {
  text-decoration: none;
}
.cid-tGrqzo5WVG .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tGrqzo5WVG .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tGrqzo5WVG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGrqzo5WVG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGrqzo5WVG .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-tGrqzo5WVG .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-tGrqzo5WVG .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-tGrqzo5WVG .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-tGrqzo5WVG .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-tGrqzo5WVG .plan-title,
.cid-tGrqzo5WVG .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-tGrqzo5WVG .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-tGrqzo5WVG .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-tGrqzo5WVG .mbr-section-title span {
  color: #ffbc00;
}
.cid-tGrqzo5WVG .mbr-text {
  color: #000000;
}
.cid-tGtHGjQHsu.popup-builder {
  background-color: #ffffff;
}
.cid-tGtHGjQHsu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tGtHGjQHsu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tGtHGjQHsu .modal-content,
.cid-tGtHGjQHsu .modal-dialog {
  height: auto;
}
.cid-tGtHGjQHsu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tGtHGjQHsu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tGtHGjQHsu .form-wrapper .mbr-form .form-group,
  .cid-tGtHGjQHsu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tGtHGjQHsu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tGtHGjQHsu .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-tGtHGjQHsu .mbr-text {
  text-align: center;
}
.cid-tGtHGjQHsu .pt-0 {
  padding-top: 0 !important;
}
.cid-tGtHGjQHsu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tGtHGjQHsu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tGtHGjQHsu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tGtHGjQHsu .modal-open {
  overflow: hidden;
}
.cid-tGtHGjQHsu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tGtHGjQHsu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tGtHGjQHsu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tGtHGjQHsu .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-tGtHGjQHsu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tGtHGjQHsu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tGtHGjQHsu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tGtHGjQHsu .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-tGtHGjQHsu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tGtHGjQHsu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tGtHGjQHsu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tGtHGjQHsu .modal-backdrop.show {
  opacity: .5;
}
.cid-tGtHGjQHsu .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-tGtHGjQHsu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGtHGjQHsu .modal-header {
    padding: 1rem;
  }
}
.cid-tGtHGjQHsu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tGtHGjQHsu .modal-header .close svg {
  fill: #353535;
}
.cid-tGtHGjQHsu .modal-header .close:hover {
  opacity: 1;
}
.cid-tGtHGjQHsu .modal-header .close:focus {
  outline: none;
}
.cid-tGtHGjQHsu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffbc00;
}
.cid-tGtHGjQHsu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tGtHGjQHsu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGtHGjQHsu .modal-body {
    padding: 1rem;
  }
}
.cid-tGtHGjQHsu .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-tGtHGjQHsu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGtHGjQHsu .modal-footer {
    padding: 1rem;
  }
}
.cid-tGtHGjQHsu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tGtHGjQHsu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tGtHGjQHsu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tGtHGjQHsu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tGtHGjQHsu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tGtHGjQHsu .modal-lg,
  .cid-tGtHGjQHsu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tGtHGjQHsu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tGtHGjQHsu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tGtHGjQHsu .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-tGtHGjQHsu .form-group {
  margin-bottom: 1rem;
}
.cid-tGtHGjQHsu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGtHGjQHsu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGtHGjQHsu .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-tGtHGjQHsu .mbr-section-btn {
  margin: 0;
}
.cid-tGtHGjQHsu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tGzr7Y6U1l.popup-builder {
  background-color: #ffffff;
}
.cid-tGzr7Y6U1l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tGzr7Y6U1l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tGzr7Y6U1l .modal-content,
.cid-tGzr7Y6U1l .modal-dialog {
  height: auto;
}
.cid-tGzr7Y6U1l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tGzr7Y6U1l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tGzr7Y6U1l .form-wrapper .mbr-form .form-group,
  .cid-tGzr7Y6U1l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tGzr7Y6U1l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tGzr7Y6U1l .mbr-figure img {
  display: block;
  width: 50%;
  margin: 0 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGzr7Y6U1l .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tGzr7Y6U1l .pt-0 {
  padding-top: 0 !important;
}
.cid-tGzr7Y6U1l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tGzr7Y6U1l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tGzr7Y6U1l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tGzr7Y6U1l .modal-open {
  overflow: hidden;
}
.cid-tGzr7Y6U1l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tGzr7Y6U1l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tGzr7Y6U1l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tGzr7Y6U1l .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-tGzr7Y6U1l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tGzr7Y6U1l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tGzr7Y6U1l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tGzr7Y6U1l .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-tGzr7Y6U1l .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tGzr7Y6U1l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tGzr7Y6U1l .modal-backdrop.fade {
  opacity: 0;
}
.cid-tGzr7Y6U1l .modal-backdrop.show {
  opacity: .5;
}
.cid-tGzr7Y6U1l .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-tGzr7Y6U1l .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzr7Y6U1l .modal-header {
    padding: 1rem;
  }
}
.cid-tGzr7Y6U1l .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tGzr7Y6U1l .modal-header .close svg {
  fill: #353535;
}
.cid-tGzr7Y6U1l .modal-header .close:hover {
  opacity: 1;
}
.cid-tGzr7Y6U1l .modal-header .close:focus {
  outline: none;
}
.cid-tGzr7Y6U1l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffbc00;
}
.cid-tGzr7Y6U1l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tGzr7Y6U1l .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzr7Y6U1l .modal-body {
    padding: 1rem;
  }
}
.cid-tGzr7Y6U1l .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-tGzr7Y6U1l .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzr7Y6U1l .modal-footer {
    padding: 1rem;
  }
}
.cid-tGzr7Y6U1l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tGzr7Y6U1l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tGzr7Y6U1l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tGzr7Y6U1l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tGzr7Y6U1l .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tGzr7Y6U1l .modal-lg,
  .cid-tGzr7Y6U1l .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tGzr7Y6U1l .modal-xl {
    max-width: 1140px;
  }
}
.cid-tGzr7Y6U1l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tGzr7Y6U1l .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-tGzr7Y6U1l .form-group {
  margin-bottom: 1rem;
}
.cid-tGzr7Y6U1l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGzr7Y6U1l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGzr7Y6U1l .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-tGzr7Y6U1l .mbr-section-btn {
  margin: 0;
}
.cid-tGzr7Y6U1l .mbr-section-btn .btn {
  margin: 0;
}
.cid-tGzFH7Dlrv.popup-builder {
  background-color: #ffffff;
}
.cid-tGzFH7Dlrv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tGzFH7Dlrv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tGzFH7Dlrv .modal-content,
.cid-tGzFH7Dlrv .modal-dialog {
  height: auto;
}
.cid-tGzFH7Dlrv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tGzFH7Dlrv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tGzFH7Dlrv .form-wrapper .mbr-form .form-group,
  .cid-tGzFH7Dlrv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tGzFH7Dlrv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tGzFH7Dlrv .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-tGzFH7Dlrv .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tGzFH7Dlrv .pt-0 {
  padding-top: 0 !important;
}
.cid-tGzFH7Dlrv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tGzFH7Dlrv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tGzFH7Dlrv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tGzFH7Dlrv .modal-open {
  overflow: hidden;
}
.cid-tGzFH7Dlrv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tGzFH7Dlrv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tGzFH7Dlrv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tGzFH7Dlrv .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-tGzFH7Dlrv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tGzFH7Dlrv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tGzFH7Dlrv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tGzFH7Dlrv .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-tGzFH7Dlrv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tGzFH7Dlrv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tGzFH7Dlrv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tGzFH7Dlrv .modal-backdrop.show {
  opacity: .5;
}
.cid-tGzFH7Dlrv .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-tGzFH7Dlrv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzFH7Dlrv .modal-header {
    padding: 1rem;
  }
}
.cid-tGzFH7Dlrv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tGzFH7Dlrv .modal-header .close svg {
  fill: #353535;
}
.cid-tGzFH7Dlrv .modal-header .close:hover {
  opacity: 1;
}
.cid-tGzFH7Dlrv .modal-header .close:focus {
  outline: none;
}
.cid-tGzFH7Dlrv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffbc00;
}
.cid-tGzFH7Dlrv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tGzFH7Dlrv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzFH7Dlrv .modal-body {
    padding: 1rem;
  }
}
.cid-tGzFH7Dlrv .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-tGzFH7Dlrv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzFH7Dlrv .modal-footer {
    padding: 1rem;
  }
}
.cid-tGzFH7Dlrv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tGzFH7Dlrv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tGzFH7Dlrv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tGzFH7Dlrv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tGzFH7Dlrv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tGzFH7Dlrv .modal-lg,
  .cid-tGzFH7Dlrv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tGzFH7Dlrv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tGzFH7Dlrv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tGzFH7Dlrv .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-tGzFH7Dlrv .form-group {
  margin-bottom: 1rem;
}
.cid-tGzFH7Dlrv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGzFH7Dlrv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGzFH7Dlrv .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-tGzFH7Dlrv .mbr-section-btn {
  margin: 0;
}
.cid-tGzFH7Dlrv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tGzFHXrQ20.popup-builder {
  background-color: #ffffff;
}
.cid-tGzFHXrQ20.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tGzFHXrQ20.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tGzFHXrQ20 .modal-content,
.cid-tGzFHXrQ20 .modal-dialog {
  height: auto;
}
.cid-tGzFHXrQ20 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tGzFHXrQ20 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tGzFHXrQ20 .form-wrapper .mbr-form .form-group,
  .cid-tGzFHXrQ20 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tGzFHXrQ20 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tGzFHXrQ20 .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-tGzFHXrQ20 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tGzFHXrQ20 .pt-0 {
  padding-top: 0 !important;
}
.cid-tGzFHXrQ20 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tGzFHXrQ20 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tGzFHXrQ20 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tGzFHXrQ20 .modal-open {
  overflow: hidden;
}
.cid-tGzFHXrQ20 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tGzFHXrQ20 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tGzFHXrQ20 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tGzFHXrQ20 .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-tGzFHXrQ20 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tGzFHXrQ20 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tGzFHXrQ20 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tGzFHXrQ20 .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-tGzFHXrQ20 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tGzFHXrQ20 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tGzFHXrQ20 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tGzFHXrQ20 .modal-backdrop.show {
  opacity: .5;
}
.cid-tGzFHXrQ20 .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-tGzFHXrQ20 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzFHXrQ20 .modal-header {
    padding: 1rem;
  }
}
.cid-tGzFHXrQ20 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tGzFHXrQ20 .modal-header .close svg {
  fill: #353535;
}
.cid-tGzFHXrQ20 .modal-header .close:hover {
  opacity: 1;
}
.cid-tGzFHXrQ20 .modal-header .close:focus {
  outline: none;
}
.cid-tGzFHXrQ20 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffbc00;
}
.cid-tGzFHXrQ20 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tGzFHXrQ20 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzFHXrQ20 .modal-body {
    padding: 1rem;
  }
}
.cid-tGzFHXrQ20 .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-tGzFHXrQ20 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGzFHXrQ20 .modal-footer {
    padding: 1rem;
  }
}
.cid-tGzFHXrQ20 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tGzFHXrQ20 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tGzFHXrQ20 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tGzFHXrQ20 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tGzFHXrQ20 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tGzFHXrQ20 .modal-lg,
  .cid-tGzFHXrQ20 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tGzFHXrQ20 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tGzFHXrQ20 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tGzFHXrQ20 .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-tGzFHXrQ20 .form-group {
  margin-bottom: 1rem;
}
.cid-tGzFHXrQ20 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGzFHXrQ20 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGzFHXrQ20 .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-tGzFHXrQ20 .mbr-section-btn {
  margin: 0;
}
.cid-tGzFHXrQ20 .mbr-section-btn .btn {
  margin: 0;
}
