.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter', 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d8e6d0 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ff0303 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8e6d0 !important;
  border-color: #d8e6d0 !important;
  color: #547740 !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: #a9c897 !important;
  border-color: #a9c897 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #547740 !important;
  background-color: #a9c897 !important;
  border-color: #a9c897 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff0303 !important;
  border-color: #ff0303 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #ab0000 !important;
  border-color: #ab0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ab0000 !important;
  border-color: #ab0000 !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: #d8e6d0;
  color: #d8e6d0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a9c897 !important;
  background-color: transparent!important;
  border-color: #a9c897 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #547740 !important;
  background-color: #d8e6d0 !important;
  border-color: #d8e6d0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff0303;
  color: #ff0303;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ab0000 !important;
  background-color: transparent!important;
  border-color: #ab0000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0303 !important;
  border-color: #ff0303 !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: #d8e6d0 !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ff0303 !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: #a1c38d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9c0000 !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: #d8e6d0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ff0303;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8e6d0;
  border-color: #d8e6d0;
  color: #608848;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8e6d0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffcfcf;
}
.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: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #d8e6d0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d8e6d0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8e6d0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d8e6d0;
}
.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: #d8e6d0;
  border-bottom-color: #d8e6d0;
}
.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: #d8e6d0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5cdb95 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d8e6d0' %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;
}
.cid-t8KOkWiD91 {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-color: #232323;
}
.cid-t8KOkWiD91 #center {
  width: 80vw;
  height: 80vh;
  position: absolute;
  top: 10vh;
  left: 10vw;
}
.cid-t8KOkWiD91 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t8KOkWiD91 form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-t8KOkWiD91 form.mbr-form {
    padding: 1rem;
  }
}
.cid-t8KOkWiD91 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t8KOkWiD91 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t8KOkWiD91 .mbr-section-title {
  color: #d8e6d0;
}
.cid-t8KOkWiD91 .mbr-section-subtitle {
  color: #bbbbbb;
  font-size: 0.8rem;
  text-align: center;
}
.cid-t8KpUY0Ylj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8KpUY0Ylj nav.navbar {
  position: fixed;
}
.cid-t8KpUY0Ylj .navbar {
  border-bottom: 1px solid #d8e6d0;
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-t8KpUY0Ylj .navbar.opened {
  transition: all 0.3s;
}
.cid-t8KpUY0Ylj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8KpUY0Ylj .navbar .navbar-logo img {
  width: auto;
}
.cid-t8KpUY0Ylj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8KpUY0Ylj .navbar.collapsed {
  justify-content: center;
}
.cid-t8KpUY0Ylj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8KpUY0Ylj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8KpUY0Ylj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-t8KpUY0Ylj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8KpUY0Ylj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8KpUY0Ylj .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-t8KpUY0Ylj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8KpUY0Ylj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8KpUY0Ylj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8KpUY0Ylj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8KpUY0Ylj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8KpUY0Ylj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8KpUY0Ylj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8KpUY0Ylj .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-t8KpUY0Ylj .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-t8KpUY0Ylj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8KpUY0Ylj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8KpUY0Ylj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8KpUY0Ylj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8KpUY0Ylj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8KpUY0Ylj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8KpUY0Ylj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8KpUY0Ylj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8KpUY0Ylj .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-t8KpUY0Ylj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8KpUY0Ylj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8KpUY0Ylj .dropdown-item:hover,
.cid-t8KpUY0Ylj .dropdown-item:focus {
  background: #d8e6d0 !important;
  color: white !important;
}
.cid-t8KpUY0Ylj .dropdown-item:hover span {
  color: white;
}
.cid-t8KpUY0Ylj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8KpUY0Ylj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8KpUY0Ylj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8KpUY0Ylj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8KpUY0Ylj .nav-link {
  position: relative;
}
.cid-t8KpUY0Ylj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t8KpUY0Ylj .container {
    flex-wrap: nowrap;
  }
}
.cid-t8KpUY0Ylj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8KpUY0Ylj .dropdown-menu,
.cid-t8KpUY0Ylj .navbar.opened {
  background: #232323 !important;
}
.cid-t8KpUY0Ylj .nav-item:focus,
.cid-t8KpUY0Ylj .nav-link:focus {
  outline: none;
}
.cid-t8KpUY0Ylj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8KpUY0Ylj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8KpUY0Ylj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8KpUY0Ylj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8KpUY0Ylj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8KpUY0Ylj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8KpUY0Ylj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8KpUY0Ylj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8KpUY0Ylj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8KpUY0Ylj .dropdown-item.active,
.cid-t8KpUY0Ylj .dropdown-item:active {
  background-color: transparent;
}
.cid-t8KpUY0Ylj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8KpUY0Ylj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8KpUY0Ylj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8KpUY0Ylj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-t8KpUY0Ylj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8KpUY0Ylj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8KpUY0Ylj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8KpUY0Ylj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8KpUY0Ylj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8KpUY0Ylj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8e6d0;
}
.cid-t8KpUY0Ylj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8KpUY0Ylj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8KpUY0Ylj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8KpUY0Ylj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8KpUY0Ylj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8KpUY0Ylj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8KpUY0Ylj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8KpUY0Ylj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8KpUY0Ylj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8KpUY0Ylj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8KpUY0Ylj .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-t8KpUY0Ylj .navbar {
    height: 70px;
  }
  .cid-t8KpUY0Ylj .navbar.opened {
    height: auto;
  }
  .cid-t8KpUY0Ylj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8KpUY0Ylj .active {
  text-decoration: underline;
  text-decoration-color: #d8e6d0;
}
@media (max-width: 991px) {
  .cid-t8KpUY0Ylj .navbar-nav {
    flex-direction: unset;
  }
  .cid-t8KpUY0Ylj .navbar ul.navbar-nav li {
    margin: unset;
  }
  .cid-t8KpUY0Ylj .nav-dropdown .link {
    padding: 0 0 !important;
    margin: 0.667em 0 !important;
  }
  .cid-t8KpUY0Ylj a.nav-link {
    justify-content: unset;
  }
  .cid-t8KpUY0Ylj .box1,
  .cid-t8KpUY0Ylj .box2,
  .cid-t8KpUY0Ylj .box3 {
    float: left;
    padding: 0px;
    box-sizing: border-box;
  }
  .cid-t8KpUY0Ylj .box1 {
    width: 28%;
  }
  .cid-t8KpUY0Ylj .box2 {
    width: 40%;
  }
  .cid-t8KpUY0Ylj .box3 {
    width: 28%;
    margin-right: 0;
  }
}
#custom-html-n {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #000000;
  margin-top: 0rem;
  margin-left: 0px;
  margin-bottom: 2rem;
  cursor: Default;
  z-index: 0;
  /* Smileys */
  /* User Note */
}
#custom-html-n .clearr {
  clear: right;
}
#custom-html-n .clearl {
  clear: left;
}
#custom-html-n .clearb {
  content: "";
  clear: both;
  display: table;
}
#custom-html-n .sprechblaseal {
  padding: 30px 40px;
}
#custom-html-n .bubble {
  max-width: 60%;
  height: auto;
  display: block;
  background: #f5f5f5;
  border-radius: 4px;
  box-shadow: 2px 8px 5px #000;
  position: relative;
  margin: 0 0 25px;
  float: left;
}
#custom-html-n .bualt {
  margin: 0 0px 25px;
  float: right;
  background: #d8e6d0;
}
#custom-html-n .butime {
  border: #4f4a4a 1px solid;
  box-shadow: 0px 2px 10px #7b7777;
  margin: 0 0px 25px;
  float: right;
  background: #232323;
  text-align: center;
  padding: 0 0;
  margin-right: 46vw;
  width: 8vw;
}
@media (max-width: 991px) {
  #custom-html-n .butime {
    margin-right: 35vw;
    width: 30vw;
  }
}
#custom-html-n .bustat {
  border: #4f4a4a 1px solid;
  background: #232323;
  text-align: center;
  padding: 0 0;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 80vw;
}
#custom-html-n .txt {
  padding: 8px 50px 8px 14px;
  word-wrap: break-word;
}
#custom-html-n .timetxt {
  padding: 8px 10px 8px 14px;
  word-wrap: break-word;
}
#custom-html-n .stattxt {
  padding: 2px 2px 2px 6px;
  word-wrap: break-word;
}
#custom-html-n .name {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 4px;
  color: #3498db;
}
#custom-html-n .ts {
  font-weight: normal;
  color: #b3b3b3;
}
#custom-html-n .naalt {
  color: #2ecc71;
}
#custom-html-n .message {
  font-size: 1rem;
  margin: 0;
  color: #2b2b2b;
}
#custom-html-n .timestamp {
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  text-transform: uppercase;
  color: #999999;
}
#custom-html-n .bubble-arrow {
  position: absolute;
  width: 0;
  bottom: 42px;
  left: -16px;
  height: 0;
}
#custom-html-n .baalt {
  right: -2px;
  bottom: 40px;
  left: auto;
}
#custom-html-n .batime {
  right: -2px;
  bottom: 40px;
  left: auto;
}
#custom-html-n .bubble-arrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 9px solid #f5f5f5;
  border-radius: 0 20px 0;
  width: 15px;
  height: 30px;
  transform: rotate(145deg);
}
#custom-html-n .bubble-arrow.baalt:after {
  transform: rotate(45deg) scaleY(-1);
  border-top: 9px solid #d8e6d0;
}
#custom-html-n span#h2 {
  color: #fff;
  font-size: 1.5rem;
}
#custom-html-n a:link,
#custom-html-n a:visited {
  color: #4169E1;
}
#custom-html-n .senddiv {
  width: 100%;
}
#custom-html-n textarea {
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  resize: none;
  white-space: pre-line;
  padding: 5px 0px 5px 10px;
  caret-color: #0000ff;
}
#custom-html-n textarea:focus {
  border: 1px solid #5b7ee6;
}
#custom-html-n button,
#custom-html-n .but {
  font-family: Arial, Sans-Serif;
  font-size: 0.85rem;
}
#custom-html-n .butselect {
  font-size: 1.5rem;
  background-color: Transparent;
  border: 0;
  cursor: Pointer;
  padding: 0 2px 1px 2px;
  vertical-align: middle;
  margin: 2px 2px 2px 0;
}
#custom-html-n label {
  display: Inline-Block;
  text-decoration: None;
}
#custom-html-n label a {
  text-decoration: None;
}
#custom-html-n span.smile {
  font-size: 1rem;
  padding: 0 2px 1px 2px;
  vertical-align: Middle;
  margin: 2px 2px 2px 0;
  cursor: Pointer;
}
#custom-html-n span.smile:hover {
  background-color: #EBF0FC;
  outline: Solid 1px #4169E1;
}
#custom-html-n div#more {
  height: 120px;
  min-height: 120px;
  overflow: Auto;
  resize: Vertical;
}
#custom-html-n div.userNote:nth-child(even) {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  background-color: #EEEEEE;
  padding: 2px 0 2px 5px;
  cursor: Text;
}
#custom-html-n div.userNote:nth-child(odd) {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  background-color: #FFFFFF;
  padding: 2px 0 2px 5px;
  cursor: Text;
}
#custom-html-n div.userNote:nth-child(1) {
  background-color: #FFFFF0;
}
#custom-html-n div.userNote span {
  font-family: 'Poppins', sans-serif;
}
#custom-html-n span.userNoteNew {
  font-size: 0.80rem;
  color: #000000;
}
#custom-html-n span.userNoteOld {
  font-size: 0.80rem;
  color: #9E9E9E;
}
#custom-html-n article {
  position: Sticky;
  top: 15px;
  left: 0px;
  z-index: 1000;
  padding: 5px 0 0 5px;
}
#custom-html-n input[type="password"] {
  margin: 5px 0px 25px;
}
#custom-html-n p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#custom-html-n hr {
  border: 0;
  border-top: Solid Thin #C0C0C0;
}
@media (max-width: 991px) {
  #custom-html-n span.userNoteNew,
  #custom-html-n span.userNoteOld,
  #custom-html-n span.chat {
    display: None;
  }
}
#custom-html-n .footer {
  border-top: 1px solid #d8e6d0;
  position: fixed;
  padding-top: 1rem;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #232323;
}
#custom-html-n section {
  background-color: transparent;
}
#custom-html-n .tabber {
  display: none;
}
#custom-html-n .btn-files {
  position: relative;
  overflow: hidden;
}
#custom-html-n .btn-files input[type=file] {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 1.5rem;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
}
#custom-html-n #divselect {
  display: -webkit-flex;
  display: flex;
  border-radius: 20px;
  background: white;
  margin: 1px 7px;
  margin-bottom: 10px;
}
#custom-html-n #docup {
  word-break: break-word;
  word-wrap: break-word;
  position: absolute;
  bottom: 15px;
}
#custom-html-n #formselect .textarea {
  border: 0px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  max-height: 100px;
  scrollbar-width: thin;
}
#custom-html-n #formselect .textarea {
  display: block;
  height: 40px;
  line-height: 20px;
  width: 100%;
  margin: 7px 0 0 5px;
}
#custom-html-n #formselect .textarea[contenteditable]:empty::before {
  content: "Placeholder still possible";
  color: gray;
}
#custom-html-n #divselect:before,
#custom-html-n #divselect:after {
  content: " ";
  display: table;
}
#custom-html-n #divselect:after {
  clear: both;
}
#custom-html-n .divselect {
  border: 1px solid #ccc;
  border-right: 8rem solid white;
}
#custom-html-n #divselect .fix {
  float: right;
  width: 10rem;
  margin-right: -8rem;
  margin-left: 1rem;
}
#custom-html-n #divselect #formselect {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  #custom-html-n span#buttons {
    display: None;
  }
  #custom-html-n #smile {
    display: None;
  }
  #custom-html-n .divselect {
    border: 1px solid #ccc;
    border-right: 6rem solid white;
  }
  #custom-html-n .bubble {
    max-width: 90%;
  }
  #custom-html-n .sprechblaseal {
    padding: 30px 15px;
  }
}
#custom-html-n .docout {
  width: 24.8vw;
  margin-right: -38px;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  #custom-html-n .docout {
    width: 64vw;
  }
}
#custom-html-n .docpdf {
  width: 50vw;
  height: 30vw;
  margin-right: -38px;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  #custom-html-n .docpdf {
    width: 62vw;
  }
}
#custom-html-n .substr {
  max-width: 22vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media (max-width: 991px) {
  #custom-html-n .substr {
    max-width: 50vw;
  }
}
@media (max-width: 991px) {
  #custom-html-n .entdat {
    display: none;
  }
}
#custom-html-n #termine table,
#custom-html-n #dokumente table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 96vw;
  margin: 2vw;
  padding: 0;
  table-layout: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#custom-html-n #termine table caption,
#custom-html-n #dokumente table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
#custom-html-n #termine table tr,
#custom-html-n #dokumente table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
#custom-html-n #termine table th,
#custom-html-n #dokumente table th,
#custom-html-n #termine table td,
#custom-html-n #dokumente table td {
  padding: .625em;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#custom-html-n #termine table th,
#custom-html-n #dokumente table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #custom-html-n #termine table,
  #custom-html-n #dokumente table {
    border: 0;
  }
  #custom-html-n #termine table caption,
  #custom-html-n #dokumente table caption {
    font-size: 1.3em;
  }
  #custom-html-n #termine table thead,
  #custom-html-n #dokumente table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #custom-html-n #termine table tr,
  #custom-html-n #dokumente table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  #custom-html-n #termine table td,
  #custom-html-n #dokumente table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  #custom-html-n #termine table td::before,
  #custom-html-n #dokumente table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #custom-html-n #termine table td:last-child,
  #custom-html-n #dokumente table td:last-child {
    border-bottom: 0;
  }
}
#custom-html-n .emoji {
  font-size: 3rem;
}
#custom-html-n .zitat {
  display: block;
  background: #b0a8a861;
  color: #646060;
  border-radius: 4px;
  margin-left: -5px;
  margin-top: 0.5rem;
  border-left: green 5px solid;
  padding: 5px;
  margin-right: -38px;
}
#custom-html-n .zitatl {
  display: block;
  background: #b0a8a861;
  color: #646060;
  border-radius: 4px;
  margin-left: -5px;
  margin-top: 0.5rem;
  border-left: #DB5200 5px solid;
  padding: 5px;
  width: 25vw;
  margin-right: -38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  #custom-html-n .zitatl {
    width: 65vw;
  }
}
#custom-html-n .zitatyt {
  display: block;
  background: #b0a8a861;
  color: #646060;
  border-radius: 4px;
  margin-left: -5px;
  margin-top: 0.5rem;
  border-left: #4169E1 5px solid;
  padding: 5px;
  width: 25vw;
  margin-right: -38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.6rem;
}
@media (max-width: 991px) {
  #custom-html-n .zitatyt {
    width: 65vw;
  }
}
#custom-html-n .ytzitat {
  border-left: green 5px solid;
}
#custom-html-n .blockyt {
  width: 22.5vw;
  display: block;
}
@media (max-width: 991px) {
  #custom-html-n .blockyt {
    width: 55.4vw;
  }
}
#custom-html-n .blockl {
  width: 22.5vw;
  display: block;
}
@media (max-width: 991px) {
  #custom-html-n .blockl {
    width: 55.4vw;
  }
}
#custom-html-n #sidebar {
  border-right: 1px solid #d8e6d0;
  position: fixed;
  padding-top: 0rem;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 30vw;
  z-index: 900;
  background-color: #232323;
  display: none;
}
@media (max-width: 991px) {
  #custom-html-n #sidebar {
    max-width: 90vw;
  }
}
#custom-html-n .kreis {
  margin-right: 1rem;
}
#custom-html-n .kreis img {
  border-radius: 50%;
  width: 3rem;
}
#custom-html-n .group {
  display: -webkit-flex;
  display: flex;
  margin: 2rem;
}
#custom-html-n .groupakt {
  background: #cabebe;
}
#custom-html-n .groupout {
  width: 100%;
  color: #d8e6d0;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#custom-html-n .grouplast {
  font-size: 0.8rem;
  color: #d8e6d0;
}
#custom-html-n .grouptime {
  font-size: 0.8rem;
  color: #d8e6d0;
  padding-left: 1rem;
}
#custom-html-n .deletemessage {
  font-size: 11px;
  position: absolute;
  top: 8px;
  right: 10px;
  text-transform: uppercase;
  color: #999999;
}
#custom-html-n #Zitatout {
  display: block;
  background: #fffbfbba;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 1rem;
  border-left: #DB5200 5px solid;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  box-shadow: 1px 1px 6px #959595;
}
#custom-html-n .closezitat {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  color: #060606;
  padding: 1.3rem;
}
#custom-html-n audio {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 250px;
  margin-right: -40px;
  margin-left: -5px;
}
#custom-html-n audio::-webkit-media-controls-mute-button {
  display: none !important;
}
#custom-html-n audio::-webkit-media-controls-volume-slider {
  display: none !important;
}
#custom-html-n audio::-webkit-media-controls-volume-control-container.closed {
  display: none !important;
}
#custom-html-n audio::-webkit-media-controls-volume-control-container {
  display: none !important;
}
#custom-html-n .antwort {
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  color: #232323;
}
#custom-html-n .numberCircle {
  width: 2.6em;
  height: 1.5em;
  background: #d8e6d0;
  border: 0em solid #666;
  color: #232323;
  text-align: center;
  border-radius: 50%;
  line-height: 1.5em;
  box-sizing: content-box;
  display: block;
  margin-top: 0.4em;
}
#custom-html-n #load {
  border: 16px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 16px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 16px;
  border-radius: 50%;
  border-top: 16px solid #ABE475;
  border-bottom: 16px solid #72D216;
  width: 10vw;
  height: 10vw;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 40vh;
  left: 45vw;
  margin: auto;
  z-index: 999;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#custom-html-n .pn {
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  color: #232323;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#custom-html-n #Headerdiv {
  min-height: 70vh;
}
#custom-html-n #Giphysuche {
  display: block;
  background: white;
  border-radius: 4px;
  margin-left: 10px;
  margin-bottom: 1rem;
  border-left: #DB00CD 5px solid;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  box-shadow: 1px 1px 6px #959595;
}
#custom-html-n #giphylupe,
#custom-html-n #giphycruz {
  float: right;
  width: 3rem;
  margin-top: -2.5rem;
  margin-left: 1rem;
  cursor: Pointer;
}
#custom-html-n #Giphyanzeige {
  max-height: 50vh;
  overflow: Auto;
  resize: Vertical;
  margin-left: 1rem;
}
#custom-html-n .img120 {
  float: left;
  width: 6rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  height: 6rem;
  object-fit: cover;
  object-position: top center;
}
#custom-html-n .gifout {
  width: 24.8vw;
  margin-right: -38px;
  margin-bottom: 1rem;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  #custom-html-n .gifout {
    width: 64vw;
  }
}
.cid-t9GKttJA3M.popup-builder {
  background-color: #ffffff;
}
.cid-t9GKttJA3M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9GKttJA3M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9GKttJA3M .modal-content,
.cid-t9GKttJA3M .modal-dialog {
  height: auto;
}
.cid-t9GKttJA3M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9GKttJA3M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9GKttJA3M .form-wrapper .mbr-form .form-group,
  .cid-t9GKttJA3M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9GKttJA3M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9GKttJA3M .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-t9GKttJA3M .mbr-text {
  text-align: center;
}
.cid-t9GKttJA3M .pt-0 {
  padding-top: 0 !important;
}
.cid-t9GKttJA3M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9GKttJA3M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9GKttJA3M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9GKttJA3M .modal-open {
  overflow: hidden;
}
.cid-t9GKttJA3M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9GKttJA3M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9GKttJA3M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 1px;
  max-height: 1px;
}
.cid-t9GKttJA3M .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-t9GKttJA3M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9GKttJA3M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9GKttJA3M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9GKttJA3M .modal-content {
  background: #232323;
  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);
  max-width: 1px;
  max-height: 1px;
}
.cid-t9GKttJA3M .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9GKttJA3M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9GKttJA3M .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9GKttJA3M .modal-backdrop.show {
  opacity: .5;
}
.cid-t9GKttJA3M .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-t9GKttJA3M .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9GKttJA3M .modal-header {
    padding: 1rem;
  }
}
.cid-t9GKttJA3M .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9GKttJA3M .modal-header .close svg {
  fill: #353535;
}
.cid-t9GKttJA3M .modal-header .close:hover {
  opacity: 1;
}
.cid-t9GKttJA3M .modal-header .close:focus {
  outline: none;
}
.cid-t9GKttJA3M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d8e6d0;
}
.cid-t9GKttJA3M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9GKttJA3M .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9GKttJA3M .modal-body {
    padding: 1rem;
  }
}
.cid-t9GKttJA3M .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-t9GKttJA3M .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9GKttJA3M .modal-footer {
    padding: 1rem;
  }
}
.cid-t9GKttJA3M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9GKttJA3M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9GKttJA3M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9GKttJA3M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9GKttJA3M .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9GKttJA3M .modal-lg,
  .cid-t9GKttJA3M .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9GKttJA3M .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9GKttJA3M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9GKttJA3M .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-t9GKttJA3M .form-group {
  margin-bottom: 1rem;
}
.cid-t9GKttJA3M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9GKttJA3M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9GKttJA3M .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-t9GKttJA3M .mbr-section-btn {
  margin: 0;
}
.cid-t9GKttJA3M .mbr-section-btn .btn {
  margin: 0;
}
.cid-t97bzRFfFb.popup-builder {
  background-color: #ffffff;
}
.cid-t97bzRFfFb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t97bzRFfFb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t97bzRFfFb .modal-content,
.cid-t97bzRFfFb .modal-dialog {
  height: auto;
}
.cid-t97bzRFfFb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t97bzRFfFb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t97bzRFfFb .form-wrapper .mbr-form .form-group,
  .cid-t97bzRFfFb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t97bzRFfFb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t97bzRFfFb .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-t97bzRFfFb .mbr-text {
  text-align: center;
}
.cid-t97bzRFfFb .pt-0 {
  padding-top: 0 !important;
}
.cid-t97bzRFfFb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t97bzRFfFb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t97bzRFfFb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t97bzRFfFb .modal-open {
  overflow: hidden;
}
.cid-t97bzRFfFb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t97bzRFfFb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t97bzRFfFb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t97bzRFfFb .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-t97bzRFfFb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t97bzRFfFb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t97bzRFfFb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t97bzRFfFb .modal-content {
  background: #232323;
  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-t97bzRFfFb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t97bzRFfFb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t97bzRFfFb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t97bzRFfFb .modal-backdrop.show {
  opacity: .5;
}
.cid-t97bzRFfFb .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-t97bzRFfFb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t97bzRFfFb .modal-header {
    padding: 1rem;
  }
}
.cid-t97bzRFfFb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t97bzRFfFb .modal-header .close svg {
  fill: #d8e6d0;
}
.cid-t97bzRFfFb .modal-header .close:hover {
  opacity: 1;
}
.cid-t97bzRFfFb .modal-header .close:focus {
  outline: none;
}
.cid-t97bzRFfFb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d8e6d0;
}
.cid-t97bzRFfFb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t97bzRFfFb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t97bzRFfFb .modal-body {
    padding: 1rem;
  }
}
.cid-t97bzRFfFb .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-t97bzRFfFb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t97bzRFfFb .modal-footer {
    padding: 1rem;
  }
}
.cid-t97bzRFfFb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t97bzRFfFb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t97bzRFfFb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t97bzRFfFb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t97bzRFfFb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t97bzRFfFb .modal-lg,
  .cid-t97bzRFfFb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t97bzRFfFb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t97bzRFfFb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t97bzRFfFb .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-t97bzRFfFb .form-group {
  margin-bottom: 1rem;
}
.cid-t97bzRFfFb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t97bzRFfFb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t97bzRFfFb .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-t97bzRFfFb .mbr-section-btn {
  margin: 0;
}
.cid-t97bzRFfFb .mbr-section-btn .btn {
  margin: 0;
}
.cid-ta46tjCpwN.popup-builder {
  background-color: #ffffff;
}
.cid-ta46tjCpwN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ta46tjCpwN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ta46tjCpwN .modal-content,
.cid-ta46tjCpwN .modal-dialog {
  height: auto;
}
.cid-ta46tjCpwN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ta46tjCpwN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ta46tjCpwN .form-wrapper .mbr-form .form-group,
  .cid-ta46tjCpwN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ta46tjCpwN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ta46tjCpwN .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-ta46tjCpwN .mbr-text {
  text-align: center;
}
.cid-ta46tjCpwN .pt-0 {
  padding-top: 0 !important;
}
.cid-ta46tjCpwN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ta46tjCpwN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ta46tjCpwN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ta46tjCpwN .modal-open {
  overflow: hidden;
}
.cid-ta46tjCpwN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ta46tjCpwN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ta46tjCpwN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ta46tjCpwN .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-ta46tjCpwN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ta46tjCpwN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ta46tjCpwN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ta46tjCpwN .modal-content {
  background: #232323;
  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-ta46tjCpwN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ta46tjCpwN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ta46tjCpwN .modal-backdrop.fade {
  opacity: 0;
}
.cid-ta46tjCpwN .modal-backdrop.show {
  opacity: .5;
}
.cid-ta46tjCpwN .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-ta46tjCpwN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ta46tjCpwN .modal-header {
    padding: 1rem;
  }
}
.cid-ta46tjCpwN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ta46tjCpwN .modal-header .close svg {
  fill: #d8e6d0;
}
.cid-ta46tjCpwN .modal-header .close:hover {
  opacity: 1;
}
.cid-ta46tjCpwN .modal-header .close:focus {
  outline: none;
}
.cid-ta46tjCpwN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d8e6d0;
}
.cid-ta46tjCpwN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ta46tjCpwN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta46tjCpwN .modal-body {
    padding: 1rem;
  }
}
.cid-ta46tjCpwN .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-ta46tjCpwN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta46tjCpwN .modal-footer {
    padding: 1rem;
  }
}
.cid-ta46tjCpwN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ta46tjCpwN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ta46tjCpwN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ta46tjCpwN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ta46tjCpwN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ta46tjCpwN .modal-lg,
  .cid-ta46tjCpwN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ta46tjCpwN .modal-xl {
    max-width: 1140px;
  }
}
.cid-ta46tjCpwN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ta46tjCpwN .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-ta46tjCpwN .form-group {
  margin-bottom: 1rem;
}
.cid-ta46tjCpwN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ta46tjCpwN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ta46tjCpwN .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-ta46tjCpwN .mbr-section-btn {
  margin: 0;
}
.cid-ta46tjCpwN .mbr-section-btn .btn {
  margin: 0;
}
.cid-taKRPGCSsU.popup-builder {
  background-color: #ffffff;
}
.cid-taKRPGCSsU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-taKRPGCSsU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-taKRPGCSsU .modal-content,
.cid-taKRPGCSsU .modal-dialog {
  height: auto;
}
.cid-taKRPGCSsU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-taKRPGCSsU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-taKRPGCSsU .form-wrapper .mbr-form .form-group,
  .cid-taKRPGCSsU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-taKRPGCSsU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-taKRPGCSsU .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-taKRPGCSsU .mbr-text {
  text-align: left;
  color: #bbbbbb;
}
.cid-taKRPGCSsU .pt-0 {
  padding-top: 0 !important;
}
.cid-taKRPGCSsU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-taKRPGCSsU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-taKRPGCSsU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-taKRPGCSsU .modal-open {
  overflow: hidden;
}
.cid-taKRPGCSsU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-taKRPGCSsU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-taKRPGCSsU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-taKRPGCSsU .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-taKRPGCSsU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-taKRPGCSsU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-taKRPGCSsU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-taKRPGCSsU .modal-content {
  background: #232323;
  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-taKRPGCSsU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-taKRPGCSsU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-taKRPGCSsU .modal-backdrop.fade {
  opacity: 0;
}
.cid-taKRPGCSsU .modal-backdrop.show {
  opacity: .5;
}
.cid-taKRPGCSsU .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-taKRPGCSsU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-taKRPGCSsU .modal-header {
    padding: 1rem;
  }
}
.cid-taKRPGCSsU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-taKRPGCSsU .modal-header .close svg {
  fill: #353535;
}
.cid-taKRPGCSsU .modal-header .close:hover {
  opacity: 1;
}
.cid-taKRPGCSsU .modal-header .close:focus {
  outline: none;
}
.cid-taKRPGCSsU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d8e6d0;
}
.cid-taKRPGCSsU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-taKRPGCSsU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taKRPGCSsU .modal-body {
    padding: 1rem;
  }
}
.cid-taKRPGCSsU .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-taKRPGCSsU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taKRPGCSsU .modal-footer {
    padding: 1rem;
  }
}
.cid-taKRPGCSsU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-taKRPGCSsU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-taKRPGCSsU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-taKRPGCSsU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-taKRPGCSsU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-taKRPGCSsU .modal-lg,
  .cid-taKRPGCSsU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-taKRPGCSsU .modal-xl {
    max-width: 1140px;
  }
}
.cid-taKRPGCSsU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-taKRPGCSsU .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-taKRPGCSsU .form-group {
  margin-bottom: 1rem;
}
.cid-taKRPGCSsU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-taKRPGCSsU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-taKRPGCSsU .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-taKRPGCSsU .mbr-section-btn {
  margin: 0;
}
.cid-taKRPGCSsU .mbr-section-btn .btn {
  margin: 0;
}
.cid-taOr5iacuE.popup-builder {
  background-color: #ffffff;
}
.cid-taOr5iacuE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-taOr5iacuE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-taOr5iacuE .modal-content,
.cid-taOr5iacuE .modal-dialog {
  height: auto;
}
.cid-taOr5iacuE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-taOr5iacuE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-taOr5iacuE .form-wrapper .mbr-form .form-group,
  .cid-taOr5iacuE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-taOr5iacuE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-taOr5iacuE .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-taOr5iacuE .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-taOr5iacuE .pt-0 {
  padding-top: 0 !important;
}
.cid-taOr5iacuE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-taOr5iacuE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-taOr5iacuE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-taOr5iacuE .modal-open {
  overflow: hidden;
}
.cid-taOr5iacuE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-taOr5iacuE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-taOr5iacuE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-taOr5iacuE .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-taOr5iacuE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-taOr5iacuE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-taOr5iacuE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-taOr5iacuE .modal-content {
  background: #232323;
  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-taOr5iacuE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-taOr5iacuE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-taOr5iacuE .modal-backdrop.fade {
  opacity: 0;
}
.cid-taOr5iacuE .modal-backdrop.show {
  opacity: .5;
}
.cid-taOr5iacuE .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-taOr5iacuE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-taOr5iacuE .modal-header {
    padding: 1rem;
  }
}
.cid-taOr5iacuE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-taOr5iacuE .modal-header .close svg {
  fill: #353535;
}
.cid-taOr5iacuE .modal-header .close:hover {
  opacity: 1;
}
.cid-taOr5iacuE .modal-header .close:focus {
  outline: none;
}
.cid-taOr5iacuE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d8e6d0;
}
.cid-taOr5iacuE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-taOr5iacuE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taOr5iacuE .modal-body {
    padding: 1rem;
  }
}
.cid-taOr5iacuE .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-taOr5iacuE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taOr5iacuE .modal-footer {
    padding: 1rem;
  }
}
.cid-taOr5iacuE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-taOr5iacuE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-taOr5iacuE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-taOr5iacuE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-taOr5iacuE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-taOr5iacuE .modal-lg,
  .cid-taOr5iacuE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-taOr5iacuE .modal-xl {
    max-width: 1140px;
  }
}
.cid-taOr5iacuE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-taOr5iacuE .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-taOr5iacuE .form-group {
  margin-bottom: 1rem;
}
.cid-taOr5iacuE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-taOr5iacuE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-taOr5iacuE .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-taOr5iacuE .mbr-section-btn {
  margin: 0;
}
.cid-taOr5iacuE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbvkYa4rBY.popup-builder {
  background-color: #ffffff;
}
.cid-tbvkYa4rBY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbvkYa4rBY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tbvkYa4rBY .modal-content,
.cid-tbvkYa4rBY .modal-dialog {
  height: auto;
}
.cid-tbvkYa4rBY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbvkYa4rBY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbvkYa4rBY .form-wrapper .mbr-form .form-group,
  .cid-tbvkYa4rBY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbvkYa4rBY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbvkYa4rBY .mbr-figure img {
  display: revert;
  width: auto;
  max-width: 60vw;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
  margin-right: 4vw;
}
.cid-tbvkYa4rBY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tbvkYa4rBY .pt-0 {
  padding-top: 0 !important;
}
.cid-tbvkYa4rBY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbvkYa4rBY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbvkYa4rBY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbvkYa4rBY .modal-open {
  overflow: hidden;
}
.cid-tbvkYa4rBY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbvkYa4rBY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbvkYa4rBY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tbvkYa4rBY .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-tbvkYa4rBY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbvkYa4rBY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbvkYa4rBY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbvkYa4rBY .modal-content {
  background: #000000;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tbvkYa4rBY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbvkYa4rBY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbvkYa4rBY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbvkYa4rBY .modal-backdrop.show {
  opacity: .5;
}
.cid-tbvkYa4rBY .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-tbvkYa4rBY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbvkYa4rBY .modal-header {
    padding: 1rem;
  }
}
.cid-tbvkYa4rBY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbvkYa4rBY .modal-header .close svg {
  fill: #000000;
}
.cid-tbvkYa4rBY .modal-header .close:hover {
  opacity: 1;
}
.cid-tbvkYa4rBY .modal-header .close:focus {
  outline: none;
}
.cid-tbvkYa4rBY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff0303;
}
.cid-tbvkYa4rBY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbvkYa4rBY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbvkYa4rBY .modal-body {
    padding: 1rem;
  }
}
.cid-tbvkYa4rBY .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-tbvkYa4rBY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbvkYa4rBY .modal-footer {
    padding: 1rem;
  }
}
.cid-tbvkYa4rBY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbvkYa4rBY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbvkYa4rBY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbvkYa4rBY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbvkYa4rBY .modal-lg,
  .cid-tbvkYa4rBY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbvkYa4rBY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbvkYa4rBY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbvkYa4rBY .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-tbvkYa4rBY .form-group {
  margin-bottom: 1rem;
}
.cid-tbvkYa4rBY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbvkYa4rBY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbvkYa4rBY .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-tbvkYa4rBY .mbr-section-btn {
  margin: 0;
}
.cid-tbvkYa4rBY .mbr-section-btn .btn {
  margin: 0;
}
.cid-t8KpXk7hGg {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-color: #232323;
}
.cid-t8KpXk7hGg #center {
  width: 80vw;
  height: 80vh;
  position: absolute;
  top: 10vh;
  left: 10vw;
}
.cid-t8KpXk7hGg form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t8KpXk7hGg form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-t8KpXk7hGg form.mbr-form {
    padding: 1rem;
  }
}
.cid-t8KpXk7hGg form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t8KpXk7hGg form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t8KpXk7hGg .mbr-section-title {
  color: #d8e6d0;
}
.cid-t8KpXk7hGg .mbr-section-subtitle {
  color: #bbbbbb;
  font-size: 0.8rem;
  text-align: center;
}
