body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.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))));
  }
  .display-5 {
    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-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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffa405 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffa405 !important;
  border-color: #ffa405 !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: #ad6e00 !important;
  border-color: #ad6e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad6e00 !important;
  border-color: #ad6e00 !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: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa405;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad6e00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa405 !important;
  border-color: #ffa405 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffa405 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9e6400 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffa405;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffeed1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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: #ff6666 !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='%236592e6' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tyQ0fFv2F4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyQ0fFv2F4 nav.navbar {
  position: fixed;
}
.cid-tyQ0fFv2F4 .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-tyQ0fFv2F4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyQ0fFv2F4 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-tyQ0fFv2F4 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-tyQ0fFv2F4 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tyQ0fFv2F4 .dropdown-item:hover,
.cid-tyQ0fFv2F4 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-tyQ0fFv2F4 .dropdown-item:hover span {
  color: white;
}
.cid-tyQ0fFv2F4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyQ0fFv2F4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyQ0fFv2F4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-tyQ0fFv2F4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyQ0fFv2F4 .nav-link {
  position: relative;
}
.cid-tyQ0fFv2F4 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tyQ0fFv2F4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tyQ0fFv2F4 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tyQ0fFv2F4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-tyQ0fFv2F4 .dropdown-menu,
.cid-tyQ0fFv2F4 .navbar.opened {
  background: #353535 !important;
}
.cid-tyQ0fFv2F4 .nav-item:focus,
.cid-tyQ0fFv2F4 .nav-link:focus {
  outline: none;
}
.cid-tyQ0fFv2F4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyQ0fFv2F4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyQ0fFv2F4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyQ0fFv2F4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyQ0fFv2F4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyQ0fFv2F4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyQ0fFv2F4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-tyQ0fFv2F4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tyQ0fFv2F4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyQ0fFv2F4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tyQ0fFv2F4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyQ0fFv2F4 .navbar.collapsed {
  justify-content: center;
}
.cid-tyQ0fFv2F4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyQ0fFv2F4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyQ0fFv2F4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyQ0fFv2F4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyQ0fFv2F4 .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-tyQ0fFv2F4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyQ0fFv2F4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyQ0fFv2F4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyQ0fFv2F4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyQ0fFv2F4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyQ0fFv2F4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyQ0fFv2F4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyQ0fFv2F4 .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-tyQ0fFv2F4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyQ0fFv2F4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyQ0fFv2F4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyQ0fFv2F4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyQ0fFv2F4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyQ0fFv2F4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tyQ0fFv2F4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyQ0fFv2F4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyQ0fFv2F4 .dropdown-item.active,
.cid-tyQ0fFv2F4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tyQ0fFv2F4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyQ0fFv2F4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyQ0fFv2F4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyQ0fFv2F4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tyQ0fFv2F4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyQ0fFv2F4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyQ0fFv2F4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyQ0fFv2F4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyQ0fFv2F4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyQ0fFv2F4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tyQ0fFv2F4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyQ0fFv2F4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyQ0fFv2F4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyQ0fFv2F4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyQ0fFv2F4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyQ0fFv2F4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyQ0fFv2F4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyQ0fFv2F4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyQ0fFv2F4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyQ0fFv2F4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyQ0fFv2F4 .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-tyQ0fFv2F4 .navbar {
    height: 70px;
  }
  .cid-tyQ0fFv2F4 .navbar.opened {
    height: auto;
  }
  .cid-tyQ0fFv2F4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyQ0fFv2F4 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tyQ0fFv2F4 .navbar-toggler {
  margin-left: 10px;
}
.cid-tyQ0fFv2F4 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-tyQ0fFv2F4 .navbar-logo {
  margin-right: 0 !important;
}
.cid-tyQ0fFv2F4 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tyQ0fFv2F4 .mbr-text {
    display: none;
  }
}
.cid-tyQ0fFv2F4 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tyQ0fFv2F4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tyQ0fFv2F4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tyQ0fFv2F4 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-tyQ0fFv2F4 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-tyQ0fFv2F4 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-tyQ0fFv2F4 #vol {
    display: none;
  }
}
.cid-tyQ0fFv2F4 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-tbsOtGRift {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tbsOtGRift .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tbsOtGRift .mbr-section-subtitle {
  text-align: center;
}
.cid-tbsOtGRift .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbsOtGRift .display-1 {
    font-size: 75px;
  }
  .cid-tbsOtGRift .display-5 {
    font-size: 29px;
  }
  .cid-tbsOtGRift .display-4 {
    font-weight: 300;
  }
}
#custom-html-1 {
  /* Type valid CSS here */
}
#custom-html-1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1 * {
  margin: 0;
  padding: 0;
}
#custom-html-1 .embed-container {
  position: relative;
  max-height: 100vh;
  height: 50vh;
  overflow: hidden;
}
#custom-html-1 .embed-container iframe,
#custom-html-1 .embed-container object,
#custom-html-1 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tbsOA4ZT8h.popup-builder {
  background-color: #ffffff;
}
.cid-tbsOA4ZT8h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tbsOA4ZT8h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tbsOA4ZT8h .modal-content,
.cid-tbsOA4ZT8h .modal-dialog {
  height: auto;
}
.cid-tbsOA4ZT8h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tbsOA4ZT8h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tbsOA4ZT8h .form-wrapper .mbr-form .form-group,
  .cid-tbsOA4ZT8h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tbsOA4ZT8h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tbsOA4ZT8h .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-tbsOA4ZT8h .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tbsOA4ZT8h .pt-0 {
  padding-top: 0 !important;
}
.cid-tbsOA4ZT8h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tbsOA4ZT8h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tbsOA4ZT8h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tbsOA4ZT8h .modal-open {
  overflow: hidden;
}
.cid-tbsOA4ZT8h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tbsOA4ZT8h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tbsOA4ZT8h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tbsOA4ZT8h .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-tbsOA4ZT8h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tbsOA4ZT8h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tbsOA4ZT8h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tbsOA4ZT8h .modal-content {
  background: #353535;
  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-tbsOA4ZT8h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tbsOA4ZT8h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tbsOA4ZT8h .modal-backdrop.fade {
  opacity: 0;
}
.cid-tbsOA4ZT8h .modal-backdrop.show {
  opacity: .5;
}
.cid-tbsOA4ZT8h .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-tbsOA4ZT8h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsOA4ZT8h .modal-header {
    padding: 1rem;
  }
}
.cid-tbsOA4ZT8h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tbsOA4ZT8h .modal-header .close svg {
  fill: #ffffff;
}
.cid-tbsOA4ZT8h .modal-header .close:hover {
  opacity: 1;
}
.cid-tbsOA4ZT8h .modal-header .close:focus {
  outline: none;
}
.cid-tbsOA4ZT8h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tbsOA4ZT8h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tbsOA4ZT8h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsOA4ZT8h .modal-body {
    padding: 1rem;
  }
}
.cid-tbsOA4ZT8h .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-tbsOA4ZT8h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbsOA4ZT8h .modal-footer {
    padding: 1rem;
  }
}
.cid-tbsOA4ZT8h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tbsOA4ZT8h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tbsOA4ZT8h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tbsOA4ZT8h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tbsOA4ZT8h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tbsOA4ZT8h .modal-lg,
  .cid-tbsOA4ZT8h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tbsOA4ZT8h .modal-xl {
    max-width: 1140px;
  }
}
.cid-tbsOA4ZT8h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tbsOA4ZT8h .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-tbsOA4ZT8h .form-group {
  margin-bottom: 1rem;
}
.cid-tbsOA4ZT8h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tbsOA4ZT8h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbsOA4ZT8h .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-tbsOA4ZT8h .mbr-section-btn {
  margin: 0;
}
.cid-tbsOA4ZT8h .mbr-section-btn .btn {
  margin: 0;
}
.cid-tbsOA4ZT8h #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tbsOA4ZT8h #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tbsOA4ZT8h #creativecommons img,
.cid-tbsOA4ZT8h iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMHGzDmQbh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tMHGzDmQbh .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tMHGzDmQbh .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tMHGzDmQbh .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tMHGzDmQbh .bg-youtube:hover {
  background: #cc0000;
}
.cid-tMHGzDmQbh .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tMHGzDmQbh .bg-twitch:hover {
  background: #7313ff;
}
.cid-tMHGzDmQbh .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tMHGzDmQbh [class^="socicon-"]:before,
.cid-tMHGzDmQbh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tMHGzDmQbh .mbr-section-title,
.cid-tMHGzDmQbh .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-tMHGFrztoG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tMHGFrztoG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tMHGFrztoG .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-tMHGFrztoG .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-tMHGFrztoG .form-control:focus,
.cid-tMHGFrztoG .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tMHGFrztoG .form-group {
  margin-bottom: 1rem;
}
.cid-tMHGFrztoG input::-webkit-input-placeholder,
.cid-tMHGFrztoG textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tMHGFrztoG input:-moz-placeholder,
.cid-tMHGFrztoG textarea:-moz-placeholder {
  color: #656565;
}
.cid-tMHGFrztoG .jq-selectbox li,
.cid-tMHGFrztoG .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMHGFrztoG .jq-selectbox li:hover,
.cid-tMHGFrztoG .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tMHGFrztoG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMHGFrztoG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tMHGFrztoG textarea.form-control {
  resize: none;
}
.cid-tMHGFrztoG .input-group-btn {
  display: inline-block;
}
.cid-tMHGFrztoG .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-tMHGFrztoG .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMHGFrztoG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tMHGFrztoG .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMHGFrztoG .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tMHGFrztoG .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tMHGFrztoG .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMHGFrztoG .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-tMHGFrztoG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMHGFrztoG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tMHGFrztoG .form-control,
.cid-tMHGFrztoG .input-group-btn .btn {
  border-radius: 3px;
}
.cid-tMHGFrztoG #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-tMHGFrztoG #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-tMHGFrztoG #creativecommons img,
.cid-tMHGFrztoG iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-tMHGFrztoG .offset-md-1 {
  margin-left: 1vw;
}
.cid-tSDP87IvJT.popup-builder {
  background-color: #ffffff;
}
.cid-tSDP87IvJT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSDP87IvJT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSDP87IvJT .modal-content,
.cid-tSDP87IvJT .modal-dialog {
  height: auto;
}
.cid-tSDP87IvJT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSDP87IvJT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSDP87IvJT .form-wrapper .mbr-form .form-group,
  .cid-tSDP87IvJT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSDP87IvJT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tSDP87IvJT .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-tSDP87IvJT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tSDP87IvJT .pt-0 {
  padding-top: 0 !important;
}
.cid-tSDP87IvJT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSDP87IvJT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSDP87IvJT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSDP87IvJT .modal-open {
  overflow: hidden;
}
.cid-tSDP87IvJT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSDP87IvJT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSDP87IvJT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSDP87IvJT .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-tSDP87IvJT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSDP87IvJT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSDP87IvJT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSDP87IvJT .modal-content {
  background: #353535;
  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-tSDP87IvJT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSDP87IvJT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSDP87IvJT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSDP87IvJT .modal-backdrop.show {
  opacity: .5;
}
.cid-tSDP87IvJT .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-tSDP87IvJT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDP87IvJT .modal-header {
    padding: 1rem;
  }
}
.cid-tSDP87IvJT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSDP87IvJT .modal-header .close svg {
  fill: #ffffff;
}
.cid-tSDP87IvJT .modal-header .close:hover {
  opacity: 1;
}
.cid-tSDP87IvJT .modal-header .close:focus {
  outline: none;
}
.cid-tSDP87IvJT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-tSDP87IvJT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSDP87IvJT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDP87IvJT .modal-body {
    padding: 1rem;
  }
}
.cid-tSDP87IvJT .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-tSDP87IvJT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSDP87IvJT .modal-footer {
    padding: 1rem;
  }
}
.cid-tSDP87IvJT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSDP87IvJT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSDP87IvJT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSDP87IvJT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSDP87IvJT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSDP87IvJT .modal-lg,
  .cid-tSDP87IvJT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSDP87IvJT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSDP87IvJT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSDP87IvJT .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-tSDP87IvJT .form-group {
  margin-bottom: 1rem;
}
.cid-tSDP87IvJT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSDP87IvJT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSDP87IvJT .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-tSDP87IvJT .mbr-section-btn {
  margin: 0;
}
.cid-tSDP87IvJT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u0hxal7UUp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0hxal7UUp nav.navbar {
  position: fixed;
}
.cid-u0hxal7UUp .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-u0hxal7UUp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0hxal7UUp .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u0hxal7UUp #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u0hxal7UUp .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u0hxal7UUp .dropdown-item:hover,
.cid-u0hxal7UUp .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u0hxal7UUp .dropdown-item:hover span {
  color: white;
}
.cid-u0hxal7UUp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0hxal7UUp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0hxal7UUp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u0hxal7UUp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0hxal7UUp .nav-link {
  position: relative;
}
.cid-u0hxal7UUp .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u0hxal7UUp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u0hxal7UUp .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u0hxal7UUp .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u0hxal7UUp .dropdown-menu,
.cid-u0hxal7UUp .navbar.opened {
  background: #353535 !important;
}
.cid-u0hxal7UUp .nav-item:focus,
.cid-u0hxal7UUp .nav-link:focus {
  outline: none;
}
.cid-u0hxal7UUp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0hxal7UUp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0hxal7UUp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0hxal7UUp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0hxal7UUp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0hxal7UUp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0hxal7UUp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u0hxal7UUp .navbar.opened {
  transition: all 0.3s;
}
.cid-u0hxal7UUp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0hxal7UUp .navbar .navbar-logo img {
  width: auto;
}
.cid-u0hxal7UUp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0hxal7UUp .navbar.collapsed {
  justify-content: center;
}
.cid-u0hxal7UUp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0hxal7UUp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0hxal7UUp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0hxal7UUp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0hxal7UUp .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-u0hxal7UUp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0hxal7UUp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0hxal7UUp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0hxal7UUp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0hxal7UUp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0hxal7UUp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0hxal7UUp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0hxal7UUp .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-u0hxal7UUp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0hxal7UUp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0hxal7UUp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u0hxal7UUp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0hxal7UUp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0hxal7UUp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u0hxal7UUp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0hxal7UUp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0hxal7UUp .dropdown-item.active,
.cid-u0hxal7UUp .dropdown-item:active {
  background-color: transparent;
}
.cid-u0hxal7UUp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0hxal7UUp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0hxal7UUp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0hxal7UUp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u0hxal7UUp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0hxal7UUp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0hxal7UUp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0hxal7UUp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0hxal7UUp button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0hxal7UUp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u0hxal7UUp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0hxal7UUp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0hxal7UUp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0hxal7UUp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0hxal7UUp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0hxal7UUp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0hxal7UUp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0hxal7UUp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0hxal7UUp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0hxal7UUp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0hxal7UUp .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-u0hxal7UUp .navbar {
    height: 70px;
  }
  .cid-u0hxal7UUp .navbar.opened {
    height: auto;
  }
  .cid-u0hxal7UUp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0hxal7UUp .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u0hxal7UUp .navbar-toggler {
  margin-left: 10px;
}
.cid-u0hxal7UUp .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u0hxal7UUp .navbar-logo {
  margin-right: 0 !important;
}
.cid-u0hxal7UUp .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u0hxal7UUp .mbr-text {
    display: none;
  }
}
.cid-u0hxal7UUp .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u0hxal7UUp .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u0hxal7UUp .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u0hxal7UUp .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u0hxal7UUp #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u0hxal7UUp #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u0hxal7UUp #vol {
    display: none;
  }
}
.cid-u0hxal7UUp .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u0hxalBKRn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u0hxalBKRn .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u0hxalBKRn .mbr-section-subtitle {
  text-align: center;
}
.cid-u0hxalBKRn .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0hxalBKRn .display-1 {
    font-size: 75px;
  }
  .cid-u0hxalBKRn .display-5 {
    font-size: 29px;
  }
  .cid-u0hxalBKRn .display-4 {
    font-weight: 300;
  }
}
#custom-html-1gp {
  /* Type valid CSS here */
}
#custom-html-1gp div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1gp .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZnSQeU5l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZnSQeU5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZnSQeU5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZnSQeU5l .container,
.cid-ubZnSQeU5l .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZnSQeU5l .container,
  .cid-ubZnSQeU5l .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZnSQeU5l .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZnSQeU5l .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZnSQeU5l .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZnSQeU5l .mbr-section-title {
  color: #4479d9;
}
.cid-ubZnSQeU5l .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTeVQB0lB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTeVQB0lB .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yb {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yb *,
#custom-html-1yb *::before,
#custom-html-1yb *::after {
  box-sizing: border-box;
}
#custom-html-1yb body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yb #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yb .container {
  background-color: #232323;
}
#custom-html-1yb .titre {
  padding: 1em;
}
#custom-html-1yb H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yb h6 {
  color: white;
}
.cid-ubZjGr6Pvz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZjGr6Pvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZjGr6Pvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZjGr6Pvz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZjGr6Pvz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZjGr6Pvz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZjGr6Pvz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZjGr6Pvz .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZjGr6Pvz .mbr-text,
.cid-ubZjGr6Pvz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZjGr6Pvz .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZjE961hm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZjE961hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZjE961hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZjE961hm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZjE961hm .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZjE961hm .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZjE961hm .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZjE961hm .mbr-text,
.cid-ubZjE961hm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZjE961hm .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u0hxammux5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u0hxammux5 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u0hxammux5 .mbr-text,
.cid-u0hxammux5 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u0hxamBfND {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u0hxamBfND .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u0hxamBfND .row {
    padding: 20px 34px;
  }
}
.cid-u0hxamBfND .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u0hxamOFXc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u0hxamOFXc .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u0hxamOFXc .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u0hxamOFXc .card:hover {
  margin-top: -0.6rem;
}
.cid-u0hxamOFXc .card-wrapper {
  position: relative;
}
.cid-u0hxamOFXc .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u0hxamOFXc .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u0hxamOFXc .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u0hxamOFXc .big {
  margin-top: -25%;
}
.cid-u0hxamOFXc .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u0hxamOFXc .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0hxamOFXc .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u0hxamOFXc .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u0hxan8zvY.popup-builder {
  background-color: #ffffff;
}
.cid-u0hxan8zvY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u0hxan8zvY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u0hxan8zvY .modal-content,
.cid-u0hxan8zvY .modal-dialog {
  height: auto;
}
.cid-u0hxan8zvY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u0hxan8zvY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u0hxan8zvY .form-wrapper .mbr-form .form-group,
  .cid-u0hxan8zvY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u0hxan8zvY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u0hxan8zvY .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-u0hxan8zvY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0hxan8zvY .pt-0 {
  padding-top: 0 !important;
}
.cid-u0hxan8zvY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u0hxan8zvY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u0hxan8zvY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u0hxan8zvY .modal-open {
  overflow: hidden;
}
.cid-u0hxan8zvY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u0hxan8zvY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u0hxan8zvY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u0hxan8zvY .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-u0hxan8zvY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u0hxan8zvY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u0hxan8zvY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u0hxan8zvY .modal-content {
  background: #353535;
  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-u0hxan8zvY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u0hxan8zvY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u0hxan8zvY .modal-backdrop.fade {
  opacity: 0;
}
.cid-u0hxan8zvY .modal-backdrop.show {
  opacity: .5;
}
.cid-u0hxan8zvY .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-u0hxan8zvY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxan8zvY .modal-header {
    padding: 1rem;
  }
}
.cid-u0hxan8zvY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u0hxan8zvY .modal-header .close svg {
  fill: #ffffff;
}
.cid-u0hxan8zvY .modal-header .close:hover {
  opacity: 1;
}
.cid-u0hxan8zvY .modal-header .close:focus {
  outline: none;
}
.cid-u0hxan8zvY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u0hxan8zvY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u0hxan8zvY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxan8zvY .modal-body {
    padding: 1rem;
  }
}
.cid-u0hxan8zvY .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-u0hxan8zvY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxan8zvY .modal-footer {
    padding: 1rem;
  }
}
.cid-u0hxan8zvY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u0hxan8zvY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u0hxan8zvY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u0hxan8zvY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u0hxan8zvY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u0hxan8zvY .modal-lg,
  .cid-u0hxan8zvY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u0hxan8zvY .modal-xl {
    max-width: 1140px;
  }
}
.cid-u0hxan8zvY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u0hxan8zvY .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-u0hxan8zvY .form-group {
  margin-bottom: 1rem;
}
.cid-u0hxan8zvY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u0hxan8zvY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u0hxan8zvY .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-u0hxan8zvY .mbr-section-btn {
  margin: 0;
}
.cid-u0hxan8zvY .mbr-section-btn .btn {
  margin: 0;
}
.cid-u0hxan8zvY #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u0hxan8zvY #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u0hxan8zvY #creativecommons img,
.cid-u0hxan8zvY iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u0hxanshQh.popup-builder {
  background-color: #ffffff;
}
.cid-u0hxanshQh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u0hxanshQh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u0hxanshQh .modal-content,
.cid-u0hxanshQh .modal-dialog {
  height: auto;
}
.cid-u0hxanshQh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u0hxanshQh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u0hxanshQh .form-wrapper .mbr-form .form-group,
  .cid-u0hxanshQh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u0hxanshQh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u0hxanshQh .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-u0hxanshQh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0hxanshQh .pt-0 {
  padding-top: 0 !important;
}
.cid-u0hxanshQh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u0hxanshQh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u0hxanshQh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u0hxanshQh .modal-open {
  overflow: hidden;
}
.cid-u0hxanshQh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u0hxanshQh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u0hxanshQh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u0hxanshQh .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-u0hxanshQh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u0hxanshQh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u0hxanshQh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u0hxanshQh .modal-content {
  background: #353535;
  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-u0hxanshQh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u0hxanshQh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u0hxanshQh .modal-backdrop.fade {
  opacity: 0;
}
.cid-u0hxanshQh .modal-backdrop.show {
  opacity: .5;
}
.cid-u0hxanshQh .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-u0hxanshQh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxanshQh .modal-header {
    padding: 1rem;
  }
}
.cid-u0hxanshQh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u0hxanshQh .modal-header .close svg {
  fill: #ffffff;
}
.cid-u0hxanshQh .modal-header .close:hover {
  opacity: 1;
}
.cid-u0hxanshQh .modal-header .close:focus {
  outline: none;
}
.cid-u0hxanshQh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u0hxanshQh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u0hxanshQh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxanshQh .modal-body {
    padding: 1rem;
  }
}
.cid-u0hxanshQh .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-u0hxanshQh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxanshQh .modal-footer {
    padding: 1rem;
  }
}
.cid-u0hxanshQh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u0hxanshQh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u0hxanshQh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u0hxanshQh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u0hxanshQh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u0hxanshQh .modal-lg,
  .cid-u0hxanshQh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u0hxanshQh .modal-xl {
    max-width: 1140px;
  }
}
.cid-u0hxanshQh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u0hxanshQh .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-u0hxanshQh .form-group {
  margin-bottom: 1rem;
}
.cid-u0hxanshQh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u0hxanshQh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u0hxanshQh .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-u0hxanshQh .mbr-section-btn {
  margin: 0;
}
.cid-u0hxanshQh .mbr-section-btn .btn {
  margin: 0;
}
.cid-u0hxanMPV6.popup-builder {
  background-color: #ffffff;
}
.cid-u0hxanMPV6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u0hxanMPV6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u0hxanMPV6 .modal-content,
.cid-u0hxanMPV6 .modal-dialog {
  height: auto;
}
.cid-u0hxanMPV6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u0hxanMPV6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u0hxanMPV6 .form-wrapper .mbr-form .form-group,
  .cid-u0hxanMPV6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u0hxanMPV6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u0hxanMPV6 .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-u0hxanMPV6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0hxanMPV6 .pt-0 {
  padding-top: 0 !important;
}
.cid-u0hxanMPV6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u0hxanMPV6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u0hxanMPV6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u0hxanMPV6 .modal-open {
  overflow: hidden;
}
.cid-u0hxanMPV6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u0hxanMPV6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u0hxanMPV6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u0hxanMPV6 .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-u0hxanMPV6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u0hxanMPV6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u0hxanMPV6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u0hxanMPV6 .modal-content {
  background: #353535;
  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-u0hxanMPV6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u0hxanMPV6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u0hxanMPV6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u0hxanMPV6 .modal-backdrop.show {
  opacity: .5;
}
.cid-u0hxanMPV6 .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-u0hxanMPV6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxanMPV6 .modal-header {
    padding: 1rem;
  }
}
.cid-u0hxanMPV6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u0hxanMPV6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u0hxanMPV6 .modal-header .close:hover {
  opacity: 1;
}
.cid-u0hxanMPV6 .modal-header .close:focus {
  outline: none;
}
.cid-u0hxanMPV6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u0hxanMPV6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u0hxanMPV6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxanMPV6 .modal-body {
    padding: 1rem;
  }
}
.cid-u0hxanMPV6 .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-u0hxanMPV6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxanMPV6 .modal-footer {
    padding: 1rem;
  }
}
.cid-u0hxanMPV6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u0hxanMPV6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u0hxanMPV6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u0hxanMPV6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u0hxanMPV6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u0hxanMPV6 .modal-lg,
  .cid-u0hxanMPV6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u0hxanMPV6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u0hxanMPV6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u0hxanMPV6 .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-u0hxanMPV6 .form-group {
  margin-bottom: 1rem;
}
.cid-u0hxanMPV6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u0hxanMPV6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u0hxanMPV6 .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-u0hxanMPV6 .mbr-section-btn {
  margin: 0;
}
.cid-u0hxanMPV6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u0hxao57Zc.popup-builder {
  background-color: #ffffff;
}
.cid-u0hxao57Zc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u0hxao57Zc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u0hxao57Zc .modal-content,
.cid-u0hxao57Zc .modal-dialog {
  height: auto;
}
.cid-u0hxao57Zc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u0hxao57Zc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u0hxao57Zc .form-wrapper .mbr-form .form-group,
  .cid-u0hxao57Zc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u0hxao57Zc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u0hxao57Zc .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-u0hxao57Zc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0hxao57Zc .pt-0 {
  padding-top: 0 !important;
}
.cid-u0hxao57Zc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u0hxao57Zc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u0hxao57Zc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u0hxao57Zc .modal-open {
  overflow: hidden;
}
.cid-u0hxao57Zc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u0hxao57Zc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u0hxao57Zc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u0hxao57Zc .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-u0hxao57Zc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u0hxao57Zc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u0hxao57Zc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u0hxao57Zc .modal-content {
  background: #353535;
  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-u0hxao57Zc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u0hxao57Zc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u0hxao57Zc .modal-backdrop.fade {
  opacity: 0;
}
.cid-u0hxao57Zc .modal-backdrop.show {
  opacity: .5;
}
.cid-u0hxao57Zc .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-u0hxao57Zc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxao57Zc .modal-header {
    padding: 1rem;
  }
}
.cid-u0hxao57Zc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u0hxao57Zc .modal-header .close svg {
  fill: #ffffff;
}
.cid-u0hxao57Zc .modal-header .close:hover {
  opacity: 1;
}
.cid-u0hxao57Zc .modal-header .close:focus {
  outline: none;
}
.cid-u0hxao57Zc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u0hxao57Zc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u0hxao57Zc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxao57Zc .modal-body {
    padding: 1rem;
  }
}
.cid-u0hxao57Zc .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-u0hxao57Zc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxao57Zc .modal-footer {
    padding: 1rem;
  }
}
.cid-u0hxao57Zc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u0hxao57Zc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u0hxao57Zc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u0hxao57Zc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u0hxao57Zc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u0hxao57Zc .modal-lg,
  .cid-u0hxao57Zc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u0hxao57Zc .modal-xl {
    max-width: 1140px;
  }
}
.cid-u0hxao57Zc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u0hxao57Zc .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-u0hxao57Zc .form-group {
  margin-bottom: 1rem;
}
.cid-u0hxao57Zc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u0hxao57Zc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u0hxao57Zc .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-u0hxao57Zc .mbr-section-btn {
  margin: 0;
}
.cid-u0hxao57Zc .mbr-section-btn .btn {
  margin: 0;
}
.cid-u0hxaooea3.popup-builder {
  background-color: #ffffff;
}
.cid-u0hxaooea3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u0hxaooea3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u0hxaooea3 .modal-content,
.cid-u0hxaooea3 .modal-dialog {
  height: auto;
}
.cid-u0hxaooea3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u0hxaooea3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u0hxaooea3 .form-wrapper .mbr-form .form-group,
  .cid-u0hxaooea3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u0hxaooea3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u0hxaooea3 .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-u0hxaooea3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0hxaooea3 .pt-0 {
  padding-top: 0 !important;
}
.cid-u0hxaooea3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u0hxaooea3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u0hxaooea3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u0hxaooea3 .modal-open {
  overflow: hidden;
}
.cid-u0hxaooea3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u0hxaooea3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u0hxaooea3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u0hxaooea3 .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-u0hxaooea3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u0hxaooea3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u0hxaooea3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u0hxaooea3 .modal-content {
  background: #353535;
  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-u0hxaooea3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u0hxaooea3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u0hxaooea3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u0hxaooea3 .modal-backdrop.show {
  opacity: .5;
}
.cid-u0hxaooea3 .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-u0hxaooea3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaooea3 .modal-header {
    padding: 1rem;
  }
}
.cid-u0hxaooea3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u0hxaooea3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u0hxaooea3 .modal-header .close:hover {
  opacity: 1;
}
.cid-u0hxaooea3 .modal-header .close:focus {
  outline: none;
}
.cid-u0hxaooea3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u0hxaooea3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u0hxaooea3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaooea3 .modal-body {
    padding: 1rem;
  }
}
.cid-u0hxaooea3 .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-u0hxaooea3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaooea3 .modal-footer {
    padding: 1rem;
  }
}
.cid-u0hxaooea3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u0hxaooea3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u0hxaooea3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u0hxaooea3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u0hxaooea3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u0hxaooea3 .modal-lg,
  .cid-u0hxaooea3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u0hxaooea3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u0hxaooea3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u0hxaooea3 .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-u0hxaooea3 .form-group {
  margin-bottom: 1rem;
}
.cid-u0hxaooea3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u0hxaooea3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u0hxaooea3 .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-u0hxaooea3 .mbr-section-btn {
  margin: 0;
}
.cid-u0hxaooea3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u0hxaoHc1n.popup-builder {
  background-color: #ffffff;
}
.cid-u0hxaoHc1n.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u0hxaoHc1n.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u0hxaoHc1n .modal-content,
.cid-u0hxaoHc1n .modal-dialog {
  height: auto;
}
.cid-u0hxaoHc1n .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u0hxaoHc1n .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u0hxaoHc1n .form-wrapper .mbr-form .form-group,
  .cid-u0hxaoHc1n .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u0hxaoHc1n .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u0hxaoHc1n .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-u0hxaoHc1n .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0hxaoHc1n .pt-0 {
  padding-top: 0 !important;
}
.cid-u0hxaoHc1n .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u0hxaoHc1n .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u0hxaoHc1n .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u0hxaoHc1n .modal-open {
  overflow: hidden;
}
.cid-u0hxaoHc1n .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u0hxaoHc1n .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u0hxaoHc1n .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u0hxaoHc1n .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-u0hxaoHc1n .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u0hxaoHc1n .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u0hxaoHc1n .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u0hxaoHc1n .modal-content {
  background: #353535;
  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-u0hxaoHc1n .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u0hxaoHc1n .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u0hxaoHc1n .modal-backdrop.fade {
  opacity: 0;
}
.cid-u0hxaoHc1n .modal-backdrop.show {
  opacity: .5;
}
.cid-u0hxaoHc1n .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-u0hxaoHc1n .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaoHc1n .modal-header {
    padding: 1rem;
  }
}
.cid-u0hxaoHc1n .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u0hxaoHc1n .modal-header .close svg {
  fill: #ffffff;
}
.cid-u0hxaoHc1n .modal-header .close:hover {
  opacity: 1;
}
.cid-u0hxaoHc1n .modal-header .close:focus {
  outline: none;
}
.cid-u0hxaoHc1n .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u0hxaoHc1n .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u0hxaoHc1n .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaoHc1n .modal-body {
    padding: 1rem;
  }
}
.cid-u0hxaoHc1n .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-u0hxaoHc1n .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaoHc1n .modal-footer {
    padding: 1rem;
  }
}
.cid-u0hxaoHc1n .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u0hxaoHc1n .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u0hxaoHc1n .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u0hxaoHc1n .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u0hxaoHc1n .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u0hxaoHc1n .modal-lg,
  .cid-u0hxaoHc1n .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u0hxaoHc1n .modal-xl {
    max-width: 1140px;
  }
}
.cid-u0hxaoHc1n .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u0hxaoHc1n .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-u0hxaoHc1n .form-group {
  margin-bottom: 1rem;
}
.cid-u0hxaoHc1n .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u0hxaoHc1n .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u0hxaoHc1n .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-u0hxaoHc1n .mbr-section-btn {
  margin: 0;
}
.cid-u0hxaoHc1n .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u0hxapjvmv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u0hxapjvmv .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u0hxapjvmv .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u0hxapjvmv .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u0hxapjvmv .bg-youtube:hover {
  background: #cc0000;
}
.cid-u0hxapjvmv .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u0hxapjvmv .bg-twitch:hover {
  background: #7313ff;
}
.cid-u0hxapjvmv .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u0hxapjvmv [class^="socicon-"]:before,
.cid-u0hxapjvmv [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u0hxapjvmv .mbr-section-title,
.cid-u0hxapjvmv .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u0hxapEg5a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u0hxapEg5a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u0hxapEg5a .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u0hxapEg5a .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u0hxapEg5a .form-control:focus,
.cid-u0hxapEg5a .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u0hxapEg5a .form-group {
  margin-bottom: 1rem;
}
.cid-u0hxapEg5a input::-webkit-input-placeholder,
.cid-u0hxapEg5a textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u0hxapEg5a input:-moz-placeholder,
.cid-u0hxapEg5a textarea:-moz-placeholder {
  color: #656565;
}
.cid-u0hxapEg5a .jq-selectbox li,
.cid-u0hxapEg5a .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u0hxapEg5a .jq-selectbox li:hover,
.cid-u0hxapEg5a .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u0hxapEg5a .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u0hxapEg5a .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u0hxapEg5a textarea.form-control {
  resize: none;
}
.cid-u0hxapEg5a .input-group-btn {
  display: inline-block;
}
.cid-u0hxapEg5a .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u0hxapEg5a .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0hxapEg5a .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0hxapEg5a .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u0hxapEg5a .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u0hxapEg5a .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u0hxapEg5a .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u0hxapEg5a .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u0hxapEg5a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u0hxapEg5a .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u0hxapEg5a .form-control,
.cid-u0hxapEg5a .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u0hxapEg5a #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u0hxapEg5a #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u0hxapEg5a #creativecommons img,
.cid-u0hxapEg5a iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u0hxapEg5a .offset-md-1 {
  margin-left: 1vw;
}
.cid-u0hxaqg8ut.popup-builder {
  background-color: #ffffff;
}
.cid-u0hxaqg8ut.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u0hxaqg8ut.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u0hxaqg8ut .modal-content,
.cid-u0hxaqg8ut .modal-dialog {
  height: auto;
}
.cid-u0hxaqg8ut .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u0hxaqg8ut .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u0hxaqg8ut .form-wrapper .mbr-form .form-group,
  .cid-u0hxaqg8ut .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u0hxaqg8ut .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u0hxaqg8ut .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-u0hxaqg8ut .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0hxaqg8ut .pt-0 {
  padding-top: 0 !important;
}
.cid-u0hxaqg8ut .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u0hxaqg8ut .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u0hxaqg8ut .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u0hxaqg8ut .modal-open {
  overflow: hidden;
}
.cid-u0hxaqg8ut .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u0hxaqg8ut .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u0hxaqg8ut .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u0hxaqg8ut .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-u0hxaqg8ut .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u0hxaqg8ut .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u0hxaqg8ut .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u0hxaqg8ut .modal-content {
  background: #353535;
  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-u0hxaqg8ut .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u0hxaqg8ut .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u0hxaqg8ut .modal-backdrop.fade {
  opacity: 0;
}
.cid-u0hxaqg8ut .modal-backdrop.show {
  opacity: .5;
}
.cid-u0hxaqg8ut .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-u0hxaqg8ut .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaqg8ut .modal-header {
    padding: 1rem;
  }
}
.cid-u0hxaqg8ut .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u0hxaqg8ut .modal-header .close svg {
  fill: #ffffff;
}
.cid-u0hxaqg8ut .modal-header .close:hover {
  opacity: 1;
}
.cid-u0hxaqg8ut .modal-header .close:focus {
  outline: none;
}
.cid-u0hxaqg8ut .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u0hxaqg8ut .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u0hxaqg8ut .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaqg8ut .modal-body {
    padding: 1rem;
  }
}
.cid-u0hxaqg8ut .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-u0hxaqg8ut .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0hxaqg8ut .modal-footer {
    padding: 1rem;
  }
}
.cid-u0hxaqg8ut .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u0hxaqg8ut .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u0hxaqg8ut .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u0hxaqg8ut .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u0hxaqg8ut .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u0hxaqg8ut .modal-lg,
  .cid-u0hxaqg8ut .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u0hxaqg8ut .modal-xl {
    max-width: 1140px;
  }
}
.cid-u0hxaqg8ut .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u0hxaqg8ut .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-u0hxaqg8ut .form-group {
  margin-bottom: 1rem;
}
.cid-u0hxaqg8ut .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u0hxaqg8ut .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u0hxaqg8ut .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-u0hxaqg8ut .mbr-section-btn {
  margin: 0;
}
.cid-u0hxaqg8ut .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA8jiTZ4k.popup-builder {
  background-color: #ffffff;
}
.cid-ufA8jiTZ4k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA8jiTZ4k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA8jiTZ4k .modal-content,
.cid-ufA8jiTZ4k .modal-dialog {
  height: auto;
}
.cid-ufA8jiTZ4k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA8jiTZ4k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA8jiTZ4k .form-wrapper .mbr-form .form-group,
  .cid-ufA8jiTZ4k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA8jiTZ4k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA8jiTZ4k .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-ufA8jiTZ4k .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA8jiTZ4k .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA8jiTZ4k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA8jiTZ4k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA8jiTZ4k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA8jiTZ4k .modal-open {
  overflow: hidden;
}
.cid-ufA8jiTZ4k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA8jiTZ4k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA8jiTZ4k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA8jiTZ4k .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-ufA8jiTZ4k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA8jiTZ4k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA8jiTZ4k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA8jiTZ4k .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-ufA8jiTZ4k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA8jiTZ4k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA8jiTZ4k .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA8jiTZ4k .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA8jiTZ4k .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-ufA8jiTZ4k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA8jiTZ4k .modal-header {
    padding: 1rem;
  }
}
.cid-ufA8jiTZ4k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA8jiTZ4k .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA8jiTZ4k .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA8jiTZ4k .modal-header .close:focus {
  outline: none;
}
.cid-ufA8jiTZ4k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA8jiTZ4k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA8jiTZ4k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA8jiTZ4k .modal-body {
    padding: 1rem;
  }
}
.cid-ufA8jiTZ4k .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-ufA8jiTZ4k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA8jiTZ4k .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA8jiTZ4k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA8jiTZ4k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA8jiTZ4k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA8jiTZ4k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA8jiTZ4k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA8jiTZ4k .modal-lg,
  .cid-ufA8jiTZ4k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA8jiTZ4k .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA8jiTZ4k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA8jiTZ4k .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-ufA8jiTZ4k .form-group {
  margin-bottom: 1rem;
}
.cid-ufA8jiTZ4k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA8jiTZ4k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA8jiTZ4k .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-ufA8jiTZ4k .mbr-section-btn {
  margin: 0;
}
.cid-ufA8jiTZ4k .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA8jNhtah.popup-builder {
  background-color: #ffffff;
}
.cid-ufA8jNhtah.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA8jNhtah.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA8jNhtah .modal-content,
.cid-ufA8jNhtah .modal-dialog {
  height: auto;
}
.cid-ufA8jNhtah .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA8jNhtah .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA8jNhtah .form-wrapper .mbr-form .form-group,
  .cid-ufA8jNhtah .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA8jNhtah .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA8jNhtah .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-ufA8jNhtah .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA8jNhtah .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA8jNhtah .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA8jNhtah .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA8jNhtah .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA8jNhtah .modal-open {
  overflow: hidden;
}
.cid-ufA8jNhtah .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA8jNhtah .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA8jNhtah .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA8jNhtah .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-ufA8jNhtah .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA8jNhtah .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA8jNhtah .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA8jNhtah .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-ufA8jNhtah .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA8jNhtah .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA8jNhtah .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA8jNhtah .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA8jNhtah .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-ufA8jNhtah .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA8jNhtah .modal-header {
    padding: 1rem;
  }
}
.cid-ufA8jNhtah .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA8jNhtah .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA8jNhtah .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA8jNhtah .modal-header .close:focus {
  outline: none;
}
.cid-ufA8jNhtah .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA8jNhtah .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA8jNhtah .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA8jNhtah .modal-body {
    padding: 1rem;
  }
}
.cid-ufA8jNhtah .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-ufA8jNhtah .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA8jNhtah .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA8jNhtah .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA8jNhtah .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA8jNhtah .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA8jNhtah .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA8jNhtah .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA8jNhtah .modal-lg,
  .cid-ufA8jNhtah .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA8jNhtah .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA8jNhtah .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA8jNhtah .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-ufA8jNhtah .form-group {
  margin-bottom: 1rem;
}
.cid-ufA8jNhtah .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA8jNhtah .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA8jNhtah .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-ufA8jNhtah .mbr-section-btn {
  margin: 0;
}
.cid-ufA8jNhtah .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13I9vpT5l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u13I9vpT5l nav.navbar {
  position: fixed;
}
.cid-u13I9vpT5l .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-u13I9vpT5l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u13I9vpT5l .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u13I9vpT5l #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u13I9vpT5l .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u13I9vpT5l .dropdown-item:hover,
.cid-u13I9vpT5l .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u13I9vpT5l .dropdown-item:hover span {
  color: white;
}
.cid-u13I9vpT5l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u13I9vpT5l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u13I9vpT5l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u13I9vpT5l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u13I9vpT5l .nav-link {
  position: relative;
}
.cid-u13I9vpT5l .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u13I9vpT5l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u13I9vpT5l .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u13I9vpT5l .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u13I9vpT5l .dropdown-menu,
.cid-u13I9vpT5l .navbar.opened {
  background: #353535 !important;
}
.cid-u13I9vpT5l .nav-item:focus,
.cid-u13I9vpT5l .nav-link:focus {
  outline: none;
}
.cid-u13I9vpT5l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u13I9vpT5l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u13I9vpT5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u13I9vpT5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u13I9vpT5l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u13I9vpT5l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u13I9vpT5l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u13I9vpT5l .navbar.opened {
  transition: all 0.3s;
}
.cid-u13I9vpT5l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u13I9vpT5l .navbar .navbar-logo img {
  width: auto;
}
.cid-u13I9vpT5l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u13I9vpT5l .navbar.collapsed {
  justify-content: center;
}
.cid-u13I9vpT5l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u13I9vpT5l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u13I9vpT5l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u13I9vpT5l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u13I9vpT5l .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-u13I9vpT5l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u13I9vpT5l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u13I9vpT5l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u13I9vpT5l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u13I9vpT5l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u13I9vpT5l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u13I9vpT5l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u13I9vpT5l .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-u13I9vpT5l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u13I9vpT5l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u13I9vpT5l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u13I9vpT5l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u13I9vpT5l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u13I9vpT5l .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u13I9vpT5l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u13I9vpT5l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u13I9vpT5l .dropdown-item.active,
.cid-u13I9vpT5l .dropdown-item:active {
  background-color: transparent;
}
.cid-u13I9vpT5l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u13I9vpT5l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u13I9vpT5l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u13I9vpT5l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u13I9vpT5l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u13I9vpT5l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u13I9vpT5l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u13I9vpT5l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u13I9vpT5l button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u13I9vpT5l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u13I9vpT5l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u13I9vpT5l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u13I9vpT5l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u13I9vpT5l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u13I9vpT5l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u13I9vpT5l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u13I9vpT5l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u13I9vpT5l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u13I9vpT5l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u13I9vpT5l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u13I9vpT5l .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-u13I9vpT5l .navbar {
    height: 70px;
  }
  .cid-u13I9vpT5l .navbar.opened {
    height: auto;
  }
  .cid-u13I9vpT5l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u13I9vpT5l .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u13I9vpT5l .navbar-toggler {
  margin-left: 10px;
}
.cid-u13I9vpT5l .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u13I9vpT5l .navbar-logo {
  margin-right: 0 !important;
}
.cid-u13I9vpT5l .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u13I9vpT5l .mbr-text {
    display: none;
  }
}
.cid-u13I9vpT5l .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u13I9vpT5l .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u13I9vpT5l .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u13I9vpT5l .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u13I9vpT5l #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u13I9vpT5l #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u13I9vpT5l #vol {
    display: none;
  }
}
.cid-u13I9vpT5l .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u13I9w9UUE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u13I9w9UUE .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u13I9w9UUE .mbr-section-subtitle {
  text-align: center;
}
.cid-u13I9w9UUE .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u13I9w9UUE .display-1 {
    font-size: 75px;
  }
  .cid-u13I9w9UUE .display-5 {
    font-size: 29px;
  }
  .cid-u13I9w9UUE .display-4 {
    font-weight: 300;
  }
}
#custom-html-1hb {
  /* Type valid CSS here */
}
#custom-html-1hb div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1hb .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZsycCVUs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZsycCVUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZsycCVUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZsycCVUs .container,
.cid-ubZsycCVUs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZsycCVUs .container,
  .cid-ubZsycCVUs .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZsycCVUs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZsycCVUs .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZsycCVUs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZsycCVUs .mbr-section-title {
  color: #4479d9;
}
.cid-ubZsycCVUs .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTeFsv3Mg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTeFsv3Mg .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yc {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yc *,
#custom-html-1yc *::before,
#custom-html-1yc *::after {
  box-sizing: border-box;
}
#custom-html-1yc body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yc #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yc .container {
  background-color: #232323;
}
#custom-html-1yc .titre {
  padding: 1em;
}
#custom-html-1yc H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yc h6 {
  color: white;
}
.cid-ubZsHQJYG1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZsHQJYG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZsHQJYG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZsHQJYG1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZsHQJYG1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZsHQJYG1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZsHQJYG1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZsHQJYG1 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZsHQJYG1 .mbr-text,
.cid-ubZsHQJYG1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZsHQJYG1 .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZsKGzRz4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZsKGzRz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZsKGzRz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZsKGzRz4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZsKGzRz4 .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZsKGzRz4 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZsKGzRz4 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZsKGzRz4 .mbr-text,
.cid-ubZsKGzRz4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZsKGzRz4 .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u13I9xoLZS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u13I9xoLZS .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u13I9xoLZS .mbr-text,
.cid-u13I9xoLZS .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u13I9xHj6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u13I9xHj6p .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u13I9xHj6p .row {
    padding: 20px 34px;
  }
}
.cid-u13I9xHj6p .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u13I9y2ywG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u13I9y2ywG .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u13I9y2ywG .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u13I9y2ywG .card:hover {
  margin-top: -0.6rem;
}
.cid-u13I9y2ywG .card-wrapper {
  position: relative;
}
.cid-u13I9y2ywG .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u13I9y2ywG .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u13I9y2ywG .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u13I9y2ywG .big {
  margin-top: -25%;
}
.cid-u13I9y2ywG .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u13I9y2ywG .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u13I9y2ywG .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u13I9y2ywG .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u13I9yv6kU.popup-builder {
  background-color: #ffffff;
}
.cid-u13I9yv6kU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13I9yv6kU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13I9yv6kU .modal-content,
.cid-u13I9yv6kU .modal-dialog {
  height: auto;
}
.cid-u13I9yv6kU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13I9yv6kU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13I9yv6kU .form-wrapper .mbr-form .form-group,
  .cid-u13I9yv6kU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13I9yv6kU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13I9yv6kU .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-u13I9yv6kU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u13I9yv6kU .pt-0 {
  padding-top: 0 !important;
}
.cid-u13I9yv6kU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13I9yv6kU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13I9yv6kU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13I9yv6kU .modal-open {
  overflow: hidden;
}
.cid-u13I9yv6kU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13I9yv6kU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13I9yv6kU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13I9yv6kU .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-u13I9yv6kU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13I9yv6kU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13I9yv6kU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13I9yv6kU .modal-content {
  background: #353535;
  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-u13I9yv6kU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13I9yv6kU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13I9yv6kU .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13I9yv6kU .modal-backdrop.show {
  opacity: .5;
}
.cid-u13I9yv6kU .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-u13I9yv6kU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9yv6kU .modal-header {
    padding: 1rem;
  }
}
.cid-u13I9yv6kU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13I9yv6kU .modal-header .close svg {
  fill: #ffffff;
}
.cid-u13I9yv6kU .modal-header .close:hover {
  opacity: 1;
}
.cid-u13I9yv6kU .modal-header .close:focus {
  outline: none;
}
.cid-u13I9yv6kU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u13I9yv6kU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13I9yv6kU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9yv6kU .modal-body {
    padding: 1rem;
  }
}
.cid-u13I9yv6kU .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-u13I9yv6kU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9yv6kU .modal-footer {
    padding: 1rem;
  }
}
.cid-u13I9yv6kU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13I9yv6kU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13I9yv6kU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13I9yv6kU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13I9yv6kU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13I9yv6kU .modal-lg,
  .cid-u13I9yv6kU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13I9yv6kU .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13I9yv6kU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13I9yv6kU .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-u13I9yv6kU .form-group {
  margin-bottom: 1rem;
}
.cid-u13I9yv6kU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13I9yv6kU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13I9yv6kU .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-u13I9yv6kU .mbr-section-btn {
  margin: 0;
}
.cid-u13I9yv6kU .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13I9yv6kU #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u13I9yv6kU #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u13I9yv6kU #creativecommons img,
.cid-u13I9yv6kU iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u13I9z0PDV.popup-builder {
  background-color: #ffffff;
}
.cid-u13I9z0PDV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13I9z0PDV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13I9z0PDV .modal-content,
.cid-u13I9z0PDV .modal-dialog {
  height: auto;
}
.cid-u13I9z0PDV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13I9z0PDV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13I9z0PDV .form-wrapper .mbr-form .form-group,
  .cid-u13I9z0PDV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13I9z0PDV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13I9z0PDV .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-u13I9z0PDV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u13I9z0PDV .pt-0 {
  padding-top: 0 !important;
}
.cid-u13I9z0PDV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13I9z0PDV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13I9z0PDV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13I9z0PDV .modal-open {
  overflow: hidden;
}
.cid-u13I9z0PDV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13I9z0PDV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13I9z0PDV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13I9z0PDV .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-u13I9z0PDV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13I9z0PDV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13I9z0PDV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13I9z0PDV .modal-content {
  background: #353535;
  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-u13I9z0PDV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13I9z0PDV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13I9z0PDV .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13I9z0PDV .modal-backdrop.show {
  opacity: .5;
}
.cid-u13I9z0PDV .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-u13I9z0PDV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9z0PDV .modal-header {
    padding: 1rem;
  }
}
.cid-u13I9z0PDV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13I9z0PDV .modal-header .close svg {
  fill: #ffffff;
}
.cid-u13I9z0PDV .modal-header .close:hover {
  opacity: 1;
}
.cid-u13I9z0PDV .modal-header .close:focus {
  outline: none;
}
.cid-u13I9z0PDV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u13I9z0PDV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13I9z0PDV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9z0PDV .modal-body {
    padding: 1rem;
  }
}
.cid-u13I9z0PDV .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-u13I9z0PDV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9z0PDV .modal-footer {
    padding: 1rem;
  }
}
.cid-u13I9z0PDV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13I9z0PDV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13I9z0PDV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13I9z0PDV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13I9z0PDV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13I9z0PDV .modal-lg,
  .cid-u13I9z0PDV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13I9z0PDV .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13I9z0PDV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13I9z0PDV .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-u13I9z0PDV .form-group {
  margin-bottom: 1rem;
}
.cid-u13I9z0PDV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13I9z0PDV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13I9z0PDV .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-u13I9z0PDV .mbr-section-btn {
  margin: 0;
}
.cid-u13I9z0PDV .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13I9zrPZW.popup-builder {
  background-color: #ffffff;
}
.cid-u13I9zrPZW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13I9zrPZW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13I9zrPZW .modal-content,
.cid-u13I9zrPZW .modal-dialog {
  height: auto;
}
.cid-u13I9zrPZW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13I9zrPZW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13I9zrPZW .form-wrapper .mbr-form .form-group,
  .cid-u13I9zrPZW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13I9zrPZW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13I9zrPZW .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-u13I9zrPZW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u13I9zrPZW .pt-0 {
  padding-top: 0 !important;
}
.cid-u13I9zrPZW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13I9zrPZW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13I9zrPZW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13I9zrPZW .modal-open {
  overflow: hidden;
}
.cid-u13I9zrPZW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13I9zrPZW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13I9zrPZW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13I9zrPZW .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-u13I9zrPZW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13I9zrPZW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13I9zrPZW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13I9zrPZW .modal-content {
  background: #353535;
  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-u13I9zrPZW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13I9zrPZW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13I9zrPZW .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13I9zrPZW .modal-backdrop.show {
  opacity: .5;
}
.cid-u13I9zrPZW .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-u13I9zrPZW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9zrPZW .modal-header {
    padding: 1rem;
  }
}
.cid-u13I9zrPZW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13I9zrPZW .modal-header .close svg {
  fill: #ffffff;
}
.cid-u13I9zrPZW .modal-header .close:hover {
  opacity: 1;
}
.cid-u13I9zrPZW .modal-header .close:focus {
  outline: none;
}
.cid-u13I9zrPZW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u13I9zrPZW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13I9zrPZW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9zrPZW .modal-body {
    padding: 1rem;
  }
}
.cid-u13I9zrPZW .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-u13I9zrPZW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9zrPZW .modal-footer {
    padding: 1rem;
  }
}
.cid-u13I9zrPZW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13I9zrPZW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13I9zrPZW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13I9zrPZW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13I9zrPZW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13I9zrPZW .modal-lg,
  .cid-u13I9zrPZW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13I9zrPZW .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13I9zrPZW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13I9zrPZW .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-u13I9zrPZW .form-group {
  margin-bottom: 1rem;
}
.cid-u13I9zrPZW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13I9zrPZW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13I9zrPZW .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-u13I9zrPZW .mbr-section-btn {
  margin: 0;
}
.cid-u13I9zrPZW .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13I9zRzhZ.popup-builder {
  background-color: #ffffff;
}
.cid-u13I9zRzhZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13I9zRzhZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13I9zRzhZ .modal-content,
.cid-u13I9zRzhZ .modal-dialog {
  height: auto;
}
.cid-u13I9zRzhZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13I9zRzhZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13I9zRzhZ .form-wrapper .mbr-form .form-group,
  .cid-u13I9zRzhZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13I9zRzhZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13I9zRzhZ .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-u13I9zRzhZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u13I9zRzhZ .pt-0 {
  padding-top: 0 !important;
}
.cid-u13I9zRzhZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13I9zRzhZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13I9zRzhZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13I9zRzhZ .modal-open {
  overflow: hidden;
}
.cid-u13I9zRzhZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13I9zRzhZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13I9zRzhZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13I9zRzhZ .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-u13I9zRzhZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13I9zRzhZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13I9zRzhZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13I9zRzhZ .modal-content {
  background: #353535;
  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-u13I9zRzhZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13I9zRzhZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13I9zRzhZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13I9zRzhZ .modal-backdrop.show {
  opacity: .5;
}
.cid-u13I9zRzhZ .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-u13I9zRzhZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9zRzhZ .modal-header {
    padding: 1rem;
  }
}
.cid-u13I9zRzhZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13I9zRzhZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u13I9zRzhZ .modal-header .close:hover {
  opacity: 1;
}
.cid-u13I9zRzhZ .modal-header .close:focus {
  outline: none;
}
.cid-u13I9zRzhZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u13I9zRzhZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13I9zRzhZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9zRzhZ .modal-body {
    padding: 1rem;
  }
}
.cid-u13I9zRzhZ .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-u13I9zRzhZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9zRzhZ .modal-footer {
    padding: 1rem;
  }
}
.cid-u13I9zRzhZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13I9zRzhZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13I9zRzhZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13I9zRzhZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13I9zRzhZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13I9zRzhZ .modal-lg,
  .cid-u13I9zRzhZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13I9zRzhZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13I9zRzhZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13I9zRzhZ .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-u13I9zRzhZ .form-group {
  margin-bottom: 1rem;
}
.cid-u13I9zRzhZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13I9zRzhZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13I9zRzhZ .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-u13I9zRzhZ .mbr-section-btn {
  margin: 0;
}
.cid-u13I9zRzhZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13I9AeElu.popup-builder {
  background-color: #ffffff;
}
.cid-u13I9AeElu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13I9AeElu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13I9AeElu .modal-content,
.cid-u13I9AeElu .modal-dialog {
  height: auto;
}
.cid-u13I9AeElu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13I9AeElu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13I9AeElu .form-wrapper .mbr-form .form-group,
  .cid-u13I9AeElu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13I9AeElu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13I9AeElu .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-u13I9AeElu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u13I9AeElu .pt-0 {
  padding-top: 0 !important;
}
.cid-u13I9AeElu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13I9AeElu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13I9AeElu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13I9AeElu .modal-open {
  overflow: hidden;
}
.cid-u13I9AeElu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13I9AeElu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13I9AeElu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13I9AeElu .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-u13I9AeElu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13I9AeElu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13I9AeElu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13I9AeElu .modal-content {
  background: #353535;
  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-u13I9AeElu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13I9AeElu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13I9AeElu .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13I9AeElu .modal-backdrop.show {
  opacity: .5;
}
.cid-u13I9AeElu .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-u13I9AeElu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9AeElu .modal-header {
    padding: 1rem;
  }
}
.cid-u13I9AeElu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13I9AeElu .modal-header .close svg {
  fill: #ffffff;
}
.cid-u13I9AeElu .modal-header .close:hover {
  opacity: 1;
}
.cid-u13I9AeElu .modal-header .close:focus {
  outline: none;
}
.cid-u13I9AeElu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u13I9AeElu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13I9AeElu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9AeElu .modal-body {
    padding: 1rem;
  }
}
.cid-u13I9AeElu .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-u13I9AeElu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9AeElu .modal-footer {
    padding: 1rem;
  }
}
.cid-u13I9AeElu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13I9AeElu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13I9AeElu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13I9AeElu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13I9AeElu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13I9AeElu .modal-lg,
  .cid-u13I9AeElu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13I9AeElu .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13I9AeElu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13I9AeElu .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-u13I9AeElu .form-group {
  margin-bottom: 1rem;
}
.cid-u13I9AeElu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13I9AeElu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13I9AeElu .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-u13I9AeElu .mbr-section-btn {
  margin: 0;
}
.cid-u13I9AeElu .mbr-section-btn .btn {
  margin: 0;
}
.cid-u13I9AGLAi.popup-builder {
  background-color: #ffffff;
}
.cid-u13I9AGLAi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13I9AGLAi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13I9AGLAi .modal-content,
.cid-u13I9AGLAi .modal-dialog {
  height: auto;
}
.cid-u13I9AGLAi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13I9AGLAi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13I9AGLAi .form-wrapper .mbr-form .form-group,
  .cid-u13I9AGLAi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13I9AGLAi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13I9AGLAi .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-u13I9AGLAi .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u13I9AGLAi .pt-0 {
  padding-top: 0 !important;
}
.cid-u13I9AGLAi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13I9AGLAi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13I9AGLAi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13I9AGLAi .modal-open {
  overflow: hidden;
}
.cid-u13I9AGLAi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13I9AGLAi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13I9AGLAi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13I9AGLAi .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-u13I9AGLAi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13I9AGLAi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13I9AGLAi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13I9AGLAi .modal-content {
  background: #353535;
  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-u13I9AGLAi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13I9AGLAi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13I9AGLAi .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13I9AGLAi .modal-backdrop.show {
  opacity: .5;
}
.cid-u13I9AGLAi .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-u13I9AGLAi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9AGLAi .modal-header {
    padding: 1rem;
  }
}
.cid-u13I9AGLAi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13I9AGLAi .modal-header .close svg {
  fill: #ffffff;
}
.cid-u13I9AGLAi .modal-header .close:hover {
  opacity: 1;
}
.cid-u13I9AGLAi .modal-header .close:focus {
  outline: none;
}
.cid-u13I9AGLAi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u13I9AGLAi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13I9AGLAi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9AGLAi .modal-body {
    padding: 1rem;
  }
}
.cid-u13I9AGLAi .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-u13I9AGLAi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9AGLAi .modal-footer {
    padding: 1rem;
  }
}
.cid-u13I9AGLAi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13I9AGLAi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13I9AGLAi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13I9AGLAi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13I9AGLAi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13I9AGLAi .modal-lg,
  .cid-u13I9AGLAi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13I9AGLAi .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13I9AGLAi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13I9AGLAi .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-u13I9AGLAi .form-group {
  margin-bottom: 1rem;
}
.cid-u13I9AGLAi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13I9AGLAi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13I9AGLAi .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-u13I9AGLAi .mbr-section-btn {
  margin: 0;
}
.cid-u13I9AGLAi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u13I9BsHEp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u13I9BsHEp .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u13I9BsHEp .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u13I9BsHEp .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u13I9BsHEp .bg-youtube:hover {
  background: #cc0000;
}
.cid-u13I9BsHEp .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u13I9BsHEp .bg-twitch:hover {
  background: #7313ff;
}
.cid-u13I9BsHEp .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u13I9BsHEp [class^="socicon-"]:before,
.cid-u13I9BsHEp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u13I9BsHEp .mbr-section-title,
.cid-u13I9BsHEp .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u13I9BSH2Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u13I9BSH2Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u13I9BSH2Z .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u13I9BSH2Z .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u13I9BSH2Z .form-control:focus,
.cid-u13I9BSH2Z .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u13I9BSH2Z .form-group {
  margin-bottom: 1rem;
}
.cid-u13I9BSH2Z input::-webkit-input-placeholder,
.cid-u13I9BSH2Z textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u13I9BSH2Z input:-moz-placeholder,
.cid-u13I9BSH2Z textarea:-moz-placeholder {
  color: #656565;
}
.cid-u13I9BSH2Z .jq-selectbox li,
.cid-u13I9BSH2Z .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u13I9BSH2Z .jq-selectbox li:hover,
.cid-u13I9BSH2Z .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u13I9BSH2Z .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u13I9BSH2Z .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u13I9BSH2Z textarea.form-control {
  resize: none;
}
.cid-u13I9BSH2Z .input-group-btn {
  display: inline-block;
}
.cid-u13I9BSH2Z .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u13I9BSH2Z .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u13I9BSH2Z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u13I9BSH2Z .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u13I9BSH2Z .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u13I9BSH2Z .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u13I9BSH2Z .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u13I9BSH2Z .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u13I9BSH2Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u13I9BSH2Z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u13I9BSH2Z .form-control,
.cid-u13I9BSH2Z .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u13I9BSH2Z #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u13I9BSH2Z #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u13I9BSH2Z #creativecommons img,
.cid-u13I9BSH2Z iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u13I9BSH2Z .offset-md-1 {
  margin-left: 1vw;
}
.cid-u13I9CLFWu.popup-builder {
  background-color: #ffffff;
}
.cid-u13I9CLFWu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u13I9CLFWu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u13I9CLFWu .modal-content,
.cid-u13I9CLFWu .modal-dialog {
  height: auto;
}
.cid-u13I9CLFWu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u13I9CLFWu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u13I9CLFWu .form-wrapper .mbr-form .form-group,
  .cid-u13I9CLFWu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u13I9CLFWu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u13I9CLFWu .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-u13I9CLFWu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u13I9CLFWu .pt-0 {
  padding-top: 0 !important;
}
.cid-u13I9CLFWu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u13I9CLFWu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u13I9CLFWu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u13I9CLFWu .modal-open {
  overflow: hidden;
}
.cid-u13I9CLFWu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u13I9CLFWu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u13I9CLFWu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u13I9CLFWu .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-u13I9CLFWu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u13I9CLFWu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u13I9CLFWu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u13I9CLFWu .modal-content {
  background: #353535;
  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-u13I9CLFWu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u13I9CLFWu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u13I9CLFWu .modal-backdrop.fade {
  opacity: 0;
}
.cid-u13I9CLFWu .modal-backdrop.show {
  opacity: .5;
}
.cid-u13I9CLFWu .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-u13I9CLFWu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9CLFWu .modal-header {
    padding: 1rem;
  }
}
.cid-u13I9CLFWu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u13I9CLFWu .modal-header .close svg {
  fill: #ffffff;
}
.cid-u13I9CLFWu .modal-header .close:hover {
  opacity: 1;
}
.cid-u13I9CLFWu .modal-header .close:focus {
  outline: none;
}
.cid-u13I9CLFWu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u13I9CLFWu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u13I9CLFWu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9CLFWu .modal-body {
    padding: 1rem;
  }
}
.cid-u13I9CLFWu .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-u13I9CLFWu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13I9CLFWu .modal-footer {
    padding: 1rem;
  }
}
.cid-u13I9CLFWu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u13I9CLFWu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u13I9CLFWu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u13I9CLFWu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u13I9CLFWu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u13I9CLFWu .modal-lg,
  .cid-u13I9CLFWu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u13I9CLFWu .modal-xl {
    max-width: 1140px;
  }
}
.cid-u13I9CLFWu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u13I9CLFWu .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-u13I9CLFWu .form-group {
  margin-bottom: 1rem;
}
.cid-u13I9CLFWu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u13I9CLFWu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u13I9CLFWu .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-u13I9CLFWu .mbr-section-btn {
  margin: 0;
}
.cid-u13I9CLFWu .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA7LQ2FPX.popup-builder {
  background-color: #ffffff;
}
.cid-ufA7LQ2FPX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA7LQ2FPX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA7LQ2FPX .modal-content,
.cid-ufA7LQ2FPX .modal-dialog {
  height: auto;
}
.cid-ufA7LQ2FPX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA7LQ2FPX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA7LQ2FPX .form-wrapper .mbr-form .form-group,
  .cid-ufA7LQ2FPX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA7LQ2FPX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA7LQ2FPX .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-ufA7LQ2FPX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA7LQ2FPX .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA7LQ2FPX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA7LQ2FPX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA7LQ2FPX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA7LQ2FPX .modal-open {
  overflow: hidden;
}
.cid-ufA7LQ2FPX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA7LQ2FPX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA7LQ2FPX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA7LQ2FPX .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-ufA7LQ2FPX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA7LQ2FPX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA7LQ2FPX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA7LQ2FPX .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-ufA7LQ2FPX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA7LQ2FPX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA7LQ2FPX .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA7LQ2FPX .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA7LQ2FPX .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-ufA7LQ2FPX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7LQ2FPX .modal-header {
    padding: 1rem;
  }
}
.cid-ufA7LQ2FPX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA7LQ2FPX .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA7LQ2FPX .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA7LQ2FPX .modal-header .close:focus {
  outline: none;
}
.cid-ufA7LQ2FPX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA7LQ2FPX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA7LQ2FPX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7LQ2FPX .modal-body {
    padding: 1rem;
  }
}
.cid-ufA7LQ2FPX .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-ufA7LQ2FPX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7LQ2FPX .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA7LQ2FPX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA7LQ2FPX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA7LQ2FPX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA7LQ2FPX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA7LQ2FPX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA7LQ2FPX .modal-lg,
  .cid-ufA7LQ2FPX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA7LQ2FPX .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA7LQ2FPX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA7LQ2FPX .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-ufA7LQ2FPX .form-group {
  margin-bottom: 1rem;
}
.cid-ufA7LQ2FPX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA7LQ2FPX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA7LQ2FPX .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-ufA7LQ2FPX .mbr-section-btn {
  margin: 0;
}
.cid-ufA7LQ2FPX .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA7MbNUjM.popup-builder {
  background-color: #ffffff;
}
.cid-ufA7MbNUjM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA7MbNUjM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA7MbNUjM .modal-content,
.cid-ufA7MbNUjM .modal-dialog {
  height: auto;
}
.cid-ufA7MbNUjM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA7MbNUjM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA7MbNUjM .form-wrapper .mbr-form .form-group,
  .cid-ufA7MbNUjM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA7MbNUjM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA7MbNUjM .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-ufA7MbNUjM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA7MbNUjM .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA7MbNUjM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA7MbNUjM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA7MbNUjM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA7MbNUjM .modal-open {
  overflow: hidden;
}
.cid-ufA7MbNUjM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA7MbNUjM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA7MbNUjM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA7MbNUjM .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-ufA7MbNUjM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA7MbNUjM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA7MbNUjM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA7MbNUjM .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-ufA7MbNUjM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA7MbNUjM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA7MbNUjM .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA7MbNUjM .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA7MbNUjM .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-ufA7MbNUjM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7MbNUjM .modal-header {
    padding: 1rem;
  }
}
.cid-ufA7MbNUjM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA7MbNUjM .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA7MbNUjM .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA7MbNUjM .modal-header .close:focus {
  outline: none;
}
.cid-ufA7MbNUjM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA7MbNUjM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA7MbNUjM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7MbNUjM .modal-body {
    padding: 1rem;
  }
}
.cid-ufA7MbNUjM .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-ufA7MbNUjM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7MbNUjM .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA7MbNUjM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA7MbNUjM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA7MbNUjM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA7MbNUjM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA7MbNUjM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA7MbNUjM .modal-lg,
  .cid-ufA7MbNUjM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA7MbNUjM .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA7MbNUjM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA7MbNUjM .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-ufA7MbNUjM .form-group {
  margin-bottom: 1rem;
}
.cid-ufA7MbNUjM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA7MbNUjM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA7MbNUjM .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-ufA7MbNUjM .mbr-section-btn {
  margin: 0;
}
.cid-ufA7MbNUjM .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1HMqjRm7S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1HMqjRm7S nav.navbar {
  position: fixed;
}
.cid-u1HMqjRm7S .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-u1HMqjRm7S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1HMqjRm7S .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u1HMqjRm7S #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u1HMqjRm7S .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u1HMqjRm7S .dropdown-item:hover,
.cid-u1HMqjRm7S .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u1HMqjRm7S .dropdown-item:hover span {
  color: white;
}
.cid-u1HMqjRm7S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1HMqjRm7S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1HMqjRm7S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u1HMqjRm7S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1HMqjRm7S .nav-link {
  position: relative;
}
.cid-u1HMqjRm7S .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u1HMqjRm7S .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u1HMqjRm7S .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u1HMqjRm7S .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u1HMqjRm7S .dropdown-menu,
.cid-u1HMqjRm7S .navbar.opened {
  background: #353535 !important;
}
.cid-u1HMqjRm7S .nav-item:focus,
.cid-u1HMqjRm7S .nav-link:focus {
  outline: none;
}
.cid-u1HMqjRm7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1HMqjRm7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1HMqjRm7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1HMqjRm7S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1HMqjRm7S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1HMqjRm7S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1HMqjRm7S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u1HMqjRm7S .navbar.opened {
  transition: all 0.3s;
}
.cid-u1HMqjRm7S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1HMqjRm7S .navbar .navbar-logo img {
  width: auto;
}
.cid-u1HMqjRm7S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1HMqjRm7S .navbar.collapsed {
  justify-content: center;
}
.cid-u1HMqjRm7S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1HMqjRm7S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1HMqjRm7S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1HMqjRm7S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1HMqjRm7S .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-u1HMqjRm7S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1HMqjRm7S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1HMqjRm7S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1HMqjRm7S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1HMqjRm7S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1HMqjRm7S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1HMqjRm7S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1HMqjRm7S .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-u1HMqjRm7S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1HMqjRm7S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1HMqjRm7S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1HMqjRm7S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1HMqjRm7S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1HMqjRm7S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u1HMqjRm7S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1HMqjRm7S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1HMqjRm7S .dropdown-item.active,
.cid-u1HMqjRm7S .dropdown-item:active {
  background-color: transparent;
}
.cid-u1HMqjRm7S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1HMqjRm7S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1HMqjRm7S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1HMqjRm7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u1HMqjRm7S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1HMqjRm7S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1HMqjRm7S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1HMqjRm7S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1HMqjRm7S button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1HMqjRm7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u1HMqjRm7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1HMqjRm7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1HMqjRm7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1HMqjRm7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1HMqjRm7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1HMqjRm7S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1HMqjRm7S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1HMqjRm7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1HMqjRm7S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1HMqjRm7S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1HMqjRm7S .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-u1HMqjRm7S .navbar {
    height: 70px;
  }
  .cid-u1HMqjRm7S .navbar.opened {
    height: auto;
  }
  .cid-u1HMqjRm7S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1HMqjRm7S .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u1HMqjRm7S .navbar-toggler {
  margin-left: 10px;
}
.cid-u1HMqjRm7S .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u1HMqjRm7S .navbar-logo {
  margin-right: 0 !important;
}
.cid-u1HMqjRm7S .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u1HMqjRm7S .mbr-text {
    display: none;
  }
}
.cid-u1HMqjRm7S .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u1HMqjRm7S .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u1HMqjRm7S .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u1HMqjRm7S .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u1HMqjRm7S #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u1HMqjRm7S #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u1HMqjRm7S #vol {
    display: none;
  }
}
.cid-u1HMqjRm7S .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u1HMqkqSwv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u1HMqkqSwv .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u1HMqkqSwv .mbr-section-subtitle {
  text-align: center;
}
.cid-u1HMqkqSwv .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u1HMqkqSwv .display-1 {
    font-size: 75px;
  }
  .cid-u1HMqkqSwv .display-5 {
    font-size: 29px;
  }
  .cid-u1HMqkqSwv .display-4 {
    font-weight: 300;
  }
}
#custom-html-1hu {
  /* Type valid CSS here */
}
#custom-html-1hu div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1hu .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZtzET1rj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZtzET1rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZtzET1rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZtzET1rj .container,
.cid-ubZtzET1rj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZtzET1rj .container,
  .cid-ubZtzET1rj .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZtzET1rj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZtzET1rj .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZtzET1rj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZtzET1rj .mbr-section-title {
  color: #4479d9;
}
.cid-ubZtzET1rj .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTfeJ2mGB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTfeJ2mGB .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yd {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yd *,
#custom-html-1yd *::before,
#custom-html-1yd *::after {
  box-sizing: border-box;
}
#custom-html-1yd body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yd #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yd .container {
  background-color: #232323;
}
#custom-html-1yd .titre {
  padding: 1em;
}
#custom-html-1yd H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yd h6 {
  color: white;
}
.cid-ubZtNJMjxh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZtNJMjxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZtNJMjxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZtNJMjxh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZtNJMjxh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZtNJMjxh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZtNJMjxh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZtNJMjxh .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZtNJMjxh .mbr-text,
.cid-ubZtNJMjxh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZtNJMjxh .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZtPNY2Ks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZtPNY2Ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZtPNY2Ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZtPNY2Ks .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZtPNY2Ks .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZtPNY2Ks .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZtPNY2Ks .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZtPNY2Ks .mbr-text,
.cid-ubZtPNY2Ks .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZtPNY2Ks .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u1HMqlyPyB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u1HMqlyPyB .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u1HMqlyPyB .mbr-text,
.cid-u1HMqlyPyB .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u1HMqlXVUZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u1HMqlXVUZ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u1HMqlXVUZ .row {
    padding: 20px 34px;
  }
}
.cid-u1HMqlXVUZ .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u1HMqmim6x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u1HMqmim6x .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u1HMqmim6x .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u1HMqmim6x .card:hover {
  margin-top: -0.6rem;
}
.cid-u1HMqmim6x .card-wrapper {
  position: relative;
}
.cid-u1HMqmim6x .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u1HMqmim6x .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u1HMqmim6x .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u1HMqmim6x .big {
  margin-top: -25%;
}
.cid-u1HMqmim6x .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u1HMqmim6x .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u1HMqmim6x .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u1HMqmim6x .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u1HMqmMy2m.popup-builder {
  background-color: #ffffff;
}
.cid-u1HMqmMy2m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1HMqmMy2m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1HMqmMy2m .modal-content,
.cid-u1HMqmMy2m .modal-dialog {
  height: auto;
}
.cid-u1HMqmMy2m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1HMqmMy2m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1HMqmMy2m .form-wrapper .mbr-form .form-group,
  .cid-u1HMqmMy2m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1HMqmMy2m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1HMqmMy2m .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-u1HMqmMy2m .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1HMqmMy2m .pt-0 {
  padding-top: 0 !important;
}
.cid-u1HMqmMy2m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1HMqmMy2m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1HMqmMy2m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1HMqmMy2m .modal-open {
  overflow: hidden;
}
.cid-u1HMqmMy2m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1HMqmMy2m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1HMqmMy2m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1HMqmMy2m .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-u1HMqmMy2m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1HMqmMy2m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1HMqmMy2m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1HMqmMy2m .modal-content {
  background: #353535;
  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-u1HMqmMy2m .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1HMqmMy2m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1HMqmMy2m .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1HMqmMy2m .modal-backdrop.show {
  opacity: .5;
}
.cid-u1HMqmMy2m .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-u1HMqmMy2m .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqmMy2m .modal-header {
    padding: 1rem;
  }
}
.cid-u1HMqmMy2m .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1HMqmMy2m .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1HMqmMy2m .modal-header .close:hover {
  opacity: 1;
}
.cid-u1HMqmMy2m .modal-header .close:focus {
  outline: none;
}
.cid-u1HMqmMy2m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u1HMqmMy2m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1HMqmMy2m .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqmMy2m .modal-body {
    padding: 1rem;
  }
}
.cid-u1HMqmMy2m .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-u1HMqmMy2m .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqmMy2m .modal-footer {
    padding: 1rem;
  }
}
.cid-u1HMqmMy2m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1HMqmMy2m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1HMqmMy2m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1HMqmMy2m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1HMqmMy2m .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1HMqmMy2m .modal-lg,
  .cid-u1HMqmMy2m .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1HMqmMy2m .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1HMqmMy2m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1HMqmMy2m .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-u1HMqmMy2m .form-group {
  margin-bottom: 1rem;
}
.cid-u1HMqmMy2m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1HMqmMy2m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1HMqmMy2m .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-u1HMqmMy2m .mbr-section-btn {
  margin: 0;
}
.cid-u1HMqmMy2m .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1HMqmMy2m #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u1HMqmMy2m #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u1HMqmMy2m #creativecommons img,
.cid-u1HMqmMy2m iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u1HMqneURj.popup-builder {
  background-color: #ffffff;
}
.cid-u1HMqneURj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1HMqneURj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1HMqneURj .modal-content,
.cid-u1HMqneURj .modal-dialog {
  height: auto;
}
.cid-u1HMqneURj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1HMqneURj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1HMqneURj .form-wrapper .mbr-form .form-group,
  .cid-u1HMqneURj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1HMqneURj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1HMqneURj .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-u1HMqneURj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1HMqneURj .pt-0 {
  padding-top: 0 !important;
}
.cid-u1HMqneURj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1HMqneURj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1HMqneURj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1HMqneURj .modal-open {
  overflow: hidden;
}
.cid-u1HMqneURj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1HMqneURj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1HMqneURj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1HMqneURj .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-u1HMqneURj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1HMqneURj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1HMqneURj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1HMqneURj .modal-content {
  background: #353535;
  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-u1HMqneURj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1HMqneURj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1HMqneURj .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1HMqneURj .modal-backdrop.show {
  opacity: .5;
}
.cid-u1HMqneURj .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-u1HMqneURj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqneURj .modal-header {
    padding: 1rem;
  }
}
.cid-u1HMqneURj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1HMqneURj .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1HMqneURj .modal-header .close:hover {
  opacity: 1;
}
.cid-u1HMqneURj .modal-header .close:focus {
  outline: none;
}
.cid-u1HMqneURj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u1HMqneURj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1HMqneURj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqneURj .modal-body {
    padding: 1rem;
  }
}
.cid-u1HMqneURj .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-u1HMqneURj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqneURj .modal-footer {
    padding: 1rem;
  }
}
.cid-u1HMqneURj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1HMqneURj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1HMqneURj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1HMqneURj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1HMqneURj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1HMqneURj .modal-lg,
  .cid-u1HMqneURj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1HMqneURj .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1HMqneURj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1HMqneURj .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-u1HMqneURj .form-group {
  margin-bottom: 1rem;
}
.cid-u1HMqneURj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1HMqneURj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1HMqneURj .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-u1HMqneURj .mbr-section-btn {
  margin: 0;
}
.cid-u1HMqneURj .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1HMqnBCjn.popup-builder {
  background-color: #ffffff;
}
.cid-u1HMqnBCjn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1HMqnBCjn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1HMqnBCjn .modal-content,
.cid-u1HMqnBCjn .modal-dialog {
  height: auto;
}
.cid-u1HMqnBCjn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1HMqnBCjn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1HMqnBCjn .form-wrapper .mbr-form .form-group,
  .cid-u1HMqnBCjn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1HMqnBCjn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1HMqnBCjn .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-u1HMqnBCjn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1HMqnBCjn .pt-0 {
  padding-top: 0 !important;
}
.cid-u1HMqnBCjn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1HMqnBCjn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1HMqnBCjn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1HMqnBCjn .modal-open {
  overflow: hidden;
}
.cid-u1HMqnBCjn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1HMqnBCjn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1HMqnBCjn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1HMqnBCjn .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-u1HMqnBCjn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1HMqnBCjn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1HMqnBCjn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1HMqnBCjn .modal-content {
  background: #353535;
  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-u1HMqnBCjn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1HMqnBCjn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1HMqnBCjn .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1HMqnBCjn .modal-backdrop.show {
  opacity: .5;
}
.cid-u1HMqnBCjn .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-u1HMqnBCjn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqnBCjn .modal-header {
    padding: 1rem;
  }
}
.cid-u1HMqnBCjn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1HMqnBCjn .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1HMqnBCjn .modal-header .close:hover {
  opacity: 1;
}
.cid-u1HMqnBCjn .modal-header .close:focus {
  outline: none;
}
.cid-u1HMqnBCjn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u1HMqnBCjn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1HMqnBCjn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqnBCjn .modal-body {
    padding: 1rem;
  }
}
.cid-u1HMqnBCjn .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-u1HMqnBCjn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqnBCjn .modal-footer {
    padding: 1rem;
  }
}
.cid-u1HMqnBCjn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1HMqnBCjn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1HMqnBCjn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1HMqnBCjn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1HMqnBCjn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1HMqnBCjn .modal-lg,
  .cid-u1HMqnBCjn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1HMqnBCjn .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1HMqnBCjn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1HMqnBCjn .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-u1HMqnBCjn .form-group {
  margin-bottom: 1rem;
}
.cid-u1HMqnBCjn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1HMqnBCjn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1HMqnBCjn .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-u1HMqnBCjn .mbr-section-btn {
  margin: 0;
}
.cid-u1HMqnBCjn .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1HMqo8VBg.popup-builder {
  background-color: #ffffff;
}
.cid-u1HMqo8VBg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1HMqo8VBg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1HMqo8VBg .modal-content,
.cid-u1HMqo8VBg .modal-dialog {
  height: auto;
}
.cid-u1HMqo8VBg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1HMqo8VBg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1HMqo8VBg .form-wrapper .mbr-form .form-group,
  .cid-u1HMqo8VBg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1HMqo8VBg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1HMqo8VBg .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-u1HMqo8VBg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1HMqo8VBg .pt-0 {
  padding-top: 0 !important;
}
.cid-u1HMqo8VBg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1HMqo8VBg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1HMqo8VBg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1HMqo8VBg .modal-open {
  overflow: hidden;
}
.cid-u1HMqo8VBg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1HMqo8VBg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1HMqo8VBg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1HMqo8VBg .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-u1HMqo8VBg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1HMqo8VBg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1HMqo8VBg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1HMqo8VBg .modal-content {
  background: #353535;
  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-u1HMqo8VBg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1HMqo8VBg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1HMqo8VBg .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1HMqo8VBg .modal-backdrop.show {
  opacity: .5;
}
.cid-u1HMqo8VBg .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-u1HMqo8VBg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqo8VBg .modal-header {
    padding: 1rem;
  }
}
.cid-u1HMqo8VBg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1HMqo8VBg .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1HMqo8VBg .modal-header .close:hover {
  opacity: 1;
}
.cid-u1HMqo8VBg .modal-header .close:focus {
  outline: none;
}
.cid-u1HMqo8VBg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u1HMqo8VBg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1HMqo8VBg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqo8VBg .modal-body {
    padding: 1rem;
  }
}
.cid-u1HMqo8VBg .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-u1HMqo8VBg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqo8VBg .modal-footer {
    padding: 1rem;
  }
}
.cid-u1HMqo8VBg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1HMqo8VBg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1HMqo8VBg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1HMqo8VBg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1HMqo8VBg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1HMqo8VBg .modal-lg,
  .cid-u1HMqo8VBg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1HMqo8VBg .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1HMqo8VBg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1HMqo8VBg .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-u1HMqo8VBg .form-group {
  margin-bottom: 1rem;
}
.cid-u1HMqo8VBg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1HMqo8VBg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1HMqo8VBg .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-u1HMqo8VBg .mbr-section-btn {
  margin: 0;
}
.cid-u1HMqo8VBg .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1HMqoA7XJ.popup-builder {
  background-color: #ffffff;
}
.cid-u1HMqoA7XJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1HMqoA7XJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1HMqoA7XJ .modal-content,
.cid-u1HMqoA7XJ .modal-dialog {
  height: auto;
}
.cid-u1HMqoA7XJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1HMqoA7XJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1HMqoA7XJ .form-wrapper .mbr-form .form-group,
  .cid-u1HMqoA7XJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1HMqoA7XJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1HMqoA7XJ .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-u1HMqoA7XJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1HMqoA7XJ .pt-0 {
  padding-top: 0 !important;
}
.cid-u1HMqoA7XJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1HMqoA7XJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1HMqoA7XJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1HMqoA7XJ .modal-open {
  overflow: hidden;
}
.cid-u1HMqoA7XJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1HMqoA7XJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1HMqoA7XJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1HMqoA7XJ .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-u1HMqoA7XJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1HMqoA7XJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1HMqoA7XJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1HMqoA7XJ .modal-content {
  background: #353535;
  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-u1HMqoA7XJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1HMqoA7XJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1HMqoA7XJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1HMqoA7XJ .modal-backdrop.show {
  opacity: .5;
}
.cid-u1HMqoA7XJ .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-u1HMqoA7XJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqoA7XJ .modal-header {
    padding: 1rem;
  }
}
.cid-u1HMqoA7XJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1HMqoA7XJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1HMqoA7XJ .modal-header .close:hover {
  opacity: 1;
}
.cid-u1HMqoA7XJ .modal-header .close:focus {
  outline: none;
}
.cid-u1HMqoA7XJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u1HMqoA7XJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1HMqoA7XJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqoA7XJ .modal-body {
    padding: 1rem;
  }
}
.cid-u1HMqoA7XJ .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-u1HMqoA7XJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqoA7XJ .modal-footer {
    padding: 1rem;
  }
}
.cid-u1HMqoA7XJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1HMqoA7XJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1HMqoA7XJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1HMqoA7XJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1HMqoA7XJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1HMqoA7XJ .modal-lg,
  .cid-u1HMqoA7XJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1HMqoA7XJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1HMqoA7XJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1HMqoA7XJ .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-u1HMqoA7XJ .form-group {
  margin-bottom: 1rem;
}
.cid-u1HMqoA7XJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1HMqoA7XJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1HMqoA7XJ .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-u1HMqoA7XJ .mbr-section-btn {
  margin: 0;
}
.cid-u1HMqoA7XJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1HMqoZsiD.popup-builder {
  background-color: #ffffff;
}
.cid-u1HMqoZsiD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1HMqoZsiD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1HMqoZsiD .modal-content,
.cid-u1HMqoZsiD .modal-dialog {
  height: auto;
}
.cid-u1HMqoZsiD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1HMqoZsiD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1HMqoZsiD .form-wrapper .mbr-form .form-group,
  .cid-u1HMqoZsiD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1HMqoZsiD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1HMqoZsiD .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-u1HMqoZsiD .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1HMqoZsiD .pt-0 {
  padding-top: 0 !important;
}
.cid-u1HMqoZsiD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1HMqoZsiD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1HMqoZsiD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1HMqoZsiD .modal-open {
  overflow: hidden;
}
.cid-u1HMqoZsiD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1HMqoZsiD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1HMqoZsiD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1HMqoZsiD .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-u1HMqoZsiD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1HMqoZsiD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1HMqoZsiD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1HMqoZsiD .modal-content {
  background: #353535;
  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-u1HMqoZsiD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1HMqoZsiD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1HMqoZsiD .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1HMqoZsiD .modal-backdrop.show {
  opacity: .5;
}
.cid-u1HMqoZsiD .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-u1HMqoZsiD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqoZsiD .modal-header {
    padding: 1rem;
  }
}
.cid-u1HMqoZsiD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1HMqoZsiD .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1HMqoZsiD .modal-header .close:hover {
  opacity: 1;
}
.cid-u1HMqoZsiD .modal-header .close:focus {
  outline: none;
}
.cid-u1HMqoZsiD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u1HMqoZsiD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1HMqoZsiD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqoZsiD .modal-body {
    padding: 1rem;
  }
}
.cid-u1HMqoZsiD .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-u1HMqoZsiD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqoZsiD .modal-footer {
    padding: 1rem;
  }
}
.cid-u1HMqoZsiD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1HMqoZsiD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1HMqoZsiD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1HMqoZsiD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1HMqoZsiD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1HMqoZsiD .modal-lg,
  .cid-u1HMqoZsiD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1HMqoZsiD .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1HMqoZsiD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1HMqoZsiD .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-u1HMqoZsiD .form-group {
  margin-bottom: 1rem;
}
.cid-u1HMqoZsiD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1HMqoZsiD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1HMqoZsiD .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-u1HMqoZsiD .mbr-section-btn {
  margin: 0;
}
.cid-u1HMqoZsiD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u1HMqpPwOC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u1HMqpPwOC .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1HMqpPwOC .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1HMqpPwOC .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u1HMqpPwOC .bg-youtube:hover {
  background: #cc0000;
}
.cid-u1HMqpPwOC .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u1HMqpPwOC .bg-twitch:hover {
  background: #7313ff;
}
.cid-u1HMqpPwOC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1HMqpPwOC [class^="socicon-"]:before,
.cid-u1HMqpPwOC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u1HMqpPwOC .mbr-section-title,
.cid-u1HMqpPwOC .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u1HMqqoQJw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u1HMqqoQJw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u1HMqqoQJw .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u1HMqqoQJw .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u1HMqqoQJw .form-control:focus,
.cid-u1HMqqoQJw .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u1HMqqoQJw .form-group {
  margin-bottom: 1rem;
}
.cid-u1HMqqoQJw input::-webkit-input-placeholder,
.cid-u1HMqqoQJw textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u1HMqqoQJw input:-moz-placeholder,
.cid-u1HMqqoQJw textarea:-moz-placeholder {
  color: #656565;
}
.cid-u1HMqqoQJw .jq-selectbox li,
.cid-u1HMqqoQJw .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u1HMqqoQJw .jq-selectbox li:hover,
.cid-u1HMqqoQJw .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u1HMqqoQJw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u1HMqqoQJw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u1HMqqoQJw textarea.form-control {
  resize: none;
}
.cid-u1HMqqoQJw .input-group-btn {
  display: inline-block;
}
.cid-u1HMqqoQJw .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u1HMqqoQJw .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1HMqqoQJw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1HMqqoQJw .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u1HMqqoQJw .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u1HMqqoQJw .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u1HMqqoQJw .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1HMqqoQJw .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u1HMqqoQJw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u1HMqqoQJw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u1HMqqoQJw .form-control,
.cid-u1HMqqoQJw .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u1HMqqoQJw #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u1HMqqoQJw #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u1HMqqoQJw #creativecommons img,
.cid-u1HMqqoQJw iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u1HMqqoQJw .offset-md-1 {
  margin-left: 1vw;
}
.cid-u1HNr6rgvU.popup-builder {
  background-color: #ffffff;
}
.cid-u1HNr6rgvU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1HNr6rgvU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1HNr6rgvU .modal-content,
.cid-u1HNr6rgvU .modal-dialog {
  height: auto;
}
.cid-u1HNr6rgvU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1HNr6rgvU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1HNr6rgvU .form-wrapper .mbr-form .form-group,
  .cid-u1HNr6rgvU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1HNr6rgvU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1HNr6rgvU .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-u1HNr6rgvU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1HNr6rgvU .pt-0 {
  padding-top: 0 !important;
}
.cid-u1HNr6rgvU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1HNr6rgvU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1HNr6rgvU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1HNr6rgvU .modal-open {
  overflow: hidden;
}
.cid-u1HNr6rgvU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1HNr6rgvU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1HNr6rgvU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1HNr6rgvU .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-u1HNr6rgvU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1HNr6rgvU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1HNr6rgvU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1HNr6rgvU .modal-content {
  background: #353535;
  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-u1HNr6rgvU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1HNr6rgvU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1HNr6rgvU .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1HNr6rgvU .modal-backdrop.show {
  opacity: .5;
}
.cid-u1HNr6rgvU .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-u1HNr6rgvU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HNr6rgvU .modal-header {
    padding: 1rem;
  }
}
.cid-u1HNr6rgvU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1HNr6rgvU .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1HNr6rgvU .modal-header .close:hover {
  opacity: 1;
}
.cid-u1HNr6rgvU .modal-header .close:focus {
  outline: none;
}
.cid-u1HNr6rgvU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u1HNr6rgvU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1HNr6rgvU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HNr6rgvU .modal-body {
    padding: 1rem;
  }
}
.cid-u1HNr6rgvU .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-u1HNr6rgvU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HNr6rgvU .modal-footer {
    padding: 1rem;
  }
}
.cid-u1HNr6rgvU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1HNr6rgvU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1HNr6rgvU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1HNr6rgvU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1HNr6rgvU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1HNr6rgvU .modal-lg,
  .cid-u1HNr6rgvU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1HNr6rgvU .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1HNr6rgvU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1HNr6rgvU .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-u1HNr6rgvU .form-group {
  margin-bottom: 1rem;
}
.cid-u1HNr6rgvU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1HNr6rgvU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1HNr6rgvU .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-u1HNr6rgvU .mbr-section-btn {
  margin: 0;
}
.cid-u1HNr6rgvU .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1HMqrbcpm.popup-builder {
  background-color: #ffffff;
}
.cid-u1HMqrbcpm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1HMqrbcpm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1HMqrbcpm .modal-content,
.cid-u1HMqrbcpm .modal-dialog {
  height: auto;
}
.cid-u1HMqrbcpm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1HMqrbcpm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1HMqrbcpm .form-wrapper .mbr-form .form-group,
  .cid-u1HMqrbcpm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1HMqrbcpm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1HMqrbcpm .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-u1HMqrbcpm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1HMqrbcpm .pt-0 {
  padding-top: 0 !important;
}
.cid-u1HMqrbcpm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1HMqrbcpm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1HMqrbcpm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1HMqrbcpm .modal-open {
  overflow: hidden;
}
.cid-u1HMqrbcpm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1HMqrbcpm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1HMqrbcpm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1HMqrbcpm .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-u1HMqrbcpm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1HMqrbcpm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1HMqrbcpm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1HMqrbcpm .modal-content {
  background: #353535;
  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-u1HMqrbcpm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1HMqrbcpm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1HMqrbcpm .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1HMqrbcpm .modal-backdrop.show {
  opacity: .5;
}
.cid-u1HMqrbcpm .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-u1HMqrbcpm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqrbcpm .modal-header {
    padding: 1rem;
  }
}
.cid-u1HMqrbcpm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1HMqrbcpm .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1HMqrbcpm .modal-header .close:hover {
  opacity: 1;
}
.cid-u1HMqrbcpm .modal-header .close:focus {
  outline: none;
}
.cid-u1HMqrbcpm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u1HMqrbcpm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1HMqrbcpm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqrbcpm .modal-body {
    padding: 1rem;
  }
}
.cid-u1HMqrbcpm .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-u1HMqrbcpm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1HMqrbcpm .modal-footer {
    padding: 1rem;
  }
}
.cid-u1HMqrbcpm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1HMqrbcpm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1HMqrbcpm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1HMqrbcpm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1HMqrbcpm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1HMqrbcpm .modal-lg,
  .cid-u1HMqrbcpm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1HMqrbcpm .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1HMqrbcpm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1HMqrbcpm .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-u1HMqrbcpm .form-group {
  margin-bottom: 1rem;
}
.cid-u1HMqrbcpm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1HMqrbcpm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1HMqrbcpm .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-u1HMqrbcpm .mbr-section-btn {
  margin: 0;
}
.cid-u1HMqrbcpm .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA7mddDxb.popup-builder {
  background-color: #ffffff;
}
.cid-ufA7mddDxb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA7mddDxb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA7mddDxb .modal-content,
.cid-ufA7mddDxb .modal-dialog {
  height: auto;
}
.cid-ufA7mddDxb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA7mddDxb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA7mddDxb .form-wrapper .mbr-form .form-group,
  .cid-ufA7mddDxb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA7mddDxb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA7mddDxb .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-ufA7mddDxb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA7mddDxb .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA7mddDxb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA7mddDxb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA7mddDxb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA7mddDxb .modal-open {
  overflow: hidden;
}
.cid-ufA7mddDxb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA7mddDxb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA7mddDxb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA7mddDxb .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-ufA7mddDxb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA7mddDxb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA7mddDxb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA7mddDxb .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-ufA7mddDxb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA7mddDxb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA7mddDxb .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA7mddDxb .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA7mddDxb .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-ufA7mddDxb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7mddDxb .modal-header {
    padding: 1rem;
  }
}
.cid-ufA7mddDxb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA7mddDxb .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA7mddDxb .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA7mddDxb .modal-header .close:focus {
  outline: none;
}
.cid-ufA7mddDxb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA7mddDxb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA7mddDxb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7mddDxb .modal-body {
    padding: 1rem;
  }
}
.cid-ufA7mddDxb .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-ufA7mddDxb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA7mddDxb .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA7mddDxb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA7mddDxb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA7mddDxb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA7mddDxb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA7mddDxb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA7mddDxb .modal-lg,
  .cid-ufA7mddDxb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA7mddDxb .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA7mddDxb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA7mddDxb .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-ufA7mddDxb .form-group {
  margin-bottom: 1rem;
}
.cid-ufA7mddDxb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA7mddDxb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA7mddDxb .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-ufA7mddDxb .mbr-section-btn {
  margin: 0;
}
.cid-ufA7mddDxb .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2nPV2ML2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2nPV2ML2R nav.navbar {
  position: fixed;
}
.cid-u2nPV2ML2R .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-u2nPV2ML2R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2nPV2ML2R .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u2nPV2ML2R #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u2nPV2ML2R .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u2nPV2ML2R .dropdown-item:hover,
.cid-u2nPV2ML2R .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u2nPV2ML2R .dropdown-item:hover span {
  color: white;
}
.cid-u2nPV2ML2R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2nPV2ML2R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2nPV2ML2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u2nPV2ML2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2nPV2ML2R .nav-link {
  position: relative;
}
.cid-u2nPV2ML2R .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u2nPV2ML2R .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u2nPV2ML2R .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u2nPV2ML2R .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u2nPV2ML2R .dropdown-menu,
.cid-u2nPV2ML2R .navbar.opened {
  background: #353535 !important;
}
.cid-u2nPV2ML2R .nav-item:focus,
.cid-u2nPV2ML2R .nav-link:focus {
  outline: none;
}
.cid-u2nPV2ML2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2nPV2ML2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2nPV2ML2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2nPV2ML2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2nPV2ML2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2nPV2ML2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2nPV2ML2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u2nPV2ML2R .navbar.opened {
  transition: all 0.3s;
}
.cid-u2nPV2ML2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2nPV2ML2R .navbar .navbar-logo img {
  width: auto;
}
.cid-u2nPV2ML2R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2nPV2ML2R .navbar.collapsed {
  justify-content: center;
}
.cid-u2nPV2ML2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2nPV2ML2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2nPV2ML2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2nPV2ML2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2nPV2ML2R .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-u2nPV2ML2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2nPV2ML2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2nPV2ML2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2nPV2ML2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2nPV2ML2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2nPV2ML2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2nPV2ML2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2nPV2ML2R .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-u2nPV2ML2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2nPV2ML2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2nPV2ML2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2nPV2ML2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2nPV2ML2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2nPV2ML2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u2nPV2ML2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2nPV2ML2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2nPV2ML2R .dropdown-item.active,
.cid-u2nPV2ML2R .dropdown-item:active {
  background-color: transparent;
}
.cid-u2nPV2ML2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2nPV2ML2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2nPV2ML2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2nPV2ML2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u2nPV2ML2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2nPV2ML2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2nPV2ML2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2nPV2ML2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2nPV2ML2R button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2nPV2ML2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u2nPV2ML2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2nPV2ML2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2nPV2ML2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2nPV2ML2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2nPV2ML2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2nPV2ML2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2nPV2ML2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2nPV2ML2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2nPV2ML2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2nPV2ML2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2nPV2ML2R .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-u2nPV2ML2R .navbar {
    height: 70px;
  }
  .cid-u2nPV2ML2R .navbar.opened {
    height: auto;
  }
  .cid-u2nPV2ML2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2nPV2ML2R .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u2nPV2ML2R .navbar-toggler {
  margin-left: 10px;
}
.cid-u2nPV2ML2R .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u2nPV2ML2R .navbar-logo {
  margin-right: 0 !important;
}
.cid-u2nPV2ML2R .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u2nPV2ML2R .mbr-text {
    display: none;
  }
}
.cid-u2nPV2ML2R .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u2nPV2ML2R .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u2nPV2ML2R .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u2nPV2ML2R .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u2nPV2ML2R #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u2nPV2ML2R #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u2nPV2ML2R #vol {
    display: none;
  }
}
.cid-u2nPV2ML2R .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u2nPV3Iq6x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u2nPV3Iq6x .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV3Iq6x .mbr-section-subtitle {
  text-align: center;
}
.cid-u2nPV3Iq6x .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u2nPV3Iq6x .display-1 {
    font-size: 75px;
  }
  .cid-u2nPV3Iq6x .display-5 {
    font-size: 29px;
  }
  .cid-u2nPV3Iq6x .display-4 {
    font-weight: 300;
  }
}
#custom-html-1ie {
  /* Type valid CSS here */
}
#custom-html-1ie div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1ie .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZtTQlp6z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZtTQlp6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZtTQlp6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZtTQlp6z .container,
.cid-ubZtTQlp6z .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZtTQlp6z .container,
  .cid-ubZtTQlp6z .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZtTQlp6z .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZtTQlp6z .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZtTQlp6z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZtTQlp6z .mbr-section-title {
  color: #4479d9;
}
.cid-ubZtTQlp6z .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTfrrTCjq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTfrrTCjq .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1ye {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1ye *,
#custom-html-1ye *::before,
#custom-html-1ye *::after {
  box-sizing: border-box;
}
#custom-html-1ye body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1ye #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1ye .container {
  background-color: #232323;
}
#custom-html-1ye .titre {
  padding: 1em;
}
#custom-html-1ye H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1ye h6 {
  color: white;
}
.cid-ubZu7dYiGv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZu7dYiGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZu7dYiGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZu7dYiGv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZu7dYiGv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZu7dYiGv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZu7dYiGv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZu7dYiGv .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZu7dYiGv .mbr-text,
.cid-ubZu7dYiGv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZu7dYiGv .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZu8D3oVN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZu8D3oVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZu8D3oVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZu8D3oVN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZu8D3oVN .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZu8D3oVN .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZu8D3oVN .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZu8D3oVN .mbr-text,
.cid-ubZu8D3oVN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZu8D3oVN .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u2nPV4Q7s1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u2nPV4Q7s1 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u2nPV4Q7s1 .mbr-text,
.cid-u2nPV4Q7s1 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u2nPV59owk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u2nPV59owk .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u2nPV59owk .row {
    padding: 20px 34px;
  }
}
.cid-u2nPV59owk .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u2nPV5tYJC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u2nPV5tYJC .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u2nPV5tYJC .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u2nPV5tYJC .card:hover {
  margin-top: -0.6rem;
}
.cid-u2nPV5tYJC .card-wrapper {
  position: relative;
}
.cid-u2nPV5tYJC .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u2nPV5tYJC .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u2nPV5tYJC .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u2nPV5tYJC .big {
  margin-top: -25%;
}
.cid-u2nPV5tYJC .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u2nPV5tYJC .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u2nPV5tYJC .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u2nPV5tYJC .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u2nPV6LVL8.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPV6LVL8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPV6LVL8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPV6LVL8 .modal-content,
.cid-u2nPV6LVL8 .modal-dialog {
  height: auto;
}
.cid-u2nPV6LVL8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPV6LVL8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPV6LVL8 .form-wrapper .mbr-form .form-group,
  .cid-u2nPV6LVL8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPV6LVL8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPV6LVL8 .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPV6LVL8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPV6LVL8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPV6LVL8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPV6LVL8 .modal-open {
  overflow: hidden;
}
.cid-u2nPV6LVL8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPV6LVL8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPV6LVL8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPV6LVL8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPV6LVL8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPV6LVL8 .modal-content {
  background: #353535;
  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-u2nPV6LVL8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPV6LVL8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPV6LVL8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPV6LVL8 .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV6LVL8 .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPV6LVL8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPV6LVL8 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPV6LVL8 .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPV6LVL8 .modal-header .close:focus {
  outline: none;
}
.cid-u2nPV6LVL8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV6LVL8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPV6LVL8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV6LVL8 .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV6LVL8 .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPV6LVL8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPV6LVL8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPV6LVL8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPV6LVL8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPV6LVL8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPV6LVL8 .modal-lg,
  .cid-u2nPV6LVL8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPV6LVL8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPV6LVL8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPV6LVL8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPV6LVL8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPV6LVL8 .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-u2nPV6LVL8 .mbr-section-btn {
  margin: 0;
}
.cid-u2nPV6LVL8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2nPV6LVL8 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u2nPV6LVL8 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u2nPV6LVL8 #creativecommons img,
.cid-u2nPV6LVL8 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u2nPV7uuRN.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPV7uuRN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPV7uuRN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPV7uuRN .modal-content,
.cid-u2nPV7uuRN .modal-dialog {
  height: auto;
}
.cid-u2nPV7uuRN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPV7uuRN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPV7uuRN .form-wrapper .mbr-form .form-group,
  .cid-u2nPV7uuRN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPV7uuRN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPV7uuRN .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPV7uuRN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPV7uuRN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPV7uuRN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPV7uuRN .modal-open {
  overflow: hidden;
}
.cid-u2nPV7uuRN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPV7uuRN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPV7uuRN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPV7uuRN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPV7uuRN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPV7uuRN .modal-content {
  background: #353535;
  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-u2nPV7uuRN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPV7uuRN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPV7uuRN .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPV7uuRN .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV7uuRN .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPV7uuRN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPV7uuRN .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPV7uuRN .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPV7uuRN .modal-header .close:focus {
  outline: none;
}
.cid-u2nPV7uuRN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV7uuRN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPV7uuRN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV7uuRN .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV7uuRN .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPV7uuRN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPV7uuRN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPV7uuRN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPV7uuRN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPV7uuRN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPV7uuRN .modal-lg,
  .cid-u2nPV7uuRN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPV7uuRN .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPV7uuRN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPV7uuRN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPV7uuRN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPV7uuRN .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-u2nPV7uuRN .mbr-section-btn {
  margin: 0;
}
.cid-u2nPV7uuRN .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2nPV870GE.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPV870GE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPV870GE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPV870GE .modal-content,
.cid-u2nPV870GE .modal-dialog {
  height: auto;
}
.cid-u2nPV870GE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPV870GE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPV870GE .form-wrapper .mbr-form .form-group,
  .cid-u2nPV870GE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPV870GE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPV870GE .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-u2nPV870GE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPV870GE .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPV870GE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPV870GE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPV870GE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPV870GE .modal-open {
  overflow: hidden;
}
.cid-u2nPV870GE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPV870GE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPV870GE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPV870GE .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-u2nPV870GE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPV870GE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPV870GE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPV870GE .modal-content {
  background: #353535;
  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-u2nPV870GE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPV870GE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPV870GE .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPV870GE .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPV870GE .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-u2nPV870GE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV870GE .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPV870GE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPV870GE .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPV870GE .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPV870GE .modal-header .close:focus {
  outline: none;
}
.cid-u2nPV870GE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV870GE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPV870GE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV870GE .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPV870GE .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-u2nPV870GE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV870GE .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPV870GE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPV870GE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPV870GE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPV870GE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPV870GE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPV870GE .modal-lg,
  .cid-u2nPV870GE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPV870GE .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPV870GE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPV870GE .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-u2nPV870GE .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPV870GE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPV870GE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPV870GE .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-u2nPV870GE .mbr-section-btn {
  margin: 0;
}
.cid-u2nPV870GE .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2nPV8A9ZW.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPV8A9ZW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPV8A9ZW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPV8A9ZW .modal-content,
.cid-u2nPV8A9ZW .modal-dialog {
  height: auto;
}
.cid-u2nPV8A9ZW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPV8A9ZW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPV8A9ZW .form-wrapper .mbr-form .form-group,
  .cid-u2nPV8A9ZW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPV8A9ZW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPV8A9ZW .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-u2nPV8A9ZW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPV8A9ZW .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPV8A9ZW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPV8A9ZW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPV8A9ZW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPV8A9ZW .modal-open {
  overflow: hidden;
}
.cid-u2nPV8A9ZW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPV8A9ZW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPV8A9ZW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPV8A9ZW .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-u2nPV8A9ZW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPV8A9ZW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPV8A9ZW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPV8A9ZW .modal-content {
  background: #353535;
  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-u2nPV8A9ZW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPV8A9ZW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPV8A9ZW .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPV8A9ZW .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPV8A9ZW .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-u2nPV8A9ZW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV8A9ZW .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPV8A9ZW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPV8A9ZW .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPV8A9ZW .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPV8A9ZW .modal-header .close:focus {
  outline: none;
}
.cid-u2nPV8A9ZW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV8A9ZW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPV8A9ZW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV8A9ZW .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPV8A9ZW .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-u2nPV8A9ZW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV8A9ZW .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPV8A9ZW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPV8A9ZW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPV8A9ZW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPV8A9ZW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPV8A9ZW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPV8A9ZW .modal-lg,
  .cid-u2nPV8A9ZW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPV8A9ZW .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPV8A9ZW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPV8A9ZW .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-u2nPV8A9ZW .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPV8A9ZW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPV8A9ZW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPV8A9ZW .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-u2nPV8A9ZW .mbr-section-btn {
  margin: 0;
}
.cid-u2nPV8A9ZW .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2nPV9fHgx.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPV9fHgx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPV9fHgx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPV9fHgx .modal-content,
.cid-u2nPV9fHgx .modal-dialog {
  height: auto;
}
.cid-u2nPV9fHgx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPV9fHgx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPV9fHgx .form-wrapper .mbr-form .form-group,
  .cid-u2nPV9fHgx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPV9fHgx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPV9fHgx .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-u2nPV9fHgx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPV9fHgx .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPV9fHgx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPV9fHgx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPV9fHgx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPV9fHgx .modal-open {
  overflow: hidden;
}
.cid-u2nPV9fHgx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPV9fHgx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPV9fHgx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPV9fHgx .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-u2nPV9fHgx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPV9fHgx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPV9fHgx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPV9fHgx .modal-content {
  background: #353535;
  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-u2nPV9fHgx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPV9fHgx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPV9fHgx .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPV9fHgx .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPV9fHgx .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-u2nPV9fHgx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV9fHgx .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPV9fHgx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPV9fHgx .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPV9fHgx .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPV9fHgx .modal-header .close:focus {
  outline: none;
}
.cid-u2nPV9fHgx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV9fHgx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPV9fHgx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV9fHgx .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPV9fHgx .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-u2nPV9fHgx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV9fHgx .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPV9fHgx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPV9fHgx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPV9fHgx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPV9fHgx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPV9fHgx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPV9fHgx .modal-lg,
  .cid-u2nPV9fHgx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPV9fHgx .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPV9fHgx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPV9fHgx .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-u2nPV9fHgx .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPV9fHgx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPV9fHgx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPV9fHgx .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-u2nPV9fHgx .mbr-section-btn {
  margin: 0;
}
.cid-u2nPV9fHgx .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2nPV9P0nN.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPV9P0nN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPV9P0nN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPV9P0nN .modal-content,
.cid-u2nPV9P0nN .modal-dialog {
  height: auto;
}
.cid-u2nPV9P0nN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPV9P0nN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPV9P0nN .form-wrapper .mbr-form .form-group,
  .cid-u2nPV9P0nN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPV9P0nN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPV9P0nN .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-u2nPV9P0nN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPV9P0nN .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPV9P0nN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPV9P0nN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPV9P0nN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPV9P0nN .modal-open {
  overflow: hidden;
}
.cid-u2nPV9P0nN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPV9P0nN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPV9P0nN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPV9P0nN .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-u2nPV9P0nN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPV9P0nN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPV9P0nN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPV9P0nN .modal-content {
  background: #353535;
  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-u2nPV9P0nN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPV9P0nN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPV9P0nN .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPV9P0nN .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPV9P0nN .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-u2nPV9P0nN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV9P0nN .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPV9P0nN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPV9P0nN .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPV9P0nN .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPV9P0nN .modal-header .close:focus {
  outline: none;
}
.cid-u2nPV9P0nN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPV9P0nN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPV9P0nN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV9P0nN .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPV9P0nN .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-u2nPV9P0nN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPV9P0nN .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPV9P0nN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPV9P0nN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPV9P0nN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPV9P0nN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPV9P0nN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPV9P0nN .modal-lg,
  .cid-u2nPV9P0nN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPV9P0nN .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPV9P0nN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPV9P0nN .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-u2nPV9P0nN .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPV9P0nN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPV9P0nN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPV9P0nN .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-u2nPV9P0nN .mbr-section-btn {
  margin: 0;
}
.cid-u2nPV9P0nN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u2nPVaFbvH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u2nPVaFbvH .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u2nPVaFbvH .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u2nPVaFbvH .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u2nPVaFbvH .bg-youtube:hover {
  background: #cc0000;
}
.cid-u2nPVaFbvH .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u2nPVaFbvH .bg-twitch:hover {
  background: #7313ff;
}
.cid-u2nPVaFbvH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u2nPVaFbvH [class^="socicon-"]:before,
.cid-u2nPVaFbvH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u2nPVaFbvH .mbr-section-title,
.cid-u2nPVaFbvH .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u2nPVbqRpu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u2nPVbqRpu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2nPVbqRpu .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u2nPVbqRpu .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u2nPVbqRpu .form-control:focus,
.cid-u2nPVbqRpu .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u2nPVbqRpu .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPVbqRpu input::-webkit-input-placeholder,
.cid-u2nPVbqRpu textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u2nPVbqRpu input:-moz-placeholder,
.cid-u2nPVbqRpu textarea:-moz-placeholder {
  color: #656565;
}
.cid-u2nPVbqRpu .jq-selectbox li,
.cid-u2nPVbqRpu .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2nPVbqRpu .jq-selectbox li:hover,
.cid-u2nPVbqRpu .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u2nPVbqRpu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2nPVbqRpu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u2nPVbqRpu textarea.form-control {
  resize: none;
}
.cid-u2nPVbqRpu .input-group-btn {
  display: inline-block;
}
.cid-u2nPVbqRpu .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u2nPVbqRpu .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2nPVbqRpu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u2nPVbqRpu .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u2nPVbqRpu .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u2nPVbqRpu .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u2nPVbqRpu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2nPVbqRpu .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u2nPVbqRpu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2nPVbqRpu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u2nPVbqRpu .form-control,
.cid-u2nPVbqRpu .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u2nPVbqRpu #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u2nPVbqRpu #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u2nPVbqRpu #creativecommons img,
.cid-u2nPVbqRpu iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u2nPVbqRpu .offset-md-1 {
  margin-left: 1vw;
}
.cid-u2nPVcU4ar.popup-builder {
  background-color: #ffffff;
}
.cid-u2nPVcU4ar.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2nPVcU4ar.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2nPVcU4ar .modal-content,
.cid-u2nPVcU4ar .modal-dialog {
  height: auto;
}
.cid-u2nPVcU4ar .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2nPVcU4ar .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2nPVcU4ar .form-wrapper .mbr-form .form-group,
  .cid-u2nPVcU4ar .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2nPVcU4ar .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u2nPVcU4ar .pt-0 {
  padding-top: 0 !important;
}
.cid-u2nPVcU4ar .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2nPVcU4ar .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2nPVcU4ar .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2nPVcU4ar .modal-open {
  overflow: hidden;
}
.cid-u2nPVcU4ar .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2nPVcU4ar .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2nPVcU4ar .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2nPVcU4ar .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2nPVcU4ar .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2nPVcU4ar .modal-content {
  background: #353535;
  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-u2nPVcU4ar .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2nPVcU4ar .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2nPVcU4ar .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2nPVcU4ar .modal-backdrop.show {
  opacity: .5;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPVcU4ar .modal-header {
    padding: 1rem;
  }
}
.cid-u2nPVcU4ar .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2nPVcU4ar .modal-header .close svg {
  fill: #ffffff;
}
.cid-u2nPVcU4ar .modal-header .close:hover {
  opacity: 1;
}
.cid-u2nPVcU4ar .modal-header .close:focus {
  outline: none;
}
.cid-u2nPVcU4ar .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u2nPVcU4ar .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2nPVcU4ar .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPVcU4ar .modal-body {
    padding: 1rem;
  }
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2nPVcU4ar .modal-footer {
    padding: 1rem;
  }
}
.cid-u2nPVcU4ar .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2nPVcU4ar .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2nPVcU4ar .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2nPVcU4ar .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2nPVcU4ar .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2nPVcU4ar .modal-lg,
  .cid-u2nPVcU4ar .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2nPVcU4ar .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2nPVcU4ar .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .form-group {
  margin-bottom: 1rem;
}
.cid-u2nPVcU4ar .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2nPVcU4ar .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2nPVcU4ar .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-u2nPVcU4ar .mbr-section-btn {
  margin: 0;
}
.cid-u2nPVcU4ar .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA6A8WkcM.popup-builder {
  background-color: #ffffff;
}
.cid-ufA6A8WkcM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA6A8WkcM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA6A8WkcM .modal-content,
.cid-ufA6A8WkcM .modal-dialog {
  height: auto;
}
.cid-ufA6A8WkcM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA6A8WkcM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA6A8WkcM .form-wrapper .mbr-form .form-group,
  .cid-ufA6A8WkcM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA6A8WkcM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA6A8WkcM .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-ufA6A8WkcM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA6A8WkcM .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA6A8WkcM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA6A8WkcM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA6A8WkcM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA6A8WkcM .modal-open {
  overflow: hidden;
}
.cid-ufA6A8WkcM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA6A8WkcM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA6A8WkcM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA6A8WkcM .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-ufA6A8WkcM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA6A8WkcM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA6A8WkcM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA6A8WkcM .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-ufA6A8WkcM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA6A8WkcM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA6A8WkcM .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA6A8WkcM .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA6A8WkcM .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-ufA6A8WkcM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA6A8WkcM .modal-header {
    padding: 1rem;
  }
}
.cid-ufA6A8WkcM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA6A8WkcM .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA6A8WkcM .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA6A8WkcM .modal-header .close:focus {
  outline: none;
}
.cid-ufA6A8WkcM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA6A8WkcM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA6A8WkcM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA6A8WkcM .modal-body {
    padding: 1rem;
  }
}
.cid-ufA6A8WkcM .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-ufA6A8WkcM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA6A8WkcM .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA6A8WkcM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA6A8WkcM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA6A8WkcM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA6A8WkcM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA6A8WkcM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA6A8WkcM .modal-lg,
  .cid-ufA6A8WkcM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA6A8WkcM .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA6A8WkcM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA6A8WkcM .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-ufA6A8WkcM .form-group {
  margin-bottom: 1rem;
}
.cid-ufA6A8WkcM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA6A8WkcM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA6A8WkcM .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-ufA6A8WkcM .mbr-section-btn {
  margin: 0;
}
.cid-ufA6A8WkcM .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA6AyIALl.popup-builder {
  background-color: #ffffff;
}
.cid-ufA6AyIALl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA6AyIALl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA6AyIALl .modal-content,
.cid-ufA6AyIALl .modal-dialog {
  height: auto;
}
.cid-ufA6AyIALl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA6AyIALl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA6AyIALl .form-wrapper .mbr-form .form-group,
  .cid-ufA6AyIALl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA6AyIALl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA6AyIALl .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-ufA6AyIALl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA6AyIALl .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA6AyIALl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA6AyIALl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA6AyIALl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA6AyIALl .modal-open {
  overflow: hidden;
}
.cid-ufA6AyIALl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA6AyIALl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA6AyIALl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA6AyIALl .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-ufA6AyIALl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA6AyIALl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA6AyIALl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA6AyIALl .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-ufA6AyIALl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA6AyIALl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA6AyIALl .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA6AyIALl .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA6AyIALl .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-ufA6AyIALl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA6AyIALl .modal-header {
    padding: 1rem;
  }
}
.cid-ufA6AyIALl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA6AyIALl .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA6AyIALl .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA6AyIALl .modal-header .close:focus {
  outline: none;
}
.cid-ufA6AyIALl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA6AyIALl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA6AyIALl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA6AyIALl .modal-body {
    padding: 1rem;
  }
}
.cid-ufA6AyIALl .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-ufA6AyIALl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA6AyIALl .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA6AyIALl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA6AyIALl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA6AyIALl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA6AyIALl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA6AyIALl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA6AyIALl .modal-lg,
  .cid-ufA6AyIALl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA6AyIALl .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA6AyIALl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA6AyIALl .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-ufA6AyIALl .form-group {
  margin-bottom: 1rem;
}
.cid-ufA6AyIALl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA6AyIALl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA6AyIALl .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-ufA6AyIALl .mbr-section-btn {
  margin: 0;
}
.cid-ufA6AyIALl .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320pegffd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u320pegffd nav.navbar {
  position: fixed;
}
.cid-u320pegffd .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-u320pegffd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u320pegffd .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u320pegffd #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u320pegffd .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u320pegffd .dropdown-item:hover,
.cid-u320pegffd .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u320pegffd .dropdown-item:hover span {
  color: white;
}
.cid-u320pegffd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u320pegffd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u320pegffd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u320pegffd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u320pegffd .nav-link {
  position: relative;
}
.cid-u320pegffd .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u320pegffd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u320pegffd .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u320pegffd .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u320pegffd .dropdown-menu,
.cid-u320pegffd .navbar.opened {
  background: #353535 !important;
}
.cid-u320pegffd .nav-item:focus,
.cid-u320pegffd .nav-link:focus {
  outline: none;
}
.cid-u320pegffd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u320pegffd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u320pegffd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u320pegffd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u320pegffd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u320pegffd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u320pegffd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u320pegffd .navbar.opened {
  transition: all 0.3s;
}
.cid-u320pegffd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u320pegffd .navbar .navbar-logo img {
  width: auto;
}
.cid-u320pegffd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u320pegffd .navbar.collapsed {
  justify-content: center;
}
.cid-u320pegffd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u320pegffd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u320pegffd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u320pegffd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u320pegffd .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-u320pegffd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u320pegffd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u320pegffd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u320pegffd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u320pegffd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u320pegffd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u320pegffd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u320pegffd .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-u320pegffd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u320pegffd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u320pegffd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u320pegffd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u320pegffd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u320pegffd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u320pegffd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u320pegffd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u320pegffd .dropdown-item.active,
.cid-u320pegffd .dropdown-item:active {
  background-color: transparent;
}
.cid-u320pegffd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u320pegffd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u320pegffd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u320pegffd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u320pegffd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u320pegffd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u320pegffd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u320pegffd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u320pegffd button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u320pegffd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u320pegffd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u320pegffd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u320pegffd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u320pegffd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u320pegffd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u320pegffd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u320pegffd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u320pegffd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u320pegffd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u320pegffd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u320pegffd .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-u320pegffd .navbar {
    height: 70px;
  }
  .cid-u320pegffd .navbar.opened {
    height: auto;
  }
  .cid-u320pegffd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u320pegffd .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u320pegffd .navbar-toggler {
  margin-left: 10px;
}
.cid-u320pegffd .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u320pegffd .navbar-logo {
  margin-right: 0 !important;
}
.cid-u320pegffd .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u320pegffd .mbr-text {
    display: none;
  }
}
.cid-u320pegffd .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u320pegffd .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u320pegffd .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u320pegffd .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u320pegffd #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u320pegffd #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u320pegffd #vol {
    display: none;
  }
}
.cid-u320pegffd .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u320pf6t8R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u320pf6t8R .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u320pf6t8R .mbr-section-subtitle {
  text-align: center;
}
.cid-u320pf6t8R .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u320pf6t8R .display-1 {
    font-size: 75px;
  }
  .cid-u320pf6t8R .display-5 {
    font-size: 29px;
  }
  .cid-u320pf6t8R .display-4 {
    font-weight: 300;
  }
}
#custom-html-1kf {
  /* Type valid CSS here */
}
#custom-html-1kf div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1kf .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZuhCBqwU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZuhCBqwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZuhCBqwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZuhCBqwU .container,
.cid-ubZuhCBqwU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZuhCBqwU .container,
  .cid-ubZuhCBqwU .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZuhCBqwU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZuhCBqwU .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZuhCBqwU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZuhCBqwU .mbr-section-title {
  color: #4479d9;
}
.cid-ubZuhCBqwU .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTfAEy0nL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTfAEy0nL .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yf {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yf *,
#custom-html-1yf *::before,
#custom-html-1yf *::after {
  box-sizing: border-box;
}
#custom-html-1yf body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yf #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yf .container {
  background-color: #232323;
}
#custom-html-1yf .titre {
  padding: 1em;
}
#custom-html-1yf H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yf h6 {
  color: white;
}
.cid-ud6dT2lPLu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ud6dT2lPLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6dT2lPLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud6dT2lPLu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud6dT2lPLu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ud6dT2lPLu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ud6dT2lPLu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ud6dT2lPLu .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ud6dT2lPLu .mbr-text,
.cid-ud6dT2lPLu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ud6dT2lPLu .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ud6dUo1H0R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ud6dUo1H0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6dUo1H0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud6dUo1H0R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud6dUo1H0R .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ud6dUo1H0R .image-wrapper {
    padding: 1rem;
  }
}
.cid-ud6dUo1H0R .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ud6dUo1H0R .mbr-text,
.cid-ud6dUo1H0R .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ud6dUo1H0R .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u320phzdGq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u320phzdGq .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u320phzdGq .mbr-text,
.cid-u320phzdGq .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u320phWhq5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u320phWhq5 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u320phWhq5 .row {
    padding: 20px 34px;
  }
}
.cid-u320phWhq5 .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u320pihA18 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u320pihA18 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u320pihA18 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u320pihA18 .card:hover {
  margin-top: -0.6rem;
}
.cid-u320pihA18 .card-wrapper {
  position: relative;
}
.cid-u320pihA18 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u320pihA18 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u320pihA18 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u320pihA18 .big {
  margin-top: -25%;
}
.cid-u320pihA18 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u320pihA18 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u320pihA18 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u320pihA18 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u320piIhYh.popup-builder {
  background-color: #ffffff;
}
.cid-u320piIhYh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320piIhYh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320piIhYh .modal-content,
.cid-u320piIhYh .modal-dialog {
  height: auto;
}
.cid-u320piIhYh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320piIhYh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320piIhYh .form-wrapper .mbr-form .form-group,
  .cid-u320piIhYh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320piIhYh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320piIhYh .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-u320piIhYh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320piIhYh .pt-0 {
  padding-top: 0 !important;
}
.cid-u320piIhYh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320piIhYh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320piIhYh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320piIhYh .modal-open {
  overflow: hidden;
}
.cid-u320piIhYh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320piIhYh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320piIhYh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320piIhYh .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-u320piIhYh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320piIhYh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320piIhYh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320piIhYh .modal-content {
  background: #353535;
  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-u320piIhYh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320piIhYh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320piIhYh .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320piIhYh .modal-backdrop.show {
  opacity: .5;
}
.cid-u320piIhYh .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-u320piIhYh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320piIhYh .modal-header {
    padding: 1rem;
  }
}
.cid-u320piIhYh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320piIhYh .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320piIhYh .modal-header .close:hover {
  opacity: 1;
}
.cid-u320piIhYh .modal-header .close:focus {
  outline: none;
}
.cid-u320piIhYh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320piIhYh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320piIhYh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320piIhYh .modal-body {
    padding: 1rem;
  }
}
.cid-u320piIhYh .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-u320piIhYh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320piIhYh .modal-footer {
    padding: 1rem;
  }
}
.cid-u320piIhYh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320piIhYh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320piIhYh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320piIhYh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320piIhYh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320piIhYh .modal-lg,
  .cid-u320piIhYh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320piIhYh .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320piIhYh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320piIhYh .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-u320piIhYh .form-group {
  margin-bottom: 1rem;
}
.cid-u320piIhYh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320piIhYh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320piIhYh .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-u320piIhYh .mbr-section-btn {
  margin: 0;
}
.cid-u320piIhYh .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320piIhYh #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u320piIhYh #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u320piIhYh #creativecommons img,
.cid-u320piIhYh iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u320pjfDJR.popup-builder {
  background-color: #ffffff;
}
.cid-u320pjfDJR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pjfDJR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pjfDJR .modal-content,
.cid-u320pjfDJR .modal-dialog {
  height: auto;
}
.cid-u320pjfDJR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pjfDJR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pjfDJR .form-wrapper .mbr-form .form-group,
  .cid-u320pjfDJR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pjfDJR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pjfDJR .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-u320pjfDJR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pjfDJR .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pjfDJR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pjfDJR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pjfDJR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pjfDJR .modal-open {
  overflow: hidden;
}
.cid-u320pjfDJR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pjfDJR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pjfDJR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pjfDJR .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-u320pjfDJR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pjfDJR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pjfDJR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pjfDJR .modal-content {
  background: #353535;
  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-u320pjfDJR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pjfDJR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pjfDJR .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pjfDJR .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pjfDJR .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-u320pjfDJR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjfDJR .modal-header {
    padding: 1rem;
  }
}
.cid-u320pjfDJR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pjfDJR .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pjfDJR .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pjfDJR .modal-header .close:focus {
  outline: none;
}
.cid-u320pjfDJR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pjfDJR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pjfDJR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjfDJR .modal-body {
    padding: 1rem;
  }
}
.cid-u320pjfDJR .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-u320pjfDJR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjfDJR .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pjfDJR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pjfDJR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pjfDJR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pjfDJR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pjfDJR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pjfDJR .modal-lg,
  .cid-u320pjfDJR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pjfDJR .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pjfDJR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pjfDJR .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-u320pjfDJR .form-group {
  margin-bottom: 1rem;
}
.cid-u320pjfDJR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pjfDJR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pjfDJR .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-u320pjfDJR .mbr-section-btn {
  margin: 0;
}
.cid-u320pjfDJR .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320pjLMER.popup-builder {
  background-color: #ffffff;
}
.cid-u320pjLMER.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pjLMER.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pjLMER .modal-content,
.cid-u320pjLMER .modal-dialog {
  height: auto;
}
.cid-u320pjLMER .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pjLMER .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pjLMER .form-wrapper .mbr-form .form-group,
  .cid-u320pjLMER .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pjLMER .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pjLMER .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-u320pjLMER .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pjLMER .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pjLMER .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pjLMER .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pjLMER .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pjLMER .modal-open {
  overflow: hidden;
}
.cid-u320pjLMER .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pjLMER .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pjLMER .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pjLMER .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-u320pjLMER .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pjLMER .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pjLMER .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pjLMER .modal-content {
  background: #353535;
  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-u320pjLMER .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pjLMER .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pjLMER .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pjLMER .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pjLMER .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-u320pjLMER .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjLMER .modal-header {
    padding: 1rem;
  }
}
.cid-u320pjLMER .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pjLMER .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pjLMER .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pjLMER .modal-header .close:focus {
  outline: none;
}
.cid-u320pjLMER .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pjLMER .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pjLMER .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjLMER .modal-body {
    padding: 1rem;
  }
}
.cid-u320pjLMER .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-u320pjLMER .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pjLMER .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pjLMER .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pjLMER .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pjLMER .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pjLMER .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pjLMER .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pjLMER .modal-lg,
  .cid-u320pjLMER .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pjLMER .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pjLMER .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pjLMER .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-u320pjLMER .form-group {
  margin-bottom: 1rem;
}
.cid-u320pjLMER .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pjLMER .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pjLMER .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-u320pjLMER .mbr-section-btn {
  margin: 0;
}
.cid-u320pjLMER .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320pkbrE1.popup-builder {
  background-color: #ffffff;
}
.cid-u320pkbrE1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pkbrE1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pkbrE1 .modal-content,
.cid-u320pkbrE1 .modal-dialog {
  height: auto;
}
.cid-u320pkbrE1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pkbrE1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pkbrE1 .form-wrapper .mbr-form .form-group,
  .cid-u320pkbrE1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pkbrE1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pkbrE1 .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-u320pkbrE1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pkbrE1 .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pkbrE1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pkbrE1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pkbrE1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pkbrE1 .modal-open {
  overflow: hidden;
}
.cid-u320pkbrE1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pkbrE1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pkbrE1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pkbrE1 .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-u320pkbrE1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pkbrE1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pkbrE1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pkbrE1 .modal-content {
  background: #353535;
  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-u320pkbrE1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pkbrE1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pkbrE1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pkbrE1 .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pkbrE1 .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-u320pkbrE1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkbrE1 .modal-header {
    padding: 1rem;
  }
}
.cid-u320pkbrE1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pkbrE1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pkbrE1 .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pkbrE1 .modal-header .close:focus {
  outline: none;
}
.cid-u320pkbrE1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pkbrE1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pkbrE1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkbrE1 .modal-body {
    padding: 1rem;
  }
}
.cid-u320pkbrE1 .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-u320pkbrE1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkbrE1 .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pkbrE1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pkbrE1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pkbrE1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pkbrE1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pkbrE1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pkbrE1 .modal-lg,
  .cid-u320pkbrE1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pkbrE1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pkbrE1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pkbrE1 .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-u320pkbrE1 .form-group {
  margin-bottom: 1rem;
}
.cid-u320pkbrE1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pkbrE1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pkbrE1 .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-u320pkbrE1 .mbr-section-btn {
  margin: 0;
}
.cid-u320pkbrE1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320pkAHJJ.popup-builder {
  background-color: #ffffff;
}
.cid-u320pkAHJJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pkAHJJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pkAHJJ .modal-content,
.cid-u320pkAHJJ .modal-dialog {
  height: auto;
}
.cid-u320pkAHJJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pkAHJJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pkAHJJ .form-wrapper .mbr-form .form-group,
  .cid-u320pkAHJJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pkAHJJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pkAHJJ .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-u320pkAHJJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pkAHJJ .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pkAHJJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pkAHJJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pkAHJJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pkAHJJ .modal-open {
  overflow: hidden;
}
.cid-u320pkAHJJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pkAHJJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pkAHJJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pkAHJJ .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-u320pkAHJJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pkAHJJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pkAHJJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pkAHJJ .modal-content {
  background: #353535;
  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-u320pkAHJJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pkAHJJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pkAHJJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pkAHJJ .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pkAHJJ .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-u320pkAHJJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkAHJJ .modal-header {
    padding: 1rem;
  }
}
.cid-u320pkAHJJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pkAHJJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pkAHJJ .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pkAHJJ .modal-header .close:focus {
  outline: none;
}
.cid-u320pkAHJJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pkAHJJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pkAHJJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkAHJJ .modal-body {
    padding: 1rem;
  }
}
.cid-u320pkAHJJ .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-u320pkAHJJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkAHJJ .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pkAHJJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pkAHJJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pkAHJJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pkAHJJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pkAHJJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pkAHJJ .modal-lg,
  .cid-u320pkAHJJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pkAHJJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pkAHJJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pkAHJJ .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-u320pkAHJJ .form-group {
  margin-bottom: 1rem;
}
.cid-u320pkAHJJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pkAHJJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pkAHJJ .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-u320pkAHJJ .mbr-section-btn {
  margin: 0;
}
.cid-u320pkAHJJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-u320pkY0J6.popup-builder {
  background-color: #ffffff;
}
.cid-u320pkY0J6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pkY0J6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pkY0J6 .modal-content,
.cid-u320pkY0J6 .modal-dialog {
  height: auto;
}
.cid-u320pkY0J6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pkY0J6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pkY0J6 .form-wrapper .mbr-form .form-group,
  .cid-u320pkY0J6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pkY0J6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pkY0J6 .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-u320pkY0J6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pkY0J6 .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pkY0J6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pkY0J6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pkY0J6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pkY0J6 .modal-open {
  overflow: hidden;
}
.cid-u320pkY0J6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pkY0J6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pkY0J6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pkY0J6 .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-u320pkY0J6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pkY0J6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pkY0J6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pkY0J6 .modal-content {
  background: #353535;
  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-u320pkY0J6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pkY0J6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pkY0J6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pkY0J6 .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pkY0J6 .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-u320pkY0J6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkY0J6 .modal-header {
    padding: 1rem;
  }
}
.cid-u320pkY0J6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pkY0J6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pkY0J6 .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pkY0J6 .modal-header .close:focus {
  outline: none;
}
.cid-u320pkY0J6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pkY0J6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pkY0J6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkY0J6 .modal-body {
    padding: 1rem;
  }
}
.cid-u320pkY0J6 .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-u320pkY0J6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pkY0J6 .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pkY0J6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pkY0J6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pkY0J6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pkY0J6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pkY0J6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pkY0J6 .modal-lg,
  .cid-u320pkY0J6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pkY0J6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pkY0J6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pkY0J6 .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-u320pkY0J6 .form-group {
  margin-bottom: 1rem;
}
.cid-u320pkY0J6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pkY0J6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pkY0J6 .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-u320pkY0J6 .mbr-section-btn {
  margin: 0;
}
.cid-u320pkY0J6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u320plI0Hu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u320plI0Hu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u320plI0Hu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u320plI0Hu .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u320plI0Hu .bg-youtube:hover {
  background: #cc0000;
}
.cid-u320plI0Hu .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u320plI0Hu .bg-twitch:hover {
  background: #7313ff;
}
.cid-u320plI0Hu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u320plI0Hu [class^="socicon-"]:before,
.cid-u320plI0Hu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u320plI0Hu .mbr-section-title,
.cid-u320plI0Hu .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u320pmgcB5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u320pmgcB5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u320pmgcB5 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u320pmgcB5 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u320pmgcB5 .form-control:focus,
.cid-u320pmgcB5 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u320pmgcB5 .form-group {
  margin-bottom: 1rem;
}
.cid-u320pmgcB5 input::-webkit-input-placeholder,
.cid-u320pmgcB5 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u320pmgcB5 input:-moz-placeholder,
.cid-u320pmgcB5 textarea:-moz-placeholder {
  color: #656565;
}
.cid-u320pmgcB5 .jq-selectbox li,
.cid-u320pmgcB5 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u320pmgcB5 .jq-selectbox li:hover,
.cid-u320pmgcB5 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u320pmgcB5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u320pmgcB5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u320pmgcB5 textarea.form-control {
  resize: none;
}
.cid-u320pmgcB5 .input-group-btn {
  display: inline-block;
}
.cid-u320pmgcB5 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u320pmgcB5 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u320pmgcB5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u320pmgcB5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u320pmgcB5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u320pmgcB5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u320pmgcB5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u320pmgcB5 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u320pmgcB5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u320pmgcB5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u320pmgcB5 .form-control,
.cid-u320pmgcB5 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u320pmgcB5 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u320pmgcB5 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u320pmgcB5 #creativecommons img,
.cid-u320pmgcB5 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u320pmgcB5 .offset-md-1 {
  margin-left: 1vw;
}
.cid-u320pndSe5.popup-builder {
  background-color: #ffffff;
}
.cid-u320pndSe5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u320pndSe5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u320pndSe5 .modal-content,
.cid-u320pndSe5 .modal-dialog {
  height: auto;
}
.cid-u320pndSe5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u320pndSe5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u320pndSe5 .form-wrapper .mbr-form .form-group,
  .cid-u320pndSe5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u320pndSe5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u320pndSe5 .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-u320pndSe5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u320pndSe5 .pt-0 {
  padding-top: 0 !important;
}
.cid-u320pndSe5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u320pndSe5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u320pndSe5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u320pndSe5 .modal-open {
  overflow: hidden;
}
.cid-u320pndSe5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u320pndSe5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u320pndSe5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u320pndSe5 .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-u320pndSe5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u320pndSe5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u320pndSe5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u320pndSe5 .modal-content {
  background: #353535;
  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-u320pndSe5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u320pndSe5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u320pndSe5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u320pndSe5 .modal-backdrop.show {
  opacity: .5;
}
.cid-u320pndSe5 .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-u320pndSe5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pndSe5 .modal-header {
    padding: 1rem;
  }
}
.cid-u320pndSe5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u320pndSe5 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u320pndSe5 .modal-header .close:hover {
  opacity: 1;
}
.cid-u320pndSe5 .modal-header .close:focus {
  outline: none;
}
.cid-u320pndSe5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u320pndSe5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u320pndSe5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pndSe5 .modal-body {
    padding: 1rem;
  }
}
.cid-u320pndSe5 .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-u320pndSe5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u320pndSe5 .modal-footer {
    padding: 1rem;
  }
}
.cid-u320pndSe5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u320pndSe5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u320pndSe5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u320pndSe5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u320pndSe5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u320pndSe5 .modal-lg,
  .cid-u320pndSe5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u320pndSe5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u320pndSe5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u320pndSe5 .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-u320pndSe5 .form-group {
  margin-bottom: 1rem;
}
.cid-u320pndSe5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u320pndSe5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u320pndSe5 .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-u320pndSe5 .mbr-section-btn {
  margin: 0;
}
.cid-u320pndSe5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA2PgROqY.popup-builder {
  background-color: #ffffff;
}
.cid-ufA2PgROqY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA2PgROqY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA2PgROqY .modal-content,
.cid-ufA2PgROqY .modal-dialog {
  height: auto;
}
.cid-ufA2PgROqY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA2PgROqY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA2PgROqY .form-wrapper .mbr-form .form-group,
  .cid-ufA2PgROqY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA2PgROqY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA2PgROqY .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-ufA2PgROqY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA2PgROqY .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA2PgROqY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA2PgROqY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA2PgROqY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA2PgROqY .modal-open {
  overflow: hidden;
}
.cid-ufA2PgROqY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA2PgROqY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA2PgROqY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA2PgROqY .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-ufA2PgROqY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA2PgROqY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA2PgROqY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA2PgROqY .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-ufA2PgROqY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA2PgROqY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA2PgROqY .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA2PgROqY .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA2PgROqY .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-ufA2PgROqY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA2PgROqY .modal-header {
    padding: 1rem;
  }
}
.cid-ufA2PgROqY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA2PgROqY .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA2PgROqY .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA2PgROqY .modal-header .close:focus {
  outline: none;
}
.cid-ufA2PgROqY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA2PgROqY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA2PgROqY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA2PgROqY .modal-body {
    padding: 1rem;
  }
}
.cid-ufA2PgROqY .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-ufA2PgROqY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA2PgROqY .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA2PgROqY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA2PgROqY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA2PgROqY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA2PgROqY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA2PgROqY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA2PgROqY .modal-lg,
  .cid-ufA2PgROqY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA2PgROqY .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA2PgROqY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA2PgROqY .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-ufA2PgROqY .form-group {
  margin-bottom: 1rem;
}
.cid-ufA2PgROqY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA2PgROqY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA2PgROqY .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-ufA2PgROqY .mbr-section-btn {
  margin: 0;
}
.cid-ufA2PgROqY .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufA2PRuhcR.popup-builder {
  background-color: #ffffff;
}
.cid-ufA2PRuhcR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufA2PRuhcR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufA2PRuhcR .modal-content,
.cid-ufA2PRuhcR .modal-dialog {
  height: auto;
}
.cid-ufA2PRuhcR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufA2PRuhcR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufA2PRuhcR .form-wrapper .mbr-form .form-group,
  .cid-ufA2PRuhcR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufA2PRuhcR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufA2PRuhcR .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-ufA2PRuhcR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufA2PRuhcR .pt-0 {
  padding-top: 0 !important;
}
.cid-ufA2PRuhcR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufA2PRuhcR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufA2PRuhcR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufA2PRuhcR .modal-open {
  overflow: hidden;
}
.cid-ufA2PRuhcR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufA2PRuhcR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufA2PRuhcR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufA2PRuhcR .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-ufA2PRuhcR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufA2PRuhcR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufA2PRuhcR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufA2PRuhcR .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-ufA2PRuhcR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufA2PRuhcR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufA2PRuhcR .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufA2PRuhcR .modal-backdrop.show {
  opacity: .5;
}
.cid-ufA2PRuhcR .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-ufA2PRuhcR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA2PRuhcR .modal-header {
    padding: 1rem;
  }
}
.cid-ufA2PRuhcR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufA2PRuhcR .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufA2PRuhcR .modal-header .close:hover {
  opacity: 1;
}
.cid-ufA2PRuhcR .modal-header .close:focus {
  outline: none;
}
.cid-ufA2PRuhcR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufA2PRuhcR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufA2PRuhcR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA2PRuhcR .modal-body {
    padding: 1rem;
  }
}
.cid-ufA2PRuhcR .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-ufA2PRuhcR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufA2PRuhcR .modal-footer {
    padding: 1rem;
  }
}
.cid-ufA2PRuhcR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufA2PRuhcR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufA2PRuhcR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufA2PRuhcR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufA2PRuhcR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufA2PRuhcR .modal-lg,
  .cid-ufA2PRuhcR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufA2PRuhcR .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufA2PRuhcR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufA2PRuhcR .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-ufA2PRuhcR .form-group {
  margin-bottom: 1rem;
}
.cid-ufA2PRuhcR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufA2PRuhcR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufA2PRuhcR .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-ufA2PRuhcR .mbr-section-btn {
  margin: 0;
}
.cid-ufA2PRuhcR .mbr-section-btn .btn {
  margin: 0;
}
.cid-u3GLkHxC3c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3GLkHxC3c nav.navbar {
  position: fixed;
}
.cid-u3GLkHxC3c .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-u3GLkHxC3c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3GLkHxC3c .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u3GLkHxC3c #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u3GLkHxC3c .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u3GLkHxC3c .dropdown-item:hover,
.cid-u3GLkHxC3c .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u3GLkHxC3c .dropdown-item:hover span {
  color: white;
}
.cid-u3GLkHxC3c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3GLkHxC3c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3GLkHxC3c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u3GLkHxC3c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3GLkHxC3c .nav-link {
  position: relative;
}
.cid-u3GLkHxC3c .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u3GLkHxC3c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u3GLkHxC3c .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u3GLkHxC3c .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u3GLkHxC3c .dropdown-menu,
.cid-u3GLkHxC3c .navbar.opened {
  background: #353535 !important;
}
.cid-u3GLkHxC3c .nav-item:focus,
.cid-u3GLkHxC3c .nav-link:focus {
  outline: none;
}
.cid-u3GLkHxC3c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3GLkHxC3c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3GLkHxC3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3GLkHxC3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3GLkHxC3c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3GLkHxC3c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3GLkHxC3c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u3GLkHxC3c .navbar.opened {
  transition: all 0.3s;
}
.cid-u3GLkHxC3c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3GLkHxC3c .navbar .navbar-logo img {
  width: auto;
}
.cid-u3GLkHxC3c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3GLkHxC3c .navbar.collapsed {
  justify-content: center;
}
.cid-u3GLkHxC3c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3GLkHxC3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3GLkHxC3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3GLkHxC3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3GLkHxC3c .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-u3GLkHxC3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3GLkHxC3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3GLkHxC3c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3GLkHxC3c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3GLkHxC3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3GLkHxC3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3GLkHxC3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3GLkHxC3c .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-u3GLkHxC3c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3GLkHxC3c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3GLkHxC3c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u3GLkHxC3c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3GLkHxC3c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3GLkHxC3c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u3GLkHxC3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3GLkHxC3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3GLkHxC3c .dropdown-item.active,
.cid-u3GLkHxC3c .dropdown-item:active {
  background-color: transparent;
}
.cid-u3GLkHxC3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3GLkHxC3c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3GLkHxC3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3GLkHxC3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u3GLkHxC3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3GLkHxC3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3GLkHxC3c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3GLkHxC3c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3GLkHxC3c button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3GLkHxC3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u3GLkHxC3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3GLkHxC3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3GLkHxC3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3GLkHxC3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3GLkHxC3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3GLkHxC3c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3GLkHxC3c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3GLkHxC3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3GLkHxC3c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3GLkHxC3c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3GLkHxC3c .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-u3GLkHxC3c .navbar {
    height: 70px;
  }
  .cid-u3GLkHxC3c .navbar.opened {
    height: auto;
  }
  .cid-u3GLkHxC3c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3GLkHxC3c .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u3GLkHxC3c .navbar-toggler {
  margin-left: 10px;
}
.cid-u3GLkHxC3c .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u3GLkHxC3c .navbar-logo {
  margin-right: 0 !important;
}
.cid-u3GLkHxC3c .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u3GLkHxC3c .mbr-text {
    display: none;
  }
}
.cid-u3GLkHxC3c .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u3GLkHxC3c .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u3GLkHxC3c .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u3GLkHxC3c .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u3GLkHxC3c #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u3GLkHxC3c #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u3GLkHxC3c #vol {
    display: none;
  }
}
.cid-u3GLkHxC3c .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u3GLkIBqDu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u3GLkIBqDu .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u3GLkIBqDu .mbr-section-subtitle {
  text-align: center;
}
.cid-u3GLkIBqDu .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u3GLkIBqDu .display-1 {
    font-size: 75px;
  }
  .cid-u3GLkIBqDu .display-5 {
    font-size: 29px;
  }
  .cid-u3GLkIBqDu .display-4 {
    font-weight: 300;
  }
}
#custom-html-1l3 {
  /* Type valid CSS here */
}
#custom-html-1l3 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1l3 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZuYFxDM1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZuYFxDM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZuYFxDM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZuYFxDM1 .container,
.cid-ubZuYFxDM1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZuYFxDM1 .container,
  .cid-ubZuYFxDM1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZuYFxDM1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZuYFxDM1 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZuYFxDM1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZuYFxDM1 .mbr-section-title {
  color: #4479d9;
}
.cid-ubZuYFxDM1 .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTfPuPBmA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTfPuPBmA .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yi {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yi *,
#custom-html-1yi *::before,
#custom-html-1yi *::after {
  box-sizing: border-box;
}
#custom-html-1yi body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yi #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yi .container {
  background-color: #232323;
}
#custom-html-1yi .titre {
  padding: 1em;
}
#custom-html-1yi H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yi h6 {
  color: white;
}
.cid-ud6e2rs6iw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ud6e2rs6iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6e2rs6iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud6e2rs6iw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud6e2rs6iw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ud6e2rs6iw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ud6e2rs6iw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ud6e2rs6iw .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ud6e2rs6iw .mbr-text,
.cid-ud6e2rs6iw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ud6e2rs6iw .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ud6e4dHYbB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ud6e4dHYbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6e4dHYbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud6e4dHYbB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud6e4dHYbB .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ud6e4dHYbB .image-wrapper {
    padding: 1rem;
  }
}
.cid-ud6e4dHYbB .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ud6e4dHYbB .mbr-text,
.cid-ud6e4dHYbB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ud6e4dHYbB .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u3GLkKVbls {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u3GLkKVbls .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u3GLkKVbls .mbr-text,
.cid-u3GLkKVbls .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u3GLkLdoLf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u3GLkLdoLf .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u3GLkLdoLf .row {
    padding: 20px 34px;
  }
}
.cid-u3GLkLdoLf .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u3GLkLw3I4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u3GLkLw3I4 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u3GLkLw3I4 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u3GLkLw3I4 .card:hover {
  margin-top: -0.6rem;
}
.cid-u3GLkLw3I4 .card-wrapper {
  position: relative;
}
.cid-u3GLkLw3I4 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u3GLkLw3I4 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u3GLkLw3I4 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u3GLkLw3I4 .big {
  margin-top: -25%;
}
.cid-u3GLkLw3I4 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u3GLkLw3I4 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u3GLkLw3I4 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u3GLkLw3I4 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u3GLkM1NtI.popup-builder {
  background-color: #ffffff;
}
.cid-u3GLkM1NtI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3GLkM1NtI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3GLkM1NtI .modal-content,
.cid-u3GLkM1NtI .modal-dialog {
  height: auto;
}
.cid-u3GLkM1NtI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3GLkM1NtI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3GLkM1NtI .form-wrapper .mbr-form .form-group,
  .cid-u3GLkM1NtI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3GLkM1NtI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u3GLkM1NtI .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-u3GLkM1NtI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3GLkM1NtI .pt-0 {
  padding-top: 0 !important;
}
.cid-u3GLkM1NtI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3GLkM1NtI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3GLkM1NtI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3GLkM1NtI .modal-open {
  overflow: hidden;
}
.cid-u3GLkM1NtI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3GLkM1NtI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3GLkM1NtI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3GLkM1NtI .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-u3GLkM1NtI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3GLkM1NtI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3GLkM1NtI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3GLkM1NtI .modal-content {
  background: #353535;
  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-u3GLkM1NtI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u3GLkM1NtI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3GLkM1NtI .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3GLkM1NtI .modal-backdrop.show {
  opacity: .5;
}
.cid-u3GLkM1NtI .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-u3GLkM1NtI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkM1NtI .modal-header {
    padding: 1rem;
  }
}
.cid-u3GLkM1NtI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3GLkM1NtI .modal-header .close svg {
  fill: #ffffff;
}
.cid-u3GLkM1NtI .modal-header .close:hover {
  opacity: 1;
}
.cid-u3GLkM1NtI .modal-header .close:focus {
  outline: none;
}
.cid-u3GLkM1NtI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u3GLkM1NtI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u3GLkM1NtI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkM1NtI .modal-body {
    padding: 1rem;
  }
}
.cid-u3GLkM1NtI .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-u3GLkM1NtI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkM1NtI .modal-footer {
    padding: 1rem;
  }
}
.cid-u3GLkM1NtI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3GLkM1NtI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3GLkM1NtI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3GLkM1NtI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3GLkM1NtI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u3GLkM1NtI .modal-lg,
  .cid-u3GLkM1NtI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u3GLkM1NtI .modal-xl {
    max-width: 1140px;
  }
}
.cid-u3GLkM1NtI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3GLkM1NtI .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-u3GLkM1NtI .form-group {
  margin-bottom: 1rem;
}
.cid-u3GLkM1NtI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3GLkM1NtI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3GLkM1NtI .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-u3GLkM1NtI .mbr-section-btn {
  margin: 0;
}
.cid-u3GLkM1NtI .mbr-section-btn .btn {
  margin: 0;
}
.cid-u3GLkM1NtI #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u3GLkM1NtI #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u3GLkM1NtI #creativecommons img,
.cid-u3GLkM1NtI iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u3GLkN4FiW.popup-builder {
  background-color: #ffffff;
}
.cid-u3GLkN4FiW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3GLkN4FiW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3GLkN4FiW .modal-content,
.cid-u3GLkN4FiW .modal-dialog {
  height: auto;
}
.cid-u3GLkN4FiW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3GLkN4FiW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3GLkN4FiW .form-wrapper .mbr-form .form-group,
  .cid-u3GLkN4FiW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3GLkN4FiW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u3GLkN4FiW .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-u3GLkN4FiW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3GLkN4FiW .pt-0 {
  padding-top: 0 !important;
}
.cid-u3GLkN4FiW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3GLkN4FiW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3GLkN4FiW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3GLkN4FiW .modal-open {
  overflow: hidden;
}
.cid-u3GLkN4FiW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3GLkN4FiW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3GLkN4FiW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3GLkN4FiW .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-u3GLkN4FiW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3GLkN4FiW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3GLkN4FiW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3GLkN4FiW .modal-content {
  background: #353535;
  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-u3GLkN4FiW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u3GLkN4FiW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3GLkN4FiW .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3GLkN4FiW .modal-backdrop.show {
  opacity: .5;
}
.cid-u3GLkN4FiW .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-u3GLkN4FiW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkN4FiW .modal-header {
    padding: 1rem;
  }
}
.cid-u3GLkN4FiW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3GLkN4FiW .modal-header .close svg {
  fill: #ffffff;
}
.cid-u3GLkN4FiW .modal-header .close:hover {
  opacity: 1;
}
.cid-u3GLkN4FiW .modal-header .close:focus {
  outline: none;
}
.cid-u3GLkN4FiW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u3GLkN4FiW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u3GLkN4FiW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkN4FiW .modal-body {
    padding: 1rem;
  }
}
.cid-u3GLkN4FiW .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-u3GLkN4FiW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkN4FiW .modal-footer {
    padding: 1rem;
  }
}
.cid-u3GLkN4FiW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3GLkN4FiW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3GLkN4FiW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3GLkN4FiW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3GLkN4FiW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u3GLkN4FiW .modal-lg,
  .cid-u3GLkN4FiW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u3GLkN4FiW .modal-xl {
    max-width: 1140px;
  }
}
.cid-u3GLkN4FiW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3GLkN4FiW .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-u3GLkN4FiW .form-group {
  margin-bottom: 1rem;
}
.cid-u3GLkN4FiW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3GLkN4FiW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3GLkN4FiW .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-u3GLkN4FiW .mbr-section-btn {
  margin: 0;
}
.cid-u3GLkN4FiW .mbr-section-btn .btn {
  margin: 0;
}
.cid-u3GLkNLCQS.popup-builder {
  background-color: #ffffff;
}
.cid-u3GLkNLCQS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3GLkNLCQS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3GLkNLCQS .modal-content,
.cid-u3GLkNLCQS .modal-dialog {
  height: auto;
}
.cid-u3GLkNLCQS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3GLkNLCQS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3GLkNLCQS .form-wrapper .mbr-form .form-group,
  .cid-u3GLkNLCQS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3GLkNLCQS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u3GLkNLCQS .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-u3GLkNLCQS .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3GLkNLCQS .pt-0 {
  padding-top: 0 !important;
}
.cid-u3GLkNLCQS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3GLkNLCQS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3GLkNLCQS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3GLkNLCQS .modal-open {
  overflow: hidden;
}
.cid-u3GLkNLCQS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3GLkNLCQS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3GLkNLCQS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3GLkNLCQS .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-u3GLkNLCQS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3GLkNLCQS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3GLkNLCQS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3GLkNLCQS .modal-content {
  background: #353535;
  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-u3GLkNLCQS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u3GLkNLCQS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3GLkNLCQS .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3GLkNLCQS .modal-backdrop.show {
  opacity: .5;
}
.cid-u3GLkNLCQS .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-u3GLkNLCQS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkNLCQS .modal-header {
    padding: 1rem;
  }
}
.cid-u3GLkNLCQS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3GLkNLCQS .modal-header .close svg {
  fill: #ffffff;
}
.cid-u3GLkNLCQS .modal-header .close:hover {
  opacity: 1;
}
.cid-u3GLkNLCQS .modal-header .close:focus {
  outline: none;
}
.cid-u3GLkNLCQS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u3GLkNLCQS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u3GLkNLCQS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkNLCQS .modal-body {
    padding: 1rem;
  }
}
.cid-u3GLkNLCQS .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-u3GLkNLCQS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkNLCQS .modal-footer {
    padding: 1rem;
  }
}
.cid-u3GLkNLCQS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3GLkNLCQS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3GLkNLCQS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3GLkNLCQS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3GLkNLCQS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u3GLkNLCQS .modal-lg,
  .cid-u3GLkNLCQS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u3GLkNLCQS .modal-xl {
    max-width: 1140px;
  }
}
.cid-u3GLkNLCQS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3GLkNLCQS .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-u3GLkNLCQS .form-group {
  margin-bottom: 1rem;
}
.cid-u3GLkNLCQS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3GLkNLCQS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3GLkNLCQS .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-u3GLkNLCQS .mbr-section-btn {
  margin: 0;
}
.cid-u3GLkNLCQS .mbr-section-btn .btn {
  margin: 0;
}
.cid-u3GLkOgi9b.popup-builder {
  background-color: #ffffff;
}
.cid-u3GLkOgi9b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3GLkOgi9b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3GLkOgi9b .modal-content,
.cid-u3GLkOgi9b .modal-dialog {
  height: auto;
}
.cid-u3GLkOgi9b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3GLkOgi9b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3GLkOgi9b .form-wrapper .mbr-form .form-group,
  .cid-u3GLkOgi9b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3GLkOgi9b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u3GLkOgi9b .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-u3GLkOgi9b .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3GLkOgi9b .pt-0 {
  padding-top: 0 !important;
}
.cid-u3GLkOgi9b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3GLkOgi9b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3GLkOgi9b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3GLkOgi9b .modal-open {
  overflow: hidden;
}
.cid-u3GLkOgi9b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3GLkOgi9b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3GLkOgi9b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3GLkOgi9b .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-u3GLkOgi9b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3GLkOgi9b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3GLkOgi9b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3GLkOgi9b .modal-content {
  background: #353535;
  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-u3GLkOgi9b .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u3GLkOgi9b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3GLkOgi9b .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3GLkOgi9b .modal-backdrop.show {
  opacity: .5;
}
.cid-u3GLkOgi9b .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-u3GLkOgi9b .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkOgi9b .modal-header {
    padding: 1rem;
  }
}
.cid-u3GLkOgi9b .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3GLkOgi9b .modal-header .close svg {
  fill: #ffffff;
}
.cid-u3GLkOgi9b .modal-header .close:hover {
  opacity: 1;
}
.cid-u3GLkOgi9b .modal-header .close:focus {
  outline: none;
}
.cid-u3GLkOgi9b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u3GLkOgi9b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u3GLkOgi9b .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkOgi9b .modal-body {
    padding: 1rem;
  }
}
.cid-u3GLkOgi9b .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-u3GLkOgi9b .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkOgi9b .modal-footer {
    padding: 1rem;
  }
}
.cid-u3GLkOgi9b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3GLkOgi9b .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3GLkOgi9b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3GLkOgi9b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3GLkOgi9b .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u3GLkOgi9b .modal-lg,
  .cid-u3GLkOgi9b .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u3GLkOgi9b .modal-xl {
    max-width: 1140px;
  }
}
.cid-u3GLkOgi9b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3GLkOgi9b .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-u3GLkOgi9b .form-group {
  margin-bottom: 1rem;
}
.cid-u3GLkOgi9b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3GLkOgi9b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3GLkOgi9b .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-u3GLkOgi9b .mbr-section-btn {
  margin: 0;
}
.cid-u3GLkOgi9b .mbr-section-btn .btn {
  margin: 0;
}
.cid-u3GLkOEuBO.popup-builder {
  background-color: #ffffff;
}
.cid-u3GLkOEuBO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3GLkOEuBO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3GLkOEuBO .modal-content,
.cid-u3GLkOEuBO .modal-dialog {
  height: auto;
}
.cid-u3GLkOEuBO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3GLkOEuBO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3GLkOEuBO .form-wrapper .mbr-form .form-group,
  .cid-u3GLkOEuBO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3GLkOEuBO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u3GLkOEuBO .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-u3GLkOEuBO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3GLkOEuBO .pt-0 {
  padding-top: 0 !important;
}
.cid-u3GLkOEuBO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3GLkOEuBO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3GLkOEuBO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3GLkOEuBO .modal-open {
  overflow: hidden;
}
.cid-u3GLkOEuBO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3GLkOEuBO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3GLkOEuBO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3GLkOEuBO .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-u3GLkOEuBO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3GLkOEuBO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3GLkOEuBO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3GLkOEuBO .modal-content {
  background: #353535;
  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-u3GLkOEuBO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u3GLkOEuBO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3GLkOEuBO .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3GLkOEuBO .modal-backdrop.show {
  opacity: .5;
}
.cid-u3GLkOEuBO .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-u3GLkOEuBO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkOEuBO .modal-header {
    padding: 1rem;
  }
}
.cid-u3GLkOEuBO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3GLkOEuBO .modal-header .close svg {
  fill: #ffffff;
}
.cid-u3GLkOEuBO .modal-header .close:hover {
  opacity: 1;
}
.cid-u3GLkOEuBO .modal-header .close:focus {
  outline: none;
}
.cid-u3GLkOEuBO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u3GLkOEuBO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u3GLkOEuBO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkOEuBO .modal-body {
    padding: 1rem;
  }
}
.cid-u3GLkOEuBO .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-u3GLkOEuBO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkOEuBO .modal-footer {
    padding: 1rem;
  }
}
.cid-u3GLkOEuBO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3GLkOEuBO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3GLkOEuBO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3GLkOEuBO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3GLkOEuBO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u3GLkOEuBO .modal-lg,
  .cid-u3GLkOEuBO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u3GLkOEuBO .modal-xl {
    max-width: 1140px;
  }
}
.cid-u3GLkOEuBO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3GLkOEuBO .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-u3GLkOEuBO .form-group {
  margin-bottom: 1rem;
}
.cid-u3GLkOEuBO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3GLkOEuBO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3GLkOEuBO .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-u3GLkOEuBO .mbr-section-btn {
  margin: 0;
}
.cid-u3GLkOEuBO .mbr-section-btn .btn {
  margin: 0;
}
.cid-u3GLkP7AwE.popup-builder {
  background-color: #ffffff;
}
.cid-u3GLkP7AwE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3GLkP7AwE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3GLkP7AwE .modal-content,
.cid-u3GLkP7AwE .modal-dialog {
  height: auto;
}
.cid-u3GLkP7AwE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3GLkP7AwE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3GLkP7AwE .form-wrapper .mbr-form .form-group,
  .cid-u3GLkP7AwE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3GLkP7AwE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u3GLkP7AwE .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-u3GLkP7AwE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3GLkP7AwE .pt-0 {
  padding-top: 0 !important;
}
.cid-u3GLkP7AwE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3GLkP7AwE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3GLkP7AwE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3GLkP7AwE .modal-open {
  overflow: hidden;
}
.cid-u3GLkP7AwE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3GLkP7AwE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3GLkP7AwE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3GLkP7AwE .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-u3GLkP7AwE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3GLkP7AwE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3GLkP7AwE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3GLkP7AwE .modal-content {
  background: #353535;
  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-u3GLkP7AwE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u3GLkP7AwE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3GLkP7AwE .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3GLkP7AwE .modal-backdrop.show {
  opacity: .5;
}
.cid-u3GLkP7AwE .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-u3GLkP7AwE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkP7AwE .modal-header {
    padding: 1rem;
  }
}
.cid-u3GLkP7AwE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3GLkP7AwE .modal-header .close svg {
  fill: #ffffff;
}
.cid-u3GLkP7AwE .modal-header .close:hover {
  opacity: 1;
}
.cid-u3GLkP7AwE .modal-header .close:focus {
  outline: none;
}
.cid-u3GLkP7AwE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u3GLkP7AwE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u3GLkP7AwE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkP7AwE .modal-body {
    padding: 1rem;
  }
}
.cid-u3GLkP7AwE .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-u3GLkP7AwE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkP7AwE .modal-footer {
    padding: 1rem;
  }
}
.cid-u3GLkP7AwE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3GLkP7AwE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3GLkP7AwE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3GLkP7AwE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3GLkP7AwE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u3GLkP7AwE .modal-lg,
  .cid-u3GLkP7AwE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u3GLkP7AwE .modal-xl {
    max-width: 1140px;
  }
}
.cid-u3GLkP7AwE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3GLkP7AwE .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-u3GLkP7AwE .form-group {
  margin-bottom: 1rem;
}
.cid-u3GLkP7AwE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3GLkP7AwE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3GLkP7AwE .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-u3GLkP7AwE .mbr-section-btn {
  margin: 0;
}
.cid-u3GLkP7AwE .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u3GLkPYbMu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u3GLkPYbMu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u3GLkPYbMu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u3GLkPYbMu .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u3GLkPYbMu .bg-youtube:hover {
  background: #cc0000;
}
.cid-u3GLkPYbMu .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u3GLkPYbMu .bg-twitch:hover {
  background: #7313ff;
}
.cid-u3GLkPYbMu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u3GLkPYbMu [class^="socicon-"]:before,
.cid-u3GLkPYbMu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u3GLkPYbMu .mbr-section-title,
.cid-u3GLkPYbMu .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u3GLkQp14e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u3GLkQp14e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3GLkQp14e .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u3GLkQp14e .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u3GLkQp14e .form-control:focus,
.cid-u3GLkQp14e .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u3GLkQp14e .form-group {
  margin-bottom: 1rem;
}
.cid-u3GLkQp14e input::-webkit-input-placeholder,
.cid-u3GLkQp14e textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u3GLkQp14e input:-moz-placeholder,
.cid-u3GLkQp14e textarea:-moz-placeholder {
  color: #656565;
}
.cid-u3GLkQp14e .jq-selectbox li,
.cid-u3GLkQp14e .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u3GLkQp14e .jq-selectbox li:hover,
.cid-u3GLkQp14e .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u3GLkQp14e .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u3GLkQp14e .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u3GLkQp14e textarea.form-control {
  resize: none;
}
.cid-u3GLkQp14e .input-group-btn {
  display: inline-block;
}
.cid-u3GLkQp14e .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u3GLkQp14e .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3GLkQp14e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3GLkQp14e .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3GLkQp14e .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3GLkQp14e .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3GLkQp14e .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3GLkQp14e .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u3GLkQp14e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3GLkQp14e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3GLkQp14e .form-control,
.cid-u3GLkQp14e .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u3GLkQp14e #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u3GLkQp14e #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u3GLkQp14e #creativecommons img,
.cid-u3GLkQp14e iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u3GLkQp14e .offset-md-1 {
  margin-left: 1vw;
}
.cid-u3GLkRrWzN.popup-builder {
  background-color: #ffffff;
}
.cid-u3GLkRrWzN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3GLkRrWzN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3GLkRrWzN .modal-content,
.cid-u3GLkRrWzN .modal-dialog {
  height: auto;
}
.cid-u3GLkRrWzN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3GLkRrWzN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3GLkRrWzN .form-wrapper .mbr-form .form-group,
  .cid-u3GLkRrWzN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3GLkRrWzN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u3GLkRrWzN .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-u3GLkRrWzN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3GLkRrWzN .pt-0 {
  padding-top: 0 !important;
}
.cid-u3GLkRrWzN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3GLkRrWzN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3GLkRrWzN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3GLkRrWzN .modal-open {
  overflow: hidden;
}
.cid-u3GLkRrWzN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3GLkRrWzN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3GLkRrWzN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3GLkRrWzN .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-u3GLkRrWzN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3GLkRrWzN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3GLkRrWzN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3GLkRrWzN .modal-content {
  background: #353535;
  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-u3GLkRrWzN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u3GLkRrWzN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3GLkRrWzN .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3GLkRrWzN .modal-backdrop.show {
  opacity: .5;
}
.cid-u3GLkRrWzN .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-u3GLkRrWzN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkRrWzN .modal-header {
    padding: 1rem;
  }
}
.cid-u3GLkRrWzN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3GLkRrWzN .modal-header .close svg {
  fill: #ffffff;
}
.cid-u3GLkRrWzN .modal-header .close:hover {
  opacity: 1;
}
.cid-u3GLkRrWzN .modal-header .close:focus {
  outline: none;
}
.cid-u3GLkRrWzN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u3GLkRrWzN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u3GLkRrWzN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkRrWzN .modal-body {
    padding: 1rem;
  }
}
.cid-u3GLkRrWzN .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-u3GLkRrWzN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3GLkRrWzN .modal-footer {
    padding: 1rem;
  }
}
.cid-u3GLkRrWzN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3GLkRrWzN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3GLkRrWzN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3GLkRrWzN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3GLkRrWzN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u3GLkRrWzN .modal-lg,
  .cid-u3GLkRrWzN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u3GLkRrWzN .modal-xl {
    max-width: 1140px;
  }
}
.cid-u3GLkRrWzN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3GLkRrWzN .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-u3GLkRrWzN .form-group {
  margin-bottom: 1rem;
}
.cid-u3GLkRrWzN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3GLkRrWzN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3GLkRrWzN .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-u3GLkRrWzN .mbr-section-btn {
  margin: 0;
}
.cid-u3GLkRrWzN .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzZ5R7Fig.popup-builder {
  background-color: #ffffff;
}
.cid-ufzZ5R7Fig.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzZ5R7Fig.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzZ5R7Fig .modal-content,
.cid-ufzZ5R7Fig .modal-dialog {
  height: auto;
}
.cid-ufzZ5R7Fig .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzZ5R7Fig .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzZ5R7Fig .form-wrapper .mbr-form .form-group,
  .cid-ufzZ5R7Fig .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzZ5R7Fig .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzZ5R7Fig .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-ufzZ5R7Fig .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzZ5R7Fig .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzZ5R7Fig .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzZ5R7Fig .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzZ5R7Fig .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzZ5R7Fig .modal-open {
  overflow: hidden;
}
.cid-ufzZ5R7Fig .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzZ5R7Fig .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzZ5R7Fig .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzZ5R7Fig .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-ufzZ5R7Fig .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzZ5R7Fig .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzZ5R7Fig .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzZ5R7Fig .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-ufzZ5R7Fig .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzZ5R7Fig .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzZ5R7Fig .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzZ5R7Fig .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzZ5R7Fig .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-ufzZ5R7Fig .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzZ5R7Fig .modal-header {
    padding: 1rem;
  }
}
.cid-ufzZ5R7Fig .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzZ5R7Fig .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzZ5R7Fig .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzZ5R7Fig .modal-header .close:focus {
  outline: none;
}
.cid-ufzZ5R7Fig .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzZ5R7Fig .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzZ5R7Fig .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzZ5R7Fig .modal-body {
    padding: 1rem;
  }
}
.cid-ufzZ5R7Fig .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-ufzZ5R7Fig .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzZ5R7Fig .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzZ5R7Fig .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzZ5R7Fig .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzZ5R7Fig .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzZ5R7Fig .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzZ5R7Fig .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzZ5R7Fig .modal-lg,
  .cid-ufzZ5R7Fig .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzZ5R7Fig .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzZ5R7Fig .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzZ5R7Fig .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-ufzZ5R7Fig .form-group {
  margin-bottom: 1rem;
}
.cid-ufzZ5R7Fig .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzZ5R7Fig .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzZ5R7Fig .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-ufzZ5R7Fig .mbr-section-btn {
  margin: 0;
}
.cid-ufzZ5R7Fig .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzZ6rpLRx.popup-builder {
  background-color: #ffffff;
}
.cid-ufzZ6rpLRx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzZ6rpLRx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzZ6rpLRx .modal-content,
.cid-ufzZ6rpLRx .modal-dialog {
  height: auto;
}
.cid-ufzZ6rpLRx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzZ6rpLRx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzZ6rpLRx .form-wrapper .mbr-form .form-group,
  .cid-ufzZ6rpLRx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzZ6rpLRx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzZ6rpLRx .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-ufzZ6rpLRx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzZ6rpLRx .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzZ6rpLRx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzZ6rpLRx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzZ6rpLRx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzZ6rpLRx .modal-open {
  overflow: hidden;
}
.cid-ufzZ6rpLRx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzZ6rpLRx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzZ6rpLRx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzZ6rpLRx .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-ufzZ6rpLRx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzZ6rpLRx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzZ6rpLRx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzZ6rpLRx .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-ufzZ6rpLRx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzZ6rpLRx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzZ6rpLRx .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzZ6rpLRx .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzZ6rpLRx .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-ufzZ6rpLRx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzZ6rpLRx .modal-header {
    padding: 1rem;
  }
}
.cid-ufzZ6rpLRx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzZ6rpLRx .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzZ6rpLRx .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzZ6rpLRx .modal-header .close:focus {
  outline: none;
}
.cid-ufzZ6rpLRx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzZ6rpLRx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzZ6rpLRx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzZ6rpLRx .modal-body {
    padding: 1rem;
  }
}
.cid-ufzZ6rpLRx .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-ufzZ6rpLRx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzZ6rpLRx .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzZ6rpLRx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzZ6rpLRx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzZ6rpLRx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzZ6rpLRx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzZ6rpLRx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzZ6rpLRx .modal-lg,
  .cid-ufzZ6rpLRx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzZ6rpLRx .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzZ6rpLRx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzZ6rpLRx .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-ufzZ6rpLRx .form-group {
  margin-bottom: 1rem;
}
.cid-ufzZ6rpLRx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzZ6rpLRx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzZ6rpLRx .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-ufzZ6rpLRx .mbr-section-btn {
  margin: 0;
}
.cid-ufzZ6rpLRx .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4nFGFGnIr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4nFGFGnIr nav.navbar {
  position: fixed;
}
.cid-u4nFGFGnIr .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-u4nFGFGnIr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4nFGFGnIr .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u4nFGFGnIr #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u4nFGFGnIr .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u4nFGFGnIr .dropdown-item:hover,
.cid-u4nFGFGnIr .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u4nFGFGnIr .dropdown-item:hover span {
  color: white;
}
.cid-u4nFGFGnIr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4nFGFGnIr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4nFGFGnIr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u4nFGFGnIr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4nFGFGnIr .nav-link {
  position: relative;
}
.cid-u4nFGFGnIr .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u4nFGFGnIr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u4nFGFGnIr .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u4nFGFGnIr .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u4nFGFGnIr .dropdown-menu,
.cid-u4nFGFGnIr .navbar.opened {
  background: #353535 !important;
}
.cid-u4nFGFGnIr .nav-item:focus,
.cid-u4nFGFGnIr .nav-link:focus {
  outline: none;
}
.cid-u4nFGFGnIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4nFGFGnIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4nFGFGnIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4nFGFGnIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4nFGFGnIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4nFGFGnIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4nFGFGnIr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u4nFGFGnIr .navbar.opened {
  transition: all 0.3s;
}
.cid-u4nFGFGnIr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4nFGFGnIr .navbar .navbar-logo img {
  width: auto;
}
.cid-u4nFGFGnIr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4nFGFGnIr .navbar.collapsed {
  justify-content: center;
}
.cid-u4nFGFGnIr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4nFGFGnIr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4nFGFGnIr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4nFGFGnIr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4nFGFGnIr .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-u4nFGFGnIr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4nFGFGnIr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4nFGFGnIr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4nFGFGnIr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4nFGFGnIr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4nFGFGnIr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4nFGFGnIr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4nFGFGnIr .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-u4nFGFGnIr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4nFGFGnIr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4nFGFGnIr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4nFGFGnIr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4nFGFGnIr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4nFGFGnIr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u4nFGFGnIr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4nFGFGnIr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4nFGFGnIr .dropdown-item.active,
.cid-u4nFGFGnIr .dropdown-item:active {
  background-color: transparent;
}
.cid-u4nFGFGnIr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4nFGFGnIr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4nFGFGnIr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4nFGFGnIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u4nFGFGnIr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4nFGFGnIr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4nFGFGnIr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4nFGFGnIr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4nFGFGnIr button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4nFGFGnIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u4nFGFGnIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4nFGFGnIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4nFGFGnIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4nFGFGnIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4nFGFGnIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4nFGFGnIr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4nFGFGnIr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4nFGFGnIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4nFGFGnIr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4nFGFGnIr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4nFGFGnIr .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-u4nFGFGnIr .navbar {
    height: 70px;
  }
  .cid-u4nFGFGnIr .navbar.opened {
    height: auto;
  }
  .cid-u4nFGFGnIr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4nFGFGnIr .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u4nFGFGnIr .navbar-toggler {
  margin-left: 10px;
}
.cid-u4nFGFGnIr .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u4nFGFGnIr .navbar-logo {
  margin-right: 0 !important;
}
.cid-u4nFGFGnIr .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u4nFGFGnIr .mbr-text {
    display: none;
  }
}
.cid-u4nFGFGnIr .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u4nFGFGnIr .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u4nFGFGnIr .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u4nFGFGnIr .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u4nFGFGnIr #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u4nFGFGnIr #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u4nFGFGnIr #vol {
    display: none;
  }
}
.cid-u4nFGFGnIr .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u4nFGGiVCY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u4nFGGiVCY .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u4nFGGiVCY .mbr-section-subtitle {
  text-align: center;
}
.cid-u4nFGGiVCY .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u4nFGGiVCY .display-1 {
    font-size: 75px;
  }
  .cid-u4nFGGiVCY .display-5 {
    font-size: 29px;
  }
  .cid-u4nFGGiVCY .display-4 {
    font-weight: 300;
  }
}
#custom-html-1ln {
  /* Type valid CSS here */
}
#custom-html-1ln div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1ln .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZvjNK8CD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZvjNK8CD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZvjNK8CD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZvjNK8CD .container,
.cid-ubZvjNK8CD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZvjNK8CD .container,
  .cid-ubZvjNK8CD .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZvjNK8CD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZvjNK8CD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZvjNK8CD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZvjNK8CD .mbr-section-title {
  color: #4479d9;
}
.cid-ubZvjNK8CD .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTfXZn8lk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTfXZn8lk .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yl {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yl *,
#custom-html-1yl *::before,
#custom-html-1yl *::after {
  box-sizing: border-box;
}
#custom-html-1yl body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yl #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yl .container {
  background-color: #232323;
}
#custom-html-1yl .titre {
  padding: 1em;
}
#custom-html-1yl H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yl h6 {
  color: white;
}
.cid-ud6egDNs9H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ud6egDNs9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6egDNs9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud6egDNs9H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud6egDNs9H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ud6egDNs9H .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ud6egDNs9H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ud6egDNs9H .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ud6egDNs9H .mbr-text,
.cid-ud6egDNs9H .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ud6egDNs9H .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ud6ehMnLAj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ud6ehMnLAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6ehMnLAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud6ehMnLAj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud6ehMnLAj .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ud6ehMnLAj .image-wrapper {
    padding: 1rem;
  }
}
.cid-ud6ehMnLAj .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ud6ehMnLAj .mbr-text,
.cid-ud6ehMnLAj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ud6ehMnLAj .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u4nFGHw36c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u4nFGHw36c .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u4nFGHw36c .mbr-text,
.cid-u4nFGHw36c .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u4nFGHUpID {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u4nFGHUpID .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u4nFGHUpID .row {
    padding: 20px 34px;
  }
}
.cid-u4nFGHUpID .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u4nFGIh2iR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u4nFGIh2iR .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u4nFGIh2iR .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u4nFGIh2iR .card:hover {
  margin-top: -0.6rem;
}
.cid-u4nFGIh2iR .card-wrapper {
  position: relative;
}
.cid-u4nFGIh2iR .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u4nFGIh2iR .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u4nFGIh2iR .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u4nFGIh2iR .big {
  margin-top: -25%;
}
.cid-u4nFGIh2iR .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u4nFGIh2iR .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u4nFGIh2iR .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u4nFGIh2iR .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u4nFGJ0DHH.popup-builder {
  background-color: #ffffff;
}
.cid-u4nFGJ0DHH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4nFGJ0DHH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4nFGJ0DHH .modal-content,
.cid-u4nFGJ0DHH .modal-dialog {
  height: auto;
}
.cid-u4nFGJ0DHH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4nFGJ0DHH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4nFGJ0DHH .form-wrapper .mbr-form .form-group,
  .cid-u4nFGJ0DHH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4nFGJ0DHH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4nFGJ0DHH .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-u4nFGJ0DHH .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4nFGJ0DHH .pt-0 {
  padding-top: 0 !important;
}
.cid-u4nFGJ0DHH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4nFGJ0DHH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4nFGJ0DHH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4nFGJ0DHH .modal-open {
  overflow: hidden;
}
.cid-u4nFGJ0DHH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4nFGJ0DHH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4nFGJ0DHH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4nFGJ0DHH .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-u4nFGJ0DHH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4nFGJ0DHH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4nFGJ0DHH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4nFGJ0DHH .modal-content {
  background: #353535;
  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-u4nFGJ0DHH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4nFGJ0DHH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4nFGJ0DHH .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4nFGJ0DHH .modal-backdrop.show {
  opacity: .5;
}
.cid-u4nFGJ0DHH .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-u4nFGJ0DHH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGJ0DHH .modal-header {
    padding: 1rem;
  }
}
.cid-u4nFGJ0DHH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4nFGJ0DHH .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4nFGJ0DHH .modal-header .close:hover {
  opacity: 1;
}
.cid-u4nFGJ0DHH .modal-header .close:focus {
  outline: none;
}
.cid-u4nFGJ0DHH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4nFGJ0DHH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4nFGJ0DHH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGJ0DHH .modal-body {
    padding: 1rem;
  }
}
.cid-u4nFGJ0DHH .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-u4nFGJ0DHH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGJ0DHH .modal-footer {
    padding: 1rem;
  }
}
.cid-u4nFGJ0DHH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4nFGJ0DHH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4nFGJ0DHH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4nFGJ0DHH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4nFGJ0DHH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4nFGJ0DHH .modal-lg,
  .cid-u4nFGJ0DHH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4nFGJ0DHH .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4nFGJ0DHH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4nFGJ0DHH .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-u4nFGJ0DHH .form-group {
  margin-bottom: 1rem;
}
.cid-u4nFGJ0DHH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4nFGJ0DHH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4nFGJ0DHH .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-u4nFGJ0DHH .mbr-section-btn {
  margin: 0;
}
.cid-u4nFGJ0DHH .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4nFGJ0DHH #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u4nFGJ0DHH #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u4nFGJ0DHH #creativecommons img,
.cid-u4nFGJ0DHH iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u4nFGJEzr1.popup-builder {
  background-color: #ffffff;
}
.cid-u4nFGJEzr1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4nFGJEzr1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4nFGJEzr1 .modal-content,
.cid-u4nFGJEzr1 .modal-dialog {
  height: auto;
}
.cid-u4nFGJEzr1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4nFGJEzr1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4nFGJEzr1 .form-wrapper .mbr-form .form-group,
  .cid-u4nFGJEzr1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4nFGJEzr1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4nFGJEzr1 .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-u4nFGJEzr1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4nFGJEzr1 .pt-0 {
  padding-top: 0 !important;
}
.cid-u4nFGJEzr1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4nFGJEzr1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4nFGJEzr1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4nFGJEzr1 .modal-open {
  overflow: hidden;
}
.cid-u4nFGJEzr1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4nFGJEzr1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4nFGJEzr1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4nFGJEzr1 .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-u4nFGJEzr1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4nFGJEzr1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4nFGJEzr1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4nFGJEzr1 .modal-content {
  background: #353535;
  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-u4nFGJEzr1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4nFGJEzr1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4nFGJEzr1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4nFGJEzr1 .modal-backdrop.show {
  opacity: .5;
}
.cid-u4nFGJEzr1 .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-u4nFGJEzr1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGJEzr1 .modal-header {
    padding: 1rem;
  }
}
.cid-u4nFGJEzr1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4nFGJEzr1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4nFGJEzr1 .modal-header .close:hover {
  opacity: 1;
}
.cid-u4nFGJEzr1 .modal-header .close:focus {
  outline: none;
}
.cid-u4nFGJEzr1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4nFGJEzr1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4nFGJEzr1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGJEzr1 .modal-body {
    padding: 1rem;
  }
}
.cid-u4nFGJEzr1 .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-u4nFGJEzr1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGJEzr1 .modal-footer {
    padding: 1rem;
  }
}
.cid-u4nFGJEzr1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4nFGJEzr1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4nFGJEzr1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4nFGJEzr1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4nFGJEzr1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4nFGJEzr1 .modal-lg,
  .cid-u4nFGJEzr1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4nFGJEzr1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4nFGJEzr1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4nFGJEzr1 .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-u4nFGJEzr1 .form-group {
  margin-bottom: 1rem;
}
.cid-u4nFGJEzr1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4nFGJEzr1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4nFGJEzr1 .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-u4nFGJEzr1 .mbr-section-btn {
  margin: 0;
}
.cid-u4nFGJEzr1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4nFGKfcnf.popup-builder {
  background-color: #ffffff;
}
.cid-u4nFGKfcnf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4nFGKfcnf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4nFGKfcnf .modal-content,
.cid-u4nFGKfcnf .modal-dialog {
  height: auto;
}
.cid-u4nFGKfcnf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4nFGKfcnf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4nFGKfcnf .form-wrapper .mbr-form .form-group,
  .cid-u4nFGKfcnf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4nFGKfcnf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4nFGKfcnf .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-u4nFGKfcnf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4nFGKfcnf .pt-0 {
  padding-top: 0 !important;
}
.cid-u4nFGKfcnf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4nFGKfcnf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4nFGKfcnf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4nFGKfcnf .modal-open {
  overflow: hidden;
}
.cid-u4nFGKfcnf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4nFGKfcnf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4nFGKfcnf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4nFGKfcnf .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-u4nFGKfcnf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4nFGKfcnf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4nFGKfcnf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4nFGKfcnf .modal-content {
  background: #353535;
  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-u4nFGKfcnf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4nFGKfcnf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4nFGKfcnf .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4nFGKfcnf .modal-backdrop.show {
  opacity: .5;
}
.cid-u4nFGKfcnf .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-u4nFGKfcnf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGKfcnf .modal-header {
    padding: 1rem;
  }
}
.cid-u4nFGKfcnf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4nFGKfcnf .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4nFGKfcnf .modal-header .close:hover {
  opacity: 1;
}
.cid-u4nFGKfcnf .modal-header .close:focus {
  outline: none;
}
.cid-u4nFGKfcnf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4nFGKfcnf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4nFGKfcnf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGKfcnf .modal-body {
    padding: 1rem;
  }
}
.cid-u4nFGKfcnf .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-u4nFGKfcnf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGKfcnf .modal-footer {
    padding: 1rem;
  }
}
.cid-u4nFGKfcnf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4nFGKfcnf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4nFGKfcnf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4nFGKfcnf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4nFGKfcnf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4nFGKfcnf .modal-lg,
  .cid-u4nFGKfcnf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4nFGKfcnf .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4nFGKfcnf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4nFGKfcnf .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-u4nFGKfcnf .form-group {
  margin-bottom: 1rem;
}
.cid-u4nFGKfcnf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4nFGKfcnf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4nFGKfcnf .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-u4nFGKfcnf .mbr-section-btn {
  margin: 0;
}
.cid-u4nFGKfcnf .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4nFGKPxxw.popup-builder {
  background-color: #ffffff;
}
.cid-u4nFGKPxxw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4nFGKPxxw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4nFGKPxxw .modal-content,
.cid-u4nFGKPxxw .modal-dialog {
  height: auto;
}
.cid-u4nFGKPxxw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4nFGKPxxw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4nFGKPxxw .form-wrapper .mbr-form .form-group,
  .cid-u4nFGKPxxw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4nFGKPxxw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4nFGKPxxw .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-u4nFGKPxxw .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4nFGKPxxw .pt-0 {
  padding-top: 0 !important;
}
.cid-u4nFGKPxxw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4nFGKPxxw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4nFGKPxxw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4nFGKPxxw .modal-open {
  overflow: hidden;
}
.cid-u4nFGKPxxw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4nFGKPxxw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4nFGKPxxw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4nFGKPxxw .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-u4nFGKPxxw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4nFGKPxxw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4nFGKPxxw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4nFGKPxxw .modal-content {
  background: #353535;
  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-u4nFGKPxxw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4nFGKPxxw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4nFGKPxxw .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4nFGKPxxw .modal-backdrop.show {
  opacity: .5;
}
.cid-u4nFGKPxxw .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-u4nFGKPxxw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGKPxxw .modal-header {
    padding: 1rem;
  }
}
.cid-u4nFGKPxxw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4nFGKPxxw .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4nFGKPxxw .modal-header .close:hover {
  opacity: 1;
}
.cid-u4nFGKPxxw .modal-header .close:focus {
  outline: none;
}
.cid-u4nFGKPxxw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4nFGKPxxw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4nFGKPxxw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGKPxxw .modal-body {
    padding: 1rem;
  }
}
.cid-u4nFGKPxxw .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-u4nFGKPxxw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGKPxxw .modal-footer {
    padding: 1rem;
  }
}
.cid-u4nFGKPxxw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4nFGKPxxw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4nFGKPxxw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4nFGKPxxw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4nFGKPxxw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4nFGKPxxw .modal-lg,
  .cid-u4nFGKPxxw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4nFGKPxxw .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4nFGKPxxw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4nFGKPxxw .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-u4nFGKPxxw .form-group {
  margin-bottom: 1rem;
}
.cid-u4nFGKPxxw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4nFGKPxxw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4nFGKPxxw .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-u4nFGKPxxw .mbr-section-btn {
  margin: 0;
}
.cid-u4nFGKPxxw .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4nFGLm2Zt.popup-builder {
  background-color: #ffffff;
}
.cid-u4nFGLm2Zt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4nFGLm2Zt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4nFGLm2Zt .modal-content,
.cid-u4nFGLm2Zt .modal-dialog {
  height: auto;
}
.cid-u4nFGLm2Zt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4nFGLm2Zt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4nFGLm2Zt .form-wrapper .mbr-form .form-group,
  .cid-u4nFGLm2Zt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4nFGLm2Zt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4nFGLm2Zt .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-u4nFGLm2Zt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4nFGLm2Zt .pt-0 {
  padding-top: 0 !important;
}
.cid-u4nFGLm2Zt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4nFGLm2Zt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4nFGLm2Zt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4nFGLm2Zt .modal-open {
  overflow: hidden;
}
.cid-u4nFGLm2Zt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4nFGLm2Zt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4nFGLm2Zt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4nFGLm2Zt .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-u4nFGLm2Zt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4nFGLm2Zt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4nFGLm2Zt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4nFGLm2Zt .modal-content {
  background: #353535;
  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-u4nFGLm2Zt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4nFGLm2Zt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4nFGLm2Zt .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4nFGLm2Zt .modal-backdrop.show {
  opacity: .5;
}
.cid-u4nFGLm2Zt .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-u4nFGLm2Zt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGLm2Zt .modal-header {
    padding: 1rem;
  }
}
.cid-u4nFGLm2Zt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4nFGLm2Zt .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4nFGLm2Zt .modal-header .close:hover {
  opacity: 1;
}
.cid-u4nFGLm2Zt .modal-header .close:focus {
  outline: none;
}
.cid-u4nFGLm2Zt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4nFGLm2Zt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4nFGLm2Zt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGLm2Zt .modal-body {
    padding: 1rem;
  }
}
.cid-u4nFGLm2Zt .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-u4nFGLm2Zt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGLm2Zt .modal-footer {
    padding: 1rem;
  }
}
.cid-u4nFGLm2Zt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4nFGLm2Zt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4nFGLm2Zt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4nFGLm2Zt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4nFGLm2Zt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4nFGLm2Zt .modal-lg,
  .cid-u4nFGLm2Zt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4nFGLm2Zt .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4nFGLm2Zt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4nFGLm2Zt .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-u4nFGLm2Zt .form-group {
  margin-bottom: 1rem;
}
.cid-u4nFGLm2Zt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4nFGLm2Zt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4nFGLm2Zt .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-u4nFGLm2Zt .mbr-section-btn {
  margin: 0;
}
.cid-u4nFGLm2Zt .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4nFGLUUEe.popup-builder {
  background-color: #ffffff;
}
.cid-u4nFGLUUEe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4nFGLUUEe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4nFGLUUEe .modal-content,
.cid-u4nFGLUUEe .modal-dialog {
  height: auto;
}
.cid-u4nFGLUUEe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4nFGLUUEe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4nFGLUUEe .form-wrapper .mbr-form .form-group,
  .cid-u4nFGLUUEe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4nFGLUUEe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4nFGLUUEe .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-u4nFGLUUEe .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4nFGLUUEe .pt-0 {
  padding-top: 0 !important;
}
.cid-u4nFGLUUEe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4nFGLUUEe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4nFGLUUEe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4nFGLUUEe .modal-open {
  overflow: hidden;
}
.cid-u4nFGLUUEe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4nFGLUUEe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4nFGLUUEe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4nFGLUUEe .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-u4nFGLUUEe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4nFGLUUEe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4nFGLUUEe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4nFGLUUEe .modal-content {
  background: #353535;
  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-u4nFGLUUEe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4nFGLUUEe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4nFGLUUEe .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4nFGLUUEe .modal-backdrop.show {
  opacity: .5;
}
.cid-u4nFGLUUEe .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-u4nFGLUUEe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGLUUEe .modal-header {
    padding: 1rem;
  }
}
.cid-u4nFGLUUEe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4nFGLUUEe .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4nFGLUUEe .modal-header .close:hover {
  opacity: 1;
}
.cid-u4nFGLUUEe .modal-header .close:focus {
  outline: none;
}
.cid-u4nFGLUUEe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4nFGLUUEe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4nFGLUUEe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGLUUEe .modal-body {
    padding: 1rem;
  }
}
.cid-u4nFGLUUEe .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-u4nFGLUUEe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGLUUEe .modal-footer {
    padding: 1rem;
  }
}
.cid-u4nFGLUUEe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4nFGLUUEe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4nFGLUUEe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4nFGLUUEe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4nFGLUUEe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4nFGLUUEe .modal-lg,
  .cid-u4nFGLUUEe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4nFGLUUEe .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4nFGLUUEe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4nFGLUUEe .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-u4nFGLUUEe .form-group {
  margin-bottom: 1rem;
}
.cid-u4nFGLUUEe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4nFGLUUEe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4nFGLUUEe .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-u4nFGLUUEe .mbr-section-btn {
  margin: 0;
}
.cid-u4nFGLUUEe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u4nFGMWWAP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u4nFGMWWAP .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u4nFGMWWAP .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u4nFGMWWAP .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u4nFGMWWAP .bg-youtube:hover {
  background: #cc0000;
}
.cid-u4nFGMWWAP .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u4nFGMWWAP .bg-twitch:hover {
  background: #7313ff;
}
.cid-u4nFGMWWAP .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u4nFGMWWAP [class^="socicon-"]:before,
.cid-u4nFGMWWAP [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u4nFGMWWAP .mbr-section-title,
.cid-u4nFGMWWAP .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u4nFGNwvpv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u4nFGNwvpv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u4nFGNwvpv .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u4nFGNwvpv .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u4nFGNwvpv .form-control:focus,
.cid-u4nFGNwvpv .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u4nFGNwvpv .form-group {
  margin-bottom: 1rem;
}
.cid-u4nFGNwvpv input::-webkit-input-placeholder,
.cid-u4nFGNwvpv textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u4nFGNwvpv input:-moz-placeholder,
.cid-u4nFGNwvpv textarea:-moz-placeholder {
  color: #656565;
}
.cid-u4nFGNwvpv .jq-selectbox li,
.cid-u4nFGNwvpv .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u4nFGNwvpv .jq-selectbox li:hover,
.cid-u4nFGNwvpv .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u4nFGNwvpv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u4nFGNwvpv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u4nFGNwvpv textarea.form-control {
  resize: none;
}
.cid-u4nFGNwvpv .input-group-btn {
  display: inline-block;
}
.cid-u4nFGNwvpv .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u4nFGNwvpv .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4nFGNwvpv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u4nFGNwvpv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u4nFGNwvpv .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u4nFGNwvpv .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u4nFGNwvpv .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4nFGNwvpv .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u4nFGNwvpv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u4nFGNwvpv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u4nFGNwvpv .form-control,
.cid-u4nFGNwvpv .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u4nFGNwvpv #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u4nFGNwvpv #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u4nFGNwvpv #creativecommons img,
.cid-u4nFGNwvpv iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u4nFGNwvpv .offset-md-1 {
  margin-left: 1vw;
}
.cid-u4nFGOssAQ.popup-builder {
  background-color: #ffffff;
}
.cid-u4nFGOssAQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4nFGOssAQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4nFGOssAQ .modal-content,
.cid-u4nFGOssAQ .modal-dialog {
  height: auto;
}
.cid-u4nFGOssAQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4nFGOssAQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4nFGOssAQ .form-wrapper .mbr-form .form-group,
  .cid-u4nFGOssAQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4nFGOssAQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4nFGOssAQ .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-u4nFGOssAQ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u4nFGOssAQ .pt-0 {
  padding-top: 0 !important;
}
.cid-u4nFGOssAQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4nFGOssAQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4nFGOssAQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4nFGOssAQ .modal-open {
  overflow: hidden;
}
.cid-u4nFGOssAQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4nFGOssAQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4nFGOssAQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4nFGOssAQ .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-u4nFGOssAQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4nFGOssAQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4nFGOssAQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4nFGOssAQ .modal-content {
  background: #353535;
  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-u4nFGOssAQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4nFGOssAQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4nFGOssAQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4nFGOssAQ .modal-backdrop.show {
  opacity: .5;
}
.cid-u4nFGOssAQ .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-u4nFGOssAQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGOssAQ .modal-header {
    padding: 1rem;
  }
}
.cid-u4nFGOssAQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4nFGOssAQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u4nFGOssAQ .modal-header .close:hover {
  opacity: 1;
}
.cid-u4nFGOssAQ .modal-header .close:focus {
  outline: none;
}
.cid-u4nFGOssAQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u4nFGOssAQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4nFGOssAQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGOssAQ .modal-body {
    padding: 1rem;
  }
}
.cid-u4nFGOssAQ .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-u4nFGOssAQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nFGOssAQ .modal-footer {
    padding: 1rem;
  }
}
.cid-u4nFGOssAQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4nFGOssAQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4nFGOssAQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4nFGOssAQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4nFGOssAQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4nFGOssAQ .modal-lg,
  .cid-u4nFGOssAQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4nFGOssAQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4nFGOssAQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4nFGOssAQ .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-u4nFGOssAQ .form-group {
  margin-bottom: 1rem;
}
.cid-u4nFGOssAQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4nFGOssAQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4nFGOssAQ .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-u4nFGOssAQ .mbr-section-btn {
  margin: 0;
}
.cid-u4nFGOssAQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucWJPnt49Z.popup-builder {
  background-color: #ffffff;
}
.cid-ucWJPnt49Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucWJPnt49Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucWJPnt49Z .modal-content,
.cid-ucWJPnt49Z .modal-dialog {
  height: auto;
}
.cid-ucWJPnt49Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucWJPnt49Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucWJPnt49Z .form-wrapper .mbr-form .form-group,
  .cid-ucWJPnt49Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucWJPnt49Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucWJPnt49Z .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-ucWJPnt49Z .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucWJPnt49Z .pt-0 {
  padding-top: 0 !important;
}
.cid-ucWJPnt49Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucWJPnt49Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucWJPnt49Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucWJPnt49Z .modal-open {
  overflow: hidden;
}
.cid-ucWJPnt49Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucWJPnt49Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucWJPnt49Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucWJPnt49Z .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-ucWJPnt49Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucWJPnt49Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucWJPnt49Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucWJPnt49Z .modal-content {
  background: #353535;
  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-ucWJPnt49Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucWJPnt49Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucWJPnt49Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucWJPnt49Z .modal-backdrop.show {
  opacity: .5;
}
.cid-ucWJPnt49Z .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-ucWJPnt49Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWJPnt49Z .modal-header {
    padding: 1rem;
  }
}
.cid-ucWJPnt49Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucWJPnt49Z .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucWJPnt49Z .modal-header .close:hover {
  opacity: 1;
}
.cid-ucWJPnt49Z .modal-header .close:focus {
  outline: none;
}
.cid-ucWJPnt49Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucWJPnt49Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucWJPnt49Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWJPnt49Z .modal-body {
    padding: 1rem;
  }
}
.cid-ucWJPnt49Z .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-ucWJPnt49Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWJPnt49Z .modal-footer {
    padding: 1rem;
  }
}
.cid-ucWJPnt49Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucWJPnt49Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucWJPnt49Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucWJPnt49Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucWJPnt49Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucWJPnt49Z .modal-lg,
  .cid-ucWJPnt49Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucWJPnt49Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucWJPnt49Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucWJPnt49Z .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-ucWJPnt49Z .form-group {
  margin-bottom: 1rem;
}
.cid-ucWJPnt49Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucWJPnt49Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucWJPnt49Z .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-ucWJPnt49Z .mbr-section-btn {
  margin: 0;
}
.cid-ucWJPnt49Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzXHHFslD.popup-builder {
  background-color: #ffffff;
}
.cid-ufzXHHFslD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzXHHFslD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzXHHFslD .modal-content,
.cid-ufzXHHFslD .modal-dialog {
  height: auto;
}
.cid-ufzXHHFslD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzXHHFslD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzXHHFslD .form-wrapper .mbr-form .form-group,
  .cid-ufzXHHFslD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzXHHFslD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzXHHFslD .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-ufzXHHFslD .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzXHHFslD .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzXHHFslD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzXHHFslD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzXHHFslD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzXHHFslD .modal-open {
  overflow: hidden;
}
.cid-ufzXHHFslD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzXHHFslD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzXHHFslD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzXHHFslD .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-ufzXHHFslD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzXHHFslD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzXHHFslD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzXHHFslD .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-ufzXHHFslD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzXHHFslD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzXHHFslD .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzXHHFslD .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzXHHFslD .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-ufzXHHFslD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzXHHFslD .modal-header {
    padding: 1rem;
  }
}
.cid-ufzXHHFslD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzXHHFslD .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzXHHFslD .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzXHHFslD .modal-header .close:focus {
  outline: none;
}
.cid-ufzXHHFslD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzXHHFslD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzXHHFslD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzXHHFslD .modal-body {
    padding: 1rem;
  }
}
.cid-ufzXHHFslD .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-ufzXHHFslD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzXHHFslD .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzXHHFslD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzXHHFslD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzXHHFslD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzXHHFslD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzXHHFslD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzXHHFslD .modal-lg,
  .cid-ufzXHHFslD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzXHHFslD .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzXHHFslD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzXHHFslD .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-ufzXHHFslD .form-group {
  margin-bottom: 1rem;
}
.cid-ufzXHHFslD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzXHHFslD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzXHHFslD .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-ufzXHHFslD .mbr-section-btn {
  margin: 0;
}
.cid-ufzXHHFslD .mbr-section-btn .btn {
  margin: 0;
}
.cid-u520wq85kR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u520wq85kR nav.navbar {
  position: fixed;
}
.cid-u520wq85kR .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-u520wq85kR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u520wq85kR .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u520wq85kR #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u520wq85kR .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u520wq85kR .dropdown-item:hover,
.cid-u520wq85kR .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u520wq85kR .dropdown-item:hover span {
  color: white;
}
.cid-u520wq85kR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u520wq85kR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u520wq85kR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u520wq85kR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u520wq85kR .nav-link {
  position: relative;
}
.cid-u520wq85kR .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u520wq85kR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u520wq85kR .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u520wq85kR .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u520wq85kR .dropdown-menu,
.cid-u520wq85kR .navbar.opened {
  background: #353535 !important;
}
.cid-u520wq85kR .nav-item:focus,
.cid-u520wq85kR .nav-link:focus {
  outline: none;
}
.cid-u520wq85kR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u520wq85kR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u520wq85kR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u520wq85kR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u520wq85kR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u520wq85kR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u520wq85kR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u520wq85kR .navbar.opened {
  transition: all 0.3s;
}
.cid-u520wq85kR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u520wq85kR .navbar .navbar-logo img {
  width: auto;
}
.cid-u520wq85kR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u520wq85kR .navbar.collapsed {
  justify-content: center;
}
.cid-u520wq85kR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u520wq85kR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u520wq85kR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u520wq85kR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u520wq85kR .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-u520wq85kR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u520wq85kR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u520wq85kR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u520wq85kR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u520wq85kR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u520wq85kR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u520wq85kR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u520wq85kR .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-u520wq85kR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u520wq85kR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u520wq85kR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u520wq85kR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u520wq85kR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u520wq85kR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u520wq85kR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u520wq85kR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u520wq85kR .dropdown-item.active,
.cid-u520wq85kR .dropdown-item:active {
  background-color: transparent;
}
.cid-u520wq85kR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u520wq85kR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u520wq85kR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u520wq85kR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u520wq85kR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u520wq85kR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u520wq85kR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u520wq85kR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u520wq85kR button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u520wq85kR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u520wq85kR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u520wq85kR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u520wq85kR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u520wq85kR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u520wq85kR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u520wq85kR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u520wq85kR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u520wq85kR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u520wq85kR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u520wq85kR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u520wq85kR .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-u520wq85kR .navbar {
    height: 70px;
  }
  .cid-u520wq85kR .navbar.opened {
    height: auto;
  }
  .cid-u520wq85kR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u520wq85kR .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u520wq85kR .navbar-toggler {
  margin-left: 10px;
}
.cid-u520wq85kR .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u520wq85kR .navbar-logo {
  margin-right: 0 !important;
}
.cid-u520wq85kR .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u520wq85kR .mbr-text {
    display: none;
  }
}
.cid-u520wq85kR .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u520wq85kR .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u520wq85kR .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u520wq85kR .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u520wq85kR #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u520wq85kR #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u520wq85kR #vol {
    display: none;
  }
}
.cid-u520wq85kR .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u520wqSdHf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u520wqSdHf .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u520wqSdHf .mbr-section-subtitle {
  text-align: center;
}
.cid-u520wqSdHf .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u520wqSdHf .display-1 {
    font-size: 75px;
  }
  .cid-u520wqSdHf .display-5 {
    font-size: 29px;
  }
  .cid-u520wqSdHf .display-4 {
    font-weight: 300;
  }
}
#custom-html-1mt {
  /* Type valid CSS here */
}
#custom-html-1mt div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1mt .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZvFEE0dq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZvFEE0dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZvFEE0dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZvFEE0dq .container,
.cid-ubZvFEE0dq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZvFEE0dq .container,
  .cid-ubZvFEE0dq .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZvFEE0dq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZvFEE0dq .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZvFEE0dq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZvFEE0dq .mbr-section-title {
  color: #4479d9;
}
.cid-ubZvFEE0dq .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTgcK1mpS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTgcK1mpS .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yo {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yo *,
#custom-html-1yo *::before,
#custom-html-1yo *::after {
  box-sizing: border-box;
}
#custom-html-1yo body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yo #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yo .container {
  background-color: #232323;
}
#custom-html-1yo .titre {
  padding: 1em;
}
#custom-html-1yo H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yo h6 {
  color: white;
}
.cid-ubZvSUet12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZvSUet12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZvSUet12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZvSUet12 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZvSUet12 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZvSUet12 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZvSUet12 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZvSUet12 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZvSUet12 .mbr-text,
.cid-ubZvSUet12 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZvSUet12 .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ud6eGJmEh1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ud6eGJmEh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6eGJmEh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud6eGJmEh1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud6eGJmEh1 .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ud6eGJmEh1 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ud6eGJmEh1 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ud6eGJmEh1 .mbr-text,
.cid-ud6eGJmEh1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ud6eGJmEh1 .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u520wrTugX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u520wrTugX .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u520wrTugX .mbr-text,
.cid-u520wrTugX .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u520wsbkBH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u520wsbkBH .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u520wsbkBH .row {
    padding: 20px 34px;
  }
}
.cid-u520wsbkBH .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u520wsrZ6A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u520wsrZ6A .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u520wsrZ6A .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u520wsrZ6A .card:hover {
  margin-top: -0.6rem;
}
.cid-u520wsrZ6A .card-wrapper {
  position: relative;
}
.cid-u520wsrZ6A .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u520wsrZ6A .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u520wsrZ6A .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u520wsrZ6A .big {
  margin-top: -25%;
}
.cid-u520wsrZ6A .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u520wsrZ6A .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u520wsrZ6A .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u520wsrZ6A .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u520wsP3RE.popup-builder {
  background-color: #ffffff;
}
.cid-u520wsP3RE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u520wsP3RE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u520wsP3RE .modal-content,
.cid-u520wsP3RE .modal-dialog {
  height: auto;
}
.cid-u520wsP3RE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u520wsP3RE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u520wsP3RE .form-wrapper .mbr-form .form-group,
  .cid-u520wsP3RE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u520wsP3RE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u520wsP3RE .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-u520wsP3RE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u520wsP3RE .pt-0 {
  padding-top: 0 !important;
}
.cid-u520wsP3RE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u520wsP3RE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u520wsP3RE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u520wsP3RE .modal-open {
  overflow: hidden;
}
.cid-u520wsP3RE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u520wsP3RE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u520wsP3RE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u520wsP3RE .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-u520wsP3RE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u520wsP3RE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u520wsP3RE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u520wsP3RE .modal-content {
  background: #353535;
  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-u520wsP3RE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u520wsP3RE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u520wsP3RE .modal-backdrop.fade {
  opacity: 0;
}
.cid-u520wsP3RE .modal-backdrop.show {
  opacity: .5;
}
.cid-u520wsP3RE .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-u520wsP3RE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wsP3RE .modal-header {
    padding: 1rem;
  }
}
.cid-u520wsP3RE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u520wsP3RE .modal-header .close svg {
  fill: #ffffff;
}
.cid-u520wsP3RE .modal-header .close:hover {
  opacity: 1;
}
.cid-u520wsP3RE .modal-header .close:focus {
  outline: none;
}
.cid-u520wsP3RE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u520wsP3RE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u520wsP3RE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wsP3RE .modal-body {
    padding: 1rem;
  }
}
.cid-u520wsP3RE .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-u520wsP3RE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wsP3RE .modal-footer {
    padding: 1rem;
  }
}
.cid-u520wsP3RE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u520wsP3RE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u520wsP3RE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u520wsP3RE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u520wsP3RE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u520wsP3RE .modal-lg,
  .cid-u520wsP3RE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u520wsP3RE .modal-xl {
    max-width: 1140px;
  }
}
.cid-u520wsP3RE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u520wsP3RE .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-u520wsP3RE .form-group {
  margin-bottom: 1rem;
}
.cid-u520wsP3RE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u520wsP3RE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u520wsP3RE .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-u520wsP3RE .mbr-section-btn {
  margin: 0;
}
.cid-u520wsP3RE .mbr-section-btn .btn {
  margin: 0;
}
.cid-u520wsP3RE #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u520wsP3RE #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u520wsP3RE #creativecommons img,
.cid-u520wsP3RE iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u520wtiuMK.popup-builder {
  background-color: #ffffff;
}
.cid-u520wtiuMK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u520wtiuMK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u520wtiuMK .modal-content,
.cid-u520wtiuMK .modal-dialog {
  height: auto;
}
.cid-u520wtiuMK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u520wtiuMK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u520wtiuMK .form-wrapper .mbr-form .form-group,
  .cid-u520wtiuMK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u520wtiuMK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u520wtiuMK .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-u520wtiuMK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u520wtiuMK .pt-0 {
  padding-top: 0 !important;
}
.cid-u520wtiuMK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u520wtiuMK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u520wtiuMK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u520wtiuMK .modal-open {
  overflow: hidden;
}
.cid-u520wtiuMK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u520wtiuMK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u520wtiuMK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u520wtiuMK .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-u520wtiuMK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u520wtiuMK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u520wtiuMK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u520wtiuMK .modal-content {
  background: #353535;
  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-u520wtiuMK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u520wtiuMK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u520wtiuMK .modal-backdrop.fade {
  opacity: 0;
}
.cid-u520wtiuMK .modal-backdrop.show {
  opacity: .5;
}
.cid-u520wtiuMK .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-u520wtiuMK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wtiuMK .modal-header {
    padding: 1rem;
  }
}
.cid-u520wtiuMK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u520wtiuMK .modal-header .close svg {
  fill: #ffffff;
}
.cid-u520wtiuMK .modal-header .close:hover {
  opacity: 1;
}
.cid-u520wtiuMK .modal-header .close:focus {
  outline: none;
}
.cid-u520wtiuMK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u520wtiuMK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u520wtiuMK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wtiuMK .modal-body {
    padding: 1rem;
  }
}
.cid-u520wtiuMK .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-u520wtiuMK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wtiuMK .modal-footer {
    padding: 1rem;
  }
}
.cid-u520wtiuMK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u520wtiuMK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u520wtiuMK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u520wtiuMK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u520wtiuMK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u520wtiuMK .modal-lg,
  .cid-u520wtiuMK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u520wtiuMK .modal-xl {
    max-width: 1140px;
  }
}
.cid-u520wtiuMK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u520wtiuMK .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-u520wtiuMK .form-group {
  margin-bottom: 1rem;
}
.cid-u520wtiuMK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u520wtiuMK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u520wtiuMK .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-u520wtiuMK .mbr-section-btn {
  margin: 0;
}
.cid-u520wtiuMK .mbr-section-btn .btn {
  margin: 0;
}
.cid-u520wtFTLM.popup-builder {
  background-color: #ffffff;
}
.cid-u520wtFTLM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u520wtFTLM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u520wtFTLM .modal-content,
.cid-u520wtFTLM .modal-dialog {
  height: auto;
}
.cid-u520wtFTLM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u520wtFTLM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u520wtFTLM .form-wrapper .mbr-form .form-group,
  .cid-u520wtFTLM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u520wtFTLM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u520wtFTLM .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-u520wtFTLM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u520wtFTLM .pt-0 {
  padding-top: 0 !important;
}
.cid-u520wtFTLM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u520wtFTLM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u520wtFTLM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u520wtFTLM .modal-open {
  overflow: hidden;
}
.cid-u520wtFTLM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u520wtFTLM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u520wtFTLM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u520wtFTLM .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-u520wtFTLM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u520wtFTLM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u520wtFTLM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u520wtFTLM .modal-content {
  background: #353535;
  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-u520wtFTLM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u520wtFTLM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u520wtFTLM .modal-backdrop.fade {
  opacity: 0;
}
.cid-u520wtFTLM .modal-backdrop.show {
  opacity: .5;
}
.cid-u520wtFTLM .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-u520wtFTLM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wtFTLM .modal-header {
    padding: 1rem;
  }
}
.cid-u520wtFTLM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u520wtFTLM .modal-header .close svg {
  fill: #ffffff;
}
.cid-u520wtFTLM .modal-header .close:hover {
  opacity: 1;
}
.cid-u520wtFTLM .modal-header .close:focus {
  outline: none;
}
.cid-u520wtFTLM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u520wtFTLM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u520wtFTLM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wtFTLM .modal-body {
    padding: 1rem;
  }
}
.cid-u520wtFTLM .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-u520wtFTLM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wtFTLM .modal-footer {
    padding: 1rem;
  }
}
.cid-u520wtFTLM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u520wtFTLM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u520wtFTLM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u520wtFTLM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u520wtFTLM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u520wtFTLM .modal-lg,
  .cid-u520wtFTLM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u520wtFTLM .modal-xl {
    max-width: 1140px;
  }
}
.cid-u520wtFTLM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u520wtFTLM .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-u520wtFTLM .form-group {
  margin-bottom: 1rem;
}
.cid-u520wtFTLM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u520wtFTLM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u520wtFTLM .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-u520wtFTLM .mbr-section-btn {
  margin: 0;
}
.cid-u520wtFTLM .mbr-section-btn .btn {
  margin: 0;
}
.cid-u520wu3T1v.popup-builder {
  background-color: #ffffff;
}
.cid-u520wu3T1v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u520wu3T1v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u520wu3T1v .modal-content,
.cid-u520wu3T1v .modal-dialog {
  height: auto;
}
.cid-u520wu3T1v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u520wu3T1v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u520wu3T1v .form-wrapper .mbr-form .form-group,
  .cid-u520wu3T1v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u520wu3T1v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u520wu3T1v .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-u520wu3T1v .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u520wu3T1v .pt-0 {
  padding-top: 0 !important;
}
.cid-u520wu3T1v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u520wu3T1v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u520wu3T1v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u520wu3T1v .modal-open {
  overflow: hidden;
}
.cid-u520wu3T1v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u520wu3T1v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u520wu3T1v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u520wu3T1v .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-u520wu3T1v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u520wu3T1v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u520wu3T1v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u520wu3T1v .modal-content {
  background: #353535;
  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-u520wu3T1v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u520wu3T1v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u520wu3T1v .modal-backdrop.fade {
  opacity: 0;
}
.cid-u520wu3T1v .modal-backdrop.show {
  opacity: .5;
}
.cid-u520wu3T1v .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-u520wu3T1v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wu3T1v .modal-header {
    padding: 1rem;
  }
}
.cid-u520wu3T1v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u520wu3T1v .modal-header .close svg {
  fill: #ffffff;
}
.cid-u520wu3T1v .modal-header .close:hover {
  opacity: 1;
}
.cid-u520wu3T1v .modal-header .close:focus {
  outline: none;
}
.cid-u520wu3T1v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u520wu3T1v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u520wu3T1v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wu3T1v .modal-body {
    padding: 1rem;
  }
}
.cid-u520wu3T1v .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-u520wu3T1v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wu3T1v .modal-footer {
    padding: 1rem;
  }
}
.cid-u520wu3T1v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u520wu3T1v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u520wu3T1v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u520wu3T1v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u520wu3T1v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u520wu3T1v .modal-lg,
  .cid-u520wu3T1v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u520wu3T1v .modal-xl {
    max-width: 1140px;
  }
}
.cid-u520wu3T1v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u520wu3T1v .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-u520wu3T1v .form-group {
  margin-bottom: 1rem;
}
.cid-u520wu3T1v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u520wu3T1v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u520wu3T1v .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-u520wu3T1v .mbr-section-btn {
  margin: 0;
}
.cid-u520wu3T1v .mbr-section-btn .btn {
  margin: 0;
}
.cid-u520wusLjJ.popup-builder {
  background-color: #ffffff;
}
.cid-u520wusLjJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u520wusLjJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u520wusLjJ .modal-content,
.cid-u520wusLjJ .modal-dialog {
  height: auto;
}
.cid-u520wusLjJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u520wusLjJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u520wusLjJ .form-wrapper .mbr-form .form-group,
  .cid-u520wusLjJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u520wusLjJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u520wusLjJ .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-u520wusLjJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u520wusLjJ .pt-0 {
  padding-top: 0 !important;
}
.cid-u520wusLjJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u520wusLjJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u520wusLjJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u520wusLjJ .modal-open {
  overflow: hidden;
}
.cid-u520wusLjJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u520wusLjJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u520wusLjJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u520wusLjJ .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-u520wusLjJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u520wusLjJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u520wusLjJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u520wusLjJ .modal-content {
  background: #353535;
  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-u520wusLjJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u520wusLjJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u520wusLjJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u520wusLjJ .modal-backdrop.show {
  opacity: .5;
}
.cid-u520wusLjJ .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-u520wusLjJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wusLjJ .modal-header {
    padding: 1rem;
  }
}
.cid-u520wusLjJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u520wusLjJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u520wusLjJ .modal-header .close:hover {
  opacity: 1;
}
.cid-u520wusLjJ .modal-header .close:focus {
  outline: none;
}
.cid-u520wusLjJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u520wusLjJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u520wusLjJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wusLjJ .modal-body {
    padding: 1rem;
  }
}
.cid-u520wusLjJ .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-u520wusLjJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wusLjJ .modal-footer {
    padding: 1rem;
  }
}
.cid-u520wusLjJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u520wusLjJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u520wusLjJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u520wusLjJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u520wusLjJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u520wusLjJ .modal-lg,
  .cid-u520wusLjJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u520wusLjJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u520wusLjJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u520wusLjJ .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-u520wusLjJ .form-group {
  margin-bottom: 1rem;
}
.cid-u520wusLjJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u520wusLjJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u520wusLjJ .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-u520wusLjJ .mbr-section-btn {
  margin: 0;
}
.cid-u520wusLjJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-u520wuUeQk.popup-builder {
  background-color: #ffffff;
}
.cid-u520wuUeQk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u520wuUeQk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u520wuUeQk .modal-content,
.cid-u520wuUeQk .modal-dialog {
  height: auto;
}
.cid-u520wuUeQk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u520wuUeQk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u520wuUeQk .form-wrapper .mbr-form .form-group,
  .cid-u520wuUeQk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u520wuUeQk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u520wuUeQk .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-u520wuUeQk .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u520wuUeQk .pt-0 {
  padding-top: 0 !important;
}
.cid-u520wuUeQk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u520wuUeQk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u520wuUeQk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u520wuUeQk .modal-open {
  overflow: hidden;
}
.cid-u520wuUeQk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u520wuUeQk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u520wuUeQk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u520wuUeQk .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-u520wuUeQk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u520wuUeQk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u520wuUeQk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u520wuUeQk .modal-content {
  background: #353535;
  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-u520wuUeQk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u520wuUeQk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u520wuUeQk .modal-backdrop.fade {
  opacity: 0;
}
.cid-u520wuUeQk .modal-backdrop.show {
  opacity: .5;
}
.cid-u520wuUeQk .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-u520wuUeQk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wuUeQk .modal-header {
    padding: 1rem;
  }
}
.cid-u520wuUeQk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u520wuUeQk .modal-header .close svg {
  fill: #ffffff;
}
.cid-u520wuUeQk .modal-header .close:hover {
  opacity: 1;
}
.cid-u520wuUeQk .modal-header .close:focus {
  outline: none;
}
.cid-u520wuUeQk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u520wuUeQk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u520wuUeQk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wuUeQk .modal-body {
    padding: 1rem;
  }
}
.cid-u520wuUeQk .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-u520wuUeQk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wuUeQk .modal-footer {
    padding: 1rem;
  }
}
.cid-u520wuUeQk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u520wuUeQk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u520wuUeQk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u520wuUeQk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u520wuUeQk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u520wuUeQk .modal-lg,
  .cid-u520wuUeQk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u520wuUeQk .modal-xl {
    max-width: 1140px;
  }
}
.cid-u520wuUeQk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u520wuUeQk .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-u520wuUeQk .form-group {
  margin-bottom: 1rem;
}
.cid-u520wuUeQk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u520wuUeQk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u520wuUeQk .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-u520wuUeQk .mbr-section-btn {
  margin: 0;
}
.cid-u520wuUeQk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u520wvDMZG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u520wvDMZG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u520wvDMZG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u520wvDMZG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u520wvDMZG .bg-youtube:hover {
  background: #cc0000;
}
.cid-u520wvDMZG .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u520wvDMZG .bg-twitch:hover {
  background: #7313ff;
}
.cid-u520wvDMZG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u520wvDMZG [class^="socicon-"]:before,
.cid-u520wvDMZG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u520wvDMZG .mbr-section-title,
.cid-u520wvDMZG .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u520ww3MUf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u520ww3MUf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u520ww3MUf .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u520ww3MUf .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u520ww3MUf .form-control:focus,
.cid-u520ww3MUf .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u520ww3MUf .form-group {
  margin-bottom: 1rem;
}
.cid-u520ww3MUf input::-webkit-input-placeholder,
.cid-u520ww3MUf textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u520ww3MUf input:-moz-placeholder,
.cid-u520ww3MUf textarea:-moz-placeholder {
  color: #656565;
}
.cid-u520ww3MUf .jq-selectbox li,
.cid-u520ww3MUf .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u520ww3MUf .jq-selectbox li:hover,
.cid-u520ww3MUf .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u520ww3MUf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u520ww3MUf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u520ww3MUf textarea.form-control {
  resize: none;
}
.cid-u520ww3MUf .input-group-btn {
  display: inline-block;
}
.cid-u520ww3MUf .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u520ww3MUf .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u520ww3MUf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u520ww3MUf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u520ww3MUf .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u520ww3MUf .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u520ww3MUf .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u520ww3MUf .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u520ww3MUf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u520ww3MUf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u520ww3MUf .form-control,
.cid-u520ww3MUf .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u520ww3MUf #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u520ww3MUf #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u520ww3MUf #creativecommons img,
.cid-u520ww3MUf iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u520ww3MUf .offset-md-1 {
  margin-left: 1vw;
}
.cid-u520wwXZ8V.popup-builder {
  background-color: #ffffff;
}
.cid-u520wwXZ8V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u520wwXZ8V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u520wwXZ8V .modal-content,
.cid-u520wwXZ8V .modal-dialog {
  height: auto;
}
.cid-u520wwXZ8V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u520wwXZ8V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u520wwXZ8V .form-wrapper .mbr-form .form-group,
  .cid-u520wwXZ8V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u520wwXZ8V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u520wwXZ8V .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-u520wwXZ8V .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u520wwXZ8V .pt-0 {
  padding-top: 0 !important;
}
.cid-u520wwXZ8V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u520wwXZ8V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u520wwXZ8V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u520wwXZ8V .modal-open {
  overflow: hidden;
}
.cid-u520wwXZ8V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u520wwXZ8V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u520wwXZ8V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u520wwXZ8V .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-u520wwXZ8V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u520wwXZ8V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u520wwXZ8V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u520wwXZ8V .modal-content {
  background: #353535;
  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-u520wwXZ8V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u520wwXZ8V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u520wwXZ8V .modal-backdrop.fade {
  opacity: 0;
}
.cid-u520wwXZ8V .modal-backdrop.show {
  opacity: .5;
}
.cid-u520wwXZ8V .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-u520wwXZ8V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wwXZ8V .modal-header {
    padding: 1rem;
  }
}
.cid-u520wwXZ8V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u520wwXZ8V .modal-header .close svg {
  fill: #ffffff;
}
.cid-u520wwXZ8V .modal-header .close:hover {
  opacity: 1;
}
.cid-u520wwXZ8V .modal-header .close:focus {
  outline: none;
}
.cid-u520wwXZ8V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u520wwXZ8V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u520wwXZ8V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wwXZ8V .modal-body {
    padding: 1rem;
  }
}
.cid-u520wwXZ8V .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-u520wwXZ8V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u520wwXZ8V .modal-footer {
    padding: 1rem;
  }
}
.cid-u520wwXZ8V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u520wwXZ8V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u520wwXZ8V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u520wwXZ8V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u520wwXZ8V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u520wwXZ8V .modal-lg,
  .cid-u520wwXZ8V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u520wwXZ8V .modal-xl {
    max-width: 1140px;
  }
}
.cid-u520wwXZ8V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u520wwXZ8V .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-u520wwXZ8V .form-group {
  margin-bottom: 1rem;
}
.cid-u520wwXZ8V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u520wwXZ8V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u520wwXZ8V .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-u520wwXZ8V .mbr-section-btn {
  margin: 0;
}
.cid-u520wwXZ8V .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzQQvjhnd.popup-builder {
  background-color: #ffffff;
}
.cid-ufzQQvjhnd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzQQvjhnd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzQQvjhnd .modal-content,
.cid-ufzQQvjhnd .modal-dialog {
  height: auto;
}
.cid-ufzQQvjhnd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzQQvjhnd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzQQvjhnd .form-wrapper .mbr-form .form-group,
  .cid-ufzQQvjhnd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzQQvjhnd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzQQvjhnd .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-ufzQQvjhnd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzQQvjhnd .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzQQvjhnd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzQQvjhnd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzQQvjhnd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzQQvjhnd .modal-open {
  overflow: hidden;
}
.cid-ufzQQvjhnd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzQQvjhnd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzQQvjhnd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzQQvjhnd .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-ufzQQvjhnd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzQQvjhnd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzQQvjhnd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzQQvjhnd .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-ufzQQvjhnd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzQQvjhnd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzQQvjhnd .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzQQvjhnd .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzQQvjhnd .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-ufzQQvjhnd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzQQvjhnd .modal-header {
    padding: 1rem;
  }
}
.cid-ufzQQvjhnd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzQQvjhnd .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzQQvjhnd .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzQQvjhnd .modal-header .close:focus {
  outline: none;
}
.cid-ufzQQvjhnd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzQQvjhnd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzQQvjhnd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzQQvjhnd .modal-body {
    padding: 1rem;
  }
}
.cid-ufzQQvjhnd .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-ufzQQvjhnd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzQQvjhnd .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzQQvjhnd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzQQvjhnd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzQQvjhnd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzQQvjhnd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzQQvjhnd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzQQvjhnd .modal-lg,
  .cid-ufzQQvjhnd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzQQvjhnd .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzQQvjhnd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzQQvjhnd .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-ufzQQvjhnd .form-group {
  margin-bottom: 1rem;
}
.cid-ufzQQvjhnd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzQQvjhnd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzQQvjhnd .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-ufzQQvjhnd .mbr-section-btn {
  margin: 0;
}
.cid-ufzQQvjhnd .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzQR5t9vO.popup-builder {
  background-color: #ffffff;
}
.cid-ufzQR5t9vO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzQR5t9vO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzQR5t9vO .modal-content,
.cid-ufzQR5t9vO .modal-dialog {
  height: auto;
}
.cid-ufzQR5t9vO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzQR5t9vO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzQR5t9vO .form-wrapper .mbr-form .form-group,
  .cid-ufzQR5t9vO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzQR5t9vO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzQR5t9vO .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-ufzQR5t9vO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzQR5t9vO .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzQR5t9vO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzQR5t9vO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzQR5t9vO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzQR5t9vO .modal-open {
  overflow: hidden;
}
.cid-ufzQR5t9vO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzQR5t9vO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzQR5t9vO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzQR5t9vO .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-ufzQR5t9vO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzQR5t9vO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzQR5t9vO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzQR5t9vO .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-ufzQR5t9vO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzQR5t9vO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzQR5t9vO .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzQR5t9vO .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzQR5t9vO .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-ufzQR5t9vO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzQR5t9vO .modal-header {
    padding: 1rem;
  }
}
.cid-ufzQR5t9vO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzQR5t9vO .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzQR5t9vO .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzQR5t9vO .modal-header .close:focus {
  outline: none;
}
.cid-ufzQR5t9vO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzQR5t9vO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzQR5t9vO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzQR5t9vO .modal-body {
    padding: 1rem;
  }
}
.cid-ufzQR5t9vO .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-ufzQR5t9vO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzQR5t9vO .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzQR5t9vO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzQR5t9vO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzQR5t9vO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzQR5t9vO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzQR5t9vO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzQR5t9vO .modal-lg,
  .cid-ufzQR5t9vO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzQR5t9vO .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzQR5t9vO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzQR5t9vO .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-ufzQR5t9vO .form-group {
  margin-bottom: 1rem;
}
.cid-ufzQR5t9vO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzQR5t9vO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzQR5t9vO .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-ufzQR5t9vO .mbr-section-btn {
  margin: 0;
}
.cid-ufzQR5t9vO .mbr-section-btn .btn {
  margin: 0;
}
.cid-u70z70RkMc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u70z70RkMc nav.navbar {
  position: fixed;
}
.cid-u70z70RkMc .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-u70z70RkMc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u70z70RkMc .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u70z70RkMc #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u70z70RkMc .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u70z70RkMc .dropdown-item:hover,
.cid-u70z70RkMc .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u70z70RkMc .dropdown-item:hover span {
  color: white;
}
.cid-u70z70RkMc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u70z70RkMc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u70z70RkMc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u70z70RkMc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u70z70RkMc .nav-link {
  position: relative;
}
.cid-u70z70RkMc .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u70z70RkMc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u70z70RkMc .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u70z70RkMc .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u70z70RkMc .dropdown-menu,
.cid-u70z70RkMc .navbar.opened {
  background: #353535 !important;
}
.cid-u70z70RkMc .nav-item:focus,
.cid-u70z70RkMc .nav-link:focus {
  outline: none;
}
.cid-u70z70RkMc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u70z70RkMc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u70z70RkMc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u70z70RkMc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70z70RkMc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u70z70RkMc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u70z70RkMc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u70z70RkMc .navbar.opened {
  transition: all 0.3s;
}
.cid-u70z70RkMc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u70z70RkMc .navbar .navbar-logo img {
  width: auto;
}
.cid-u70z70RkMc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u70z70RkMc .navbar.collapsed {
  justify-content: center;
}
.cid-u70z70RkMc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u70z70RkMc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u70z70RkMc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u70z70RkMc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u70z70RkMc .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-u70z70RkMc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u70z70RkMc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u70z70RkMc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u70z70RkMc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u70z70RkMc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u70z70RkMc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u70z70RkMc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u70z70RkMc .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-u70z70RkMc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u70z70RkMc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u70z70RkMc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u70z70RkMc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u70z70RkMc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u70z70RkMc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u70z70RkMc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u70z70RkMc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u70z70RkMc .dropdown-item.active,
.cid-u70z70RkMc .dropdown-item:active {
  background-color: transparent;
}
.cid-u70z70RkMc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u70z70RkMc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u70z70RkMc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u70z70RkMc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u70z70RkMc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u70z70RkMc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u70z70RkMc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u70z70RkMc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u70z70RkMc button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u70z70RkMc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u70z70RkMc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u70z70RkMc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70z70RkMc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70z70RkMc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u70z70RkMc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70z70RkMc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u70z70RkMc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u70z70RkMc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70z70RkMc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u70z70RkMc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u70z70RkMc .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-u70z70RkMc .navbar {
    height: 70px;
  }
  .cid-u70z70RkMc .navbar.opened {
    height: auto;
  }
  .cid-u70z70RkMc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70z70RkMc .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u70z70RkMc .navbar-toggler {
  margin-left: 10px;
}
.cid-u70z70RkMc .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u70z70RkMc .navbar-logo {
  margin-right: 0 !important;
}
.cid-u70z70RkMc .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u70z70RkMc .mbr-text {
    display: none;
  }
}
.cid-u70z70RkMc .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u70z70RkMc .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u70z70RkMc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u70z70RkMc .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u70z70RkMc #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u70z70RkMc #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u70z70RkMc #vol {
    display: none;
  }
}
.cid-u70z70RkMc .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u70z71od9x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u70z71od9x .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u70z71od9x .mbr-section-subtitle {
  text-align: center;
}
.cid-u70z71od9x .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u70z71od9x .display-1 {
    font-size: 75px;
  }
  .cid-u70z71od9x .display-5 {
    font-size: 29px;
  }
  .cid-u70z71od9x .display-4 {
    font-weight: 300;
  }
}
#custom-html-1ne {
  /* Type valid CSS here */
}
#custom-html-1ne div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1ne .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZw0nwmXq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZw0nwmXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZw0nwmXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZw0nwmXq .container,
.cid-ubZw0nwmXq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZw0nwmXq .container,
  .cid-ubZw0nwmXq .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZw0nwmXq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZw0nwmXq .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZw0nwmXq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZw0nwmXq .mbr-section-title {
  color: #4479d9;
}
.cid-ubZw0nwmXq .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTlquFUXP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTlquFUXP .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yq {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yq *,
#custom-html-1yq *::before,
#custom-html-1yq *::after {
  box-sizing: border-box;
}
#custom-html-1yq body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yq #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yq .container {
  background-color: #232323;
}
#custom-html-1yq .titre {
  padding: 1em;
}
#custom-html-1yq H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yq h6 {
  color: white;
}
.cid-ubZwg9yqyq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZwg9yqyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZwg9yqyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZwg9yqyq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZwg9yqyq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZwg9yqyq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZwg9yqyq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZwg9yqyq .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZwg9yqyq .mbr-text,
.cid-ubZwg9yqyq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZwg9yqyq .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZwqQNcWf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZwqQNcWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZwqQNcWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZwqQNcWf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZwqQNcWf .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZwqQNcWf .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZwqQNcWf .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZwqQNcWf .mbr-text,
.cid-ubZwqQNcWf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZwqQNcWf .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
#custom-html-1yx {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yx *,
#custom-html-1yx *::before,
#custom-html-1yx *::after {
  box-sizing: border-box;
}
#custom-html-1yx body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yx #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yx img {
  width: 100%;
}
#custom-html-1yx .container {
  background-color: #232323;
}
#custom-html-1yx .cards {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  grid-gap: 1rem;
}
#custom-html-1yx .card {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.2);
}
#custom-html-1yx .card p {
  color: white;
  padding-top: .5em;
  padding-left: .5em;
  padding-bottom: 0;
}
#custom-html-1yx .titre {
  padding: 1em;
}
#custom-html-1yx H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yx h6 {
  color: white;
}
#custom-html-1yx .extraction {
  font-size: 2em;
  color: white;
  text-align: center;
  margin-top: 1em;
}
#custom-html-1yx .blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cid-u70z72CyvH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u70z72CyvH .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u70z72CyvH .mbr-text,
.cid-u70z72CyvH .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u70z732zKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u70z732zKJ .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u70z732zKJ .row {
    padding: 20px 34px;
  }
}
.cid-u70z732zKJ .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u70z73ua1v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u70z73ua1v .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u70z73ua1v .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u70z73ua1v .card:hover {
  margin-top: -0.6rem;
}
.cid-u70z73ua1v .card-wrapper {
  position: relative;
}
.cid-u70z73ua1v .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u70z73ua1v .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u70z73ua1v .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u70z73ua1v .big {
  margin-top: -25%;
}
.cid-u70z73ua1v .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u70z73ua1v .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u70z73ua1v .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u70z73ua1v .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u70z73XNcv.popup-builder {
  background-color: #ffffff;
}
.cid-u70z73XNcv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u70z73XNcv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u70z73XNcv .modal-content,
.cid-u70z73XNcv .modal-dialog {
  height: auto;
}
.cid-u70z73XNcv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u70z73XNcv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u70z73XNcv .form-wrapper .mbr-form .form-group,
  .cid-u70z73XNcv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u70z73XNcv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u70z73XNcv .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-u70z73XNcv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u70z73XNcv .pt-0 {
  padding-top: 0 !important;
}
.cid-u70z73XNcv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u70z73XNcv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u70z73XNcv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u70z73XNcv .modal-open {
  overflow: hidden;
}
.cid-u70z73XNcv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u70z73XNcv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u70z73XNcv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u70z73XNcv .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-u70z73XNcv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u70z73XNcv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u70z73XNcv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u70z73XNcv .modal-content {
  background: #353535;
  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-u70z73XNcv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u70z73XNcv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u70z73XNcv .modal-backdrop.fade {
  opacity: 0;
}
.cid-u70z73XNcv .modal-backdrop.show {
  opacity: .5;
}
.cid-u70z73XNcv .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-u70z73XNcv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z73XNcv .modal-header {
    padding: 1rem;
  }
}
.cid-u70z73XNcv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u70z73XNcv .modal-header .close svg {
  fill: #ffffff;
}
.cid-u70z73XNcv .modal-header .close:hover {
  opacity: 1;
}
.cid-u70z73XNcv .modal-header .close:focus {
  outline: none;
}
.cid-u70z73XNcv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u70z73XNcv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u70z73XNcv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z73XNcv .modal-body {
    padding: 1rem;
  }
}
.cid-u70z73XNcv .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-u70z73XNcv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z73XNcv .modal-footer {
    padding: 1rem;
  }
}
.cid-u70z73XNcv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u70z73XNcv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u70z73XNcv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u70z73XNcv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u70z73XNcv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u70z73XNcv .modal-lg,
  .cid-u70z73XNcv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u70z73XNcv .modal-xl {
    max-width: 1140px;
  }
}
.cid-u70z73XNcv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u70z73XNcv .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-u70z73XNcv .form-group {
  margin-bottom: 1rem;
}
.cid-u70z73XNcv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u70z73XNcv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70z73XNcv .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-u70z73XNcv .mbr-section-btn {
  margin: 0;
}
.cid-u70z73XNcv .mbr-section-btn .btn {
  margin: 0;
}
.cid-u70z73XNcv #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u70z73XNcv #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u70z73XNcv #creativecommons img,
.cid-u70z73XNcv iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u70z74uAA0.popup-builder {
  background-color: #ffffff;
}
.cid-u70z74uAA0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u70z74uAA0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u70z74uAA0 .modal-content,
.cid-u70z74uAA0 .modal-dialog {
  height: auto;
}
.cid-u70z74uAA0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u70z74uAA0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u70z74uAA0 .form-wrapper .mbr-form .form-group,
  .cid-u70z74uAA0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u70z74uAA0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u70z74uAA0 .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-u70z74uAA0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u70z74uAA0 .pt-0 {
  padding-top: 0 !important;
}
.cid-u70z74uAA0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u70z74uAA0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u70z74uAA0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u70z74uAA0 .modal-open {
  overflow: hidden;
}
.cid-u70z74uAA0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u70z74uAA0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u70z74uAA0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u70z74uAA0 .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-u70z74uAA0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u70z74uAA0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u70z74uAA0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u70z74uAA0 .modal-content {
  background: #353535;
  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-u70z74uAA0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u70z74uAA0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u70z74uAA0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u70z74uAA0 .modal-backdrop.show {
  opacity: .5;
}
.cid-u70z74uAA0 .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-u70z74uAA0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z74uAA0 .modal-header {
    padding: 1rem;
  }
}
.cid-u70z74uAA0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u70z74uAA0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u70z74uAA0 .modal-header .close:hover {
  opacity: 1;
}
.cid-u70z74uAA0 .modal-header .close:focus {
  outline: none;
}
.cid-u70z74uAA0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u70z74uAA0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u70z74uAA0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z74uAA0 .modal-body {
    padding: 1rem;
  }
}
.cid-u70z74uAA0 .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-u70z74uAA0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z74uAA0 .modal-footer {
    padding: 1rem;
  }
}
.cid-u70z74uAA0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u70z74uAA0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u70z74uAA0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u70z74uAA0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u70z74uAA0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u70z74uAA0 .modal-lg,
  .cid-u70z74uAA0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u70z74uAA0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u70z74uAA0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u70z74uAA0 .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-u70z74uAA0 .form-group {
  margin-bottom: 1rem;
}
.cid-u70z74uAA0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u70z74uAA0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70z74uAA0 .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-u70z74uAA0 .mbr-section-btn {
  margin: 0;
}
.cid-u70z74uAA0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u70z74VEiv.popup-builder {
  background-color: #ffffff;
}
.cid-u70z74VEiv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u70z74VEiv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u70z74VEiv .modal-content,
.cid-u70z74VEiv .modal-dialog {
  height: auto;
}
.cid-u70z74VEiv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u70z74VEiv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u70z74VEiv .form-wrapper .mbr-form .form-group,
  .cid-u70z74VEiv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u70z74VEiv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u70z74VEiv .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-u70z74VEiv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u70z74VEiv .pt-0 {
  padding-top: 0 !important;
}
.cid-u70z74VEiv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u70z74VEiv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u70z74VEiv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u70z74VEiv .modal-open {
  overflow: hidden;
}
.cid-u70z74VEiv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u70z74VEiv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u70z74VEiv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u70z74VEiv .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-u70z74VEiv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u70z74VEiv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u70z74VEiv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u70z74VEiv .modal-content {
  background: #353535;
  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-u70z74VEiv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u70z74VEiv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u70z74VEiv .modal-backdrop.fade {
  opacity: 0;
}
.cid-u70z74VEiv .modal-backdrop.show {
  opacity: .5;
}
.cid-u70z74VEiv .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-u70z74VEiv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z74VEiv .modal-header {
    padding: 1rem;
  }
}
.cid-u70z74VEiv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u70z74VEiv .modal-header .close svg {
  fill: #ffffff;
}
.cid-u70z74VEiv .modal-header .close:hover {
  opacity: 1;
}
.cid-u70z74VEiv .modal-header .close:focus {
  outline: none;
}
.cid-u70z74VEiv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u70z74VEiv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u70z74VEiv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z74VEiv .modal-body {
    padding: 1rem;
  }
}
.cid-u70z74VEiv .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-u70z74VEiv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z74VEiv .modal-footer {
    padding: 1rem;
  }
}
.cid-u70z74VEiv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u70z74VEiv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u70z74VEiv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u70z74VEiv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u70z74VEiv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u70z74VEiv .modal-lg,
  .cid-u70z74VEiv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u70z74VEiv .modal-xl {
    max-width: 1140px;
  }
}
.cid-u70z74VEiv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u70z74VEiv .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-u70z74VEiv .form-group {
  margin-bottom: 1rem;
}
.cid-u70z74VEiv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u70z74VEiv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70z74VEiv .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-u70z74VEiv .mbr-section-btn {
  margin: 0;
}
.cid-u70z74VEiv .mbr-section-btn .btn {
  margin: 0;
}
.cid-u70z75AevJ.popup-builder {
  background-color: #ffffff;
}
.cid-u70z75AevJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u70z75AevJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u70z75AevJ .modal-content,
.cid-u70z75AevJ .modal-dialog {
  height: auto;
}
.cid-u70z75AevJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u70z75AevJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u70z75AevJ .form-wrapper .mbr-form .form-group,
  .cid-u70z75AevJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u70z75AevJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u70z75AevJ .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-u70z75AevJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u70z75AevJ .pt-0 {
  padding-top: 0 !important;
}
.cid-u70z75AevJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u70z75AevJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u70z75AevJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u70z75AevJ .modal-open {
  overflow: hidden;
}
.cid-u70z75AevJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u70z75AevJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u70z75AevJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u70z75AevJ .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-u70z75AevJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u70z75AevJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u70z75AevJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u70z75AevJ .modal-content {
  background: #353535;
  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-u70z75AevJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u70z75AevJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u70z75AevJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u70z75AevJ .modal-backdrop.show {
  opacity: .5;
}
.cid-u70z75AevJ .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-u70z75AevJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z75AevJ .modal-header {
    padding: 1rem;
  }
}
.cid-u70z75AevJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u70z75AevJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u70z75AevJ .modal-header .close:hover {
  opacity: 1;
}
.cid-u70z75AevJ .modal-header .close:focus {
  outline: none;
}
.cid-u70z75AevJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u70z75AevJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u70z75AevJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z75AevJ .modal-body {
    padding: 1rem;
  }
}
.cid-u70z75AevJ .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-u70z75AevJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z75AevJ .modal-footer {
    padding: 1rem;
  }
}
.cid-u70z75AevJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u70z75AevJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u70z75AevJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u70z75AevJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u70z75AevJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u70z75AevJ .modal-lg,
  .cid-u70z75AevJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u70z75AevJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u70z75AevJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u70z75AevJ .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-u70z75AevJ .form-group {
  margin-bottom: 1rem;
}
.cid-u70z75AevJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u70z75AevJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70z75AevJ .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-u70z75AevJ .mbr-section-btn {
  margin: 0;
}
.cid-u70z75AevJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-u70z76cuw1.popup-builder {
  background-color: #ffffff;
}
.cid-u70z76cuw1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u70z76cuw1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u70z76cuw1 .modal-content,
.cid-u70z76cuw1 .modal-dialog {
  height: auto;
}
.cid-u70z76cuw1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u70z76cuw1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u70z76cuw1 .form-wrapper .mbr-form .form-group,
  .cid-u70z76cuw1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u70z76cuw1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u70z76cuw1 .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-u70z76cuw1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u70z76cuw1 .pt-0 {
  padding-top: 0 !important;
}
.cid-u70z76cuw1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u70z76cuw1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u70z76cuw1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u70z76cuw1 .modal-open {
  overflow: hidden;
}
.cid-u70z76cuw1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u70z76cuw1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u70z76cuw1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u70z76cuw1 .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-u70z76cuw1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u70z76cuw1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u70z76cuw1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u70z76cuw1 .modal-content {
  background: #353535;
  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-u70z76cuw1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u70z76cuw1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u70z76cuw1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u70z76cuw1 .modal-backdrop.show {
  opacity: .5;
}
.cid-u70z76cuw1 .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-u70z76cuw1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z76cuw1 .modal-header {
    padding: 1rem;
  }
}
.cid-u70z76cuw1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u70z76cuw1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u70z76cuw1 .modal-header .close:hover {
  opacity: 1;
}
.cid-u70z76cuw1 .modal-header .close:focus {
  outline: none;
}
.cid-u70z76cuw1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u70z76cuw1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u70z76cuw1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z76cuw1 .modal-body {
    padding: 1rem;
  }
}
.cid-u70z76cuw1 .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-u70z76cuw1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z76cuw1 .modal-footer {
    padding: 1rem;
  }
}
.cid-u70z76cuw1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u70z76cuw1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u70z76cuw1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u70z76cuw1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u70z76cuw1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u70z76cuw1 .modal-lg,
  .cid-u70z76cuw1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u70z76cuw1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u70z76cuw1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u70z76cuw1 .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-u70z76cuw1 .form-group {
  margin-bottom: 1rem;
}
.cid-u70z76cuw1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u70z76cuw1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70z76cuw1 .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-u70z76cuw1 .mbr-section-btn {
  margin: 0;
}
.cid-u70z76cuw1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u70z76MqOY.popup-builder {
  background-color: #ffffff;
}
.cid-u70z76MqOY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u70z76MqOY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u70z76MqOY .modal-content,
.cid-u70z76MqOY .modal-dialog {
  height: auto;
}
.cid-u70z76MqOY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u70z76MqOY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u70z76MqOY .form-wrapper .mbr-form .form-group,
  .cid-u70z76MqOY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u70z76MqOY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u70z76MqOY .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-u70z76MqOY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u70z76MqOY .pt-0 {
  padding-top: 0 !important;
}
.cid-u70z76MqOY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u70z76MqOY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u70z76MqOY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u70z76MqOY .modal-open {
  overflow: hidden;
}
.cid-u70z76MqOY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u70z76MqOY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u70z76MqOY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u70z76MqOY .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-u70z76MqOY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u70z76MqOY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u70z76MqOY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u70z76MqOY .modal-content {
  background: #353535;
  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-u70z76MqOY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u70z76MqOY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u70z76MqOY .modal-backdrop.fade {
  opacity: 0;
}
.cid-u70z76MqOY .modal-backdrop.show {
  opacity: .5;
}
.cid-u70z76MqOY .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-u70z76MqOY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z76MqOY .modal-header {
    padding: 1rem;
  }
}
.cid-u70z76MqOY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u70z76MqOY .modal-header .close svg {
  fill: #ffffff;
}
.cid-u70z76MqOY .modal-header .close:hover {
  opacity: 1;
}
.cid-u70z76MqOY .modal-header .close:focus {
  outline: none;
}
.cid-u70z76MqOY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u70z76MqOY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u70z76MqOY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z76MqOY .modal-body {
    padding: 1rem;
  }
}
.cid-u70z76MqOY .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-u70z76MqOY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z76MqOY .modal-footer {
    padding: 1rem;
  }
}
.cid-u70z76MqOY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u70z76MqOY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u70z76MqOY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u70z76MqOY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u70z76MqOY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u70z76MqOY .modal-lg,
  .cid-u70z76MqOY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u70z76MqOY .modal-xl {
    max-width: 1140px;
  }
}
.cid-u70z76MqOY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u70z76MqOY .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-u70z76MqOY .form-group {
  margin-bottom: 1rem;
}
.cid-u70z76MqOY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u70z76MqOY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70z76MqOY .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-u70z76MqOY .mbr-section-btn {
  margin: 0;
}
.cid-u70z76MqOY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u70z77TJXI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u70z77TJXI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u70z77TJXI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u70z77TJXI .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u70z77TJXI .bg-youtube:hover {
  background: #cc0000;
}
.cid-u70z77TJXI .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u70z77TJXI .bg-twitch:hover {
  background: #7313ff;
}
.cid-u70z77TJXI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u70z77TJXI [class^="socicon-"]:before,
.cid-u70z77TJXI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u70z77TJXI .mbr-section-title,
.cid-u70z77TJXI .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u70z78r2kx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u70z78r2kx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u70z78r2kx .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u70z78r2kx .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u70z78r2kx .form-control:focus,
.cid-u70z78r2kx .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u70z78r2kx .form-group {
  margin-bottom: 1rem;
}
.cid-u70z78r2kx input::-webkit-input-placeholder,
.cid-u70z78r2kx textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u70z78r2kx input:-moz-placeholder,
.cid-u70z78r2kx textarea:-moz-placeholder {
  color: #656565;
}
.cid-u70z78r2kx .jq-selectbox li,
.cid-u70z78r2kx .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u70z78r2kx .jq-selectbox li:hover,
.cid-u70z78r2kx .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u70z78r2kx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u70z78r2kx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u70z78r2kx textarea.form-control {
  resize: none;
}
.cid-u70z78r2kx .input-group-btn {
  display: inline-block;
}
.cid-u70z78r2kx .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u70z78r2kx .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u70z78r2kx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u70z78r2kx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u70z78r2kx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u70z78r2kx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u70z78r2kx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u70z78r2kx .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u70z78r2kx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u70z78r2kx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u70z78r2kx .form-control,
.cid-u70z78r2kx .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u70z78r2kx #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u70z78r2kx #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u70z78r2kx #creativecommons img,
.cid-u70z78r2kx iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u70z78r2kx .offset-md-1 {
  margin-left: 1vw;
}
.cid-u70z79z32u.popup-builder {
  background-color: #ffffff;
}
.cid-u70z79z32u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u70z79z32u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u70z79z32u .modal-content,
.cid-u70z79z32u .modal-dialog {
  height: auto;
}
.cid-u70z79z32u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u70z79z32u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u70z79z32u .form-wrapper .mbr-form .form-group,
  .cid-u70z79z32u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u70z79z32u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u70z79z32u .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-u70z79z32u .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u70z79z32u .pt-0 {
  padding-top: 0 !important;
}
.cid-u70z79z32u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u70z79z32u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u70z79z32u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u70z79z32u .modal-open {
  overflow: hidden;
}
.cid-u70z79z32u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u70z79z32u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u70z79z32u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u70z79z32u .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-u70z79z32u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u70z79z32u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u70z79z32u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u70z79z32u .modal-content {
  background: #353535;
  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-u70z79z32u .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u70z79z32u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u70z79z32u .modal-backdrop.fade {
  opacity: 0;
}
.cid-u70z79z32u .modal-backdrop.show {
  opacity: .5;
}
.cid-u70z79z32u .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-u70z79z32u .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z79z32u .modal-header {
    padding: 1rem;
  }
}
.cid-u70z79z32u .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u70z79z32u .modal-header .close svg {
  fill: #ffffff;
}
.cid-u70z79z32u .modal-header .close:hover {
  opacity: 1;
}
.cid-u70z79z32u .modal-header .close:focus {
  outline: none;
}
.cid-u70z79z32u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u70z79z32u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u70z79z32u .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z79z32u .modal-body {
    padding: 1rem;
  }
}
.cid-u70z79z32u .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-u70z79z32u .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70z79z32u .modal-footer {
    padding: 1rem;
  }
}
.cid-u70z79z32u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u70z79z32u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u70z79z32u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u70z79z32u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u70z79z32u .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u70z79z32u .modal-lg,
  .cid-u70z79z32u .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u70z79z32u .modal-xl {
    max-width: 1140px;
  }
}
.cid-u70z79z32u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u70z79z32u .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-u70z79z32u .form-group {
  margin-bottom: 1rem;
}
.cid-u70z79z32u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u70z79z32u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70z79z32u .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-u70z79z32u .mbr-section-btn {
  margin: 0;
}
.cid-u70z79z32u .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzOWS1cMz.popup-builder {
  background-color: #ffffff;
}
.cid-ufzOWS1cMz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzOWS1cMz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzOWS1cMz .modal-content,
.cid-ufzOWS1cMz .modal-dialog {
  height: auto;
}
.cid-ufzOWS1cMz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzOWS1cMz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzOWS1cMz .form-wrapper .mbr-form .form-group,
  .cid-ufzOWS1cMz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzOWS1cMz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzOWS1cMz .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-ufzOWS1cMz .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzOWS1cMz .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzOWS1cMz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzOWS1cMz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzOWS1cMz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzOWS1cMz .modal-open {
  overflow: hidden;
}
.cid-ufzOWS1cMz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzOWS1cMz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzOWS1cMz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzOWS1cMz .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-ufzOWS1cMz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzOWS1cMz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzOWS1cMz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzOWS1cMz .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-ufzOWS1cMz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzOWS1cMz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzOWS1cMz .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzOWS1cMz .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzOWS1cMz .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-ufzOWS1cMz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzOWS1cMz .modal-header {
    padding: 1rem;
  }
}
.cid-ufzOWS1cMz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzOWS1cMz .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzOWS1cMz .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzOWS1cMz .modal-header .close:focus {
  outline: none;
}
.cid-ufzOWS1cMz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzOWS1cMz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzOWS1cMz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzOWS1cMz .modal-body {
    padding: 1rem;
  }
}
.cid-ufzOWS1cMz .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-ufzOWS1cMz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzOWS1cMz .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzOWS1cMz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzOWS1cMz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzOWS1cMz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzOWS1cMz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzOWS1cMz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzOWS1cMz .modal-lg,
  .cid-ufzOWS1cMz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzOWS1cMz .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzOWS1cMz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzOWS1cMz .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-ufzOWS1cMz .form-group {
  margin-bottom: 1rem;
}
.cid-ufzOWS1cMz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzOWS1cMz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzOWS1cMz .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-ufzOWS1cMz .mbr-section-btn {
  margin: 0;
}
.cid-ufzOWS1cMz .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzOXbsKmK.popup-builder {
  background-color: #ffffff;
}
.cid-ufzOXbsKmK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzOXbsKmK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzOXbsKmK .modal-content,
.cid-ufzOXbsKmK .modal-dialog {
  height: auto;
}
.cid-ufzOXbsKmK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzOXbsKmK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzOXbsKmK .form-wrapper .mbr-form .form-group,
  .cid-ufzOXbsKmK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzOXbsKmK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzOXbsKmK .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-ufzOXbsKmK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzOXbsKmK .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzOXbsKmK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzOXbsKmK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzOXbsKmK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzOXbsKmK .modal-open {
  overflow: hidden;
}
.cid-ufzOXbsKmK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzOXbsKmK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzOXbsKmK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzOXbsKmK .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-ufzOXbsKmK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzOXbsKmK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzOXbsKmK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzOXbsKmK .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-ufzOXbsKmK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzOXbsKmK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzOXbsKmK .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzOXbsKmK .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzOXbsKmK .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-ufzOXbsKmK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzOXbsKmK .modal-header {
    padding: 1rem;
  }
}
.cid-ufzOXbsKmK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzOXbsKmK .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzOXbsKmK .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzOXbsKmK .modal-header .close:focus {
  outline: none;
}
.cid-ufzOXbsKmK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzOXbsKmK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzOXbsKmK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzOXbsKmK .modal-body {
    padding: 1rem;
  }
}
.cid-ufzOXbsKmK .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-ufzOXbsKmK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzOXbsKmK .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzOXbsKmK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzOXbsKmK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzOXbsKmK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzOXbsKmK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzOXbsKmK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzOXbsKmK .modal-lg,
  .cid-ufzOXbsKmK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzOXbsKmK .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzOXbsKmK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzOXbsKmK .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-ufzOXbsKmK .form-group {
  margin-bottom: 1rem;
}
.cid-ufzOXbsKmK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzOXbsKmK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzOXbsKmK .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-ufzOXbsKmK .mbr-section-btn {
  margin: 0;
}
.cid-ufzOXbsKmK .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7V6FIrZS6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7V6FIrZS6 nav.navbar {
  position: fixed;
}
.cid-u7V6FIrZS6 .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-u7V6FIrZS6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7V6FIrZS6 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u7V6FIrZS6 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u7V6FIrZS6 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u7V6FIrZS6 .dropdown-item:hover,
.cid-u7V6FIrZS6 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u7V6FIrZS6 .dropdown-item:hover span {
  color: white;
}
.cid-u7V6FIrZS6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7V6FIrZS6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7V6FIrZS6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u7V6FIrZS6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7V6FIrZS6 .nav-link {
  position: relative;
}
.cid-u7V6FIrZS6 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u7V6FIrZS6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u7V6FIrZS6 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u7V6FIrZS6 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u7V6FIrZS6 .dropdown-menu,
.cid-u7V6FIrZS6 .navbar.opened {
  background: #353535 !important;
}
.cid-u7V6FIrZS6 .nav-item:focus,
.cid-u7V6FIrZS6 .nav-link:focus {
  outline: none;
}
.cid-u7V6FIrZS6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7V6FIrZS6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7V6FIrZS6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7V6FIrZS6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7V6FIrZS6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7V6FIrZS6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7V6FIrZS6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u7V6FIrZS6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7V6FIrZS6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7V6FIrZS6 .navbar .navbar-logo img {
  width: auto;
}
.cid-u7V6FIrZS6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7V6FIrZS6 .navbar.collapsed {
  justify-content: center;
}
.cid-u7V6FIrZS6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7V6FIrZS6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7V6FIrZS6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7V6FIrZS6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7V6FIrZS6 .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-u7V6FIrZS6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7V6FIrZS6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7V6FIrZS6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7V6FIrZS6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7V6FIrZS6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7V6FIrZS6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7V6FIrZS6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7V6FIrZS6 .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-u7V6FIrZS6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7V6FIrZS6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7V6FIrZS6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u7V6FIrZS6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7V6FIrZS6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7V6FIrZS6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u7V6FIrZS6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7V6FIrZS6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7V6FIrZS6 .dropdown-item.active,
.cid-u7V6FIrZS6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7V6FIrZS6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7V6FIrZS6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7V6FIrZS6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7V6FIrZS6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u7V6FIrZS6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7V6FIrZS6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7V6FIrZS6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7V6FIrZS6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7V6FIrZS6 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7V6FIrZS6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u7V6FIrZS6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7V6FIrZS6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7V6FIrZS6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7V6FIrZS6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7V6FIrZS6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7V6FIrZS6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7V6FIrZS6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7V6FIrZS6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7V6FIrZS6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7V6FIrZS6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7V6FIrZS6 .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-u7V6FIrZS6 .navbar {
    height: 70px;
  }
  .cid-u7V6FIrZS6 .navbar.opened {
    height: auto;
  }
  .cid-u7V6FIrZS6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7V6FIrZS6 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u7V6FIrZS6 .navbar-toggler {
  margin-left: 10px;
}
.cid-u7V6FIrZS6 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u7V6FIrZS6 .navbar-logo {
  margin-right: 0 !important;
}
.cid-u7V6FIrZS6 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u7V6FIrZS6 .mbr-text {
    display: none;
  }
}
.cid-u7V6FIrZS6 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u7V6FIrZS6 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u7V6FIrZS6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u7V6FIrZS6 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u7V6FIrZS6 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u7V6FIrZS6 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u7V6FIrZS6 #vol {
    display: none;
  }
}
.cid-u7V6FIrZS6 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u7V6FJhB9C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u7V6FJhB9C .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u7V6FJhB9C .mbr-section-subtitle {
  text-align: center;
}
.cid-u7V6FJhB9C .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7V6FJhB9C .display-1 {
    font-size: 75px;
  }
  .cid-u7V6FJhB9C .display-5 {
    font-size: 29px;
  }
  .cid-u7V6FJhB9C .display-4 {
    font-weight: 300;
  }
}
#custom-html-1nz {
  /* Type valid CSS here */
}
#custom-html-1nz div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1nz .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZww17hX2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZww17hX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZww17hX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZww17hX2 .container,
.cid-ubZww17hX2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZww17hX2 .container,
  .cid-ubZww17hX2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZww17hX2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZww17hX2 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZww17hX2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZww17hX2 .mbr-section-title {
  color: #4479d9;
}
.cid-ubZww17hX2 .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTlmkQyIN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTlmkQyIN .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yr {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yr *,
#custom-html-1yr *::before,
#custom-html-1yr *::after {
  box-sizing: border-box;
}
#custom-html-1yr body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yr #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yr .container {
  background-color: #232323;
}
#custom-html-1yr .titre {
  padding: 1em;
}
#custom-html-1yr H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yr h6 {
  color: white;
}
.cid-ubZwJipSKY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubZwJipSKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZwJipSKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZwJipSKY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZwJipSKY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZwJipSKY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZwJipSKY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZwJipSKY .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZwJipSKY .mbr-text,
.cid-ubZwJipSKY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZwJipSKY .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZwKEfbkx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubZwKEfbkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZwKEfbkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZwKEfbkx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZwKEfbkx .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZwKEfbkx .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZwKEfbkx .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZwKEfbkx .mbr-text,
.cid-ubZwKEfbkx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZwKEfbkx .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
#custom-html-1yy {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yy *,
#custom-html-1yy *::before,
#custom-html-1yy *::after {
  box-sizing: border-box;
}
#custom-html-1yy body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yy #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yy img {
  width: 100%;
}
#custom-html-1yy .container {
  background-color: #232323;
}
#custom-html-1yy .cards {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  grid-gap: 1rem;
}
#custom-html-1yy .card {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.2);
}
#custom-html-1yy .card p {
  color: white;
  padding-top: .5em;
  padding-left: .5em;
  padding-bottom: 0;
}
#custom-html-1yy .titre {
  padding: 1em;
}
#custom-html-1yy H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yy h6 {
  color: white;
}
#custom-html-1yy .extraction {
  font-size: 2em;
  color: white;
  text-align: center;
  margin-top: 1em;
}
#custom-html-1yy .blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cid-u7V6FKMK5R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u7V6FKMK5R .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u7V6FKMK5R .mbr-text,
.cid-u7V6FKMK5R .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u7V6FLbR5r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u7V6FLbR5r .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u7V6FLbR5r .row {
    padding: 20px 34px;
  }
}
.cid-u7V6FLbR5r .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u7V6FLuxWb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u7V6FLuxWb .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u7V6FLuxWb .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u7V6FLuxWb .card:hover {
  margin-top: -0.6rem;
}
.cid-u7V6FLuxWb .card-wrapper {
  position: relative;
}
.cid-u7V6FLuxWb .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u7V6FLuxWb .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u7V6FLuxWb .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u7V6FLuxWb .big {
  margin-top: -25%;
}
.cid-u7V6FLuxWb .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u7V6FLuxWb .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u7V6FLuxWb .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u7V6FLuxWb .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u7V6FLVJfI.popup-builder {
  background-color: #ffffff;
}
.cid-u7V6FLVJfI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7V6FLVJfI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u7V6FLVJfI .modal-content,
.cid-u7V6FLVJfI .modal-dialog {
  height: auto;
}
.cid-u7V6FLVJfI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7V6FLVJfI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7V6FLVJfI .form-wrapper .mbr-form .form-group,
  .cid-u7V6FLVJfI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7V6FLVJfI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7V6FLVJfI .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-u7V6FLVJfI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7V6FLVJfI .pt-0 {
  padding-top: 0 !important;
}
.cid-u7V6FLVJfI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7V6FLVJfI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7V6FLVJfI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7V6FLVJfI .modal-open {
  overflow: hidden;
}
.cid-u7V6FLVJfI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7V6FLVJfI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7V6FLVJfI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u7V6FLVJfI .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-u7V6FLVJfI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7V6FLVJfI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7V6FLVJfI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7V6FLVJfI .modal-content {
  background: #353535;
  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-u7V6FLVJfI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7V6FLVJfI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7V6FLVJfI .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7V6FLVJfI .modal-backdrop.show {
  opacity: .5;
}
.cid-u7V6FLVJfI .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-u7V6FLVJfI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FLVJfI .modal-header {
    padding: 1rem;
  }
}
.cid-u7V6FLVJfI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7V6FLVJfI .modal-header .close svg {
  fill: #ffffff;
}
.cid-u7V6FLVJfI .modal-header .close:hover {
  opacity: 1;
}
.cid-u7V6FLVJfI .modal-header .close:focus {
  outline: none;
}
.cid-u7V6FLVJfI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u7V6FLVJfI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7V6FLVJfI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FLVJfI .modal-body {
    padding: 1rem;
  }
}
.cid-u7V6FLVJfI .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-u7V6FLVJfI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FLVJfI .modal-footer {
    padding: 1rem;
  }
}
.cid-u7V6FLVJfI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7V6FLVJfI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u7V6FLVJfI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7V6FLVJfI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7V6FLVJfI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7V6FLVJfI .modal-lg,
  .cid-u7V6FLVJfI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7V6FLVJfI .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7V6FLVJfI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7V6FLVJfI .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-u7V6FLVJfI .form-group {
  margin-bottom: 1rem;
}
.cid-u7V6FLVJfI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7V6FLVJfI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7V6FLVJfI .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-u7V6FLVJfI .mbr-section-btn {
  margin: 0;
}
.cid-u7V6FLVJfI .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7V6FLVJfI #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u7V6FLVJfI #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u7V6FLVJfI #creativecommons img,
.cid-u7V6FLVJfI iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u7V6FMpuPF.popup-builder {
  background-color: #ffffff;
}
.cid-u7V6FMpuPF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7V6FMpuPF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u7V6FMpuPF .modal-content,
.cid-u7V6FMpuPF .modal-dialog {
  height: auto;
}
.cid-u7V6FMpuPF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7V6FMpuPF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7V6FMpuPF .form-wrapper .mbr-form .form-group,
  .cid-u7V6FMpuPF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7V6FMpuPF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7V6FMpuPF .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-u7V6FMpuPF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7V6FMpuPF .pt-0 {
  padding-top: 0 !important;
}
.cid-u7V6FMpuPF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7V6FMpuPF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7V6FMpuPF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7V6FMpuPF .modal-open {
  overflow: hidden;
}
.cid-u7V6FMpuPF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7V6FMpuPF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7V6FMpuPF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u7V6FMpuPF .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-u7V6FMpuPF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7V6FMpuPF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7V6FMpuPF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7V6FMpuPF .modal-content {
  background: #353535;
  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-u7V6FMpuPF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7V6FMpuPF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7V6FMpuPF .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7V6FMpuPF .modal-backdrop.show {
  opacity: .5;
}
.cid-u7V6FMpuPF .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-u7V6FMpuPF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FMpuPF .modal-header {
    padding: 1rem;
  }
}
.cid-u7V6FMpuPF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7V6FMpuPF .modal-header .close svg {
  fill: #ffffff;
}
.cid-u7V6FMpuPF .modal-header .close:hover {
  opacity: 1;
}
.cid-u7V6FMpuPF .modal-header .close:focus {
  outline: none;
}
.cid-u7V6FMpuPF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u7V6FMpuPF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7V6FMpuPF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FMpuPF .modal-body {
    padding: 1rem;
  }
}
.cid-u7V6FMpuPF .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-u7V6FMpuPF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FMpuPF .modal-footer {
    padding: 1rem;
  }
}
.cid-u7V6FMpuPF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7V6FMpuPF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u7V6FMpuPF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7V6FMpuPF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7V6FMpuPF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7V6FMpuPF .modal-lg,
  .cid-u7V6FMpuPF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7V6FMpuPF .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7V6FMpuPF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7V6FMpuPF .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-u7V6FMpuPF .form-group {
  margin-bottom: 1rem;
}
.cid-u7V6FMpuPF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7V6FMpuPF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7V6FMpuPF .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-u7V6FMpuPF .mbr-section-btn {
  margin: 0;
}
.cid-u7V6FMpuPF .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7V6FN9oOZ.popup-builder {
  background-color: #ffffff;
}
.cid-u7V6FN9oOZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7V6FN9oOZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u7V6FN9oOZ .modal-content,
.cid-u7V6FN9oOZ .modal-dialog {
  height: auto;
}
.cid-u7V6FN9oOZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7V6FN9oOZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7V6FN9oOZ .form-wrapper .mbr-form .form-group,
  .cid-u7V6FN9oOZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7V6FN9oOZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7V6FN9oOZ .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-u7V6FN9oOZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7V6FN9oOZ .pt-0 {
  padding-top: 0 !important;
}
.cid-u7V6FN9oOZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7V6FN9oOZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7V6FN9oOZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7V6FN9oOZ .modal-open {
  overflow: hidden;
}
.cid-u7V6FN9oOZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7V6FN9oOZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7V6FN9oOZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u7V6FN9oOZ .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-u7V6FN9oOZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7V6FN9oOZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7V6FN9oOZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7V6FN9oOZ .modal-content {
  background: #353535;
  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-u7V6FN9oOZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7V6FN9oOZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7V6FN9oOZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7V6FN9oOZ .modal-backdrop.show {
  opacity: .5;
}
.cid-u7V6FN9oOZ .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-u7V6FN9oOZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FN9oOZ .modal-header {
    padding: 1rem;
  }
}
.cid-u7V6FN9oOZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7V6FN9oOZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u7V6FN9oOZ .modal-header .close:hover {
  opacity: 1;
}
.cid-u7V6FN9oOZ .modal-header .close:focus {
  outline: none;
}
.cid-u7V6FN9oOZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u7V6FN9oOZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7V6FN9oOZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FN9oOZ .modal-body {
    padding: 1rem;
  }
}
.cid-u7V6FN9oOZ .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-u7V6FN9oOZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FN9oOZ .modal-footer {
    padding: 1rem;
  }
}
.cid-u7V6FN9oOZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7V6FN9oOZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u7V6FN9oOZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7V6FN9oOZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7V6FN9oOZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7V6FN9oOZ .modal-lg,
  .cid-u7V6FN9oOZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7V6FN9oOZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7V6FN9oOZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7V6FN9oOZ .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-u7V6FN9oOZ .form-group {
  margin-bottom: 1rem;
}
.cid-u7V6FN9oOZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7V6FN9oOZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7V6FN9oOZ .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-u7V6FN9oOZ .mbr-section-btn {
  margin: 0;
}
.cid-u7V6FN9oOZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7V6FNEx5G.popup-builder {
  background-color: #ffffff;
}
.cid-u7V6FNEx5G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7V6FNEx5G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u7V6FNEx5G .modal-content,
.cid-u7V6FNEx5G .modal-dialog {
  height: auto;
}
.cid-u7V6FNEx5G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7V6FNEx5G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7V6FNEx5G .form-wrapper .mbr-form .form-group,
  .cid-u7V6FNEx5G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7V6FNEx5G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7V6FNEx5G .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-u7V6FNEx5G .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7V6FNEx5G .pt-0 {
  padding-top: 0 !important;
}
.cid-u7V6FNEx5G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7V6FNEx5G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7V6FNEx5G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7V6FNEx5G .modal-open {
  overflow: hidden;
}
.cid-u7V6FNEx5G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7V6FNEx5G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7V6FNEx5G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u7V6FNEx5G .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-u7V6FNEx5G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7V6FNEx5G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7V6FNEx5G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7V6FNEx5G .modal-content {
  background: #353535;
  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-u7V6FNEx5G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7V6FNEx5G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7V6FNEx5G .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7V6FNEx5G .modal-backdrop.show {
  opacity: .5;
}
.cid-u7V6FNEx5G .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-u7V6FNEx5G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FNEx5G .modal-header {
    padding: 1rem;
  }
}
.cid-u7V6FNEx5G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7V6FNEx5G .modal-header .close svg {
  fill: #ffffff;
}
.cid-u7V6FNEx5G .modal-header .close:hover {
  opacity: 1;
}
.cid-u7V6FNEx5G .modal-header .close:focus {
  outline: none;
}
.cid-u7V6FNEx5G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u7V6FNEx5G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7V6FNEx5G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FNEx5G .modal-body {
    padding: 1rem;
  }
}
.cid-u7V6FNEx5G .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-u7V6FNEx5G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FNEx5G .modal-footer {
    padding: 1rem;
  }
}
.cid-u7V6FNEx5G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7V6FNEx5G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u7V6FNEx5G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7V6FNEx5G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7V6FNEx5G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7V6FNEx5G .modal-lg,
  .cid-u7V6FNEx5G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7V6FNEx5G .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7V6FNEx5G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7V6FNEx5G .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-u7V6FNEx5G .form-group {
  margin-bottom: 1rem;
}
.cid-u7V6FNEx5G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7V6FNEx5G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7V6FNEx5G .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-u7V6FNEx5G .mbr-section-btn {
  margin: 0;
}
.cid-u7V6FNEx5G .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7V6FO8XnS.popup-builder {
  background-color: #ffffff;
}
.cid-u7V6FO8XnS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7V6FO8XnS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u7V6FO8XnS .modal-content,
.cid-u7V6FO8XnS .modal-dialog {
  height: auto;
}
.cid-u7V6FO8XnS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7V6FO8XnS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7V6FO8XnS .form-wrapper .mbr-form .form-group,
  .cid-u7V6FO8XnS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7V6FO8XnS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7V6FO8XnS .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-u7V6FO8XnS .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7V6FO8XnS .pt-0 {
  padding-top: 0 !important;
}
.cid-u7V6FO8XnS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7V6FO8XnS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7V6FO8XnS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7V6FO8XnS .modal-open {
  overflow: hidden;
}
.cid-u7V6FO8XnS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7V6FO8XnS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7V6FO8XnS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u7V6FO8XnS .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-u7V6FO8XnS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7V6FO8XnS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7V6FO8XnS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7V6FO8XnS .modal-content {
  background: #353535;
  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-u7V6FO8XnS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7V6FO8XnS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7V6FO8XnS .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7V6FO8XnS .modal-backdrop.show {
  opacity: .5;
}
.cid-u7V6FO8XnS .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-u7V6FO8XnS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FO8XnS .modal-header {
    padding: 1rem;
  }
}
.cid-u7V6FO8XnS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7V6FO8XnS .modal-header .close svg {
  fill: #ffffff;
}
.cid-u7V6FO8XnS .modal-header .close:hover {
  opacity: 1;
}
.cid-u7V6FO8XnS .modal-header .close:focus {
  outline: none;
}
.cid-u7V6FO8XnS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u7V6FO8XnS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7V6FO8XnS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FO8XnS .modal-body {
    padding: 1rem;
  }
}
.cid-u7V6FO8XnS .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-u7V6FO8XnS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FO8XnS .modal-footer {
    padding: 1rem;
  }
}
.cid-u7V6FO8XnS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7V6FO8XnS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u7V6FO8XnS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7V6FO8XnS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7V6FO8XnS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7V6FO8XnS .modal-lg,
  .cid-u7V6FO8XnS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7V6FO8XnS .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7V6FO8XnS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7V6FO8XnS .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-u7V6FO8XnS .form-group {
  margin-bottom: 1rem;
}
.cid-u7V6FO8XnS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7V6FO8XnS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7V6FO8XnS .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-u7V6FO8XnS .mbr-section-btn {
  margin: 0;
}
.cid-u7V6FO8XnS .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7V6FOEtQg.popup-builder {
  background-color: #ffffff;
}
.cid-u7V6FOEtQg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7V6FOEtQg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u7V6FOEtQg .modal-content,
.cid-u7V6FOEtQg .modal-dialog {
  height: auto;
}
.cid-u7V6FOEtQg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7V6FOEtQg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7V6FOEtQg .form-wrapper .mbr-form .form-group,
  .cid-u7V6FOEtQg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7V6FOEtQg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7V6FOEtQg .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-u7V6FOEtQg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7V6FOEtQg .pt-0 {
  padding-top: 0 !important;
}
.cid-u7V6FOEtQg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7V6FOEtQg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7V6FOEtQg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7V6FOEtQg .modal-open {
  overflow: hidden;
}
.cid-u7V6FOEtQg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7V6FOEtQg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7V6FOEtQg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u7V6FOEtQg .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-u7V6FOEtQg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7V6FOEtQg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7V6FOEtQg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7V6FOEtQg .modal-content {
  background: #353535;
  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-u7V6FOEtQg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7V6FOEtQg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7V6FOEtQg .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7V6FOEtQg .modal-backdrop.show {
  opacity: .5;
}
.cid-u7V6FOEtQg .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-u7V6FOEtQg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FOEtQg .modal-header {
    padding: 1rem;
  }
}
.cid-u7V6FOEtQg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7V6FOEtQg .modal-header .close svg {
  fill: #ffffff;
}
.cid-u7V6FOEtQg .modal-header .close:hover {
  opacity: 1;
}
.cid-u7V6FOEtQg .modal-header .close:focus {
  outline: none;
}
.cid-u7V6FOEtQg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u7V6FOEtQg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7V6FOEtQg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FOEtQg .modal-body {
    padding: 1rem;
  }
}
.cid-u7V6FOEtQg .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-u7V6FOEtQg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FOEtQg .modal-footer {
    padding: 1rem;
  }
}
.cid-u7V6FOEtQg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7V6FOEtQg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u7V6FOEtQg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7V6FOEtQg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7V6FOEtQg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7V6FOEtQg .modal-lg,
  .cid-u7V6FOEtQg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7V6FOEtQg .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7V6FOEtQg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7V6FOEtQg .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-u7V6FOEtQg .form-group {
  margin-bottom: 1rem;
}
.cid-u7V6FOEtQg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7V6FOEtQg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7V6FOEtQg .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-u7V6FOEtQg .mbr-section-btn {
  margin: 0;
}
.cid-u7V6FOEtQg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u7V6FPH914 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u7V6FPH914 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7V6FPH914 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7V6FPH914 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u7V6FPH914 .bg-youtube:hover {
  background: #cc0000;
}
.cid-u7V6FPH914 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u7V6FPH914 .bg-twitch:hover {
  background: #7313ff;
}
.cid-u7V6FPH914 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u7V6FPH914 [class^="socicon-"]:before,
.cid-u7V6FPH914 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u7V6FPH914 .mbr-section-title,
.cid-u7V6FPH914 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u7V6FQilTv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u7V6FQilTv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u7V6FQilTv .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u7V6FQilTv .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u7V6FQilTv .form-control:focus,
.cid-u7V6FQilTv .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u7V6FQilTv .form-group {
  margin-bottom: 1rem;
}
.cid-u7V6FQilTv input::-webkit-input-placeholder,
.cid-u7V6FQilTv textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u7V6FQilTv input:-moz-placeholder,
.cid-u7V6FQilTv textarea:-moz-placeholder {
  color: #656565;
}
.cid-u7V6FQilTv .jq-selectbox li,
.cid-u7V6FQilTv .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u7V6FQilTv .jq-selectbox li:hover,
.cid-u7V6FQilTv .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u7V6FQilTv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u7V6FQilTv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u7V6FQilTv textarea.form-control {
  resize: none;
}
.cid-u7V6FQilTv .input-group-btn {
  display: inline-block;
}
.cid-u7V6FQilTv .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u7V6FQilTv .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u7V6FQilTv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u7V6FQilTv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u7V6FQilTv .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u7V6FQilTv .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u7V6FQilTv .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7V6FQilTv .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u7V6FQilTv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u7V6FQilTv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u7V6FQilTv .form-control,
.cid-u7V6FQilTv .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u7V6FQilTv #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u7V6FQilTv #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u7V6FQilTv #creativecommons img,
.cid-u7V6FQilTv iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u7V6FQilTv .offset-md-1 {
  margin-left: 1vw;
}
.cid-u7V6FRClue.popup-builder {
  background-color: #ffffff;
}
.cid-u7V6FRClue.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7V6FRClue.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u7V6FRClue .modal-content,
.cid-u7V6FRClue .modal-dialog {
  height: auto;
}
.cid-u7V6FRClue .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7V6FRClue .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7V6FRClue .form-wrapper .mbr-form .form-group,
  .cid-u7V6FRClue .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7V6FRClue .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7V6FRClue .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-u7V6FRClue .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u7V6FRClue .pt-0 {
  padding-top: 0 !important;
}
.cid-u7V6FRClue .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7V6FRClue .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7V6FRClue .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7V6FRClue .modal-open {
  overflow: hidden;
}
.cid-u7V6FRClue .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7V6FRClue .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7V6FRClue .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u7V6FRClue .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-u7V6FRClue .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7V6FRClue .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7V6FRClue .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7V6FRClue .modal-content {
  background: #353535;
  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-u7V6FRClue .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7V6FRClue .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7V6FRClue .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7V6FRClue .modal-backdrop.show {
  opacity: .5;
}
.cid-u7V6FRClue .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-u7V6FRClue .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FRClue .modal-header {
    padding: 1rem;
  }
}
.cid-u7V6FRClue .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7V6FRClue .modal-header .close svg {
  fill: #ffffff;
}
.cid-u7V6FRClue .modal-header .close:hover {
  opacity: 1;
}
.cid-u7V6FRClue .modal-header .close:focus {
  outline: none;
}
.cid-u7V6FRClue .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u7V6FRClue .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7V6FRClue .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FRClue .modal-body {
    padding: 1rem;
  }
}
.cid-u7V6FRClue .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-u7V6FRClue .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7V6FRClue .modal-footer {
    padding: 1rem;
  }
}
.cid-u7V6FRClue .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7V6FRClue .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u7V6FRClue .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7V6FRClue .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7V6FRClue .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7V6FRClue .modal-lg,
  .cid-u7V6FRClue .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7V6FRClue .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7V6FRClue .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7V6FRClue .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-u7V6FRClue .form-group {
  margin-bottom: 1rem;
}
.cid-u7V6FRClue .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7V6FRClue .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7V6FRClue .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-u7V6FRClue .mbr-section-btn {
  margin: 0;
}
.cid-u7V6FRClue .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzN7ydbCo.popup-builder {
  background-color: #ffffff;
}
.cid-ufzN7ydbCo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzN7ydbCo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzN7ydbCo .modal-content,
.cid-ufzN7ydbCo .modal-dialog {
  height: auto;
}
.cid-ufzN7ydbCo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzN7ydbCo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzN7ydbCo .form-wrapper .mbr-form .form-group,
  .cid-ufzN7ydbCo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzN7ydbCo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzN7ydbCo .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-ufzN7ydbCo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzN7ydbCo .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzN7ydbCo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzN7ydbCo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzN7ydbCo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzN7ydbCo .modal-open {
  overflow: hidden;
}
.cid-ufzN7ydbCo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzN7ydbCo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzN7ydbCo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzN7ydbCo .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-ufzN7ydbCo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzN7ydbCo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzN7ydbCo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzN7ydbCo .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-ufzN7ydbCo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzN7ydbCo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzN7ydbCo .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzN7ydbCo .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzN7ydbCo .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-ufzN7ydbCo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzN7ydbCo .modal-header {
    padding: 1rem;
  }
}
.cid-ufzN7ydbCo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzN7ydbCo .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzN7ydbCo .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzN7ydbCo .modal-header .close:focus {
  outline: none;
}
.cid-ufzN7ydbCo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzN7ydbCo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzN7ydbCo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzN7ydbCo .modal-body {
    padding: 1rem;
  }
}
.cid-ufzN7ydbCo .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-ufzN7ydbCo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzN7ydbCo .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzN7ydbCo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzN7ydbCo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzN7ydbCo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzN7ydbCo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzN7ydbCo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzN7ydbCo .modal-lg,
  .cid-ufzN7ydbCo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzN7ydbCo .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzN7ydbCo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzN7ydbCo .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-ufzN7ydbCo .form-group {
  margin-bottom: 1rem;
}
.cid-ufzN7ydbCo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzN7ydbCo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzN7ydbCo .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-ufzN7ydbCo .mbr-section-btn {
  margin: 0;
}
.cid-ufzN7ydbCo .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufzN88MnRC.popup-builder {
  background-color: #ffffff;
}
.cid-ufzN88MnRC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufzN88MnRC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufzN88MnRC .modal-content,
.cid-ufzN88MnRC .modal-dialog {
  height: auto;
}
.cid-ufzN88MnRC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufzN88MnRC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufzN88MnRC .form-wrapper .mbr-form .form-group,
  .cid-ufzN88MnRC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufzN88MnRC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufzN88MnRC .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-ufzN88MnRC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufzN88MnRC .pt-0 {
  padding-top: 0 !important;
}
.cid-ufzN88MnRC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufzN88MnRC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufzN88MnRC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufzN88MnRC .modal-open {
  overflow: hidden;
}
.cid-ufzN88MnRC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufzN88MnRC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufzN88MnRC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufzN88MnRC .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-ufzN88MnRC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufzN88MnRC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufzN88MnRC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufzN88MnRC .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-ufzN88MnRC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufzN88MnRC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufzN88MnRC .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufzN88MnRC .modal-backdrop.show {
  opacity: .5;
}
.cid-ufzN88MnRC .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-ufzN88MnRC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzN88MnRC .modal-header {
    padding: 1rem;
  }
}
.cid-ufzN88MnRC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufzN88MnRC .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufzN88MnRC .modal-header .close:hover {
  opacity: 1;
}
.cid-ufzN88MnRC .modal-header .close:focus {
  outline: none;
}
.cid-ufzN88MnRC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufzN88MnRC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufzN88MnRC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzN88MnRC .modal-body {
    padding: 1rem;
  }
}
.cid-ufzN88MnRC .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-ufzN88MnRC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufzN88MnRC .modal-footer {
    padding: 1rem;
  }
}
.cid-ufzN88MnRC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufzN88MnRC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufzN88MnRC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufzN88MnRC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufzN88MnRC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufzN88MnRC .modal-lg,
  .cid-ufzN88MnRC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufzN88MnRC .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufzN88MnRC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufzN88MnRC .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-ufzN88MnRC .form-group {
  margin-bottom: 1rem;
}
.cid-ufzN88MnRC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufzN88MnRC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufzN88MnRC .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-ufzN88MnRC .mbr-section-btn {
  margin: 0;
}
.cid-ufzN88MnRC .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8Gsi7dZop {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8Gsi7dZop nav.navbar {
  position: fixed;
}
.cid-u8Gsi7dZop .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-u8Gsi7dZop .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8Gsi7dZop .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u8Gsi7dZop #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u8Gsi7dZop .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u8Gsi7dZop .dropdown-item:hover,
.cid-u8Gsi7dZop .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u8Gsi7dZop .dropdown-item:hover span {
  color: white;
}
.cid-u8Gsi7dZop .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8Gsi7dZop .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8Gsi7dZop .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u8Gsi7dZop .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8Gsi7dZop .nav-link {
  position: relative;
}
.cid-u8Gsi7dZop .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u8Gsi7dZop .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u8Gsi7dZop .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u8Gsi7dZop .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u8Gsi7dZop .dropdown-menu,
.cid-u8Gsi7dZop .navbar.opened {
  background: #353535 !important;
}
.cid-u8Gsi7dZop .nav-item:focus,
.cid-u8Gsi7dZop .nav-link:focus {
  outline: none;
}
.cid-u8Gsi7dZop .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8Gsi7dZop .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8Gsi7dZop .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8Gsi7dZop .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8Gsi7dZop .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8Gsi7dZop .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8Gsi7dZop .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u8Gsi7dZop .navbar.opened {
  transition: all 0.3s;
}
.cid-u8Gsi7dZop .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8Gsi7dZop .navbar .navbar-logo img {
  width: auto;
}
.cid-u8Gsi7dZop .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8Gsi7dZop .navbar.collapsed {
  justify-content: center;
}
.cid-u8Gsi7dZop .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8Gsi7dZop .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8Gsi7dZop .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8Gsi7dZop .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8Gsi7dZop .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-u8Gsi7dZop .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8Gsi7dZop .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8Gsi7dZop .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8Gsi7dZop .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8Gsi7dZop .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8Gsi7dZop .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8Gsi7dZop .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8Gsi7dZop .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-u8Gsi7dZop .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8Gsi7dZop .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8Gsi7dZop .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8Gsi7dZop .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8Gsi7dZop .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8Gsi7dZop .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u8Gsi7dZop .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8Gsi7dZop .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8Gsi7dZop .dropdown-item.active,
.cid-u8Gsi7dZop .dropdown-item:active {
  background-color: transparent;
}
.cid-u8Gsi7dZop .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8Gsi7dZop .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8Gsi7dZop .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8Gsi7dZop .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u8Gsi7dZop .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8Gsi7dZop .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8Gsi7dZop ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8Gsi7dZop .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8Gsi7dZop button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8Gsi7dZop button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u8Gsi7dZop button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8Gsi7dZop button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8Gsi7dZop button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8Gsi7dZop button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8Gsi7dZop nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8Gsi7dZop nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8Gsi7dZop nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8Gsi7dZop nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8Gsi7dZop .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8Gsi7dZop a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8Gsi7dZop .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-u8Gsi7dZop .navbar {
    height: 70px;
  }
  .cid-u8Gsi7dZop .navbar.opened {
    height: auto;
  }
  .cid-u8Gsi7dZop .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8Gsi7dZop .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u8Gsi7dZop .navbar-toggler {
  margin-left: 10px;
}
.cid-u8Gsi7dZop .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u8Gsi7dZop .navbar-logo {
  margin-right: 0 !important;
}
.cid-u8Gsi7dZop .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u8Gsi7dZop .mbr-text {
    display: none;
  }
}
.cid-u8Gsi7dZop .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u8Gsi7dZop .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u8Gsi7dZop .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u8Gsi7dZop .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u8Gsi7dZop #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u8Gsi7dZop #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u8Gsi7dZop #vol {
    display: none;
  }
}
.cid-u8Gsi7dZop .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u8Gsi8aQr2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u8Gsi8aQr2 .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u8Gsi8aQr2 .mbr-section-subtitle {
  text-align: center;
}
.cid-u8Gsi8aQr2 .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u8Gsi8aQr2 .display-1 {
    font-size: 75px;
  }
  .cid-u8Gsi8aQr2 .display-5 {
    font-size: 29px;
  }
  .cid-u8Gsi8aQr2 .display-4 {
    font-weight: 300;
  }
}
#custom-html-1ok {
  /* Type valid CSS here */
}
#custom-html-1ok div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1ok .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZwPpDMDc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZwPpDMDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZwPpDMDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZwPpDMDc .container,
.cid-ubZwPpDMDc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZwPpDMDc .container,
  .cid-ubZwPpDMDc .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZwPpDMDc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZwPpDMDc .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZwPpDMDc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZwPpDMDc .mbr-section-title {
  color: #4479d9;
}
.cid-ubZwPpDMDc .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTgou7u7B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTgou7u7B .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1ys {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1ys *,
#custom-html-1ys *::before,
#custom-html-1ys *::after {
  box-sizing: border-box;
}
#custom-html-1ys body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1ys #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1ys .container {
  background-color: #232323;
}
#custom-html-1ys .titre {
  padding: 1em;
}
#custom-html-1ys H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1ys h6 {
  color: white;
}
.cid-ubZwZFEQCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZwZFEQCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZwZFEQCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZwZFEQCn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZwZFEQCn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZwZFEQCn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZwZFEQCn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZwZFEQCn .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZwZFEQCn .mbr-text,
.cid-ubZwZFEQCn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZwZFEQCn .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZx1HZr9D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ubZx1HZr9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZx1HZr9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZx1HZr9D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZx1HZr9D .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZx1HZr9D .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZx1HZr9D .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZx1HZr9D .mbr-text,
.cid-ubZx1HZr9D .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZx1HZr9D .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-u8Gsi9htfp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u8Gsi9htfp .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u8Gsi9htfp .mbr-text,
.cid-u8Gsi9htfp .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u8Gsi9EW75 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u8Gsi9EW75 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u8Gsi9EW75 .row {
    padding: 20px 34px;
  }
}
.cid-u8Gsi9EW75 .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u8Gsia3xqW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8Gsia3xqW .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u8Gsia3xqW .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u8Gsia3xqW .card:hover {
  margin-top: -0.6rem;
}
.cid-u8Gsia3xqW .card-wrapper {
  position: relative;
}
.cid-u8Gsia3xqW .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u8Gsia3xqW .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u8Gsia3xqW .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u8Gsia3xqW .big {
  margin-top: -25%;
}
.cid-u8Gsia3xqW .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u8Gsia3xqW .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u8Gsia3xqW .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u8Gsia3xqW .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u8Gsib4ugV.popup-builder {
  background-color: #ffffff;
}
.cid-u8Gsib4ugV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8Gsib4ugV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8Gsib4ugV .modal-content,
.cid-u8Gsib4ugV .modal-dialog {
  height: auto;
}
.cid-u8Gsib4ugV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8Gsib4ugV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8Gsib4ugV .form-wrapper .mbr-form .form-group,
  .cid-u8Gsib4ugV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8Gsib4ugV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8Gsib4ugV .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-u8Gsib4ugV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u8Gsib4ugV .pt-0 {
  padding-top: 0 !important;
}
.cid-u8Gsib4ugV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8Gsib4ugV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8Gsib4ugV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8Gsib4ugV .modal-open {
  overflow: hidden;
}
.cid-u8Gsib4ugV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8Gsib4ugV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8Gsib4ugV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8Gsib4ugV .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-u8Gsib4ugV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8Gsib4ugV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8Gsib4ugV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8Gsib4ugV .modal-content {
  background: #353535;
  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-u8Gsib4ugV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8Gsib4ugV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8Gsib4ugV .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8Gsib4ugV .modal-backdrop.show {
  opacity: .5;
}
.cid-u8Gsib4ugV .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-u8Gsib4ugV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsib4ugV .modal-header {
    padding: 1rem;
  }
}
.cid-u8Gsib4ugV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8Gsib4ugV .modal-header .close svg {
  fill: #ffffff;
}
.cid-u8Gsib4ugV .modal-header .close:hover {
  opacity: 1;
}
.cid-u8Gsib4ugV .modal-header .close:focus {
  outline: none;
}
.cid-u8Gsib4ugV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u8Gsib4ugV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8Gsib4ugV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsib4ugV .modal-body {
    padding: 1rem;
  }
}
.cid-u8Gsib4ugV .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-u8Gsib4ugV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsib4ugV .modal-footer {
    padding: 1rem;
  }
}
.cid-u8Gsib4ugV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8Gsib4ugV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8Gsib4ugV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8Gsib4ugV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8Gsib4ugV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8Gsib4ugV .modal-lg,
  .cid-u8Gsib4ugV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8Gsib4ugV .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8Gsib4ugV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8Gsib4ugV .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-u8Gsib4ugV .form-group {
  margin-bottom: 1rem;
}
.cid-u8Gsib4ugV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8Gsib4ugV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8Gsib4ugV .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-u8Gsib4ugV .mbr-section-btn {
  margin: 0;
}
.cid-u8Gsib4ugV .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8Gsib4ugV #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u8Gsib4ugV #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u8Gsib4ugV #creativecommons img,
.cid-u8Gsib4ugV iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u8GsibJ2wp.popup-builder {
  background-color: #ffffff;
}
.cid-u8GsibJ2wp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8GsibJ2wp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8GsibJ2wp .modal-content,
.cid-u8GsibJ2wp .modal-dialog {
  height: auto;
}
.cid-u8GsibJ2wp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8GsibJ2wp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8GsibJ2wp .form-wrapper .mbr-form .form-group,
  .cid-u8GsibJ2wp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8GsibJ2wp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8GsibJ2wp .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-u8GsibJ2wp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u8GsibJ2wp .pt-0 {
  padding-top: 0 !important;
}
.cid-u8GsibJ2wp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8GsibJ2wp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8GsibJ2wp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8GsibJ2wp .modal-open {
  overflow: hidden;
}
.cid-u8GsibJ2wp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8GsibJ2wp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8GsibJ2wp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8GsibJ2wp .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-u8GsibJ2wp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8GsibJ2wp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8GsibJ2wp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8GsibJ2wp .modal-content {
  background: #353535;
  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-u8GsibJ2wp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8GsibJ2wp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8GsibJ2wp .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8GsibJ2wp .modal-backdrop.show {
  opacity: .5;
}
.cid-u8GsibJ2wp .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-u8GsibJ2wp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsibJ2wp .modal-header {
    padding: 1rem;
  }
}
.cid-u8GsibJ2wp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8GsibJ2wp .modal-header .close svg {
  fill: #ffffff;
}
.cid-u8GsibJ2wp .modal-header .close:hover {
  opacity: 1;
}
.cid-u8GsibJ2wp .modal-header .close:focus {
  outline: none;
}
.cid-u8GsibJ2wp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u8GsibJ2wp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8GsibJ2wp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsibJ2wp .modal-body {
    padding: 1rem;
  }
}
.cid-u8GsibJ2wp .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-u8GsibJ2wp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsibJ2wp .modal-footer {
    padding: 1rem;
  }
}
.cid-u8GsibJ2wp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8GsibJ2wp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8GsibJ2wp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8GsibJ2wp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8GsibJ2wp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8GsibJ2wp .modal-lg,
  .cid-u8GsibJ2wp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8GsibJ2wp .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8GsibJ2wp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8GsibJ2wp .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-u8GsibJ2wp .form-group {
  margin-bottom: 1rem;
}
.cid-u8GsibJ2wp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8GsibJ2wp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8GsibJ2wp .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-u8GsibJ2wp .mbr-section-btn {
  margin: 0;
}
.cid-u8GsibJ2wp .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8Gsicfm77.popup-builder {
  background-color: #ffffff;
}
.cid-u8Gsicfm77.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8Gsicfm77.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8Gsicfm77 .modal-content,
.cid-u8Gsicfm77 .modal-dialog {
  height: auto;
}
.cid-u8Gsicfm77 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8Gsicfm77 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8Gsicfm77 .form-wrapper .mbr-form .form-group,
  .cid-u8Gsicfm77 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8Gsicfm77 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8Gsicfm77 .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-u8Gsicfm77 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u8Gsicfm77 .pt-0 {
  padding-top: 0 !important;
}
.cid-u8Gsicfm77 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8Gsicfm77 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8Gsicfm77 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8Gsicfm77 .modal-open {
  overflow: hidden;
}
.cid-u8Gsicfm77 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8Gsicfm77 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8Gsicfm77 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8Gsicfm77 .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-u8Gsicfm77 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8Gsicfm77 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8Gsicfm77 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8Gsicfm77 .modal-content {
  background: #353535;
  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-u8Gsicfm77 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8Gsicfm77 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8Gsicfm77 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8Gsicfm77 .modal-backdrop.show {
  opacity: .5;
}
.cid-u8Gsicfm77 .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-u8Gsicfm77 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsicfm77 .modal-header {
    padding: 1rem;
  }
}
.cid-u8Gsicfm77 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8Gsicfm77 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u8Gsicfm77 .modal-header .close:hover {
  opacity: 1;
}
.cid-u8Gsicfm77 .modal-header .close:focus {
  outline: none;
}
.cid-u8Gsicfm77 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u8Gsicfm77 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8Gsicfm77 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsicfm77 .modal-body {
    padding: 1rem;
  }
}
.cid-u8Gsicfm77 .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-u8Gsicfm77 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsicfm77 .modal-footer {
    padding: 1rem;
  }
}
.cid-u8Gsicfm77 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8Gsicfm77 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8Gsicfm77 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8Gsicfm77 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8Gsicfm77 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8Gsicfm77 .modal-lg,
  .cid-u8Gsicfm77 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8Gsicfm77 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8Gsicfm77 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8Gsicfm77 .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-u8Gsicfm77 .form-group {
  margin-bottom: 1rem;
}
.cid-u8Gsicfm77 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8Gsicfm77 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8Gsicfm77 .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-u8Gsicfm77 .mbr-section-btn {
  margin: 0;
}
.cid-u8Gsicfm77 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8GsicJ6TI.popup-builder {
  background-color: #ffffff;
}
.cid-u8GsicJ6TI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8GsicJ6TI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8GsicJ6TI .modal-content,
.cid-u8GsicJ6TI .modal-dialog {
  height: auto;
}
.cid-u8GsicJ6TI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8GsicJ6TI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8GsicJ6TI .form-wrapper .mbr-form .form-group,
  .cid-u8GsicJ6TI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8GsicJ6TI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8GsicJ6TI .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-u8GsicJ6TI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u8GsicJ6TI .pt-0 {
  padding-top: 0 !important;
}
.cid-u8GsicJ6TI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8GsicJ6TI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8GsicJ6TI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8GsicJ6TI .modal-open {
  overflow: hidden;
}
.cid-u8GsicJ6TI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8GsicJ6TI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8GsicJ6TI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8GsicJ6TI .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-u8GsicJ6TI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8GsicJ6TI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8GsicJ6TI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8GsicJ6TI .modal-content {
  background: #353535;
  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-u8GsicJ6TI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8GsicJ6TI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8GsicJ6TI .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8GsicJ6TI .modal-backdrop.show {
  opacity: .5;
}
.cid-u8GsicJ6TI .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-u8GsicJ6TI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsicJ6TI .modal-header {
    padding: 1rem;
  }
}
.cid-u8GsicJ6TI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8GsicJ6TI .modal-header .close svg {
  fill: #ffffff;
}
.cid-u8GsicJ6TI .modal-header .close:hover {
  opacity: 1;
}
.cid-u8GsicJ6TI .modal-header .close:focus {
  outline: none;
}
.cid-u8GsicJ6TI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u8GsicJ6TI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8GsicJ6TI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsicJ6TI .modal-body {
    padding: 1rem;
  }
}
.cid-u8GsicJ6TI .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-u8GsicJ6TI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsicJ6TI .modal-footer {
    padding: 1rem;
  }
}
.cid-u8GsicJ6TI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8GsicJ6TI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8GsicJ6TI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8GsicJ6TI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8GsicJ6TI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8GsicJ6TI .modal-lg,
  .cid-u8GsicJ6TI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8GsicJ6TI .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8GsicJ6TI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8GsicJ6TI .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-u8GsicJ6TI .form-group {
  margin-bottom: 1rem;
}
.cid-u8GsicJ6TI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8GsicJ6TI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8GsicJ6TI .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-u8GsicJ6TI .mbr-section-btn {
  margin: 0;
}
.cid-u8GsicJ6TI .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8Gsidj5YR.popup-builder {
  background-color: #ffffff;
}
.cid-u8Gsidj5YR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8Gsidj5YR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8Gsidj5YR .modal-content,
.cid-u8Gsidj5YR .modal-dialog {
  height: auto;
}
.cid-u8Gsidj5YR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8Gsidj5YR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8Gsidj5YR .form-wrapper .mbr-form .form-group,
  .cid-u8Gsidj5YR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8Gsidj5YR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8Gsidj5YR .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-u8Gsidj5YR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u8Gsidj5YR .pt-0 {
  padding-top: 0 !important;
}
.cid-u8Gsidj5YR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8Gsidj5YR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8Gsidj5YR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8Gsidj5YR .modal-open {
  overflow: hidden;
}
.cid-u8Gsidj5YR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8Gsidj5YR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8Gsidj5YR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8Gsidj5YR .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-u8Gsidj5YR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8Gsidj5YR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8Gsidj5YR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8Gsidj5YR .modal-content {
  background: #353535;
  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-u8Gsidj5YR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8Gsidj5YR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8Gsidj5YR .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8Gsidj5YR .modal-backdrop.show {
  opacity: .5;
}
.cid-u8Gsidj5YR .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-u8Gsidj5YR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsidj5YR .modal-header {
    padding: 1rem;
  }
}
.cid-u8Gsidj5YR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8Gsidj5YR .modal-header .close svg {
  fill: #ffffff;
}
.cid-u8Gsidj5YR .modal-header .close:hover {
  opacity: 1;
}
.cid-u8Gsidj5YR .modal-header .close:focus {
  outline: none;
}
.cid-u8Gsidj5YR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u8Gsidj5YR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8Gsidj5YR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsidj5YR .modal-body {
    padding: 1rem;
  }
}
.cid-u8Gsidj5YR .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-u8Gsidj5YR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Gsidj5YR .modal-footer {
    padding: 1rem;
  }
}
.cid-u8Gsidj5YR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8Gsidj5YR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8Gsidj5YR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8Gsidj5YR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8Gsidj5YR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8Gsidj5YR .modal-lg,
  .cid-u8Gsidj5YR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8Gsidj5YR .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8Gsidj5YR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8Gsidj5YR .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-u8Gsidj5YR .form-group {
  margin-bottom: 1rem;
}
.cid-u8Gsidj5YR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8Gsidj5YR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8Gsidj5YR .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-u8Gsidj5YR .mbr-section-btn {
  margin: 0;
}
.cid-u8Gsidj5YR .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8GsidTFvY.popup-builder {
  background-color: #ffffff;
}
.cid-u8GsidTFvY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8GsidTFvY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8GsidTFvY .modal-content,
.cid-u8GsidTFvY .modal-dialog {
  height: auto;
}
.cid-u8GsidTFvY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8GsidTFvY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8GsidTFvY .form-wrapper .mbr-form .form-group,
  .cid-u8GsidTFvY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8GsidTFvY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8GsidTFvY .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-u8GsidTFvY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u8GsidTFvY .pt-0 {
  padding-top: 0 !important;
}
.cid-u8GsidTFvY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8GsidTFvY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8GsidTFvY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8GsidTFvY .modal-open {
  overflow: hidden;
}
.cid-u8GsidTFvY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8GsidTFvY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8GsidTFvY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8GsidTFvY .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-u8GsidTFvY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8GsidTFvY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8GsidTFvY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8GsidTFvY .modal-content {
  background: #353535;
  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-u8GsidTFvY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8GsidTFvY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8GsidTFvY .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8GsidTFvY .modal-backdrop.show {
  opacity: .5;
}
.cid-u8GsidTFvY .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-u8GsidTFvY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsidTFvY .modal-header {
    padding: 1rem;
  }
}
.cid-u8GsidTFvY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8GsidTFvY .modal-header .close svg {
  fill: #ffffff;
}
.cid-u8GsidTFvY .modal-header .close:hover {
  opacity: 1;
}
.cid-u8GsidTFvY .modal-header .close:focus {
  outline: none;
}
.cid-u8GsidTFvY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u8GsidTFvY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8GsidTFvY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsidTFvY .modal-body {
    padding: 1rem;
  }
}
.cid-u8GsidTFvY .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-u8GsidTFvY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsidTFvY .modal-footer {
    padding: 1rem;
  }
}
.cid-u8GsidTFvY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8GsidTFvY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8GsidTFvY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8GsidTFvY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8GsidTFvY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8GsidTFvY .modal-lg,
  .cid-u8GsidTFvY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8GsidTFvY .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8GsidTFvY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8GsidTFvY .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-u8GsidTFvY .form-group {
  margin-bottom: 1rem;
}
.cid-u8GsidTFvY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8GsidTFvY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8GsidTFvY .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-u8GsidTFvY .mbr-section-btn {
  margin: 0;
}
.cid-u8GsidTFvY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u8GsieSP5v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u8GsieSP5v .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u8GsieSP5v .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u8GsieSP5v .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u8GsieSP5v .bg-youtube:hover {
  background: #cc0000;
}
.cid-u8GsieSP5v .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u8GsieSP5v .bg-twitch:hover {
  background: #7313ff;
}
.cid-u8GsieSP5v .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u8GsieSP5v [class^="socicon-"]:before,
.cid-u8GsieSP5v [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u8GsieSP5v .mbr-section-title,
.cid-u8GsieSP5v .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u8GsifolSq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u8GsifolSq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u8GsifolSq .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u8GsifolSq .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u8GsifolSq .form-control:focus,
.cid-u8GsifolSq .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u8GsifolSq .form-group {
  margin-bottom: 1rem;
}
.cid-u8GsifolSq input::-webkit-input-placeholder,
.cid-u8GsifolSq textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u8GsifolSq input:-moz-placeholder,
.cid-u8GsifolSq textarea:-moz-placeholder {
  color: #656565;
}
.cid-u8GsifolSq .jq-selectbox li,
.cid-u8GsifolSq .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u8GsifolSq .jq-selectbox li:hover,
.cid-u8GsifolSq .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u8GsifolSq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u8GsifolSq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u8GsifolSq textarea.form-control {
  resize: none;
}
.cid-u8GsifolSq .input-group-btn {
  display: inline-block;
}
.cid-u8GsifolSq .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u8GsifolSq .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8GsifolSq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8GsifolSq .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u8GsifolSq .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u8GsifolSq .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u8GsifolSq .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u8GsifolSq .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u8GsifolSq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u8GsifolSq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u8GsifolSq .form-control,
.cid-u8GsifolSq .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u8GsifolSq #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u8GsifolSq #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u8GsifolSq #creativecommons img,
.cid-u8GsifolSq iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u8GsifolSq .offset-md-1 {
  margin-left: 1vw;
}
.cid-u8GsigogSc.popup-builder {
  background-color: #ffffff;
}
.cid-u8GsigogSc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8GsigogSc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8GsigogSc .modal-content,
.cid-u8GsigogSc .modal-dialog {
  height: auto;
}
.cid-u8GsigogSc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8GsigogSc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8GsigogSc .form-wrapper .mbr-form .form-group,
  .cid-u8GsigogSc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8GsigogSc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8GsigogSc .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-u8GsigogSc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u8GsigogSc .pt-0 {
  padding-top: 0 !important;
}
.cid-u8GsigogSc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8GsigogSc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8GsigogSc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8GsigogSc .modal-open {
  overflow: hidden;
}
.cid-u8GsigogSc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8GsigogSc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8GsigogSc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8GsigogSc .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-u8GsigogSc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8GsigogSc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8GsigogSc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8GsigogSc .modal-content {
  background: #353535;
  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-u8GsigogSc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8GsigogSc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8GsigogSc .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8GsigogSc .modal-backdrop.show {
  opacity: .5;
}
.cid-u8GsigogSc .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-u8GsigogSc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsigogSc .modal-header {
    padding: 1rem;
  }
}
.cid-u8GsigogSc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8GsigogSc .modal-header .close svg {
  fill: #ffffff;
}
.cid-u8GsigogSc .modal-header .close:hover {
  opacity: 1;
}
.cid-u8GsigogSc .modal-header .close:focus {
  outline: none;
}
.cid-u8GsigogSc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u8GsigogSc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8GsigogSc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsigogSc .modal-body {
    padding: 1rem;
  }
}
.cid-u8GsigogSc .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-u8GsigogSc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsigogSc .modal-footer {
    padding: 1rem;
  }
}
.cid-u8GsigogSc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8GsigogSc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8GsigogSc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8GsigogSc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8GsigogSc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8GsigogSc .modal-lg,
  .cid-u8GsigogSc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8GsigogSc .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8GsigogSc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8GsigogSc .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-u8GsigogSc .form-group {
  margin-bottom: 1rem;
}
.cid-u8GsigogSc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8GsigogSc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8GsigogSc .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-u8GsigogSc .mbr-section-btn {
  margin: 0;
}
.cid-u8GsigogSc .mbr-section-btn .btn {
  margin: 0;
}
.cid-u8GsihaNib.popup-builder {
  background-color: #ffffff;
}
.cid-u8GsihaNib.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8GsihaNib.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8GsihaNib .modal-content,
.cid-u8GsihaNib .modal-dialog {
  height: auto;
}
.cid-u8GsihaNib .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8GsihaNib .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8GsihaNib .form-wrapper .mbr-form .form-group,
  .cid-u8GsihaNib .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8GsihaNib .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8GsihaNib .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-u8GsihaNib .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u8GsihaNib .pt-0 {
  padding-top: 0 !important;
}
.cid-u8GsihaNib .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8GsihaNib .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8GsihaNib .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8GsihaNib .modal-open {
  overflow: hidden;
}
.cid-u8GsihaNib .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8GsihaNib .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8GsihaNib .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8GsihaNib .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-u8GsihaNib .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8GsihaNib .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8GsihaNib .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8GsihaNib .modal-content {
  background: #353535;
  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-u8GsihaNib .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u8GsihaNib .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8GsihaNib .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8GsihaNib .modal-backdrop.show {
  opacity: .5;
}
.cid-u8GsihaNib .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-u8GsihaNib .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsihaNib .modal-header {
    padding: 1rem;
  }
}
.cid-u8GsihaNib .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8GsihaNib .modal-header .close svg {
  fill: #ffffff;
}
.cid-u8GsihaNib .modal-header .close:hover {
  opacity: 1;
}
.cid-u8GsihaNib .modal-header .close:focus {
  outline: none;
}
.cid-u8GsihaNib .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u8GsihaNib .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u8GsihaNib .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsihaNib .modal-body {
    padding: 1rem;
  }
}
.cid-u8GsihaNib .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-u8GsihaNib .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8GsihaNib .modal-footer {
    padding: 1rem;
  }
}
.cid-u8GsihaNib .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8GsihaNib .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8GsihaNib .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8GsihaNib .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8GsihaNib .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u8GsihaNib .modal-lg,
  .cid-u8GsihaNib .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u8GsihaNib .modal-xl {
    max-width: 1140px;
  }
}
.cid-u8GsihaNib .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8GsihaNib .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-u8GsihaNib .form-group {
  margin-bottom: 1rem;
}
.cid-u8GsihaNib .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8GsihaNib .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8GsihaNib .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-u8GsihaNib .mbr-section-btn {
  margin: 0;
}
.cid-u8GsihaNib .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufysLOBeUn.popup-builder {
  background-color: #ffffff;
}
.cid-ufysLOBeUn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufysLOBeUn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufysLOBeUn .modal-content,
.cid-ufysLOBeUn .modal-dialog {
  height: auto;
}
.cid-ufysLOBeUn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufysLOBeUn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufysLOBeUn .form-wrapper .mbr-form .form-group,
  .cid-ufysLOBeUn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufysLOBeUn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufysLOBeUn .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-ufysLOBeUn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufysLOBeUn .pt-0 {
  padding-top: 0 !important;
}
.cid-ufysLOBeUn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufysLOBeUn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufysLOBeUn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufysLOBeUn .modal-open {
  overflow: hidden;
}
.cid-ufysLOBeUn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufysLOBeUn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufysLOBeUn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufysLOBeUn .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-ufysLOBeUn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufysLOBeUn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufysLOBeUn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufysLOBeUn .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-ufysLOBeUn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufysLOBeUn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufysLOBeUn .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufysLOBeUn .modal-backdrop.show {
  opacity: .5;
}
.cid-ufysLOBeUn .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-ufysLOBeUn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufysLOBeUn .modal-header {
    padding: 1rem;
  }
}
.cid-ufysLOBeUn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufysLOBeUn .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufysLOBeUn .modal-header .close:hover {
  opacity: 1;
}
.cid-ufysLOBeUn .modal-header .close:focus {
  outline: none;
}
.cid-ufysLOBeUn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufysLOBeUn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufysLOBeUn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufysLOBeUn .modal-body {
    padding: 1rem;
  }
}
.cid-ufysLOBeUn .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-ufysLOBeUn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufysLOBeUn .modal-footer {
    padding: 1rem;
  }
}
.cid-ufysLOBeUn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufysLOBeUn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufysLOBeUn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufysLOBeUn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufysLOBeUn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufysLOBeUn .modal-lg,
  .cid-ufysLOBeUn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufysLOBeUn .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufysLOBeUn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufysLOBeUn .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-ufysLOBeUn .form-group {
  margin-bottom: 1rem;
}
.cid-ufysLOBeUn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufysLOBeUn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufysLOBeUn .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-ufysLOBeUn .mbr-section-btn {
  margin: 0;
}
.cid-ufysLOBeUn .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufysM7F58c.popup-builder {
  background-color: #ffffff;
}
.cid-ufysM7F58c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufysM7F58c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufysM7F58c .modal-content,
.cid-ufysM7F58c .modal-dialog {
  height: auto;
}
.cid-ufysM7F58c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufysM7F58c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufysM7F58c .form-wrapper .mbr-form .form-group,
  .cid-ufysM7F58c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufysM7F58c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufysM7F58c .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-ufysM7F58c .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufysM7F58c .pt-0 {
  padding-top: 0 !important;
}
.cid-ufysM7F58c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufysM7F58c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufysM7F58c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufysM7F58c .modal-open {
  overflow: hidden;
}
.cid-ufysM7F58c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufysM7F58c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufysM7F58c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufysM7F58c .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-ufysM7F58c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufysM7F58c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufysM7F58c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufysM7F58c .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-ufysM7F58c .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufysM7F58c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufysM7F58c .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufysM7F58c .modal-backdrop.show {
  opacity: .5;
}
.cid-ufysM7F58c .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-ufysM7F58c .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufysM7F58c .modal-header {
    padding: 1rem;
  }
}
.cid-ufysM7F58c .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufysM7F58c .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufysM7F58c .modal-header .close:hover {
  opacity: 1;
}
.cid-ufysM7F58c .modal-header .close:focus {
  outline: none;
}
.cid-ufysM7F58c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufysM7F58c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufysM7F58c .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufysM7F58c .modal-body {
    padding: 1rem;
  }
}
.cid-ufysM7F58c .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-ufysM7F58c .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufysM7F58c .modal-footer {
    padding: 1rem;
  }
}
.cid-ufysM7F58c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufysM7F58c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufysM7F58c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufysM7F58c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufysM7F58c .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufysM7F58c .modal-lg,
  .cid-ufysM7F58c .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufysM7F58c .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufysM7F58c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufysM7F58c .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-ufysM7F58c .form-group {
  margin-bottom: 1rem;
}
.cid-ufysM7F58c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufysM7F58c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufysM7F58c .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-ufysM7F58c .mbr-section-btn {
  margin: 0;
}
.cid-ufysM7F58c .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9xlRamCE7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9xlRamCE7 nav.navbar {
  position: fixed;
}
.cid-u9xlRamCE7 .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-u9xlRamCE7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9xlRamCE7 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-u9xlRamCE7 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-u9xlRamCE7 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-u9xlRamCE7 .dropdown-item:hover,
.cid-u9xlRamCE7 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-u9xlRamCE7 .dropdown-item:hover span {
  color: white;
}
.cid-u9xlRamCE7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9xlRamCE7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9xlRamCE7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-u9xlRamCE7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9xlRamCE7 .nav-link {
  position: relative;
}
.cid-u9xlRamCE7 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-u9xlRamCE7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-u9xlRamCE7 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-u9xlRamCE7 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-u9xlRamCE7 .dropdown-menu,
.cid-u9xlRamCE7 .navbar.opened {
  background: #353535 !important;
}
.cid-u9xlRamCE7 .nav-item:focus,
.cid-u9xlRamCE7 .nav-link:focus {
  outline: none;
}
.cid-u9xlRamCE7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9xlRamCE7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9xlRamCE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9xlRamCE7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xlRamCE7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9xlRamCE7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9xlRamCE7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-u9xlRamCE7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9xlRamCE7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9xlRamCE7 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9xlRamCE7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9xlRamCE7 .navbar.collapsed {
  justify-content: center;
}
.cid-u9xlRamCE7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9xlRamCE7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9xlRamCE7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9xlRamCE7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9xlRamCE7 .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-u9xlRamCE7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9xlRamCE7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9xlRamCE7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9xlRamCE7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9xlRamCE7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9xlRamCE7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9xlRamCE7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9xlRamCE7 .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-u9xlRamCE7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9xlRamCE7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9xlRamCE7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u9xlRamCE7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9xlRamCE7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9xlRamCE7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-u9xlRamCE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9xlRamCE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9xlRamCE7 .dropdown-item.active,
.cid-u9xlRamCE7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9xlRamCE7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9xlRamCE7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9xlRamCE7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9xlRamCE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u9xlRamCE7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9xlRamCE7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9xlRamCE7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9xlRamCE7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9xlRamCE7 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9xlRamCE7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-u9xlRamCE7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9xlRamCE7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xlRamCE7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xlRamCE7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9xlRamCE7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xlRamCE7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9xlRamCE7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9xlRamCE7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xlRamCE7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9xlRamCE7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xlRamCE7 .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-u9xlRamCE7 .navbar {
    height: 70px;
  }
  .cid-u9xlRamCE7 .navbar.opened {
    height: auto;
  }
  .cid-u9xlRamCE7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9xlRamCE7 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-u9xlRamCE7 .navbar-toggler {
  margin-left: 10px;
}
.cid-u9xlRamCE7 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-u9xlRamCE7 .navbar-logo {
  margin-right: 0 !important;
}
.cid-u9xlRamCE7 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u9xlRamCE7 .mbr-text {
    display: none;
  }
}
.cid-u9xlRamCE7 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-u9xlRamCE7 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-u9xlRamCE7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-u9xlRamCE7 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-u9xlRamCE7 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-u9xlRamCE7 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-u9xlRamCE7 #vol {
    display: none;
  }
}
.cid-u9xlRamCE7 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-u9xlRbUL2C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u9xlRbUL2C .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRbUL2C .mbr-section-subtitle {
  text-align: center;
}
.cid-u9xlRbUL2C .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u9xlRbUL2C .display-1 {
    font-size: 75px;
  }
  .cid-u9xlRbUL2C .display-5 {
    font-size: 29px;
  }
  .cid-u9xlRbUL2C .display-4 {
    font-weight: 300;
  }
}
#custom-html-1p6 {
  /* Type valid CSS here */
}
#custom-html-1p6 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1p6 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZx5oWU7C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZx5oWU7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZx5oWU7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZx5oWU7C .container,
.cid-ubZx5oWU7C .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZx5oWU7C .container,
  .cid-ubZx5oWU7C .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZx5oWU7C .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZx5oWU7C .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZx5oWU7C .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZx5oWU7C .mbr-section-title {
  color: #4479d9;
}
.cid-ubZx5oWU7C .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTlhDVwgf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTlhDVwgf .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yt {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yt *,
#custom-html-1yt *::before,
#custom-html-1yt *::after {
  box-sizing: border-box;
}
#custom-html-1yt body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yt #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yt .container {
  background-color: #232323;
}
#custom-html-1yt .titre {
  padding: 1em;
}
#custom-html-1yt H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yt h6 {
  color: white;
}
.cid-ubZxjZKyHQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZxjZKyHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZxjZKyHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZxjZKyHQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZxjZKyHQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZxjZKyHQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZxjZKyHQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZxjZKyHQ .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZxjZKyHQ .mbr-text,
.cid-ubZxjZKyHQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZxjZKyHQ .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZxlP8dqp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZxlP8dqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZxlP8dqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZxlP8dqp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZxlP8dqp .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZxlP8dqp .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZxlP8dqp .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZxlP8dqp .mbr-text,
.cid-ubZxlP8dqp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZxlP8dqp .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
#custom-html-1yz {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yz *,
#custom-html-1yz *::before,
#custom-html-1yz *::after {
  box-sizing: border-box;
}
#custom-html-1yz body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yz #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yz img {
  width: 100%;
}
#custom-html-1yz .container {
  background-color: #232323;
}
#custom-html-1yz .cards {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  grid-gap: 1rem;
}
#custom-html-1yz .card {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.2);
}
#custom-html-1yz .card p {
  color: white;
  padding-top: .5em;
  padding-left: .5em;
  padding-bottom: 0;
}
#custom-html-1yz .titre {
  padding: 1em;
}
#custom-html-1yz H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yz h6 {
  color: white;
}
#custom-html-1yz .extraction {
  font-size: 2em;
  color: white;
  text-align: center;
  margin-top: 1em;
}
#custom-html-1yz .blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cid-u9xlRdtwn1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u9xlRdtwn1 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-u9xlRdtwn1 .mbr-text,
.cid-u9xlRdtwn1 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-u9xlRe7kfA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-u9xlRe7kfA .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-u9xlRe7kfA .row {
    padding: 20px 34px;
  }
}
.cid-u9xlRe7kfA .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-u9xlRewCOR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u9xlRewCOR .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u9xlRewCOR .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u9xlRewCOR .card:hover {
  margin-top: -0.6rem;
}
.cid-u9xlRewCOR .card-wrapper {
  position: relative;
}
.cid-u9xlRewCOR .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u9xlRewCOR .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u9xlRewCOR .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u9xlRewCOR .big {
  margin-top: -25%;
}
.cid-u9xlRewCOR .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u9xlRewCOR .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u9xlRewCOR .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u9xlRewCOR .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-u9xlRf8YrP.popup-builder {
  background-color: #ffffff;
}
.cid-u9xlRf8YrP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xlRf8YrP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xlRf8YrP .modal-content,
.cid-u9xlRf8YrP .modal-dialog {
  height: auto;
}
.cid-u9xlRf8YrP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xlRf8YrP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xlRf8YrP .form-wrapper .mbr-form .form-group,
  .cid-u9xlRf8YrP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xlRf8YrP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xlRf8YrP .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-u9xlRf8YrP .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u9xlRf8YrP .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xlRf8YrP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xlRf8YrP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xlRf8YrP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xlRf8YrP .modal-open {
  overflow: hidden;
}
.cid-u9xlRf8YrP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xlRf8YrP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xlRf8YrP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xlRf8YrP .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-u9xlRf8YrP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xlRf8YrP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xlRf8YrP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xlRf8YrP .modal-content {
  background: #353535;
  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-u9xlRf8YrP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xlRf8YrP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xlRf8YrP .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xlRf8YrP .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xlRf8YrP .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-u9xlRf8YrP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRf8YrP .modal-header {
    padding: 1rem;
  }
}
.cid-u9xlRf8YrP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xlRf8YrP .modal-header .close svg {
  fill: #ffffff;
}
.cid-u9xlRf8YrP .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xlRf8YrP .modal-header .close:focus {
  outline: none;
}
.cid-u9xlRf8YrP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRf8YrP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xlRf8YrP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRf8YrP .modal-body {
    padding: 1rem;
  }
}
.cid-u9xlRf8YrP .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-u9xlRf8YrP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRf8YrP .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xlRf8YrP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xlRf8YrP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xlRf8YrP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xlRf8YrP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xlRf8YrP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xlRf8YrP .modal-lg,
  .cid-u9xlRf8YrP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xlRf8YrP .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xlRf8YrP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xlRf8YrP .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-u9xlRf8YrP .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRf8YrP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xlRf8YrP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xlRf8YrP .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-u9xlRf8YrP .mbr-section-btn {
  margin: 0;
}
.cid-u9xlRf8YrP .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9xlRf8YrP #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u9xlRf8YrP #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u9xlRf8YrP #creativecommons img,
.cid-u9xlRf8YrP iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u9xlRh07eu.popup-builder {
  background-color: #ffffff;
}
.cid-u9xlRh07eu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xlRh07eu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xlRh07eu .modal-content,
.cid-u9xlRh07eu .modal-dialog {
  height: auto;
}
.cid-u9xlRh07eu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xlRh07eu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xlRh07eu .form-wrapper .mbr-form .form-group,
  .cid-u9xlRh07eu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xlRh07eu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xlRh07eu .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-u9xlRh07eu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u9xlRh07eu .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xlRh07eu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xlRh07eu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xlRh07eu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xlRh07eu .modal-open {
  overflow: hidden;
}
.cid-u9xlRh07eu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xlRh07eu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xlRh07eu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xlRh07eu .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-u9xlRh07eu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xlRh07eu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xlRh07eu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xlRh07eu .modal-content {
  background: #353535;
  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-u9xlRh07eu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xlRh07eu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xlRh07eu .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xlRh07eu .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xlRh07eu .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-u9xlRh07eu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRh07eu .modal-header {
    padding: 1rem;
  }
}
.cid-u9xlRh07eu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xlRh07eu .modal-header .close svg {
  fill: #ffffff;
}
.cid-u9xlRh07eu .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xlRh07eu .modal-header .close:focus {
  outline: none;
}
.cid-u9xlRh07eu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRh07eu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xlRh07eu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRh07eu .modal-body {
    padding: 1rem;
  }
}
.cid-u9xlRh07eu .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-u9xlRh07eu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRh07eu .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xlRh07eu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xlRh07eu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xlRh07eu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xlRh07eu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xlRh07eu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xlRh07eu .modal-lg,
  .cid-u9xlRh07eu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xlRh07eu .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xlRh07eu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xlRh07eu .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-u9xlRh07eu .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRh07eu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xlRh07eu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xlRh07eu .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-u9xlRh07eu .mbr-section-btn {
  margin: 0;
}
.cid-u9xlRh07eu .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9xlRhAjw2.popup-builder {
  background-color: #ffffff;
}
.cid-u9xlRhAjw2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xlRhAjw2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xlRhAjw2 .modal-content,
.cid-u9xlRhAjw2 .modal-dialog {
  height: auto;
}
.cid-u9xlRhAjw2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xlRhAjw2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xlRhAjw2 .form-wrapper .mbr-form .form-group,
  .cid-u9xlRhAjw2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xlRhAjw2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xlRhAjw2 .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-u9xlRhAjw2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u9xlRhAjw2 .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xlRhAjw2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xlRhAjw2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xlRhAjw2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xlRhAjw2 .modal-open {
  overflow: hidden;
}
.cid-u9xlRhAjw2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xlRhAjw2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xlRhAjw2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xlRhAjw2 .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-u9xlRhAjw2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xlRhAjw2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xlRhAjw2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xlRhAjw2 .modal-content {
  background: #353535;
  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-u9xlRhAjw2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xlRhAjw2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xlRhAjw2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xlRhAjw2 .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xlRhAjw2 .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-u9xlRhAjw2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRhAjw2 .modal-header {
    padding: 1rem;
  }
}
.cid-u9xlRhAjw2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xlRhAjw2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u9xlRhAjw2 .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xlRhAjw2 .modal-header .close:focus {
  outline: none;
}
.cid-u9xlRhAjw2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRhAjw2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xlRhAjw2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRhAjw2 .modal-body {
    padding: 1rem;
  }
}
.cid-u9xlRhAjw2 .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-u9xlRhAjw2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRhAjw2 .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xlRhAjw2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xlRhAjw2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xlRhAjw2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xlRhAjw2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xlRhAjw2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xlRhAjw2 .modal-lg,
  .cid-u9xlRhAjw2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xlRhAjw2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xlRhAjw2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xlRhAjw2 .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-u9xlRhAjw2 .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRhAjw2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xlRhAjw2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xlRhAjw2 .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-u9xlRhAjw2 .mbr-section-btn {
  margin: 0;
}
.cid-u9xlRhAjw2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9xlRikBFr.popup-builder {
  background-color: #ffffff;
}
.cid-u9xlRikBFr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xlRikBFr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xlRikBFr .modal-content,
.cid-u9xlRikBFr .modal-dialog {
  height: auto;
}
.cid-u9xlRikBFr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xlRikBFr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xlRikBFr .form-wrapper .mbr-form .form-group,
  .cid-u9xlRikBFr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xlRikBFr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xlRikBFr .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-u9xlRikBFr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u9xlRikBFr .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xlRikBFr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xlRikBFr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xlRikBFr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xlRikBFr .modal-open {
  overflow: hidden;
}
.cid-u9xlRikBFr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xlRikBFr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xlRikBFr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xlRikBFr .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-u9xlRikBFr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xlRikBFr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xlRikBFr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xlRikBFr .modal-content {
  background: #353535;
  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-u9xlRikBFr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xlRikBFr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xlRikBFr .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xlRikBFr .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xlRikBFr .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-u9xlRikBFr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRikBFr .modal-header {
    padding: 1rem;
  }
}
.cid-u9xlRikBFr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xlRikBFr .modal-header .close svg {
  fill: #ffffff;
}
.cid-u9xlRikBFr .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xlRikBFr .modal-header .close:focus {
  outline: none;
}
.cid-u9xlRikBFr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRikBFr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xlRikBFr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRikBFr .modal-body {
    padding: 1rem;
  }
}
.cid-u9xlRikBFr .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-u9xlRikBFr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRikBFr .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xlRikBFr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xlRikBFr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xlRikBFr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xlRikBFr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xlRikBFr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xlRikBFr .modal-lg,
  .cid-u9xlRikBFr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xlRikBFr .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xlRikBFr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xlRikBFr .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-u9xlRikBFr .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRikBFr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xlRikBFr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xlRikBFr .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-u9xlRikBFr .mbr-section-btn {
  margin: 0;
}
.cid-u9xlRikBFr .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9xlRiNzQm.popup-builder {
  background-color: #ffffff;
}
.cid-u9xlRiNzQm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xlRiNzQm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xlRiNzQm .modal-content,
.cid-u9xlRiNzQm .modal-dialog {
  height: auto;
}
.cid-u9xlRiNzQm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xlRiNzQm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xlRiNzQm .form-wrapper .mbr-form .form-group,
  .cid-u9xlRiNzQm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xlRiNzQm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xlRiNzQm .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-u9xlRiNzQm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u9xlRiNzQm .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xlRiNzQm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xlRiNzQm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xlRiNzQm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xlRiNzQm .modal-open {
  overflow: hidden;
}
.cid-u9xlRiNzQm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xlRiNzQm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xlRiNzQm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xlRiNzQm .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-u9xlRiNzQm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xlRiNzQm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xlRiNzQm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xlRiNzQm .modal-content {
  background: #353535;
  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-u9xlRiNzQm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xlRiNzQm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xlRiNzQm .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xlRiNzQm .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xlRiNzQm .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-u9xlRiNzQm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRiNzQm .modal-header {
    padding: 1rem;
  }
}
.cid-u9xlRiNzQm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xlRiNzQm .modal-header .close svg {
  fill: #ffffff;
}
.cid-u9xlRiNzQm .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xlRiNzQm .modal-header .close:focus {
  outline: none;
}
.cid-u9xlRiNzQm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRiNzQm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xlRiNzQm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRiNzQm .modal-body {
    padding: 1rem;
  }
}
.cid-u9xlRiNzQm .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-u9xlRiNzQm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRiNzQm .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xlRiNzQm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xlRiNzQm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xlRiNzQm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xlRiNzQm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xlRiNzQm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xlRiNzQm .modal-lg,
  .cid-u9xlRiNzQm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xlRiNzQm .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xlRiNzQm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xlRiNzQm .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-u9xlRiNzQm .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRiNzQm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xlRiNzQm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xlRiNzQm .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-u9xlRiNzQm .mbr-section-btn {
  margin: 0;
}
.cid-u9xlRiNzQm .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9xlRk3E3s.popup-builder {
  background-color: #ffffff;
}
.cid-u9xlRk3E3s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xlRk3E3s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xlRk3E3s .modal-content,
.cid-u9xlRk3E3s .modal-dialog {
  height: auto;
}
.cid-u9xlRk3E3s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xlRk3E3s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xlRk3E3s .form-wrapper .mbr-form .form-group,
  .cid-u9xlRk3E3s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xlRk3E3s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xlRk3E3s .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-u9xlRk3E3s .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u9xlRk3E3s .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xlRk3E3s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xlRk3E3s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xlRk3E3s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xlRk3E3s .modal-open {
  overflow: hidden;
}
.cid-u9xlRk3E3s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xlRk3E3s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xlRk3E3s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xlRk3E3s .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-u9xlRk3E3s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xlRk3E3s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xlRk3E3s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xlRk3E3s .modal-content {
  background: #353535;
  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-u9xlRk3E3s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xlRk3E3s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xlRk3E3s .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xlRk3E3s .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xlRk3E3s .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-u9xlRk3E3s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRk3E3s .modal-header {
    padding: 1rem;
  }
}
.cid-u9xlRk3E3s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xlRk3E3s .modal-header .close svg {
  fill: #ffffff;
}
.cid-u9xlRk3E3s .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xlRk3E3s .modal-header .close:focus {
  outline: none;
}
.cid-u9xlRk3E3s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRk3E3s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xlRk3E3s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRk3E3s .modal-body {
    padding: 1rem;
  }
}
.cid-u9xlRk3E3s .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-u9xlRk3E3s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRk3E3s .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xlRk3E3s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xlRk3E3s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xlRk3E3s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xlRk3E3s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xlRk3E3s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xlRk3E3s .modal-lg,
  .cid-u9xlRk3E3s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xlRk3E3s .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xlRk3E3s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xlRk3E3s .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-u9xlRk3E3s .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRk3E3s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xlRk3E3s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xlRk3E3s .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-u9xlRk3E3s .mbr-section-btn {
  margin: 0;
}
.cid-u9xlRk3E3s .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-u9xlRllffi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u9xlRllffi .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u9xlRllffi .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u9xlRllffi .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-u9xlRllffi .bg-youtube:hover {
  background: #cc0000;
}
.cid-u9xlRllffi .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-u9xlRllffi .bg-twitch:hover {
  background: #7313ff;
}
.cid-u9xlRllffi .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u9xlRllffi [class^="socicon-"]:before,
.cid-u9xlRllffi [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u9xlRllffi .mbr-section-title,
.cid-u9xlRllffi .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-u9xlRlYg3L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u9xlRlYg3L .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9xlRlYg3L .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-u9xlRlYg3L .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-u9xlRlYg3L .form-control:focus,
.cid-u9xlRlYg3L .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u9xlRlYg3L .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRlYg3L input::-webkit-input-placeholder,
.cid-u9xlRlYg3L textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u9xlRlYg3L input:-moz-placeholder,
.cid-u9xlRlYg3L textarea:-moz-placeholder {
  color: #656565;
}
.cid-u9xlRlYg3L .jq-selectbox li,
.cid-u9xlRlYg3L .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u9xlRlYg3L .jq-selectbox li:hover,
.cid-u9xlRlYg3L .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u9xlRlYg3L .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u9xlRlYg3L .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u9xlRlYg3L textarea.form-control {
  resize: none;
}
.cid-u9xlRlYg3L .input-group-btn {
  display: inline-block;
}
.cid-u9xlRlYg3L .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-u9xlRlYg3L .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9xlRlYg3L .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u9xlRlYg3L .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u9xlRlYg3L .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u9xlRlYg3L .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u9xlRlYg3L .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9xlRlYg3L .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-u9xlRlYg3L .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9xlRlYg3L .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u9xlRlYg3L .form-control,
.cid-u9xlRlYg3L .input-group-btn .btn {
  border-radius: 3px;
}
.cid-u9xlRlYg3L #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-u9xlRlYg3L #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-u9xlRlYg3L #creativecommons img,
.cid-u9xlRlYg3L iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-u9xlRlYg3L .offset-md-1 {
  margin-left: 1vw;
}
.cid-u9xlRmW0v1.popup-builder {
  background-color: #ffffff;
}
.cid-u9xlRmW0v1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xlRmW0v1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xlRmW0v1 .modal-content,
.cid-u9xlRmW0v1 .modal-dialog {
  height: auto;
}
.cid-u9xlRmW0v1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xlRmW0v1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xlRmW0v1 .form-wrapper .mbr-form .form-group,
  .cid-u9xlRmW0v1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xlRmW0v1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xlRmW0v1 .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-u9xlRmW0v1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u9xlRmW0v1 .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xlRmW0v1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xlRmW0v1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xlRmW0v1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xlRmW0v1 .modal-open {
  overflow: hidden;
}
.cid-u9xlRmW0v1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xlRmW0v1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xlRmW0v1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xlRmW0v1 .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-u9xlRmW0v1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xlRmW0v1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xlRmW0v1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xlRmW0v1 .modal-content {
  background: #353535;
  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-u9xlRmW0v1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xlRmW0v1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xlRmW0v1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xlRmW0v1 .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xlRmW0v1 .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-u9xlRmW0v1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRmW0v1 .modal-header {
    padding: 1rem;
  }
}
.cid-u9xlRmW0v1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xlRmW0v1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-u9xlRmW0v1 .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xlRmW0v1 .modal-header .close:focus {
  outline: none;
}
.cid-u9xlRmW0v1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRmW0v1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xlRmW0v1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRmW0v1 .modal-body {
    padding: 1rem;
  }
}
.cid-u9xlRmW0v1 .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-u9xlRmW0v1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRmW0v1 .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xlRmW0v1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xlRmW0v1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xlRmW0v1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xlRmW0v1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xlRmW0v1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xlRmW0v1 .modal-lg,
  .cid-u9xlRmW0v1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xlRmW0v1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xlRmW0v1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xlRmW0v1 .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-u9xlRmW0v1 .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRmW0v1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xlRmW0v1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xlRmW0v1 .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-u9xlRmW0v1 .mbr-section-btn {
  margin: 0;
}
.cid-u9xlRmW0v1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u9xlRns1sX.popup-builder {
  background-color: #ffffff;
}
.cid-u9xlRns1sX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u9xlRns1sX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u9xlRns1sX .modal-content,
.cid-u9xlRns1sX .modal-dialog {
  height: auto;
}
.cid-u9xlRns1sX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u9xlRns1sX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u9xlRns1sX .form-wrapper .mbr-form .form-group,
  .cid-u9xlRns1sX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u9xlRns1sX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u9xlRns1sX .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-u9xlRns1sX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u9xlRns1sX .pt-0 {
  padding-top: 0 !important;
}
.cid-u9xlRns1sX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u9xlRns1sX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u9xlRns1sX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u9xlRns1sX .modal-open {
  overflow: hidden;
}
.cid-u9xlRns1sX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u9xlRns1sX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u9xlRns1sX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u9xlRns1sX .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-u9xlRns1sX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u9xlRns1sX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u9xlRns1sX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u9xlRns1sX .modal-content {
  background: #353535;
  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-u9xlRns1sX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u9xlRns1sX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u9xlRns1sX .modal-backdrop.fade {
  opacity: 0;
}
.cid-u9xlRns1sX .modal-backdrop.show {
  opacity: .5;
}
.cid-u9xlRns1sX .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-u9xlRns1sX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRns1sX .modal-header {
    padding: 1rem;
  }
}
.cid-u9xlRns1sX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u9xlRns1sX .modal-header .close svg {
  fill: #ffffff;
}
.cid-u9xlRns1sX .modal-header .close:hover {
  opacity: 1;
}
.cid-u9xlRns1sX .modal-header .close:focus {
  outline: none;
}
.cid-u9xlRns1sX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-u9xlRns1sX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u9xlRns1sX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRns1sX .modal-body {
    padding: 1rem;
  }
}
.cid-u9xlRns1sX .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-u9xlRns1sX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xlRns1sX .modal-footer {
    padding: 1rem;
  }
}
.cid-u9xlRns1sX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u9xlRns1sX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u9xlRns1sX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u9xlRns1sX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u9xlRns1sX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u9xlRns1sX .modal-lg,
  .cid-u9xlRns1sX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u9xlRns1sX .modal-xl {
    max-width: 1140px;
  }
}
.cid-u9xlRns1sX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u9xlRns1sX .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-u9xlRns1sX .form-group {
  margin-bottom: 1rem;
}
.cid-u9xlRns1sX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u9xlRns1sX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u9xlRns1sX .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-u9xlRns1sX .mbr-section-btn {
  margin: 0;
}
.cid-u9xlRns1sX .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufyrHM7bM0.popup-builder {
  background-color: #ffffff;
}
.cid-ufyrHM7bM0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufyrHM7bM0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufyrHM7bM0 .modal-content,
.cid-ufyrHM7bM0 .modal-dialog {
  height: auto;
}
.cid-ufyrHM7bM0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufyrHM7bM0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufyrHM7bM0 .form-wrapper .mbr-form .form-group,
  .cid-ufyrHM7bM0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufyrHM7bM0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufyrHM7bM0 .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-ufyrHM7bM0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufyrHM7bM0 .pt-0 {
  padding-top: 0 !important;
}
.cid-ufyrHM7bM0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufyrHM7bM0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufyrHM7bM0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufyrHM7bM0 .modal-open {
  overflow: hidden;
}
.cid-ufyrHM7bM0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufyrHM7bM0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufyrHM7bM0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufyrHM7bM0 .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-ufyrHM7bM0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufyrHM7bM0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufyrHM7bM0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufyrHM7bM0 .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-ufyrHM7bM0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufyrHM7bM0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufyrHM7bM0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufyrHM7bM0 .modal-backdrop.show {
  opacity: .5;
}
.cid-ufyrHM7bM0 .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-ufyrHM7bM0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyrHM7bM0 .modal-header {
    padding: 1rem;
  }
}
.cid-ufyrHM7bM0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufyrHM7bM0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufyrHM7bM0 .modal-header .close:hover {
  opacity: 1;
}
.cid-ufyrHM7bM0 .modal-header .close:focus {
  outline: none;
}
.cid-ufyrHM7bM0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufyrHM7bM0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufyrHM7bM0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyrHM7bM0 .modal-body {
    padding: 1rem;
  }
}
.cid-ufyrHM7bM0 .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-ufyrHM7bM0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyrHM7bM0 .modal-footer {
    padding: 1rem;
  }
}
.cid-ufyrHM7bM0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufyrHM7bM0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufyrHM7bM0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufyrHM7bM0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufyrHM7bM0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufyrHM7bM0 .modal-lg,
  .cid-ufyrHM7bM0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufyrHM7bM0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufyrHM7bM0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufyrHM7bM0 .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-ufyrHM7bM0 .form-group {
  margin-bottom: 1rem;
}
.cid-ufyrHM7bM0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufyrHM7bM0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufyrHM7bM0 .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-ufyrHM7bM0 .mbr-section-btn {
  margin: 0;
}
.cid-ufyrHM7bM0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufyrI6qTKP.popup-builder {
  background-color: #ffffff;
}
.cid-ufyrI6qTKP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufyrI6qTKP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufyrI6qTKP .modal-content,
.cid-ufyrI6qTKP .modal-dialog {
  height: auto;
}
.cid-ufyrI6qTKP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufyrI6qTKP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufyrI6qTKP .form-wrapper .mbr-form .form-group,
  .cid-ufyrI6qTKP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufyrI6qTKP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufyrI6qTKP .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-ufyrI6qTKP .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufyrI6qTKP .pt-0 {
  padding-top: 0 !important;
}
.cid-ufyrI6qTKP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufyrI6qTKP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufyrI6qTKP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufyrI6qTKP .modal-open {
  overflow: hidden;
}
.cid-ufyrI6qTKP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufyrI6qTKP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufyrI6qTKP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufyrI6qTKP .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-ufyrI6qTKP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufyrI6qTKP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufyrI6qTKP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufyrI6qTKP .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-ufyrI6qTKP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufyrI6qTKP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufyrI6qTKP .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufyrI6qTKP .modal-backdrop.show {
  opacity: .5;
}
.cid-ufyrI6qTKP .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-ufyrI6qTKP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyrI6qTKP .modal-header {
    padding: 1rem;
  }
}
.cid-ufyrI6qTKP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufyrI6qTKP .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufyrI6qTKP .modal-header .close:hover {
  opacity: 1;
}
.cid-ufyrI6qTKP .modal-header .close:focus {
  outline: none;
}
.cid-ufyrI6qTKP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufyrI6qTKP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufyrI6qTKP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyrI6qTKP .modal-body {
    padding: 1rem;
  }
}
.cid-ufyrI6qTKP .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-ufyrI6qTKP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyrI6qTKP .modal-footer {
    padding: 1rem;
  }
}
.cid-ufyrI6qTKP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufyrI6qTKP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufyrI6qTKP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufyrI6qTKP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufyrI6qTKP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufyrI6qTKP .modal-lg,
  .cid-ufyrI6qTKP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufyrI6qTKP .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufyrI6qTKP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufyrI6qTKP .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-ufyrI6qTKP .form-group {
  margin-bottom: 1rem;
}
.cid-ufyrI6qTKP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufyrI6qTKP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufyrI6qTKP .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-ufyrI6qTKP .mbr-section-btn {
  margin: 0;
}
.cid-ufyrI6qTKP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uahBrogDGt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uahBrogDGt nav.navbar {
  position: fixed;
}
.cid-uahBrogDGt .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-uahBrogDGt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uahBrogDGt .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uahBrogDGt #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uahBrogDGt .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uahBrogDGt .dropdown-item:hover,
.cid-uahBrogDGt .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uahBrogDGt .dropdown-item:hover span {
  color: white;
}
.cid-uahBrogDGt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uahBrogDGt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uahBrogDGt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uahBrogDGt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uahBrogDGt .nav-link {
  position: relative;
}
.cid-uahBrogDGt .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uahBrogDGt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uahBrogDGt .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uahBrogDGt .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uahBrogDGt .dropdown-menu,
.cid-uahBrogDGt .navbar.opened {
  background: #353535 !important;
}
.cid-uahBrogDGt .nav-item:focus,
.cid-uahBrogDGt .nav-link:focus {
  outline: none;
}
.cid-uahBrogDGt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uahBrogDGt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uahBrogDGt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uahBrogDGt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uahBrogDGt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uahBrogDGt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uahBrogDGt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uahBrogDGt .navbar.opened {
  transition: all 0.3s;
}
.cid-uahBrogDGt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uahBrogDGt .navbar .navbar-logo img {
  width: auto;
}
.cid-uahBrogDGt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uahBrogDGt .navbar.collapsed {
  justify-content: center;
}
.cid-uahBrogDGt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uahBrogDGt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uahBrogDGt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uahBrogDGt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uahBrogDGt .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-uahBrogDGt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uahBrogDGt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uahBrogDGt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uahBrogDGt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uahBrogDGt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uahBrogDGt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uahBrogDGt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uahBrogDGt .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-uahBrogDGt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uahBrogDGt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uahBrogDGt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uahBrogDGt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uahBrogDGt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uahBrogDGt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uahBrogDGt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uahBrogDGt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uahBrogDGt .dropdown-item.active,
.cid-uahBrogDGt .dropdown-item:active {
  background-color: transparent;
}
.cid-uahBrogDGt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uahBrogDGt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uahBrogDGt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uahBrogDGt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uahBrogDGt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uahBrogDGt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uahBrogDGt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uahBrogDGt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uahBrogDGt button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uahBrogDGt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uahBrogDGt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uahBrogDGt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uahBrogDGt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uahBrogDGt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uahBrogDGt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uahBrogDGt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uahBrogDGt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uahBrogDGt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uahBrogDGt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uahBrogDGt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uahBrogDGt .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-uahBrogDGt .navbar {
    height: 70px;
  }
  .cid-uahBrogDGt .navbar.opened {
    height: auto;
  }
  .cid-uahBrogDGt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uahBrogDGt .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uahBrogDGt .navbar-toggler {
  margin-left: 10px;
}
.cid-uahBrogDGt .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uahBrogDGt .navbar-logo {
  margin-right: 0 !important;
}
.cid-uahBrogDGt .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uahBrogDGt .mbr-text {
    display: none;
  }
}
.cid-uahBrogDGt .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uahBrogDGt .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uahBrogDGt .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uahBrogDGt .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uahBrogDGt #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uahBrogDGt #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uahBrogDGt #vol {
    display: none;
  }
}
.cid-uahBrogDGt .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uahBrpj5xv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uahBrpj5xv .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uahBrpj5xv .mbr-section-subtitle {
  text-align: center;
}
.cid-uahBrpj5xv .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uahBrpj5xv .display-1 {
    font-size: 75px;
  }
  .cid-uahBrpj5xv .display-5 {
    font-size: 29px;
  }
  .cid-uahBrpj5xv .display-4 {
    font-weight: 300;
  }
}
#custom-html-1pr {
  /* Type valid CSS here */
}
#custom-html-1pr div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1pr .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZxp6JMYq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZxp6JMYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZxp6JMYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZxp6JMYq .container,
.cid-ubZxp6JMYq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZxp6JMYq .container,
  .cid-ubZxp6JMYq .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZxp6JMYq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZxp6JMYq .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZxp6JMYq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZxp6JMYq .mbr-section-title {
  color: #4479d9;
}
.cid-ubZxp6JMYq .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTgwjeOG2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTgwjeOG2 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yu {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yu *,
#custom-html-1yu *::before,
#custom-html-1yu *::after {
  box-sizing: border-box;
}
#custom-html-1yu body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yu #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yu .container {
  background-color: #232323;
}
#custom-html-1yu .titre {
  padding: 1em;
}
#custom-html-1yu H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yu h6 {
  color: white;
}
.cid-ubZxCrUgDL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZxCrUgDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZxCrUgDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZxCrUgDL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZxCrUgDL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZxCrUgDL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZxCrUgDL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZxCrUgDL .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZxCrUgDL .mbr-text,
.cid-ubZxCrUgDL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZxCrUgDL .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZxDRi2mD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZxDRi2mD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZxDRi2mD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZxDRi2mD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZxDRi2mD .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZxDRi2mD .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZxDRi2mD .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZxDRi2mD .mbr-text,
.cid-ubZxDRi2mD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZxDRi2mD .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uahBrqGHwU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uahBrqGHwU .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uahBrqGHwU .mbr-text,
.cid-uahBrqGHwU .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uahBrr7Zrc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uahBrr7Zrc .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uahBrr7Zrc .row {
    padding: 20px 34px;
  }
}
.cid-uahBrr7Zrc .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uahBrrsWCI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uahBrrsWCI .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uahBrrsWCI .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uahBrrsWCI .card:hover {
  margin-top: -0.6rem;
}
.cid-uahBrrsWCI .card-wrapper {
  position: relative;
}
.cid-uahBrrsWCI .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uahBrrsWCI .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uahBrrsWCI .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uahBrrsWCI .big {
  margin-top: -25%;
}
.cid-uahBrrsWCI .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uahBrrsWCI .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uahBrrsWCI .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uahBrrsWCI .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uahBrs3r5N.popup-builder {
  background-color: #ffffff;
}
.cid-uahBrs3r5N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uahBrs3r5N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uahBrs3r5N .modal-content,
.cid-uahBrs3r5N .modal-dialog {
  height: auto;
}
.cid-uahBrs3r5N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uahBrs3r5N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uahBrs3r5N .form-wrapper .mbr-form .form-group,
  .cid-uahBrs3r5N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uahBrs3r5N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uahBrs3r5N .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-uahBrs3r5N .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uahBrs3r5N .pt-0 {
  padding-top: 0 !important;
}
.cid-uahBrs3r5N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uahBrs3r5N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uahBrs3r5N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uahBrs3r5N .modal-open {
  overflow: hidden;
}
.cid-uahBrs3r5N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uahBrs3r5N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uahBrs3r5N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uahBrs3r5N .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-uahBrs3r5N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uahBrs3r5N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uahBrs3r5N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uahBrs3r5N .modal-content {
  background: #353535;
  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-uahBrs3r5N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uahBrs3r5N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uahBrs3r5N .modal-backdrop.fade {
  opacity: 0;
}
.cid-uahBrs3r5N .modal-backdrop.show {
  opacity: .5;
}
.cid-uahBrs3r5N .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-uahBrs3r5N .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrs3r5N .modal-header {
    padding: 1rem;
  }
}
.cid-uahBrs3r5N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uahBrs3r5N .modal-header .close svg {
  fill: #ffffff;
}
.cid-uahBrs3r5N .modal-header .close:hover {
  opacity: 1;
}
.cid-uahBrs3r5N .modal-header .close:focus {
  outline: none;
}
.cid-uahBrs3r5N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uahBrs3r5N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uahBrs3r5N .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrs3r5N .modal-body {
    padding: 1rem;
  }
}
.cid-uahBrs3r5N .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-uahBrs3r5N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrs3r5N .modal-footer {
    padding: 1rem;
  }
}
.cid-uahBrs3r5N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uahBrs3r5N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uahBrs3r5N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uahBrs3r5N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uahBrs3r5N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uahBrs3r5N .modal-lg,
  .cid-uahBrs3r5N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uahBrs3r5N .modal-xl {
    max-width: 1140px;
  }
}
.cid-uahBrs3r5N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uahBrs3r5N .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-uahBrs3r5N .form-group {
  margin-bottom: 1rem;
}
.cid-uahBrs3r5N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uahBrs3r5N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uahBrs3r5N .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-uahBrs3r5N .mbr-section-btn {
  margin: 0;
}
.cid-uahBrs3r5N .mbr-section-btn .btn {
  margin: 0;
}
.cid-uahBrs3r5N #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uahBrs3r5N #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uahBrs3r5N #creativecommons img,
.cid-uahBrs3r5N iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uahBrsCo1c.popup-builder {
  background-color: #ffffff;
}
.cid-uahBrsCo1c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uahBrsCo1c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uahBrsCo1c .modal-content,
.cid-uahBrsCo1c .modal-dialog {
  height: auto;
}
.cid-uahBrsCo1c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uahBrsCo1c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uahBrsCo1c .form-wrapper .mbr-form .form-group,
  .cid-uahBrsCo1c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uahBrsCo1c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uahBrsCo1c .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-uahBrsCo1c .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uahBrsCo1c .pt-0 {
  padding-top: 0 !important;
}
.cid-uahBrsCo1c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uahBrsCo1c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uahBrsCo1c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uahBrsCo1c .modal-open {
  overflow: hidden;
}
.cid-uahBrsCo1c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uahBrsCo1c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uahBrsCo1c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uahBrsCo1c .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-uahBrsCo1c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uahBrsCo1c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uahBrsCo1c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uahBrsCo1c .modal-content {
  background: #353535;
  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-uahBrsCo1c .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uahBrsCo1c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uahBrsCo1c .modal-backdrop.fade {
  opacity: 0;
}
.cid-uahBrsCo1c .modal-backdrop.show {
  opacity: .5;
}
.cid-uahBrsCo1c .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-uahBrsCo1c .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrsCo1c .modal-header {
    padding: 1rem;
  }
}
.cid-uahBrsCo1c .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uahBrsCo1c .modal-header .close svg {
  fill: #ffffff;
}
.cid-uahBrsCo1c .modal-header .close:hover {
  opacity: 1;
}
.cid-uahBrsCo1c .modal-header .close:focus {
  outline: none;
}
.cid-uahBrsCo1c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uahBrsCo1c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uahBrsCo1c .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrsCo1c .modal-body {
    padding: 1rem;
  }
}
.cid-uahBrsCo1c .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-uahBrsCo1c .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrsCo1c .modal-footer {
    padding: 1rem;
  }
}
.cid-uahBrsCo1c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uahBrsCo1c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uahBrsCo1c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uahBrsCo1c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uahBrsCo1c .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uahBrsCo1c .modal-lg,
  .cid-uahBrsCo1c .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uahBrsCo1c .modal-xl {
    max-width: 1140px;
  }
}
.cid-uahBrsCo1c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uahBrsCo1c .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-uahBrsCo1c .form-group {
  margin-bottom: 1rem;
}
.cid-uahBrsCo1c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uahBrsCo1c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uahBrsCo1c .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-uahBrsCo1c .mbr-section-btn {
  margin: 0;
}
.cid-uahBrsCo1c .mbr-section-btn .btn {
  margin: 0;
}
.cid-uahBrtfP0r.popup-builder {
  background-color: #ffffff;
}
.cid-uahBrtfP0r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uahBrtfP0r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uahBrtfP0r .modal-content,
.cid-uahBrtfP0r .modal-dialog {
  height: auto;
}
.cid-uahBrtfP0r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uahBrtfP0r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uahBrtfP0r .form-wrapper .mbr-form .form-group,
  .cid-uahBrtfP0r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uahBrtfP0r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uahBrtfP0r .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-uahBrtfP0r .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uahBrtfP0r .pt-0 {
  padding-top: 0 !important;
}
.cid-uahBrtfP0r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uahBrtfP0r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uahBrtfP0r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uahBrtfP0r .modal-open {
  overflow: hidden;
}
.cid-uahBrtfP0r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uahBrtfP0r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uahBrtfP0r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uahBrtfP0r .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-uahBrtfP0r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uahBrtfP0r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uahBrtfP0r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uahBrtfP0r .modal-content {
  background: #353535;
  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-uahBrtfP0r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uahBrtfP0r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uahBrtfP0r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uahBrtfP0r .modal-backdrop.show {
  opacity: .5;
}
.cid-uahBrtfP0r .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-uahBrtfP0r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrtfP0r .modal-header {
    padding: 1rem;
  }
}
.cid-uahBrtfP0r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uahBrtfP0r .modal-header .close svg {
  fill: #ffffff;
}
.cid-uahBrtfP0r .modal-header .close:hover {
  opacity: 1;
}
.cid-uahBrtfP0r .modal-header .close:focus {
  outline: none;
}
.cid-uahBrtfP0r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uahBrtfP0r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uahBrtfP0r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrtfP0r .modal-body {
    padding: 1rem;
  }
}
.cid-uahBrtfP0r .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-uahBrtfP0r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrtfP0r .modal-footer {
    padding: 1rem;
  }
}
.cid-uahBrtfP0r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uahBrtfP0r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uahBrtfP0r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uahBrtfP0r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uahBrtfP0r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uahBrtfP0r .modal-lg,
  .cid-uahBrtfP0r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uahBrtfP0r .modal-xl {
    max-width: 1140px;
  }
}
.cid-uahBrtfP0r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uahBrtfP0r .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-uahBrtfP0r .form-group {
  margin-bottom: 1rem;
}
.cid-uahBrtfP0r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uahBrtfP0r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uahBrtfP0r .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-uahBrtfP0r .mbr-section-btn {
  margin: 0;
}
.cid-uahBrtfP0r .mbr-section-btn .btn {
  margin: 0;
}
.cid-uahBrtM9aR.popup-builder {
  background-color: #ffffff;
}
.cid-uahBrtM9aR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uahBrtM9aR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uahBrtM9aR .modal-content,
.cid-uahBrtM9aR .modal-dialog {
  height: auto;
}
.cid-uahBrtM9aR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uahBrtM9aR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uahBrtM9aR .form-wrapper .mbr-form .form-group,
  .cid-uahBrtM9aR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uahBrtM9aR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uahBrtM9aR .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-uahBrtM9aR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uahBrtM9aR .pt-0 {
  padding-top: 0 !important;
}
.cid-uahBrtM9aR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uahBrtM9aR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uahBrtM9aR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uahBrtM9aR .modal-open {
  overflow: hidden;
}
.cid-uahBrtM9aR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uahBrtM9aR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uahBrtM9aR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uahBrtM9aR .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-uahBrtM9aR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uahBrtM9aR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uahBrtM9aR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uahBrtM9aR .modal-content {
  background: #353535;
  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-uahBrtM9aR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uahBrtM9aR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uahBrtM9aR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uahBrtM9aR .modal-backdrop.show {
  opacity: .5;
}
.cid-uahBrtM9aR .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-uahBrtM9aR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrtM9aR .modal-header {
    padding: 1rem;
  }
}
.cid-uahBrtM9aR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uahBrtM9aR .modal-header .close svg {
  fill: #ffffff;
}
.cid-uahBrtM9aR .modal-header .close:hover {
  opacity: 1;
}
.cid-uahBrtM9aR .modal-header .close:focus {
  outline: none;
}
.cid-uahBrtM9aR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uahBrtM9aR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uahBrtM9aR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrtM9aR .modal-body {
    padding: 1rem;
  }
}
.cid-uahBrtM9aR .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-uahBrtM9aR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrtM9aR .modal-footer {
    padding: 1rem;
  }
}
.cid-uahBrtM9aR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uahBrtM9aR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uahBrtM9aR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uahBrtM9aR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uahBrtM9aR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uahBrtM9aR .modal-lg,
  .cid-uahBrtM9aR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uahBrtM9aR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uahBrtM9aR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uahBrtM9aR .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-uahBrtM9aR .form-group {
  margin-bottom: 1rem;
}
.cid-uahBrtM9aR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uahBrtM9aR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uahBrtM9aR .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-uahBrtM9aR .mbr-section-btn {
  margin: 0;
}
.cid-uahBrtM9aR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uahBrup4ZG.popup-builder {
  background-color: #ffffff;
}
.cid-uahBrup4ZG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uahBrup4ZG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uahBrup4ZG .modal-content,
.cid-uahBrup4ZG .modal-dialog {
  height: auto;
}
.cid-uahBrup4ZG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uahBrup4ZG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uahBrup4ZG .form-wrapper .mbr-form .form-group,
  .cid-uahBrup4ZG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uahBrup4ZG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uahBrup4ZG .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-uahBrup4ZG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uahBrup4ZG .pt-0 {
  padding-top: 0 !important;
}
.cid-uahBrup4ZG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uahBrup4ZG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uahBrup4ZG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uahBrup4ZG .modal-open {
  overflow: hidden;
}
.cid-uahBrup4ZG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uahBrup4ZG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uahBrup4ZG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uahBrup4ZG .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-uahBrup4ZG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uahBrup4ZG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uahBrup4ZG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uahBrup4ZG .modal-content {
  background: #353535;
  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-uahBrup4ZG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uahBrup4ZG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uahBrup4ZG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uahBrup4ZG .modal-backdrop.show {
  opacity: .5;
}
.cid-uahBrup4ZG .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-uahBrup4ZG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrup4ZG .modal-header {
    padding: 1rem;
  }
}
.cid-uahBrup4ZG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uahBrup4ZG .modal-header .close svg {
  fill: #ffffff;
}
.cid-uahBrup4ZG .modal-header .close:hover {
  opacity: 1;
}
.cid-uahBrup4ZG .modal-header .close:focus {
  outline: none;
}
.cid-uahBrup4ZG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uahBrup4ZG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uahBrup4ZG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrup4ZG .modal-body {
    padding: 1rem;
  }
}
.cid-uahBrup4ZG .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-uahBrup4ZG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrup4ZG .modal-footer {
    padding: 1rem;
  }
}
.cid-uahBrup4ZG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uahBrup4ZG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uahBrup4ZG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uahBrup4ZG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uahBrup4ZG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uahBrup4ZG .modal-lg,
  .cid-uahBrup4ZG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uahBrup4ZG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uahBrup4ZG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uahBrup4ZG .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-uahBrup4ZG .form-group {
  margin-bottom: 1rem;
}
.cid-uahBrup4ZG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uahBrup4ZG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uahBrup4ZG .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-uahBrup4ZG .mbr-section-btn {
  margin: 0;
}
.cid-uahBrup4ZG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uahBruZYUB.popup-builder {
  background-color: #ffffff;
}
.cid-uahBruZYUB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uahBruZYUB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uahBruZYUB .modal-content,
.cid-uahBruZYUB .modal-dialog {
  height: auto;
}
.cid-uahBruZYUB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uahBruZYUB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uahBruZYUB .form-wrapper .mbr-form .form-group,
  .cid-uahBruZYUB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uahBruZYUB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uahBruZYUB .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-uahBruZYUB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uahBruZYUB .pt-0 {
  padding-top: 0 !important;
}
.cid-uahBruZYUB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uahBruZYUB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uahBruZYUB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uahBruZYUB .modal-open {
  overflow: hidden;
}
.cid-uahBruZYUB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uahBruZYUB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uahBruZYUB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uahBruZYUB .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-uahBruZYUB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uahBruZYUB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uahBruZYUB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uahBruZYUB .modal-content {
  background: #353535;
  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-uahBruZYUB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uahBruZYUB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uahBruZYUB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uahBruZYUB .modal-backdrop.show {
  opacity: .5;
}
.cid-uahBruZYUB .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-uahBruZYUB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBruZYUB .modal-header {
    padding: 1rem;
  }
}
.cid-uahBruZYUB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uahBruZYUB .modal-header .close svg {
  fill: #ffffff;
}
.cid-uahBruZYUB .modal-header .close:hover {
  opacity: 1;
}
.cid-uahBruZYUB .modal-header .close:focus {
  outline: none;
}
.cid-uahBruZYUB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uahBruZYUB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uahBruZYUB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBruZYUB .modal-body {
    padding: 1rem;
  }
}
.cid-uahBruZYUB .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-uahBruZYUB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBruZYUB .modal-footer {
    padding: 1rem;
  }
}
.cid-uahBruZYUB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uahBruZYUB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uahBruZYUB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uahBruZYUB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uahBruZYUB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uahBruZYUB .modal-lg,
  .cid-uahBruZYUB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uahBruZYUB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uahBruZYUB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uahBruZYUB .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-uahBruZYUB .form-group {
  margin-bottom: 1rem;
}
.cid-uahBruZYUB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uahBruZYUB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uahBruZYUB .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-uahBruZYUB .mbr-section-btn {
  margin: 0;
}
.cid-uahBruZYUB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uahBrw6rXL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uahBrw6rXL .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uahBrw6rXL .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uahBrw6rXL .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uahBrw6rXL .bg-youtube:hover {
  background: #cc0000;
}
.cid-uahBrw6rXL .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uahBrw6rXL .bg-twitch:hover {
  background: #7313ff;
}
.cid-uahBrw6rXL .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uahBrw6rXL [class^="socicon-"]:before,
.cid-uahBrw6rXL [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uahBrw6rXL .mbr-section-title,
.cid-uahBrw6rXL .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uahBrwErsg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uahBrwErsg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uahBrwErsg .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uahBrwErsg .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uahBrwErsg .form-control:focus,
.cid-uahBrwErsg .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uahBrwErsg .form-group {
  margin-bottom: 1rem;
}
.cid-uahBrwErsg input::-webkit-input-placeholder,
.cid-uahBrwErsg textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uahBrwErsg input:-moz-placeholder,
.cid-uahBrwErsg textarea:-moz-placeholder {
  color: #656565;
}
.cid-uahBrwErsg .jq-selectbox li,
.cid-uahBrwErsg .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uahBrwErsg .jq-selectbox li:hover,
.cid-uahBrwErsg .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uahBrwErsg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uahBrwErsg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uahBrwErsg textarea.form-control {
  resize: none;
}
.cid-uahBrwErsg .input-group-btn {
  display: inline-block;
}
.cid-uahBrwErsg .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uahBrwErsg .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uahBrwErsg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uahBrwErsg .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uahBrwErsg .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uahBrwErsg .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uahBrwErsg .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uahBrwErsg .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uahBrwErsg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uahBrwErsg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uahBrwErsg .form-control,
.cid-uahBrwErsg .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uahBrwErsg #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uahBrwErsg #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uahBrwErsg #creativecommons img,
.cid-uahBrwErsg iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uahBrwErsg .offset-md-1 {
  margin-left: 1vw;
}
.cid-uahBrxK4pu.popup-builder {
  background-color: #ffffff;
}
.cid-uahBrxK4pu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uahBrxK4pu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uahBrxK4pu .modal-content,
.cid-uahBrxK4pu .modal-dialog {
  height: auto;
}
.cid-uahBrxK4pu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uahBrxK4pu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uahBrxK4pu .form-wrapper .mbr-form .form-group,
  .cid-uahBrxK4pu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uahBrxK4pu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uahBrxK4pu .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-uahBrxK4pu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uahBrxK4pu .pt-0 {
  padding-top: 0 !important;
}
.cid-uahBrxK4pu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uahBrxK4pu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uahBrxK4pu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uahBrxK4pu .modal-open {
  overflow: hidden;
}
.cid-uahBrxK4pu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uahBrxK4pu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uahBrxK4pu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uahBrxK4pu .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-uahBrxK4pu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uahBrxK4pu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uahBrxK4pu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uahBrxK4pu .modal-content {
  background: #353535;
  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-uahBrxK4pu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uahBrxK4pu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uahBrxK4pu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uahBrxK4pu .modal-backdrop.show {
  opacity: .5;
}
.cid-uahBrxK4pu .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-uahBrxK4pu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrxK4pu .modal-header {
    padding: 1rem;
  }
}
.cid-uahBrxK4pu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uahBrxK4pu .modal-header .close svg {
  fill: #ffffff;
}
.cid-uahBrxK4pu .modal-header .close:hover {
  opacity: 1;
}
.cid-uahBrxK4pu .modal-header .close:focus {
  outline: none;
}
.cid-uahBrxK4pu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uahBrxK4pu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uahBrxK4pu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrxK4pu .modal-body {
    padding: 1rem;
  }
}
.cid-uahBrxK4pu .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-uahBrxK4pu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uahBrxK4pu .modal-footer {
    padding: 1rem;
  }
}
.cid-uahBrxK4pu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uahBrxK4pu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uahBrxK4pu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uahBrxK4pu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uahBrxK4pu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uahBrxK4pu .modal-lg,
  .cid-uahBrxK4pu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uahBrxK4pu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uahBrxK4pu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uahBrxK4pu .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-uahBrxK4pu .form-group {
  margin-bottom: 1rem;
}
.cid-uahBrxK4pu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uahBrxK4pu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uahBrxK4pu .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-uahBrxK4pu .mbr-section-btn {
  margin: 0;
}
.cid-uahBrxK4pu .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucWKj2nFcY.popup-builder {
  background-color: #ffffff;
}
.cid-ucWKj2nFcY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucWKj2nFcY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucWKj2nFcY .modal-content,
.cid-ucWKj2nFcY .modal-dialog {
  height: auto;
}
.cid-ucWKj2nFcY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucWKj2nFcY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucWKj2nFcY .form-wrapper .mbr-form .form-group,
  .cid-ucWKj2nFcY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucWKj2nFcY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucWKj2nFcY .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-ucWKj2nFcY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucWKj2nFcY .pt-0 {
  padding-top: 0 !important;
}
.cid-ucWKj2nFcY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucWKj2nFcY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucWKj2nFcY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucWKj2nFcY .modal-open {
  overflow: hidden;
}
.cid-ucWKj2nFcY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucWKj2nFcY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucWKj2nFcY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucWKj2nFcY .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-ucWKj2nFcY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucWKj2nFcY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucWKj2nFcY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucWKj2nFcY .modal-content {
  background: #353535;
  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-ucWKj2nFcY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucWKj2nFcY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucWKj2nFcY .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucWKj2nFcY .modal-backdrop.show {
  opacity: .5;
}
.cid-ucWKj2nFcY .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-ucWKj2nFcY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWKj2nFcY .modal-header {
    padding: 1rem;
  }
}
.cid-ucWKj2nFcY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucWKj2nFcY .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucWKj2nFcY .modal-header .close:hover {
  opacity: 1;
}
.cid-ucWKj2nFcY .modal-header .close:focus {
  outline: none;
}
.cid-ucWKj2nFcY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucWKj2nFcY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucWKj2nFcY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWKj2nFcY .modal-body {
    padding: 1rem;
  }
}
.cid-ucWKj2nFcY .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-ucWKj2nFcY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWKj2nFcY .modal-footer {
    padding: 1rem;
  }
}
.cid-ucWKj2nFcY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucWKj2nFcY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucWKj2nFcY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucWKj2nFcY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucWKj2nFcY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucWKj2nFcY .modal-lg,
  .cid-ucWKj2nFcY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucWKj2nFcY .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucWKj2nFcY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucWKj2nFcY .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-ucWKj2nFcY .form-group {
  margin-bottom: 1rem;
}
.cid-ucWKj2nFcY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucWKj2nFcY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucWKj2nFcY .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-ucWKj2nFcY .mbr-section-btn {
  margin: 0;
}
.cid-ucWKj2nFcY .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufypylw9Nt.popup-builder {
  background-color: #ffffff;
}
.cid-ufypylw9Nt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufypylw9Nt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufypylw9Nt .modal-content,
.cid-ufypylw9Nt .modal-dialog {
  height: auto;
}
.cid-ufypylw9Nt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufypylw9Nt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufypylw9Nt .form-wrapper .mbr-form .form-group,
  .cid-ufypylw9Nt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufypylw9Nt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufypylw9Nt .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-ufypylw9Nt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufypylw9Nt .pt-0 {
  padding-top: 0 !important;
}
.cid-ufypylw9Nt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufypylw9Nt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufypylw9Nt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufypylw9Nt .modal-open {
  overflow: hidden;
}
.cid-ufypylw9Nt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufypylw9Nt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufypylw9Nt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufypylw9Nt .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-ufypylw9Nt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufypylw9Nt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufypylw9Nt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufypylw9Nt .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-ufypylw9Nt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufypylw9Nt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufypylw9Nt .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufypylw9Nt .modal-backdrop.show {
  opacity: .5;
}
.cid-ufypylw9Nt .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-ufypylw9Nt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufypylw9Nt .modal-header {
    padding: 1rem;
  }
}
.cid-ufypylw9Nt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufypylw9Nt .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufypylw9Nt .modal-header .close:hover {
  opacity: 1;
}
.cid-ufypylw9Nt .modal-header .close:focus {
  outline: none;
}
.cid-ufypylw9Nt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufypylw9Nt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufypylw9Nt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufypylw9Nt .modal-body {
    padding: 1rem;
  }
}
.cid-ufypylw9Nt .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-ufypylw9Nt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufypylw9Nt .modal-footer {
    padding: 1rem;
  }
}
.cid-ufypylw9Nt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufypylw9Nt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufypylw9Nt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufypylw9Nt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufypylw9Nt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufypylw9Nt .modal-lg,
  .cid-ufypylw9Nt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufypylw9Nt .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufypylw9Nt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufypylw9Nt .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-ufypylw9Nt .form-group {
  margin-bottom: 1rem;
}
.cid-ufypylw9Nt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufypylw9Nt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufypylw9Nt .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-ufypylw9Nt .mbr-section-btn {
  margin: 0;
}
.cid-ufypylw9Nt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uaWXkcri99 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaWXkcri99 nav.navbar {
  position: fixed;
}
.cid-uaWXkcri99 .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-uaWXkcri99 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaWXkcri99 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uaWXkcri99 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uaWXkcri99 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uaWXkcri99 .dropdown-item:hover,
.cid-uaWXkcri99 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uaWXkcri99 .dropdown-item:hover span {
  color: white;
}
.cid-uaWXkcri99 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaWXkcri99 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaWXkcri99 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uaWXkcri99 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaWXkcri99 .nav-link {
  position: relative;
}
.cid-uaWXkcri99 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uaWXkcri99 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uaWXkcri99 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uaWXkcri99 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uaWXkcri99 .dropdown-menu,
.cid-uaWXkcri99 .navbar.opened {
  background: #353535 !important;
}
.cid-uaWXkcri99 .nav-item:focus,
.cid-uaWXkcri99 .nav-link:focus {
  outline: none;
}
.cid-uaWXkcri99 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaWXkcri99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaWXkcri99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaWXkcri99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaWXkcri99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaWXkcri99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaWXkcri99 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uaWXkcri99 .navbar.opened {
  transition: all 0.3s;
}
.cid-uaWXkcri99 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaWXkcri99 .navbar .navbar-logo img {
  width: auto;
}
.cid-uaWXkcri99 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaWXkcri99 .navbar.collapsed {
  justify-content: center;
}
.cid-uaWXkcri99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaWXkcri99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaWXkcri99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaWXkcri99 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaWXkcri99 .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-uaWXkcri99 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaWXkcri99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaWXkcri99 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaWXkcri99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaWXkcri99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaWXkcri99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaWXkcri99 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaWXkcri99 .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-uaWXkcri99 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaWXkcri99 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaWXkcri99 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uaWXkcri99 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaWXkcri99 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaWXkcri99 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uaWXkcri99 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaWXkcri99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaWXkcri99 .dropdown-item.active,
.cid-uaWXkcri99 .dropdown-item:active {
  background-color: transparent;
}
.cid-uaWXkcri99 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaWXkcri99 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaWXkcri99 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaWXkcri99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uaWXkcri99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaWXkcri99 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaWXkcri99 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaWXkcri99 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaWXkcri99 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaWXkcri99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uaWXkcri99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaWXkcri99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaWXkcri99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaWXkcri99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaWXkcri99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaWXkcri99 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaWXkcri99 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaWXkcri99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaWXkcri99 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaWXkcri99 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaWXkcri99 .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-uaWXkcri99 .navbar {
    height: 70px;
  }
  .cid-uaWXkcri99 .navbar.opened {
    height: auto;
  }
  .cid-uaWXkcri99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaWXkcri99 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uaWXkcri99 .navbar-toggler {
  margin-left: 10px;
}
.cid-uaWXkcri99 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uaWXkcri99 .navbar-logo {
  margin-right: 0 !important;
}
.cid-uaWXkcri99 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uaWXkcri99 .mbr-text {
    display: none;
  }
}
.cid-uaWXkcri99 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uaWXkcri99 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uaWXkcri99 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uaWXkcri99 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uaWXkcri99 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uaWXkcri99 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uaWXkcri99 #vol {
    display: none;
  }
}
.cid-uaWXkcri99 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uaWXkdqRDk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uaWXkdqRDk .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uaWXkdqRDk .mbr-section-subtitle {
  text-align: center;
}
.cid-uaWXkdqRDk .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uaWXkdqRDk .display-1 {
    font-size: 75px;
  }
  .cid-uaWXkdqRDk .display-5 {
    font-size: 29px;
  }
  .cid-uaWXkdqRDk .display-4 {
    font-weight: 300;
  }
}
#custom-html-1qc {
  /* Type valid CSS here */
}
#custom-html-1qc div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1qc .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ubZxGWSKnW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubZxGWSKnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZxGWSKnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZxGWSKnW .container,
.cid-ubZxGWSKnW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubZxGWSKnW .container,
  .cid-ubZxGWSKnW .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubZxGWSKnW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubZxGWSKnW .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ubZxGWSKnW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubZxGWSKnW .mbr-section-title {
  color: #4479d9;
}
.cid-ubZxGWSKnW .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ubTgCNAXVy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ubTgCNAXVy .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yv {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yv *,
#custom-html-1yv *::before,
#custom-html-1yv *::after {
  box-sizing: border-box;
}
#custom-html-1yv body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yv #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yv .container {
  background-color: #232323;
}
#custom-html-1yv .titre {
  padding: 1em;
}
#custom-html-1yv H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yv h6 {
  color: white;
}
.cid-ubZxVReV7J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZxVReV7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZxVReV7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZxVReV7J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZxVReV7J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubZxVReV7J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZxVReV7J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubZxVReV7J .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZxVReV7J .mbr-text,
.cid-ubZxVReV7J .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZxVReV7J .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ubZxXAH1h0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubZxXAH1h0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZxXAH1h0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZxXAH1h0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZxXAH1h0 .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ubZxXAH1h0 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubZxXAH1h0 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ubZxXAH1h0 .mbr-text,
.cid-ubZxXAH1h0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubZxXAH1h0 .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uaWXkeN9Qw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uaWXkeN9Qw .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uaWXkeN9Qw .mbr-text,
.cid-uaWXkeN9Qw .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uaWXkfaPMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uaWXkfaPMV .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uaWXkfaPMV .row {
    padding: 20px 34px;
  }
}
.cid-uaWXkfaPMV .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uaWXkfuFwC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uaWXkfuFwC .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uaWXkfuFwC .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uaWXkfuFwC .card:hover {
  margin-top: -0.6rem;
}
.cid-uaWXkfuFwC .card-wrapper {
  position: relative;
}
.cid-uaWXkfuFwC .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uaWXkfuFwC .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uaWXkfuFwC .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uaWXkfuFwC .big {
  margin-top: -25%;
}
.cid-uaWXkfuFwC .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uaWXkfuFwC .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uaWXkfuFwC .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uaWXkfuFwC .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uaWXkg0S1R.popup-builder {
  background-color: #ffffff;
}
.cid-uaWXkg0S1R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uaWXkg0S1R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uaWXkg0S1R .modal-content,
.cid-uaWXkg0S1R .modal-dialog {
  height: auto;
}
.cid-uaWXkg0S1R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uaWXkg0S1R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uaWXkg0S1R .form-wrapper .mbr-form .form-group,
  .cid-uaWXkg0S1R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uaWXkg0S1R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uaWXkg0S1R .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-uaWXkg0S1R .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uaWXkg0S1R .pt-0 {
  padding-top: 0 !important;
}
.cid-uaWXkg0S1R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uaWXkg0S1R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uaWXkg0S1R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uaWXkg0S1R .modal-open {
  overflow: hidden;
}
.cid-uaWXkg0S1R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uaWXkg0S1R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uaWXkg0S1R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uaWXkg0S1R .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-uaWXkg0S1R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uaWXkg0S1R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uaWXkg0S1R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uaWXkg0S1R .modal-content {
  background: #353535;
  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-uaWXkg0S1R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uaWXkg0S1R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uaWXkg0S1R .modal-backdrop.fade {
  opacity: 0;
}
.cid-uaWXkg0S1R .modal-backdrop.show {
  opacity: .5;
}
.cid-uaWXkg0S1R .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-uaWXkg0S1R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkg0S1R .modal-header {
    padding: 1rem;
  }
}
.cid-uaWXkg0S1R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uaWXkg0S1R .modal-header .close svg {
  fill: #ffffff;
}
.cid-uaWXkg0S1R .modal-header .close:hover {
  opacity: 1;
}
.cid-uaWXkg0S1R .modal-header .close:focus {
  outline: none;
}
.cid-uaWXkg0S1R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uaWXkg0S1R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uaWXkg0S1R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkg0S1R .modal-body {
    padding: 1rem;
  }
}
.cid-uaWXkg0S1R .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-uaWXkg0S1R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkg0S1R .modal-footer {
    padding: 1rem;
  }
}
.cid-uaWXkg0S1R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uaWXkg0S1R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uaWXkg0S1R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uaWXkg0S1R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uaWXkg0S1R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uaWXkg0S1R .modal-lg,
  .cid-uaWXkg0S1R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uaWXkg0S1R .modal-xl {
    max-width: 1140px;
  }
}
.cid-uaWXkg0S1R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uaWXkg0S1R .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-uaWXkg0S1R .form-group {
  margin-bottom: 1rem;
}
.cid-uaWXkg0S1R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uaWXkg0S1R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uaWXkg0S1R .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-uaWXkg0S1R .mbr-section-btn {
  margin: 0;
}
.cid-uaWXkg0S1R .mbr-section-btn .btn {
  margin: 0;
}
.cid-uaWXkg0S1R #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uaWXkg0S1R #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uaWXkg0S1R #creativecommons img,
.cid-uaWXkg0S1R iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uaWXkgBKsT.popup-builder {
  background-color: #ffffff;
}
.cid-uaWXkgBKsT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uaWXkgBKsT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uaWXkgBKsT .modal-content,
.cid-uaWXkgBKsT .modal-dialog {
  height: auto;
}
.cid-uaWXkgBKsT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uaWXkgBKsT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uaWXkgBKsT .form-wrapper .mbr-form .form-group,
  .cid-uaWXkgBKsT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uaWXkgBKsT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uaWXkgBKsT .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-uaWXkgBKsT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uaWXkgBKsT .pt-0 {
  padding-top: 0 !important;
}
.cid-uaWXkgBKsT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uaWXkgBKsT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uaWXkgBKsT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uaWXkgBKsT .modal-open {
  overflow: hidden;
}
.cid-uaWXkgBKsT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uaWXkgBKsT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uaWXkgBKsT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uaWXkgBKsT .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-uaWXkgBKsT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uaWXkgBKsT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uaWXkgBKsT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uaWXkgBKsT .modal-content {
  background: #353535;
  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-uaWXkgBKsT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uaWXkgBKsT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uaWXkgBKsT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uaWXkgBKsT .modal-backdrop.show {
  opacity: .5;
}
.cid-uaWXkgBKsT .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-uaWXkgBKsT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkgBKsT .modal-header {
    padding: 1rem;
  }
}
.cid-uaWXkgBKsT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uaWXkgBKsT .modal-header .close svg {
  fill: #ffffff;
}
.cid-uaWXkgBKsT .modal-header .close:hover {
  opacity: 1;
}
.cid-uaWXkgBKsT .modal-header .close:focus {
  outline: none;
}
.cid-uaWXkgBKsT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uaWXkgBKsT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uaWXkgBKsT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkgBKsT .modal-body {
    padding: 1rem;
  }
}
.cid-uaWXkgBKsT .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-uaWXkgBKsT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkgBKsT .modal-footer {
    padding: 1rem;
  }
}
.cid-uaWXkgBKsT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uaWXkgBKsT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uaWXkgBKsT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uaWXkgBKsT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uaWXkgBKsT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uaWXkgBKsT .modal-lg,
  .cid-uaWXkgBKsT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uaWXkgBKsT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uaWXkgBKsT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uaWXkgBKsT .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-uaWXkgBKsT .form-group {
  margin-bottom: 1rem;
}
.cid-uaWXkgBKsT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uaWXkgBKsT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uaWXkgBKsT .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-uaWXkgBKsT .mbr-section-btn {
  margin: 0;
}
.cid-uaWXkgBKsT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uaWXkh5qSZ.popup-builder {
  background-color: #ffffff;
}
.cid-uaWXkh5qSZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uaWXkh5qSZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uaWXkh5qSZ .modal-content,
.cid-uaWXkh5qSZ .modal-dialog {
  height: auto;
}
.cid-uaWXkh5qSZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uaWXkh5qSZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uaWXkh5qSZ .form-wrapper .mbr-form .form-group,
  .cid-uaWXkh5qSZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uaWXkh5qSZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uaWXkh5qSZ .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-uaWXkh5qSZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uaWXkh5qSZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uaWXkh5qSZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uaWXkh5qSZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uaWXkh5qSZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uaWXkh5qSZ .modal-open {
  overflow: hidden;
}
.cid-uaWXkh5qSZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uaWXkh5qSZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uaWXkh5qSZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uaWXkh5qSZ .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-uaWXkh5qSZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uaWXkh5qSZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uaWXkh5qSZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uaWXkh5qSZ .modal-content {
  background: #353535;
  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-uaWXkh5qSZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uaWXkh5qSZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uaWXkh5qSZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uaWXkh5qSZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uaWXkh5qSZ .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-uaWXkh5qSZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkh5qSZ .modal-header {
    padding: 1rem;
  }
}
.cid-uaWXkh5qSZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uaWXkh5qSZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-uaWXkh5qSZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uaWXkh5qSZ .modal-header .close:focus {
  outline: none;
}
.cid-uaWXkh5qSZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uaWXkh5qSZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uaWXkh5qSZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkh5qSZ .modal-body {
    padding: 1rem;
  }
}
.cid-uaWXkh5qSZ .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-uaWXkh5qSZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkh5qSZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uaWXkh5qSZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uaWXkh5qSZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uaWXkh5qSZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uaWXkh5qSZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uaWXkh5qSZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uaWXkh5qSZ .modal-lg,
  .cid-uaWXkh5qSZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uaWXkh5qSZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uaWXkh5qSZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uaWXkh5qSZ .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-uaWXkh5qSZ .form-group {
  margin-bottom: 1rem;
}
.cid-uaWXkh5qSZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uaWXkh5qSZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uaWXkh5qSZ .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-uaWXkh5qSZ .mbr-section-btn {
  margin: 0;
}
.cid-uaWXkh5qSZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uaWXkhBv2F.popup-builder {
  background-color: #ffffff;
}
.cid-uaWXkhBv2F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uaWXkhBv2F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uaWXkhBv2F .modal-content,
.cid-uaWXkhBv2F .modal-dialog {
  height: auto;
}
.cid-uaWXkhBv2F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uaWXkhBv2F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uaWXkhBv2F .form-wrapper .mbr-form .form-group,
  .cid-uaWXkhBv2F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uaWXkhBv2F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uaWXkhBv2F .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-uaWXkhBv2F .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uaWXkhBv2F .pt-0 {
  padding-top: 0 !important;
}
.cid-uaWXkhBv2F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uaWXkhBv2F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uaWXkhBv2F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uaWXkhBv2F .modal-open {
  overflow: hidden;
}
.cid-uaWXkhBv2F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uaWXkhBv2F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uaWXkhBv2F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uaWXkhBv2F .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-uaWXkhBv2F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uaWXkhBv2F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uaWXkhBv2F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uaWXkhBv2F .modal-content {
  background: #353535;
  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-uaWXkhBv2F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uaWXkhBv2F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uaWXkhBv2F .modal-backdrop.fade {
  opacity: 0;
}
.cid-uaWXkhBv2F .modal-backdrop.show {
  opacity: .5;
}
.cid-uaWXkhBv2F .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-uaWXkhBv2F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkhBv2F .modal-header {
    padding: 1rem;
  }
}
.cid-uaWXkhBv2F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uaWXkhBv2F .modal-header .close svg {
  fill: #ffffff;
}
.cid-uaWXkhBv2F .modal-header .close:hover {
  opacity: 1;
}
.cid-uaWXkhBv2F .modal-header .close:focus {
  outline: none;
}
.cid-uaWXkhBv2F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uaWXkhBv2F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uaWXkhBv2F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkhBv2F .modal-body {
    padding: 1rem;
  }
}
.cid-uaWXkhBv2F .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-uaWXkhBv2F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkhBv2F .modal-footer {
    padding: 1rem;
  }
}
.cid-uaWXkhBv2F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uaWXkhBv2F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uaWXkhBv2F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uaWXkhBv2F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uaWXkhBv2F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uaWXkhBv2F .modal-lg,
  .cid-uaWXkhBv2F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uaWXkhBv2F .modal-xl {
    max-width: 1140px;
  }
}
.cid-uaWXkhBv2F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uaWXkhBv2F .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-uaWXkhBv2F .form-group {
  margin-bottom: 1rem;
}
.cid-uaWXkhBv2F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uaWXkhBv2F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uaWXkhBv2F .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-uaWXkhBv2F .mbr-section-btn {
  margin: 0;
}
.cid-uaWXkhBv2F .mbr-section-btn .btn {
  margin: 0;
}
.cid-uaWXki4qJd.popup-builder {
  background-color: #ffffff;
}
.cid-uaWXki4qJd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uaWXki4qJd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uaWXki4qJd .modal-content,
.cid-uaWXki4qJd .modal-dialog {
  height: auto;
}
.cid-uaWXki4qJd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uaWXki4qJd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uaWXki4qJd .form-wrapper .mbr-form .form-group,
  .cid-uaWXki4qJd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uaWXki4qJd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uaWXki4qJd .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-uaWXki4qJd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uaWXki4qJd .pt-0 {
  padding-top: 0 !important;
}
.cid-uaWXki4qJd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uaWXki4qJd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uaWXki4qJd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uaWXki4qJd .modal-open {
  overflow: hidden;
}
.cid-uaWXki4qJd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uaWXki4qJd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uaWXki4qJd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uaWXki4qJd .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-uaWXki4qJd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uaWXki4qJd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uaWXki4qJd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uaWXki4qJd .modal-content {
  background: #353535;
  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-uaWXki4qJd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uaWXki4qJd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uaWXki4qJd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uaWXki4qJd .modal-backdrop.show {
  opacity: .5;
}
.cid-uaWXki4qJd .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-uaWXki4qJd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXki4qJd .modal-header {
    padding: 1rem;
  }
}
.cid-uaWXki4qJd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uaWXki4qJd .modal-header .close svg {
  fill: #ffffff;
}
.cid-uaWXki4qJd .modal-header .close:hover {
  opacity: 1;
}
.cid-uaWXki4qJd .modal-header .close:focus {
  outline: none;
}
.cid-uaWXki4qJd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uaWXki4qJd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uaWXki4qJd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXki4qJd .modal-body {
    padding: 1rem;
  }
}
.cid-uaWXki4qJd .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-uaWXki4qJd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXki4qJd .modal-footer {
    padding: 1rem;
  }
}
.cid-uaWXki4qJd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uaWXki4qJd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uaWXki4qJd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uaWXki4qJd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uaWXki4qJd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uaWXki4qJd .modal-lg,
  .cid-uaWXki4qJd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uaWXki4qJd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uaWXki4qJd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uaWXki4qJd .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-uaWXki4qJd .form-group {
  margin-bottom: 1rem;
}
.cid-uaWXki4qJd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uaWXki4qJd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uaWXki4qJd .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-uaWXki4qJd .mbr-section-btn {
  margin: 0;
}
.cid-uaWXki4qJd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uaWXkiB9EB.popup-builder {
  background-color: #ffffff;
}
.cid-uaWXkiB9EB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uaWXkiB9EB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uaWXkiB9EB .modal-content,
.cid-uaWXkiB9EB .modal-dialog {
  height: auto;
}
.cid-uaWXkiB9EB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uaWXkiB9EB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uaWXkiB9EB .form-wrapper .mbr-form .form-group,
  .cid-uaWXkiB9EB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uaWXkiB9EB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uaWXkiB9EB .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-uaWXkiB9EB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uaWXkiB9EB .pt-0 {
  padding-top: 0 !important;
}
.cid-uaWXkiB9EB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uaWXkiB9EB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uaWXkiB9EB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uaWXkiB9EB .modal-open {
  overflow: hidden;
}
.cid-uaWXkiB9EB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uaWXkiB9EB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uaWXkiB9EB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uaWXkiB9EB .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-uaWXkiB9EB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uaWXkiB9EB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uaWXkiB9EB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uaWXkiB9EB .modal-content {
  background: #353535;
  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-uaWXkiB9EB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uaWXkiB9EB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uaWXkiB9EB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uaWXkiB9EB .modal-backdrop.show {
  opacity: .5;
}
.cid-uaWXkiB9EB .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-uaWXkiB9EB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkiB9EB .modal-header {
    padding: 1rem;
  }
}
.cid-uaWXkiB9EB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uaWXkiB9EB .modal-header .close svg {
  fill: #ffffff;
}
.cid-uaWXkiB9EB .modal-header .close:hover {
  opacity: 1;
}
.cid-uaWXkiB9EB .modal-header .close:focus {
  outline: none;
}
.cid-uaWXkiB9EB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uaWXkiB9EB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uaWXkiB9EB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkiB9EB .modal-body {
    padding: 1rem;
  }
}
.cid-uaWXkiB9EB .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-uaWXkiB9EB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkiB9EB .modal-footer {
    padding: 1rem;
  }
}
.cid-uaWXkiB9EB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uaWXkiB9EB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uaWXkiB9EB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uaWXkiB9EB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uaWXkiB9EB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uaWXkiB9EB .modal-lg,
  .cid-uaWXkiB9EB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uaWXkiB9EB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uaWXkiB9EB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uaWXkiB9EB .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-uaWXkiB9EB .form-group {
  margin-bottom: 1rem;
}
.cid-uaWXkiB9EB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uaWXkiB9EB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uaWXkiB9EB .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-uaWXkiB9EB .mbr-section-btn {
  margin: 0;
}
.cid-uaWXkiB9EB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uaWXkjtgBr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uaWXkjtgBr .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uaWXkjtgBr .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uaWXkjtgBr .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uaWXkjtgBr .bg-youtube:hover {
  background: #cc0000;
}
.cid-uaWXkjtgBr .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uaWXkjtgBr .bg-twitch:hover {
  background: #7313ff;
}
.cid-uaWXkjtgBr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uaWXkjtgBr [class^="socicon-"]:before,
.cid-uaWXkjtgBr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uaWXkjtgBr .mbr-section-title,
.cid-uaWXkjtgBr .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uaWXkk2SWI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uaWXkk2SWI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uaWXkk2SWI .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uaWXkk2SWI .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uaWXkk2SWI .form-control:focus,
.cid-uaWXkk2SWI .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uaWXkk2SWI .form-group {
  margin-bottom: 1rem;
}
.cid-uaWXkk2SWI input::-webkit-input-placeholder,
.cid-uaWXkk2SWI textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uaWXkk2SWI input:-moz-placeholder,
.cid-uaWXkk2SWI textarea:-moz-placeholder {
  color: #656565;
}
.cid-uaWXkk2SWI .jq-selectbox li,
.cid-uaWXkk2SWI .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uaWXkk2SWI .jq-selectbox li:hover,
.cid-uaWXkk2SWI .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uaWXkk2SWI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uaWXkk2SWI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uaWXkk2SWI textarea.form-control {
  resize: none;
}
.cid-uaWXkk2SWI .input-group-btn {
  display: inline-block;
}
.cid-uaWXkk2SWI .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uaWXkk2SWI .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaWXkk2SWI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uaWXkk2SWI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uaWXkk2SWI .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaWXkk2SWI .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaWXkk2SWI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaWXkk2SWI .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uaWXkk2SWI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uaWXkk2SWI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uaWXkk2SWI .form-control,
.cid-uaWXkk2SWI .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uaWXkk2SWI #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uaWXkk2SWI #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uaWXkk2SWI #creativecommons img,
.cid-uaWXkk2SWI iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uaWXkk2SWI .offset-md-1 {
  margin-left: 1vw;
}
.cid-uaWXkkZ93I.popup-builder {
  background-color: #ffffff;
}
.cid-uaWXkkZ93I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uaWXkkZ93I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uaWXkkZ93I .modal-content,
.cid-uaWXkkZ93I .modal-dialog {
  height: auto;
}
.cid-uaWXkkZ93I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uaWXkkZ93I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uaWXkkZ93I .form-wrapper .mbr-form .form-group,
  .cid-uaWXkkZ93I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uaWXkkZ93I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uaWXkkZ93I .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-uaWXkkZ93I .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uaWXkkZ93I .pt-0 {
  padding-top: 0 !important;
}
.cid-uaWXkkZ93I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uaWXkkZ93I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uaWXkkZ93I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uaWXkkZ93I .modal-open {
  overflow: hidden;
}
.cid-uaWXkkZ93I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uaWXkkZ93I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uaWXkkZ93I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uaWXkkZ93I .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-uaWXkkZ93I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uaWXkkZ93I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uaWXkkZ93I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uaWXkkZ93I .modal-content {
  background: #353535;
  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-uaWXkkZ93I .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uaWXkkZ93I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uaWXkkZ93I .modal-backdrop.fade {
  opacity: 0;
}
.cid-uaWXkkZ93I .modal-backdrop.show {
  opacity: .5;
}
.cid-uaWXkkZ93I .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-uaWXkkZ93I .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkkZ93I .modal-header {
    padding: 1rem;
  }
}
.cid-uaWXkkZ93I .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uaWXkkZ93I .modal-header .close svg {
  fill: #ffffff;
}
.cid-uaWXkkZ93I .modal-header .close:hover {
  opacity: 1;
}
.cid-uaWXkkZ93I .modal-header .close:focus {
  outline: none;
}
.cid-uaWXkkZ93I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uaWXkkZ93I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uaWXkkZ93I .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkkZ93I .modal-body {
    padding: 1rem;
  }
}
.cid-uaWXkkZ93I .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-uaWXkkZ93I .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWXkkZ93I .modal-footer {
    padding: 1rem;
  }
}
.cid-uaWXkkZ93I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uaWXkkZ93I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uaWXkkZ93I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uaWXkkZ93I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uaWXkkZ93I .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uaWXkkZ93I .modal-lg,
  .cid-uaWXkkZ93I .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uaWXkkZ93I .modal-xl {
    max-width: 1140px;
  }
}
.cid-uaWXkkZ93I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uaWXkkZ93I .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-uaWXkkZ93I .form-group {
  margin-bottom: 1rem;
}
.cid-uaWXkkZ93I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uaWXkkZ93I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uaWXkkZ93I .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-uaWXkkZ93I .mbr-section-btn {
  margin: 0;
}
.cid-uaWXkkZ93I .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufyom6cVMe.popup-builder {
  background-color: #ffffff;
}
.cid-ufyom6cVMe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufyom6cVMe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufyom6cVMe .modal-content,
.cid-ufyom6cVMe .modal-dialog {
  height: auto;
}
.cid-ufyom6cVMe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufyom6cVMe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufyom6cVMe .form-wrapper .mbr-form .form-group,
  .cid-ufyom6cVMe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufyom6cVMe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufyom6cVMe .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-ufyom6cVMe .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufyom6cVMe .pt-0 {
  padding-top: 0 !important;
}
.cid-ufyom6cVMe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufyom6cVMe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufyom6cVMe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufyom6cVMe .modal-open {
  overflow: hidden;
}
.cid-ufyom6cVMe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufyom6cVMe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufyom6cVMe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufyom6cVMe .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-ufyom6cVMe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufyom6cVMe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufyom6cVMe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufyom6cVMe .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-ufyom6cVMe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufyom6cVMe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufyom6cVMe .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufyom6cVMe .modal-backdrop.show {
  opacity: .5;
}
.cid-ufyom6cVMe .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-ufyom6cVMe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyom6cVMe .modal-header {
    padding: 1rem;
  }
}
.cid-ufyom6cVMe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufyom6cVMe .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufyom6cVMe .modal-header .close:hover {
  opacity: 1;
}
.cid-ufyom6cVMe .modal-header .close:focus {
  outline: none;
}
.cid-ufyom6cVMe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufyom6cVMe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufyom6cVMe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyom6cVMe .modal-body {
    padding: 1rem;
  }
}
.cid-ufyom6cVMe .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-ufyom6cVMe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyom6cVMe .modal-footer {
    padding: 1rem;
  }
}
.cid-ufyom6cVMe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufyom6cVMe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufyom6cVMe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufyom6cVMe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufyom6cVMe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufyom6cVMe .modal-lg,
  .cid-ufyom6cVMe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufyom6cVMe .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufyom6cVMe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufyom6cVMe .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-ufyom6cVMe .form-group {
  margin-bottom: 1rem;
}
.cid-ufyom6cVMe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufyom6cVMe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufyom6cVMe .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-ufyom6cVMe .mbr-section-btn {
  margin: 0;
}
.cid-ufyom6cVMe .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufyomGGhYu.popup-builder {
  background-color: #ffffff;
}
.cid-ufyomGGhYu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufyomGGhYu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufyomGGhYu .modal-content,
.cid-ufyomGGhYu .modal-dialog {
  height: auto;
}
.cid-ufyomGGhYu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufyomGGhYu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufyomGGhYu .form-wrapper .mbr-form .form-group,
  .cid-ufyomGGhYu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufyomGGhYu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufyomGGhYu .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-ufyomGGhYu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufyomGGhYu .pt-0 {
  padding-top: 0 !important;
}
.cid-ufyomGGhYu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufyomGGhYu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufyomGGhYu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufyomGGhYu .modal-open {
  overflow: hidden;
}
.cid-ufyomGGhYu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufyomGGhYu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufyomGGhYu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufyomGGhYu .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-ufyomGGhYu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufyomGGhYu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufyomGGhYu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufyomGGhYu .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-ufyomGGhYu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufyomGGhYu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufyomGGhYu .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufyomGGhYu .modal-backdrop.show {
  opacity: .5;
}
.cid-ufyomGGhYu .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-ufyomGGhYu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyomGGhYu .modal-header {
    padding: 1rem;
  }
}
.cid-ufyomGGhYu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufyomGGhYu .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufyomGGhYu .modal-header .close:hover {
  opacity: 1;
}
.cid-ufyomGGhYu .modal-header .close:focus {
  outline: none;
}
.cid-ufyomGGhYu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufyomGGhYu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufyomGGhYu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyomGGhYu .modal-body {
    padding: 1rem;
  }
}
.cid-ufyomGGhYu .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-ufyomGGhYu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufyomGGhYu .modal-footer {
    padding: 1rem;
  }
}
.cid-ufyomGGhYu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufyomGGhYu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufyomGGhYu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufyomGGhYu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufyomGGhYu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufyomGGhYu .modal-lg,
  .cid-ufyomGGhYu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufyomGGhYu .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufyomGGhYu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufyomGGhYu .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-ufyomGGhYu .form-group {
  margin-bottom: 1rem;
}
.cid-ufyomGGhYu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufyomGGhYu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufyomGGhYu .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-ufyomGGhYu .mbr-section-btn {
  margin: 0;
}
.cid-ufyomGGhYu .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucRdhdWwck {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucRdhdWwck nav.navbar {
  position: fixed;
}
.cid-ucRdhdWwck .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-ucRdhdWwck .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucRdhdWwck .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ucRdhdWwck #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ucRdhdWwck .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ucRdhdWwck .dropdown-item:hover,
.cid-ucRdhdWwck .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ucRdhdWwck .dropdown-item:hover span {
  color: white;
}
.cid-ucRdhdWwck .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRdhdWwck .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRdhdWwck .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ucRdhdWwck .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRdhdWwck .nav-link {
  position: relative;
}
.cid-ucRdhdWwck .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ucRdhdWwck .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ucRdhdWwck .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ucRdhdWwck .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ucRdhdWwck .dropdown-menu,
.cid-ucRdhdWwck .navbar.opened {
  background: #353535 !important;
}
.cid-ucRdhdWwck .nav-item:focus,
.cid-ucRdhdWwck .nav-link:focus {
  outline: none;
}
.cid-ucRdhdWwck .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucRdhdWwck .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRdhdWwck .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRdhdWwck .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRdhdWwck .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRdhdWwck .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRdhdWwck .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ucRdhdWwck .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRdhdWwck .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRdhdWwck .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRdhdWwck .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucRdhdWwck .navbar.collapsed {
  justify-content: center;
}
.cid-ucRdhdWwck .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRdhdWwck .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucRdhdWwck .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucRdhdWwck .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucRdhdWwck .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-ucRdhdWwck .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucRdhdWwck .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucRdhdWwck .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucRdhdWwck .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRdhdWwck .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRdhdWwck .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRdhdWwck .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRdhdWwck .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-ucRdhdWwck .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRdhdWwck .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRdhdWwck .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucRdhdWwck .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRdhdWwck .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucRdhdWwck .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ucRdhdWwck .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRdhdWwck .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRdhdWwck .dropdown-item.active,
.cid-ucRdhdWwck .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRdhdWwck .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRdhdWwck .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRdhdWwck .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRdhdWwck .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ucRdhdWwck .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRdhdWwck .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRdhdWwck ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRdhdWwck .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRdhdWwck button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRdhdWwck button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ucRdhdWwck button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRdhdWwck button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRdhdWwck button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRdhdWwck button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRdhdWwck nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRdhdWwck nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRdhdWwck nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRdhdWwck nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRdhdWwck .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucRdhdWwck a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRdhdWwck .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-ucRdhdWwck .navbar {
    height: 70px;
  }
  .cid-ucRdhdWwck .navbar.opened {
    height: auto;
  }
  .cid-ucRdhdWwck .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRdhdWwck .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ucRdhdWwck .navbar-toggler {
  margin-left: 10px;
}
.cid-ucRdhdWwck .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ucRdhdWwck .navbar-logo {
  margin-right: 0 !important;
}
.cid-ucRdhdWwck .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ucRdhdWwck .mbr-text {
    display: none;
  }
}
.cid-ucRdhdWwck .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ucRdhdWwck .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ucRdhdWwck .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ucRdhdWwck .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ucRdhdWwck #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ucRdhdWwck #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ucRdhdWwck #vol {
    display: none;
  }
}
.cid-ucRdhdWwck .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ucRdhfjc0x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ucRdhfjc0x .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ucRdhfjc0x .mbr-section-subtitle {
  text-align: center;
}
.cid-ucRdhfjc0x .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ucRdhfjc0x .display-1 {
    font-size: 75px;
  }
  .cid-ucRdhfjc0x .display-5 {
    font-size: 29px;
  }
  .cid-ucRdhfjc0x .display-4 {
    font-weight: 300;
  }
}
#custom-html-1xm {
  /* Type valid CSS here */
}
#custom-html-1xm div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1xm .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ucRdhgEYUn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ucRdhgEYUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRdhgEYUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRdhgEYUn .container,
.cid-ucRdhgEYUn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucRdhgEYUn .container,
  .cid-ucRdhgEYUn .container-fluid {
    padding: 0 20px;
  }
}
.cid-ucRdhgEYUn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ucRdhgEYUn .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ucRdhgEYUn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucRdhgEYUn .mbr-section-title {
  color: #4479d9;
}
.cid-ucRdhgEYUn .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ucRdhh7hq5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ucRdhh7hq5 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1yw {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1yw *,
#custom-html-1yw *::before,
#custom-html-1yw *::after {
  box-sizing: border-box;
}
#custom-html-1yw body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1yw #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1yw .container {
  background-color: #232323;
}
#custom-html-1yw .titre {
  padding: 1em;
}
#custom-html-1yw H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1yw h6 {
  color: white;
}
.cid-ucRdhhCFKO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ucRdhhCFKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRdhhCFKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucRdhhCFKO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucRdhhCFKO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucRdhhCFKO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRdhhCFKO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucRdhhCFKO .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ucRdhhCFKO .mbr-text,
.cid-ucRdhhCFKO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucRdhhCFKO .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ucRdhiihNt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ucRdhiihNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRdhiihNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucRdhiihNt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucRdhiihNt .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ucRdhiihNt .image-wrapper {
    padding: 1rem;
  }
}
.cid-ucRdhiihNt .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ucRdhiihNt .mbr-text,
.cid-ucRdhiihNt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucRdhiihNt .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ucRdhiSFUW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ucRdhiSFUW .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ucRdhiSFUW .mbr-text,
.cid-ucRdhiSFUW .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ucRdhjkI6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ucRdhjkI6F .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ucRdhjkI6F .row {
    padding: 20px 34px;
  }
}
.cid-ucRdhjkI6F .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ucRdhjOFSI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ucRdhjOFSI .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ucRdhjOFSI .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ucRdhjOFSI .card:hover {
  margin-top: -0.6rem;
}
.cid-ucRdhjOFSI .card-wrapper {
  position: relative;
}
.cid-ucRdhjOFSI .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ucRdhjOFSI .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ucRdhjOFSI .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ucRdhjOFSI .big {
  margin-top: -25%;
}
.cid-ucRdhjOFSI .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ucRdhjOFSI .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ucRdhjOFSI .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ucRdhjOFSI .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ucRdhkCLhu.popup-builder {
  background-color: #ffffff;
}
.cid-ucRdhkCLhu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucRdhkCLhu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucRdhkCLhu .modal-content,
.cid-ucRdhkCLhu .modal-dialog {
  height: auto;
}
.cid-ucRdhkCLhu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucRdhkCLhu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucRdhkCLhu .form-wrapper .mbr-form .form-group,
  .cid-ucRdhkCLhu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucRdhkCLhu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucRdhkCLhu .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-ucRdhkCLhu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucRdhkCLhu .pt-0 {
  padding-top: 0 !important;
}
.cid-ucRdhkCLhu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucRdhkCLhu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucRdhkCLhu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucRdhkCLhu .modal-open {
  overflow: hidden;
}
.cid-ucRdhkCLhu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucRdhkCLhu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucRdhkCLhu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucRdhkCLhu .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-ucRdhkCLhu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucRdhkCLhu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucRdhkCLhu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucRdhkCLhu .modal-content {
  background: #353535;
  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-ucRdhkCLhu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucRdhkCLhu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucRdhkCLhu .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucRdhkCLhu .modal-backdrop.show {
  opacity: .5;
}
.cid-ucRdhkCLhu .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-ucRdhkCLhu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhkCLhu .modal-header {
    padding: 1rem;
  }
}
.cid-ucRdhkCLhu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucRdhkCLhu .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucRdhkCLhu .modal-header .close:hover {
  opacity: 1;
}
.cid-ucRdhkCLhu .modal-header .close:focus {
  outline: none;
}
.cid-ucRdhkCLhu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucRdhkCLhu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucRdhkCLhu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhkCLhu .modal-body {
    padding: 1rem;
  }
}
.cid-ucRdhkCLhu .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-ucRdhkCLhu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhkCLhu .modal-footer {
    padding: 1rem;
  }
}
.cid-ucRdhkCLhu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucRdhkCLhu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucRdhkCLhu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucRdhkCLhu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucRdhkCLhu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucRdhkCLhu .modal-lg,
  .cid-ucRdhkCLhu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucRdhkCLhu .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucRdhkCLhu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucRdhkCLhu .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-ucRdhkCLhu .form-group {
  margin-bottom: 1rem;
}
.cid-ucRdhkCLhu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucRdhkCLhu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucRdhkCLhu .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-ucRdhkCLhu .mbr-section-btn {
  margin: 0;
}
.cid-ucRdhkCLhu .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucRdhkCLhu #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ucRdhkCLhu #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ucRdhkCLhu #creativecommons img,
.cid-ucRdhkCLhu iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ucRdhlsb2D.popup-builder {
  background-color: #ffffff;
}
.cid-ucRdhlsb2D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucRdhlsb2D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucRdhlsb2D .modal-content,
.cid-ucRdhlsb2D .modal-dialog {
  height: auto;
}
.cid-ucRdhlsb2D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucRdhlsb2D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucRdhlsb2D .form-wrapper .mbr-form .form-group,
  .cid-ucRdhlsb2D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucRdhlsb2D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucRdhlsb2D .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-ucRdhlsb2D .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucRdhlsb2D .pt-0 {
  padding-top: 0 !important;
}
.cid-ucRdhlsb2D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucRdhlsb2D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucRdhlsb2D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucRdhlsb2D .modal-open {
  overflow: hidden;
}
.cid-ucRdhlsb2D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucRdhlsb2D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucRdhlsb2D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucRdhlsb2D .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-ucRdhlsb2D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucRdhlsb2D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucRdhlsb2D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucRdhlsb2D .modal-content {
  background: #353535;
  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-ucRdhlsb2D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucRdhlsb2D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucRdhlsb2D .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucRdhlsb2D .modal-backdrop.show {
  opacity: .5;
}
.cid-ucRdhlsb2D .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-ucRdhlsb2D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhlsb2D .modal-header {
    padding: 1rem;
  }
}
.cid-ucRdhlsb2D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucRdhlsb2D .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucRdhlsb2D .modal-header .close:hover {
  opacity: 1;
}
.cid-ucRdhlsb2D .modal-header .close:focus {
  outline: none;
}
.cid-ucRdhlsb2D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucRdhlsb2D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucRdhlsb2D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhlsb2D .modal-body {
    padding: 1rem;
  }
}
.cid-ucRdhlsb2D .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-ucRdhlsb2D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhlsb2D .modal-footer {
    padding: 1rem;
  }
}
.cid-ucRdhlsb2D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucRdhlsb2D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucRdhlsb2D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucRdhlsb2D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucRdhlsb2D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucRdhlsb2D .modal-lg,
  .cid-ucRdhlsb2D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucRdhlsb2D .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucRdhlsb2D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucRdhlsb2D .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-ucRdhlsb2D .form-group {
  margin-bottom: 1rem;
}
.cid-ucRdhlsb2D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucRdhlsb2D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucRdhlsb2D .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-ucRdhlsb2D .mbr-section-btn {
  margin: 0;
}
.cid-ucRdhlsb2D .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucRdhmdJ4W.popup-builder {
  background-color: #ffffff;
}
.cid-ucRdhmdJ4W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucRdhmdJ4W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucRdhmdJ4W .modal-content,
.cid-ucRdhmdJ4W .modal-dialog {
  height: auto;
}
.cid-ucRdhmdJ4W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucRdhmdJ4W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucRdhmdJ4W .form-wrapper .mbr-form .form-group,
  .cid-ucRdhmdJ4W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucRdhmdJ4W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucRdhmdJ4W .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-ucRdhmdJ4W .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucRdhmdJ4W .pt-0 {
  padding-top: 0 !important;
}
.cid-ucRdhmdJ4W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucRdhmdJ4W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucRdhmdJ4W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucRdhmdJ4W .modal-open {
  overflow: hidden;
}
.cid-ucRdhmdJ4W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucRdhmdJ4W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucRdhmdJ4W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucRdhmdJ4W .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-ucRdhmdJ4W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucRdhmdJ4W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucRdhmdJ4W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucRdhmdJ4W .modal-content {
  background: #353535;
  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-ucRdhmdJ4W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucRdhmdJ4W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucRdhmdJ4W .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucRdhmdJ4W .modal-backdrop.show {
  opacity: .5;
}
.cid-ucRdhmdJ4W .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-ucRdhmdJ4W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhmdJ4W .modal-header {
    padding: 1rem;
  }
}
.cid-ucRdhmdJ4W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucRdhmdJ4W .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucRdhmdJ4W .modal-header .close:hover {
  opacity: 1;
}
.cid-ucRdhmdJ4W .modal-header .close:focus {
  outline: none;
}
.cid-ucRdhmdJ4W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucRdhmdJ4W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucRdhmdJ4W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhmdJ4W .modal-body {
    padding: 1rem;
  }
}
.cid-ucRdhmdJ4W .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-ucRdhmdJ4W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhmdJ4W .modal-footer {
    padding: 1rem;
  }
}
.cid-ucRdhmdJ4W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucRdhmdJ4W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucRdhmdJ4W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucRdhmdJ4W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucRdhmdJ4W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucRdhmdJ4W .modal-lg,
  .cid-ucRdhmdJ4W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucRdhmdJ4W .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucRdhmdJ4W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucRdhmdJ4W .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-ucRdhmdJ4W .form-group {
  margin-bottom: 1rem;
}
.cid-ucRdhmdJ4W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucRdhmdJ4W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucRdhmdJ4W .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-ucRdhmdJ4W .mbr-section-btn {
  margin: 0;
}
.cid-ucRdhmdJ4W .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucRdhmX6EM.popup-builder {
  background-color: #ffffff;
}
.cid-ucRdhmX6EM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucRdhmX6EM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucRdhmX6EM .modal-content,
.cid-ucRdhmX6EM .modal-dialog {
  height: auto;
}
.cid-ucRdhmX6EM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucRdhmX6EM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucRdhmX6EM .form-wrapper .mbr-form .form-group,
  .cid-ucRdhmX6EM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucRdhmX6EM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucRdhmX6EM .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-ucRdhmX6EM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucRdhmX6EM .pt-0 {
  padding-top: 0 !important;
}
.cid-ucRdhmX6EM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucRdhmX6EM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucRdhmX6EM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucRdhmX6EM .modal-open {
  overflow: hidden;
}
.cid-ucRdhmX6EM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucRdhmX6EM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucRdhmX6EM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucRdhmX6EM .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-ucRdhmX6EM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucRdhmX6EM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucRdhmX6EM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucRdhmX6EM .modal-content {
  background: #353535;
  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-ucRdhmX6EM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucRdhmX6EM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucRdhmX6EM .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucRdhmX6EM .modal-backdrop.show {
  opacity: .5;
}
.cid-ucRdhmX6EM .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-ucRdhmX6EM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhmX6EM .modal-header {
    padding: 1rem;
  }
}
.cid-ucRdhmX6EM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucRdhmX6EM .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucRdhmX6EM .modal-header .close:hover {
  opacity: 1;
}
.cid-ucRdhmX6EM .modal-header .close:focus {
  outline: none;
}
.cid-ucRdhmX6EM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucRdhmX6EM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucRdhmX6EM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhmX6EM .modal-body {
    padding: 1rem;
  }
}
.cid-ucRdhmX6EM .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-ucRdhmX6EM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhmX6EM .modal-footer {
    padding: 1rem;
  }
}
.cid-ucRdhmX6EM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucRdhmX6EM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucRdhmX6EM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucRdhmX6EM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucRdhmX6EM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucRdhmX6EM .modal-lg,
  .cid-ucRdhmX6EM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucRdhmX6EM .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucRdhmX6EM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucRdhmX6EM .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-ucRdhmX6EM .form-group {
  margin-bottom: 1rem;
}
.cid-ucRdhmX6EM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucRdhmX6EM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucRdhmX6EM .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-ucRdhmX6EM .mbr-section-btn {
  margin: 0;
}
.cid-ucRdhmX6EM .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucRdhnTUWB.popup-builder {
  background-color: #ffffff;
}
.cid-ucRdhnTUWB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucRdhnTUWB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucRdhnTUWB .modal-content,
.cid-ucRdhnTUWB .modal-dialog {
  height: auto;
}
.cid-ucRdhnTUWB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucRdhnTUWB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucRdhnTUWB .form-wrapper .mbr-form .form-group,
  .cid-ucRdhnTUWB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucRdhnTUWB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucRdhnTUWB .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-ucRdhnTUWB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucRdhnTUWB .pt-0 {
  padding-top: 0 !important;
}
.cid-ucRdhnTUWB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucRdhnTUWB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucRdhnTUWB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucRdhnTUWB .modal-open {
  overflow: hidden;
}
.cid-ucRdhnTUWB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucRdhnTUWB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucRdhnTUWB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucRdhnTUWB .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-ucRdhnTUWB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucRdhnTUWB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucRdhnTUWB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucRdhnTUWB .modal-content {
  background: #353535;
  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-ucRdhnTUWB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucRdhnTUWB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucRdhnTUWB .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucRdhnTUWB .modal-backdrop.show {
  opacity: .5;
}
.cid-ucRdhnTUWB .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-ucRdhnTUWB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhnTUWB .modal-header {
    padding: 1rem;
  }
}
.cid-ucRdhnTUWB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucRdhnTUWB .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucRdhnTUWB .modal-header .close:hover {
  opacity: 1;
}
.cid-ucRdhnTUWB .modal-header .close:focus {
  outline: none;
}
.cid-ucRdhnTUWB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucRdhnTUWB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucRdhnTUWB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhnTUWB .modal-body {
    padding: 1rem;
  }
}
.cid-ucRdhnTUWB .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-ucRdhnTUWB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhnTUWB .modal-footer {
    padding: 1rem;
  }
}
.cid-ucRdhnTUWB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucRdhnTUWB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucRdhnTUWB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucRdhnTUWB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucRdhnTUWB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucRdhnTUWB .modal-lg,
  .cid-ucRdhnTUWB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucRdhnTUWB .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucRdhnTUWB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucRdhnTUWB .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-ucRdhnTUWB .form-group {
  margin-bottom: 1rem;
}
.cid-ucRdhnTUWB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucRdhnTUWB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucRdhnTUWB .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-ucRdhnTUWB .mbr-section-btn {
  margin: 0;
}
.cid-ucRdhnTUWB .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucRdhoJcAy.popup-builder {
  background-color: #ffffff;
}
.cid-ucRdhoJcAy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucRdhoJcAy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucRdhoJcAy .modal-content,
.cid-ucRdhoJcAy .modal-dialog {
  height: auto;
}
.cid-ucRdhoJcAy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucRdhoJcAy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucRdhoJcAy .form-wrapper .mbr-form .form-group,
  .cid-ucRdhoJcAy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucRdhoJcAy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucRdhoJcAy .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-ucRdhoJcAy .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucRdhoJcAy .pt-0 {
  padding-top: 0 !important;
}
.cid-ucRdhoJcAy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucRdhoJcAy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucRdhoJcAy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucRdhoJcAy .modal-open {
  overflow: hidden;
}
.cid-ucRdhoJcAy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucRdhoJcAy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucRdhoJcAy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucRdhoJcAy .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-ucRdhoJcAy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucRdhoJcAy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucRdhoJcAy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucRdhoJcAy .modal-content {
  background: #353535;
  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-ucRdhoJcAy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucRdhoJcAy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucRdhoJcAy .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucRdhoJcAy .modal-backdrop.show {
  opacity: .5;
}
.cid-ucRdhoJcAy .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-ucRdhoJcAy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhoJcAy .modal-header {
    padding: 1rem;
  }
}
.cid-ucRdhoJcAy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucRdhoJcAy .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucRdhoJcAy .modal-header .close:hover {
  opacity: 1;
}
.cid-ucRdhoJcAy .modal-header .close:focus {
  outline: none;
}
.cid-ucRdhoJcAy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucRdhoJcAy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucRdhoJcAy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhoJcAy .modal-body {
    padding: 1rem;
  }
}
.cid-ucRdhoJcAy .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-ucRdhoJcAy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhoJcAy .modal-footer {
    padding: 1rem;
  }
}
.cid-ucRdhoJcAy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucRdhoJcAy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucRdhoJcAy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucRdhoJcAy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucRdhoJcAy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucRdhoJcAy .modal-lg,
  .cid-ucRdhoJcAy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucRdhoJcAy .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucRdhoJcAy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucRdhoJcAy .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-ucRdhoJcAy .form-group {
  margin-bottom: 1rem;
}
.cid-ucRdhoJcAy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucRdhoJcAy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucRdhoJcAy .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-ucRdhoJcAy .mbr-section-btn {
  margin: 0;
}
.cid-ucRdhoJcAy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ucRdhqgQNs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ucRdhqgQNs .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucRdhqgQNs .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucRdhqgQNs .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ucRdhqgQNs .bg-youtube:hover {
  background: #cc0000;
}
.cid-ucRdhqgQNs .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ucRdhqgQNs .bg-twitch:hover {
  background: #7313ff;
}
.cid-ucRdhqgQNs .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ucRdhqgQNs [class^="socicon-"]:before,
.cid-ucRdhqgQNs [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ucRdhqgQNs .mbr-section-title,
.cid-ucRdhqgQNs .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ucRdhr81Lk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ucRdhr81Lk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ucRdhr81Lk .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ucRdhr81Lk .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ucRdhr81Lk .form-control:focus,
.cid-ucRdhr81Lk .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ucRdhr81Lk .form-group {
  margin-bottom: 1rem;
}
.cid-ucRdhr81Lk input::-webkit-input-placeholder,
.cid-ucRdhr81Lk textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ucRdhr81Lk input:-moz-placeholder,
.cid-ucRdhr81Lk textarea:-moz-placeholder {
  color: #656565;
}
.cid-ucRdhr81Lk .jq-selectbox li,
.cid-ucRdhr81Lk .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ucRdhr81Lk .jq-selectbox li:hover,
.cid-ucRdhr81Lk .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ucRdhr81Lk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ucRdhr81Lk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ucRdhr81Lk textarea.form-control {
  resize: none;
}
.cid-ucRdhr81Lk .input-group-btn {
  display: inline-block;
}
.cid-ucRdhr81Lk .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ucRdhr81Lk .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucRdhr81Lk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucRdhr81Lk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ucRdhr81Lk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ucRdhr81Lk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ucRdhr81Lk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucRdhr81Lk .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ucRdhr81Lk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ucRdhr81Lk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ucRdhr81Lk .form-control,
.cid-ucRdhr81Lk .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ucRdhr81Lk #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ucRdhr81Lk #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ucRdhr81Lk #creativecommons img,
.cid-ucRdhr81Lk iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ucRdhr81Lk .offset-md-1 {
  margin-left: 1vw;
}
.cid-ucRdhsGyVa.popup-builder {
  background-color: #ffffff;
}
.cid-ucRdhsGyVa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucRdhsGyVa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucRdhsGyVa .modal-content,
.cid-ucRdhsGyVa .modal-dialog {
  height: auto;
}
.cid-ucRdhsGyVa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucRdhsGyVa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucRdhsGyVa .form-wrapper .mbr-form .form-group,
  .cid-ucRdhsGyVa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucRdhsGyVa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucRdhsGyVa .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-ucRdhsGyVa .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucRdhsGyVa .pt-0 {
  padding-top: 0 !important;
}
.cid-ucRdhsGyVa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucRdhsGyVa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucRdhsGyVa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucRdhsGyVa .modal-open {
  overflow: hidden;
}
.cid-ucRdhsGyVa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucRdhsGyVa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucRdhsGyVa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucRdhsGyVa .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-ucRdhsGyVa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucRdhsGyVa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucRdhsGyVa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucRdhsGyVa .modal-content {
  background: #353535;
  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-ucRdhsGyVa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucRdhsGyVa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucRdhsGyVa .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucRdhsGyVa .modal-backdrop.show {
  opacity: .5;
}
.cid-ucRdhsGyVa .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-ucRdhsGyVa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhsGyVa .modal-header {
    padding: 1rem;
  }
}
.cid-ucRdhsGyVa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucRdhsGyVa .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucRdhsGyVa .modal-header .close:hover {
  opacity: 1;
}
.cid-ucRdhsGyVa .modal-header .close:focus {
  outline: none;
}
.cid-ucRdhsGyVa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucRdhsGyVa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucRdhsGyVa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhsGyVa .modal-body {
    padding: 1rem;
  }
}
.cid-ucRdhsGyVa .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-ucRdhsGyVa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucRdhsGyVa .modal-footer {
    padding: 1rem;
  }
}
.cid-ucRdhsGyVa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucRdhsGyVa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucRdhsGyVa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucRdhsGyVa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucRdhsGyVa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucRdhsGyVa .modal-lg,
  .cid-ucRdhsGyVa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucRdhsGyVa .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucRdhsGyVa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucRdhsGyVa .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-ucRdhsGyVa .form-group {
  margin-bottom: 1rem;
}
.cid-ucRdhsGyVa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucRdhsGyVa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucRdhsGyVa .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-ucRdhsGyVa .mbr-section-btn {
  margin: 0;
}
.cid-ucRdhsGyVa .mbr-section-btn .btn {
  margin: 0;
}
.cid-ucWL98uVBm.popup-builder {
  background-color: #ffffff;
}
.cid-ucWL98uVBm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ucWL98uVBm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ucWL98uVBm .modal-content,
.cid-ucWL98uVBm .modal-dialog {
  height: auto;
}
.cid-ucWL98uVBm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ucWL98uVBm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ucWL98uVBm .form-wrapper .mbr-form .form-group,
  .cid-ucWL98uVBm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ucWL98uVBm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ucWL98uVBm .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-ucWL98uVBm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ucWL98uVBm .pt-0 {
  padding-top: 0 !important;
}
.cid-ucWL98uVBm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ucWL98uVBm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ucWL98uVBm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ucWL98uVBm .modal-open {
  overflow: hidden;
}
.cid-ucWL98uVBm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ucWL98uVBm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ucWL98uVBm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ucWL98uVBm .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-ucWL98uVBm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ucWL98uVBm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ucWL98uVBm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ucWL98uVBm .modal-content {
  background: #353535;
  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-ucWL98uVBm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ucWL98uVBm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ucWL98uVBm .modal-backdrop.fade {
  opacity: 0;
}
.cid-ucWL98uVBm .modal-backdrop.show {
  opacity: .5;
}
.cid-ucWL98uVBm .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-ucWL98uVBm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWL98uVBm .modal-header {
    padding: 1rem;
  }
}
.cid-ucWL98uVBm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ucWL98uVBm .modal-header .close svg {
  fill: #ffffff;
}
.cid-ucWL98uVBm .modal-header .close:hover {
  opacity: 1;
}
.cid-ucWL98uVBm .modal-header .close:focus {
  outline: none;
}
.cid-ucWL98uVBm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ucWL98uVBm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ucWL98uVBm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWL98uVBm .modal-body {
    padding: 1rem;
  }
}
.cid-ucWL98uVBm .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-ucWL98uVBm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucWL98uVBm .modal-footer {
    padding: 1rem;
  }
}
.cid-ucWL98uVBm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ucWL98uVBm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ucWL98uVBm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ucWL98uVBm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ucWL98uVBm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ucWL98uVBm .modal-lg,
  .cid-ucWL98uVBm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ucWL98uVBm .modal-xl {
    max-width: 1140px;
  }
}
.cid-ucWL98uVBm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ucWL98uVBm .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-ucWL98uVBm .form-group {
  margin-bottom: 1rem;
}
.cid-ucWL98uVBm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ucWL98uVBm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ucWL98uVBm .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-ucWL98uVBm .mbr-section-btn {
  margin: 0;
}
.cid-ucWL98uVBm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhyt9NFbq2.popup-builder {
  background-color: #ffffff;
}
.cid-uhyt9NFbq2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhyt9NFbq2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhyt9NFbq2 .modal-content,
.cid-uhyt9NFbq2 .modal-dialog {
  height: auto;
}
.cid-uhyt9NFbq2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhyt9NFbq2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhyt9NFbq2 .form-wrapper .mbr-form .form-group,
  .cid-uhyt9NFbq2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhyt9NFbq2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhyt9NFbq2 .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-uhyt9NFbq2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uhyt9NFbq2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uhyt9NFbq2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhyt9NFbq2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhyt9NFbq2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhyt9NFbq2 .modal-open {
  overflow: hidden;
}
.cid-uhyt9NFbq2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhyt9NFbq2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhyt9NFbq2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhyt9NFbq2 .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-uhyt9NFbq2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhyt9NFbq2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhyt9NFbq2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhyt9NFbq2 .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-uhyt9NFbq2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhyt9NFbq2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhyt9NFbq2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhyt9NFbq2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uhyt9NFbq2 .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-uhyt9NFbq2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhyt9NFbq2 .modal-header {
    padding: 1rem;
  }
}
.cid-uhyt9NFbq2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhyt9NFbq2 .modal-header .close svg {
  fill: #353535;
}
.cid-uhyt9NFbq2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uhyt9NFbq2 .modal-header .close:focus {
  outline: none;
}
.cid-uhyt9NFbq2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uhyt9NFbq2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhyt9NFbq2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhyt9NFbq2 .modal-body {
    padding: 1rem;
  }
}
.cid-uhyt9NFbq2 .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-uhyt9NFbq2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhyt9NFbq2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uhyt9NFbq2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhyt9NFbq2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhyt9NFbq2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhyt9NFbq2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhyt9NFbq2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhyt9NFbq2 .modal-lg,
  .cid-uhyt9NFbq2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhyt9NFbq2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhyt9NFbq2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhyt9NFbq2 .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-uhyt9NFbq2 .form-group {
  margin-bottom: 1rem;
}
.cid-uhyt9NFbq2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhyt9NFbq2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhyt9NFbq2 .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-uhyt9NFbq2 .mbr-section-btn {
  margin: 0;
}
.cid-uhyt9NFbq2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufbRf1MxR1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufbRf1MxR1 nav.navbar {
  position: fixed;
}
.cid-ufbRf1MxR1 .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-ufbRf1MxR1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufbRf1MxR1 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ufbRf1MxR1 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ufbRf1MxR1 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ufbRf1MxR1 .dropdown-item:hover,
.cid-ufbRf1MxR1 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ufbRf1MxR1 .dropdown-item:hover span {
  color: white;
}
.cid-ufbRf1MxR1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufbRf1MxR1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufbRf1MxR1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ufbRf1MxR1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufbRf1MxR1 .nav-link {
  position: relative;
}
.cid-ufbRf1MxR1 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ufbRf1MxR1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ufbRf1MxR1 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ufbRf1MxR1 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ufbRf1MxR1 .dropdown-menu,
.cid-ufbRf1MxR1 .navbar.opened {
  background: #353535 !important;
}
.cid-ufbRf1MxR1 .nav-item:focus,
.cid-ufbRf1MxR1 .nav-link:focus {
  outline: none;
}
.cid-ufbRf1MxR1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufbRf1MxR1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufbRf1MxR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufbRf1MxR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufbRf1MxR1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufbRf1MxR1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufbRf1MxR1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ufbRf1MxR1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufbRf1MxR1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufbRf1MxR1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufbRf1MxR1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufbRf1MxR1 .navbar.collapsed {
  justify-content: center;
}
.cid-ufbRf1MxR1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufbRf1MxR1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufbRf1MxR1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufbRf1MxR1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufbRf1MxR1 .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-ufbRf1MxR1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufbRf1MxR1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufbRf1MxR1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufbRf1MxR1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufbRf1MxR1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufbRf1MxR1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufbRf1MxR1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufbRf1MxR1 .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-ufbRf1MxR1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufbRf1MxR1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufbRf1MxR1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ufbRf1MxR1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufbRf1MxR1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufbRf1MxR1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ufbRf1MxR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufbRf1MxR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufbRf1MxR1 .dropdown-item.active,
.cid-ufbRf1MxR1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufbRf1MxR1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufbRf1MxR1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufbRf1MxR1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufbRf1MxR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ufbRf1MxR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufbRf1MxR1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufbRf1MxR1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufbRf1MxR1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufbRf1MxR1 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufbRf1MxR1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ufbRf1MxR1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufbRf1MxR1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufbRf1MxR1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufbRf1MxR1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufbRf1MxR1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufbRf1MxR1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufbRf1MxR1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufbRf1MxR1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufbRf1MxR1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufbRf1MxR1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufbRf1MxR1 .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-ufbRf1MxR1 .navbar {
    height: 70px;
  }
  .cid-ufbRf1MxR1 .navbar.opened {
    height: auto;
  }
  .cid-ufbRf1MxR1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufbRf1MxR1 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ufbRf1MxR1 .navbar-toggler {
  margin-left: 10px;
}
.cid-ufbRf1MxR1 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ufbRf1MxR1 .navbar-logo {
  margin-right: 0 !important;
}
.cid-ufbRf1MxR1 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ufbRf1MxR1 .mbr-text {
    display: none;
  }
}
.cid-ufbRf1MxR1 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ufbRf1MxR1 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ufbRf1MxR1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ufbRf1MxR1 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ufbRf1MxR1 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ufbRf1MxR1 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ufbRf1MxR1 #vol {
    display: none;
  }
}
.cid-ufbRf1MxR1 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ufbRf2cRTf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufbRf2cRTf .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ufbRf2cRTf .mbr-section-subtitle {
  text-align: center;
}
.cid-ufbRf2cRTf .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufbRf2cRTf .display-1 {
    font-size: 75px;
  }
  .cid-ufbRf2cRTf .display-5 {
    font-size: 29px;
  }
  .cid-ufbRf2cRTf .display-4 {
    font-weight: 300;
  }
}
#custom-html-1zt {
  /* Type valid CSS here */
}
#custom-html-1zt div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-1zt .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ufbRf2V0qX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ufbRf2V0qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufbRf2V0qX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufbRf2V0qX .container,
.cid-ufbRf2V0qX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufbRf2V0qX .container,
  .cid-ufbRf2V0qX .container-fluid {
    padding: 0 20px;
  }
}
.cid-ufbRf2V0qX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ufbRf2V0qX .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ufbRf2V0qX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufbRf2V0qX .mbr-section-title {
  color: #4479d9;
}
.cid-ufbRf2V0qX .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ufbRf3eCPd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ufbRf3eCPd .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-1zw {
  /* Type valid CSS here */
  /* global */
}
#custom-html-1zw *,
#custom-html-1zw *::before,
#custom-html-1zw *::after {
  box-sizing: border-box;
}
#custom-html-1zw body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-1zw #corpsDuTexte {
  background-color: #232323;
}
#custom-html-1zw .container {
  background-color: #232323;
}
#custom-html-1zw .titre {
  padding: 1em;
}
#custom-html-1zw H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-1zw h6 {
  color: white;
}
.cid-ufbRf3GmnQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ufbRf3GmnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufbRf3GmnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufbRf3GmnQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufbRf3GmnQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufbRf3GmnQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufbRf3GmnQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufbRf3GmnQ .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ufbRf3GmnQ .mbr-text,
.cid-ufbRf3GmnQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ufbRf3GmnQ .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ufbRf40KY7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ufbRf40KY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufbRf40KY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufbRf40KY7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufbRf40KY7 .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ufbRf40KY7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ufbRf40KY7 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ufbRf40KY7 .mbr-text,
.cid-ufbRf40KY7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ufbRf40KY7 .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ufbRf4qYuR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ufbRf4qYuR .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ufbRf4qYuR .mbr-text,
.cid-ufbRf4qYuR .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ufbRf4M7Ac {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ufbRf4M7Ac .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ufbRf4M7Ac .row {
    padding: 20px 34px;
  }
}
.cid-ufbRf4M7Ac .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ufbRf58Vzu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ufbRf58Vzu .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ufbRf58Vzu .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ufbRf58Vzu .card:hover {
  margin-top: -0.6rem;
}
.cid-ufbRf58Vzu .card-wrapper {
  position: relative;
}
.cid-ufbRf58Vzu .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ufbRf58Vzu .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ufbRf58Vzu .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ufbRf58Vzu .big {
  margin-top: -25%;
}
.cid-ufbRf58Vzu .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ufbRf58Vzu .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ufbRf58Vzu .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ufbRf58Vzu .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ufbRf5Bggy.popup-builder {
  background-color: #ffffff;
}
.cid-ufbRf5Bggy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufbRf5Bggy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufbRf5Bggy .modal-content,
.cid-ufbRf5Bggy .modal-dialog {
  height: auto;
}
.cid-ufbRf5Bggy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufbRf5Bggy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufbRf5Bggy .form-wrapper .mbr-form .form-group,
  .cid-ufbRf5Bggy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufbRf5Bggy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufbRf5Bggy .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-ufbRf5Bggy .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufbRf5Bggy .pt-0 {
  padding-top: 0 !important;
}
.cid-ufbRf5Bggy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufbRf5Bggy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufbRf5Bggy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufbRf5Bggy .modal-open {
  overflow: hidden;
}
.cid-ufbRf5Bggy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufbRf5Bggy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufbRf5Bggy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufbRf5Bggy .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-ufbRf5Bggy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufbRf5Bggy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufbRf5Bggy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufbRf5Bggy .modal-content {
  background: #353535;
  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-ufbRf5Bggy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufbRf5Bggy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufbRf5Bggy .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufbRf5Bggy .modal-backdrop.show {
  opacity: .5;
}
.cid-ufbRf5Bggy .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-ufbRf5Bggy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf5Bggy .modal-header {
    padding: 1rem;
  }
}
.cid-ufbRf5Bggy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufbRf5Bggy .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufbRf5Bggy .modal-header .close:hover {
  opacity: 1;
}
.cid-ufbRf5Bggy .modal-header .close:focus {
  outline: none;
}
.cid-ufbRf5Bggy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufbRf5Bggy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufbRf5Bggy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf5Bggy .modal-body {
    padding: 1rem;
  }
}
.cid-ufbRf5Bggy .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-ufbRf5Bggy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf5Bggy .modal-footer {
    padding: 1rem;
  }
}
.cid-ufbRf5Bggy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufbRf5Bggy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufbRf5Bggy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufbRf5Bggy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufbRf5Bggy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufbRf5Bggy .modal-lg,
  .cid-ufbRf5Bggy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufbRf5Bggy .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufbRf5Bggy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufbRf5Bggy .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-ufbRf5Bggy .form-group {
  margin-bottom: 1rem;
}
.cid-ufbRf5Bggy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufbRf5Bggy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufbRf5Bggy .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-ufbRf5Bggy .mbr-section-btn {
  margin: 0;
}
.cid-ufbRf5Bggy .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufbRf5Bggy #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ufbRf5Bggy #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ufbRf5Bggy #creativecommons img,
.cid-ufbRf5Bggy iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ufbRf64NPF.popup-builder {
  background-color: #ffffff;
}
.cid-ufbRf64NPF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufbRf64NPF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufbRf64NPF .modal-content,
.cid-ufbRf64NPF .modal-dialog {
  height: auto;
}
.cid-ufbRf64NPF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufbRf64NPF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufbRf64NPF .form-wrapper .mbr-form .form-group,
  .cid-ufbRf64NPF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufbRf64NPF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufbRf64NPF .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-ufbRf64NPF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufbRf64NPF .pt-0 {
  padding-top: 0 !important;
}
.cid-ufbRf64NPF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufbRf64NPF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufbRf64NPF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufbRf64NPF .modal-open {
  overflow: hidden;
}
.cid-ufbRf64NPF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufbRf64NPF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufbRf64NPF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufbRf64NPF .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-ufbRf64NPF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufbRf64NPF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufbRf64NPF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufbRf64NPF .modal-content {
  background: #353535;
  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-ufbRf64NPF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufbRf64NPF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufbRf64NPF .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufbRf64NPF .modal-backdrop.show {
  opacity: .5;
}
.cid-ufbRf64NPF .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-ufbRf64NPF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf64NPF .modal-header {
    padding: 1rem;
  }
}
.cid-ufbRf64NPF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufbRf64NPF .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufbRf64NPF .modal-header .close:hover {
  opacity: 1;
}
.cid-ufbRf64NPF .modal-header .close:focus {
  outline: none;
}
.cid-ufbRf64NPF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufbRf64NPF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufbRf64NPF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf64NPF .modal-body {
    padding: 1rem;
  }
}
.cid-ufbRf64NPF .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-ufbRf64NPF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf64NPF .modal-footer {
    padding: 1rem;
  }
}
.cid-ufbRf64NPF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufbRf64NPF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufbRf64NPF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufbRf64NPF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufbRf64NPF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufbRf64NPF .modal-lg,
  .cid-ufbRf64NPF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufbRf64NPF .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufbRf64NPF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufbRf64NPF .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-ufbRf64NPF .form-group {
  margin-bottom: 1rem;
}
.cid-ufbRf64NPF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufbRf64NPF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufbRf64NPF .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-ufbRf64NPF .mbr-section-btn {
  margin: 0;
}
.cid-ufbRf64NPF .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufbRf6wNf7.popup-builder {
  background-color: #ffffff;
}
.cid-ufbRf6wNf7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufbRf6wNf7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufbRf6wNf7 .modal-content,
.cid-ufbRf6wNf7 .modal-dialog {
  height: auto;
}
.cid-ufbRf6wNf7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufbRf6wNf7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufbRf6wNf7 .form-wrapper .mbr-form .form-group,
  .cid-ufbRf6wNf7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufbRf6wNf7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufbRf6wNf7 .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-ufbRf6wNf7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufbRf6wNf7 .pt-0 {
  padding-top: 0 !important;
}
.cid-ufbRf6wNf7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufbRf6wNf7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufbRf6wNf7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufbRf6wNf7 .modal-open {
  overflow: hidden;
}
.cid-ufbRf6wNf7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufbRf6wNf7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufbRf6wNf7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufbRf6wNf7 .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-ufbRf6wNf7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufbRf6wNf7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufbRf6wNf7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufbRf6wNf7 .modal-content {
  background: #353535;
  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-ufbRf6wNf7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufbRf6wNf7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufbRf6wNf7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufbRf6wNf7 .modal-backdrop.show {
  opacity: .5;
}
.cid-ufbRf6wNf7 .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-ufbRf6wNf7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf6wNf7 .modal-header {
    padding: 1rem;
  }
}
.cid-ufbRf6wNf7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufbRf6wNf7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufbRf6wNf7 .modal-header .close:hover {
  opacity: 1;
}
.cid-ufbRf6wNf7 .modal-header .close:focus {
  outline: none;
}
.cid-ufbRf6wNf7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufbRf6wNf7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufbRf6wNf7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf6wNf7 .modal-body {
    padding: 1rem;
  }
}
.cid-ufbRf6wNf7 .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-ufbRf6wNf7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf6wNf7 .modal-footer {
    padding: 1rem;
  }
}
.cid-ufbRf6wNf7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufbRf6wNf7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufbRf6wNf7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufbRf6wNf7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufbRf6wNf7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufbRf6wNf7 .modal-lg,
  .cid-ufbRf6wNf7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufbRf6wNf7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufbRf6wNf7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufbRf6wNf7 .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-ufbRf6wNf7 .form-group {
  margin-bottom: 1rem;
}
.cid-ufbRf6wNf7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufbRf6wNf7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufbRf6wNf7 .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-ufbRf6wNf7 .mbr-section-btn {
  margin: 0;
}
.cid-ufbRf6wNf7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufbRf73FyO.popup-builder {
  background-color: #ffffff;
}
.cid-ufbRf73FyO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufbRf73FyO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufbRf73FyO .modal-content,
.cid-ufbRf73FyO .modal-dialog {
  height: auto;
}
.cid-ufbRf73FyO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufbRf73FyO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufbRf73FyO .form-wrapper .mbr-form .form-group,
  .cid-ufbRf73FyO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufbRf73FyO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufbRf73FyO .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-ufbRf73FyO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufbRf73FyO .pt-0 {
  padding-top: 0 !important;
}
.cid-ufbRf73FyO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufbRf73FyO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufbRf73FyO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufbRf73FyO .modal-open {
  overflow: hidden;
}
.cid-ufbRf73FyO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufbRf73FyO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufbRf73FyO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufbRf73FyO .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-ufbRf73FyO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufbRf73FyO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufbRf73FyO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufbRf73FyO .modal-content {
  background: #353535;
  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-ufbRf73FyO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufbRf73FyO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufbRf73FyO .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufbRf73FyO .modal-backdrop.show {
  opacity: .5;
}
.cid-ufbRf73FyO .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-ufbRf73FyO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf73FyO .modal-header {
    padding: 1rem;
  }
}
.cid-ufbRf73FyO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufbRf73FyO .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufbRf73FyO .modal-header .close:hover {
  opacity: 1;
}
.cid-ufbRf73FyO .modal-header .close:focus {
  outline: none;
}
.cid-ufbRf73FyO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufbRf73FyO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufbRf73FyO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf73FyO .modal-body {
    padding: 1rem;
  }
}
.cid-ufbRf73FyO .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-ufbRf73FyO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf73FyO .modal-footer {
    padding: 1rem;
  }
}
.cid-ufbRf73FyO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufbRf73FyO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufbRf73FyO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufbRf73FyO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufbRf73FyO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufbRf73FyO .modal-lg,
  .cid-ufbRf73FyO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufbRf73FyO .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufbRf73FyO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufbRf73FyO .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-ufbRf73FyO .form-group {
  margin-bottom: 1rem;
}
.cid-ufbRf73FyO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufbRf73FyO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufbRf73FyO .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-ufbRf73FyO .mbr-section-btn {
  margin: 0;
}
.cid-ufbRf73FyO .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufbRf7ybn0.popup-builder {
  background-color: #ffffff;
}
.cid-ufbRf7ybn0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufbRf7ybn0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufbRf7ybn0 .modal-content,
.cid-ufbRf7ybn0 .modal-dialog {
  height: auto;
}
.cid-ufbRf7ybn0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufbRf7ybn0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufbRf7ybn0 .form-wrapper .mbr-form .form-group,
  .cid-ufbRf7ybn0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufbRf7ybn0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufbRf7ybn0 .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-ufbRf7ybn0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufbRf7ybn0 .pt-0 {
  padding-top: 0 !important;
}
.cid-ufbRf7ybn0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufbRf7ybn0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufbRf7ybn0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufbRf7ybn0 .modal-open {
  overflow: hidden;
}
.cid-ufbRf7ybn0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufbRf7ybn0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufbRf7ybn0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufbRf7ybn0 .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-ufbRf7ybn0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufbRf7ybn0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufbRf7ybn0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufbRf7ybn0 .modal-content {
  background: #353535;
  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-ufbRf7ybn0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufbRf7ybn0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufbRf7ybn0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufbRf7ybn0 .modal-backdrop.show {
  opacity: .5;
}
.cid-ufbRf7ybn0 .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-ufbRf7ybn0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf7ybn0 .modal-header {
    padding: 1rem;
  }
}
.cid-ufbRf7ybn0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufbRf7ybn0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufbRf7ybn0 .modal-header .close:hover {
  opacity: 1;
}
.cid-ufbRf7ybn0 .modal-header .close:focus {
  outline: none;
}
.cid-ufbRf7ybn0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufbRf7ybn0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufbRf7ybn0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf7ybn0 .modal-body {
    padding: 1rem;
  }
}
.cid-ufbRf7ybn0 .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-ufbRf7ybn0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf7ybn0 .modal-footer {
    padding: 1rem;
  }
}
.cid-ufbRf7ybn0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufbRf7ybn0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufbRf7ybn0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufbRf7ybn0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufbRf7ybn0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufbRf7ybn0 .modal-lg,
  .cid-ufbRf7ybn0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufbRf7ybn0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufbRf7ybn0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufbRf7ybn0 .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-ufbRf7ybn0 .form-group {
  margin-bottom: 1rem;
}
.cid-ufbRf7ybn0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufbRf7ybn0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufbRf7ybn0 .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-ufbRf7ybn0 .mbr-section-btn {
  margin: 0;
}
.cid-ufbRf7ybn0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufbRf8209I.popup-builder {
  background-color: #ffffff;
}
.cid-ufbRf8209I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufbRf8209I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufbRf8209I .modal-content,
.cid-ufbRf8209I .modal-dialog {
  height: auto;
}
.cid-ufbRf8209I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufbRf8209I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufbRf8209I .form-wrapper .mbr-form .form-group,
  .cid-ufbRf8209I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufbRf8209I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufbRf8209I .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-ufbRf8209I .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufbRf8209I .pt-0 {
  padding-top: 0 !important;
}
.cid-ufbRf8209I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufbRf8209I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufbRf8209I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufbRf8209I .modal-open {
  overflow: hidden;
}
.cid-ufbRf8209I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufbRf8209I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufbRf8209I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufbRf8209I .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-ufbRf8209I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufbRf8209I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufbRf8209I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufbRf8209I .modal-content {
  background: #353535;
  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-ufbRf8209I .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufbRf8209I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufbRf8209I .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufbRf8209I .modal-backdrop.show {
  opacity: .5;
}
.cid-ufbRf8209I .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-ufbRf8209I .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf8209I .modal-header {
    padding: 1rem;
  }
}
.cid-ufbRf8209I .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufbRf8209I .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufbRf8209I .modal-header .close:hover {
  opacity: 1;
}
.cid-ufbRf8209I .modal-header .close:focus {
  outline: none;
}
.cid-ufbRf8209I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufbRf8209I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufbRf8209I .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf8209I .modal-body {
    padding: 1rem;
  }
}
.cid-ufbRf8209I .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-ufbRf8209I .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRf8209I .modal-footer {
    padding: 1rem;
  }
}
.cid-ufbRf8209I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufbRf8209I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufbRf8209I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufbRf8209I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufbRf8209I .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufbRf8209I .modal-lg,
  .cid-ufbRf8209I .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufbRf8209I .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufbRf8209I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufbRf8209I .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-ufbRf8209I .form-group {
  margin-bottom: 1rem;
}
.cid-ufbRf8209I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufbRf8209I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufbRf8209I .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-ufbRf8209I .mbr-section-btn {
  margin: 0;
}
.cid-ufbRf8209I .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ufbRf91sqJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ufbRf91sqJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ufbRf91sqJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ufbRf91sqJ .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ufbRf91sqJ .bg-youtube:hover {
  background: #cc0000;
}
.cid-ufbRf91sqJ .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ufbRf91sqJ .bg-twitch:hover {
  background: #7313ff;
}
.cid-ufbRf91sqJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ufbRf91sqJ [class^="socicon-"]:before,
.cid-ufbRf91sqJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ufbRf91sqJ .mbr-section-title,
.cid-ufbRf91sqJ .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ufbRf9x64z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ufbRf9x64z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ufbRf9x64z .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ufbRf9x64z .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ufbRf9x64z .form-control:focus,
.cid-ufbRf9x64z .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ufbRf9x64z .form-group {
  margin-bottom: 1rem;
}
.cid-ufbRf9x64z input::-webkit-input-placeholder,
.cid-ufbRf9x64z textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ufbRf9x64z input:-moz-placeholder,
.cid-ufbRf9x64z textarea:-moz-placeholder {
  color: #656565;
}
.cid-ufbRf9x64z .jq-selectbox li,
.cid-ufbRf9x64z .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ufbRf9x64z .jq-selectbox li:hover,
.cid-ufbRf9x64z .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ufbRf9x64z .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ufbRf9x64z .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ufbRf9x64z textarea.form-control {
  resize: none;
}
.cid-ufbRf9x64z .input-group-btn {
  display: inline-block;
}
.cid-ufbRf9x64z .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ufbRf9x64z .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ufbRf9x64z .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ufbRf9x64z .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ufbRf9x64z .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ufbRf9x64z .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ufbRf9x64z .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufbRf9x64z .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ufbRf9x64z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ufbRf9x64z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ufbRf9x64z .form-control,
.cid-ufbRf9x64z .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ufbRf9x64z #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ufbRf9x64z #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ufbRf9x64z #creativecommons img,
.cid-ufbRf9x64z iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ufbRf9x64z .offset-md-1 {
  margin-left: 1vw;
}
.cid-ufbRfaAwBx.popup-builder {
  background-color: #ffffff;
}
.cid-ufbRfaAwBx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufbRfaAwBx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufbRfaAwBx .modal-content,
.cid-ufbRfaAwBx .modal-dialog {
  height: auto;
}
.cid-ufbRfaAwBx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufbRfaAwBx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufbRfaAwBx .form-wrapper .mbr-form .form-group,
  .cid-ufbRfaAwBx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufbRfaAwBx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufbRfaAwBx .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-ufbRfaAwBx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufbRfaAwBx .pt-0 {
  padding-top: 0 !important;
}
.cid-ufbRfaAwBx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufbRfaAwBx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufbRfaAwBx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufbRfaAwBx .modal-open {
  overflow: hidden;
}
.cid-ufbRfaAwBx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufbRfaAwBx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufbRfaAwBx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufbRfaAwBx .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-ufbRfaAwBx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufbRfaAwBx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufbRfaAwBx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufbRfaAwBx .modal-content {
  background: #353535;
  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-ufbRfaAwBx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufbRfaAwBx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufbRfaAwBx .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufbRfaAwBx .modal-backdrop.show {
  opacity: .5;
}
.cid-ufbRfaAwBx .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-ufbRfaAwBx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRfaAwBx .modal-header {
    padding: 1rem;
  }
}
.cid-ufbRfaAwBx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufbRfaAwBx .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufbRfaAwBx .modal-header .close:hover {
  opacity: 1;
}
.cid-ufbRfaAwBx .modal-header .close:focus {
  outline: none;
}
.cid-ufbRfaAwBx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufbRfaAwBx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufbRfaAwBx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRfaAwBx .modal-body {
    padding: 1rem;
  }
}
.cid-ufbRfaAwBx .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-ufbRfaAwBx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufbRfaAwBx .modal-footer {
    padding: 1rem;
  }
}
.cid-ufbRfaAwBx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufbRfaAwBx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufbRfaAwBx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufbRfaAwBx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufbRfaAwBx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufbRfaAwBx .modal-lg,
  .cid-ufbRfaAwBx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufbRfaAwBx .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufbRfaAwBx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufbRfaAwBx .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-ufbRfaAwBx .form-group {
  margin-bottom: 1rem;
}
.cid-ufbRfaAwBx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufbRfaAwBx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufbRfaAwBx .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-ufbRfaAwBx .mbr-section-btn {
  margin: 0;
}
.cid-ufbRfaAwBx .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufykCWOsTj.popup-builder {
  background-color: #ffffff;
}
.cid-ufykCWOsTj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufykCWOsTj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufykCWOsTj .modal-content,
.cid-ufykCWOsTj .modal-dialog {
  height: auto;
}
.cid-ufykCWOsTj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufykCWOsTj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufykCWOsTj .form-wrapper .mbr-form .form-group,
  .cid-ufykCWOsTj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufykCWOsTj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufykCWOsTj .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-ufykCWOsTj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufykCWOsTj .pt-0 {
  padding-top: 0 !important;
}
.cid-ufykCWOsTj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufykCWOsTj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufykCWOsTj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufykCWOsTj .modal-open {
  overflow: hidden;
}
.cid-ufykCWOsTj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufykCWOsTj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufykCWOsTj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufykCWOsTj .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-ufykCWOsTj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufykCWOsTj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufykCWOsTj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufykCWOsTj .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-ufykCWOsTj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufykCWOsTj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufykCWOsTj .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufykCWOsTj .modal-backdrop.show {
  opacity: .5;
}
.cid-ufykCWOsTj .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-ufykCWOsTj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufykCWOsTj .modal-header {
    padding: 1rem;
  }
}
.cid-ufykCWOsTj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufykCWOsTj .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufykCWOsTj .modal-header .close:hover {
  opacity: 1;
}
.cid-ufykCWOsTj .modal-header .close:focus {
  outline: none;
}
.cid-ufykCWOsTj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufykCWOsTj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufykCWOsTj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufykCWOsTj .modal-body {
    padding: 1rem;
  }
}
.cid-ufykCWOsTj .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-ufykCWOsTj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufykCWOsTj .modal-footer {
    padding: 1rem;
  }
}
.cid-ufykCWOsTj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufykCWOsTj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufykCWOsTj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufykCWOsTj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufykCWOsTj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufykCWOsTj .modal-lg,
  .cid-ufykCWOsTj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufykCWOsTj .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufykCWOsTj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufykCWOsTj .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-ufykCWOsTj .form-group {
  margin-bottom: 1rem;
}
.cid-ufykCWOsTj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufykCWOsTj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufykCWOsTj .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-ufykCWOsTj .mbr-section-btn {
  margin: 0;
}
.cid-ufykCWOsTj .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufylcRBVzO.popup-builder {
  background-color: #ffffff;
}
.cid-ufylcRBVzO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufylcRBVzO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufylcRBVzO .modal-content,
.cid-ufylcRBVzO .modal-dialog {
  height: auto;
}
.cid-ufylcRBVzO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufylcRBVzO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufylcRBVzO .form-wrapper .mbr-form .form-group,
  .cid-ufylcRBVzO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufylcRBVzO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufylcRBVzO .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-ufylcRBVzO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufylcRBVzO .pt-0 {
  padding-top: 0 !important;
}
.cid-ufylcRBVzO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufylcRBVzO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufylcRBVzO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufylcRBVzO .modal-open {
  overflow: hidden;
}
.cid-ufylcRBVzO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufylcRBVzO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufylcRBVzO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufylcRBVzO .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-ufylcRBVzO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufylcRBVzO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufylcRBVzO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufylcRBVzO .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-ufylcRBVzO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufylcRBVzO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufylcRBVzO .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufylcRBVzO .modal-backdrop.show {
  opacity: .5;
}
.cid-ufylcRBVzO .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-ufylcRBVzO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufylcRBVzO .modal-header {
    padding: 1rem;
  }
}
.cid-ufylcRBVzO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufylcRBVzO .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufylcRBVzO .modal-header .close:hover {
  opacity: 1;
}
.cid-ufylcRBVzO .modal-header .close:focus {
  outline: none;
}
.cid-ufylcRBVzO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufylcRBVzO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufylcRBVzO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufylcRBVzO .modal-body {
    padding: 1rem;
  }
}
.cid-ufylcRBVzO .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-ufylcRBVzO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufylcRBVzO .modal-footer {
    padding: 1rem;
  }
}
.cid-ufylcRBVzO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufylcRBVzO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufylcRBVzO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufylcRBVzO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufylcRBVzO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufylcRBVzO .modal-lg,
  .cid-ufylcRBVzO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufylcRBVzO .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufylcRBVzO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufylcRBVzO .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-ufylcRBVzO .form-group {
  margin-bottom: 1rem;
}
.cid-ufylcRBVzO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufylcRBVzO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufylcRBVzO .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-ufylcRBVzO .mbr-section-btn {
  margin: 0;
}
.cid-ufylcRBVzO .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufX4HG0crY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufX4HG0crY nav.navbar {
  position: fixed;
}
.cid-ufX4HG0crY .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-ufX4HG0crY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufX4HG0crY .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ufX4HG0crY #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ufX4HG0crY .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ufX4HG0crY .dropdown-item:hover,
.cid-ufX4HG0crY .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ufX4HG0crY .dropdown-item:hover span {
  color: white;
}
.cid-ufX4HG0crY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufX4HG0crY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufX4HG0crY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ufX4HG0crY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufX4HG0crY .nav-link {
  position: relative;
}
.cid-ufX4HG0crY .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ufX4HG0crY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ufX4HG0crY .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ufX4HG0crY .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ufX4HG0crY .dropdown-menu,
.cid-ufX4HG0crY .navbar.opened {
  background: #353535 !important;
}
.cid-ufX4HG0crY .nav-item:focus,
.cid-ufX4HG0crY .nav-link:focus {
  outline: none;
}
.cid-ufX4HG0crY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufX4HG0crY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufX4HG0crY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufX4HG0crY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufX4HG0crY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufX4HG0crY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufX4HG0crY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ufX4HG0crY .navbar.opened {
  transition: all 0.3s;
}
.cid-ufX4HG0crY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufX4HG0crY .navbar .navbar-logo img {
  width: auto;
}
.cid-ufX4HG0crY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufX4HG0crY .navbar.collapsed {
  justify-content: center;
}
.cid-ufX4HG0crY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufX4HG0crY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufX4HG0crY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufX4HG0crY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufX4HG0crY .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-ufX4HG0crY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufX4HG0crY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufX4HG0crY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufX4HG0crY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufX4HG0crY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufX4HG0crY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufX4HG0crY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufX4HG0crY .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-ufX4HG0crY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufX4HG0crY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufX4HG0crY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ufX4HG0crY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufX4HG0crY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufX4HG0crY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ufX4HG0crY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufX4HG0crY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufX4HG0crY .dropdown-item.active,
.cid-ufX4HG0crY .dropdown-item:active {
  background-color: transparent;
}
.cid-ufX4HG0crY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufX4HG0crY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufX4HG0crY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufX4HG0crY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ufX4HG0crY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufX4HG0crY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufX4HG0crY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufX4HG0crY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufX4HG0crY button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufX4HG0crY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ufX4HG0crY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufX4HG0crY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufX4HG0crY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufX4HG0crY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufX4HG0crY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufX4HG0crY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufX4HG0crY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufX4HG0crY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufX4HG0crY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufX4HG0crY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufX4HG0crY .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-ufX4HG0crY .navbar {
    height: 70px;
  }
  .cid-ufX4HG0crY .navbar.opened {
    height: auto;
  }
  .cid-ufX4HG0crY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufX4HG0crY .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ufX4HG0crY .navbar-toggler {
  margin-left: 10px;
}
.cid-ufX4HG0crY .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ufX4HG0crY .navbar-logo {
  margin-right: 0 !important;
}
.cid-ufX4HG0crY .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ufX4HG0crY .mbr-text {
    display: none;
  }
}
.cid-ufX4HG0crY .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ufX4HG0crY .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ufX4HG0crY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ufX4HG0crY .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ufX4HG0crY #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ufX4HG0crY #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ufX4HG0crY #vol {
    display: none;
  }
}
.cid-ufX4HG0crY .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ufX4HGOmcy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufX4HGOmcy .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ufX4HGOmcy .mbr-section-subtitle {
  text-align: center;
}
.cid-ufX4HGOmcy .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufX4HGOmcy .display-1 {
    font-size: 75px;
  }
  .cid-ufX4HGOmcy .display-5 {
    font-size: 29px;
  }
  .cid-ufX4HGOmcy .display-4 {
    font-weight: 300;
  }
}
#custom-html-222 {
  /********** Range Input Styles **********/
  /*Range Reset*/
  /* Removes default focus */
  /***** Chrome, Safari, Opera and Edge Chromium styles *****/
  /* slider track */
  /* slider thumb */
  /******** Firefox styles ********/
  /* slider track */
  /* slider thumb */
  /* Modale Contenu */
  /* le bouton de fermeture de la modale */
  /* Add Animation */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 1024px and down) */
  /* Extra small devices (TV, 1201px and down) */
}
#custom-html-222 body {
  background-color: black;
}
#custom-html-222 .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-222 .complet {
  background-color: #000000;
}
#custom-html-222 p {
  font-size: 60px;
  color: #777;
}
#custom-html-222 * {
  margin: 0;
  padding: 0;
}
#custom-html-222 #clicMOI {
  width: 10%;
}
#custom-html-222 #conteneurqrCode {
  background-color: #fff0;
  width: 99.5%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: .5em;
  right: .6em;
}
#custom-html-222 #qrcode {
  background-image: url("");
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#custom-html-222 #barreDeProgression {
  display: none;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  background-color: #000000;
}
#custom-html-222 #barreDeProgression img {
  position: absolute;
  width: 4vh;
  cursor: pointer;
}
#custom-html-222 #platine {
  margin-bottom: -4vh;
  background-color: #000000;
}
#custom-html-222 #slider {
  margin-top: :3vh;
  background-color: #000000;
}
#custom-html-222 .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
  background-color: #000000;
}
#custom-html-222 .donneesLecteur {
  padding-left: .5vw;
  background-color: #000000;
}
#custom-html-222 #lectureVideo,
#custom-html-222 #pauseVideo {
  cursor: pointer;
}
#custom-html-222 #pleinEcran,
#custom-html-222 #fenetre {
  left: 4vh;
  cursor: pointer;
}
#custom-html-222 #aide {
  position: absolute;
  left: 8vh;
  cursor: pointer;
}
#custom-html-222 #volumePlus {
  right: 5vh;
  cursor: pointer;
}
#custom-html-222 #volumeMoins {
  right: 0vh;
  cursor: pointer;
}
#custom-html-222 #progression {
  display: none;
  background-color: transparent;
  height: 3vh;
  width: 100%;
}
#custom-html-222 input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#custom-html-222 input[type="range"]:focus {
  outline: none;
}
#custom-html-222 input[type="range"]::-webkit-slider-runnable-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-222 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -6px;
  /* Centers thumb on the track */
  /*custom styles*/
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-222 input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-222 input[type="range"]::-moz-range-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-222 input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-222 input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-222 .custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  transform: scale(4);
}
#custom-html-222 .custom-range::-moz-range-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  box-sizing: border-box;
  transform: scale(4);
}
#custom-html-222 .modaleOverlayYT {
  float: none;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#custom-html-222 .conteneurVideo.paused::after {
  content: "En lecture, sous la vidéo, est inscrit le nom de l'espèce à l'écran.\A Pour en savoir plus, cliquez sur la vidéo ou le nom.";
  white-space: pre-wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10vh;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iODAwIiB3aWR0aD0iMTIwMCIgdmlld0JveD0iLTM1LjIwMDA1IC00MS4zMzMyNSAzMDUuMDY3MSAyNDcuOTk5NSI+PHBhdGggZD0iTTIyOS43NjMgMjUuODE3Yy0yLjY5OS0xMC4xNjItMTAuNjUtMTguMTY1LTIwLjc0OC0yMC44ODFDMTkwLjcxNiAwIDExNy4zMzMgMCAxMTcuMzMzIDBTNDMuOTUxIDAgMjUuNjUxIDQuOTM2QzE1LjU1MyA3LjY1MiA3LjYgMTUuNjU1IDQuOTAzIDI1LjgxNyAwIDQ0LjIzNiAwIDgyLjY2NyAwIDgyLjY2N3MwIDM4LjQyOSA0LjkwMyA1Ni44NUM3LjYgMTQ5LjY4IDE1LjU1MyAxNTcuNjgxIDI1LjY1IDE2MC40YzE4LjMgNC45MzQgOTEuNjgyIDQuOTM0IDkxLjY4MiA0LjkzNHM3My4zODMgMCA5MS42ODItNC45MzRjMTAuMDk4LTIuNzE4IDE4LjA0OS0xMC43MiAyMC43NDgtMjAuODgyIDQuOTA0LTE4LjQyMSA0LjkwNC01Ni44NSA0LjkwNC01Ni44NXMwLTM4LjQzMS00LjkwNC01Ni44NSIgZmlsbD0icmVkIi8+PHBhdGggZD0iTTkzLjMzMyAxMTcuNTU5bDYxLjMzMy0zNC44OS02MS4zMzMtMzQuODk0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  font-size: 1.5vh;
  padding-top: .5vh;
  color: white;
  font-style: italic;
}
#custom-html-222 .conteneurVideo.ended::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
#custom-html-222 .conteneurVideo.qcmPatience::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}
#custom-html-222 .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-222 .conteneurVideo iframe,
#custom-html-222 .conteneurVideo object,
#custom-html-222 .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-222 #contenuFenetreModaleVideo {
  width: 100%;
  min-height: 74vh;
}
#custom-html-222 .identification {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: arial;
  /*font-size: 1vh;*/
  background-color: #000 !important;
  border: none;
  /*border-radius: .8rem;*/
  color: white;
  /*padding: .5rem;*/
  text-align: center;
  text-decoration: none;
  margin-top: .1vh;
  /*max-width: 45vh;*/
  cursor: pointer;
}
#custom-html-222 #espece {
  font-family: arial;
  color: white;
  opacity: 1;
  font-size: 1.5em;
}
#custom-html-222 .clignotementTexte {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-222 a {
  text-decoration: none;
}
#custom-html-222 a:link {
  color: white;
}
#custom-html-222 a:visited {
  color: white;
}
#custom-html-222 .modeEmploi {
  position: initial;
  font-family: arial;
  font-size: 1.2vh;
  font-style: italic;
  /* background-color: #4479d9; */
  border: none;
  /*border-radius: .8rem;*/
  color: #404040;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  /*display: initial;*/
  padding: 0;
  opacity: 0;
}
#custom-html-222 .conteneurQCM {
  display: inline-flex;
  background-color: transparent;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: .7em;
}
#custom-html-222 #score,
#custom-html-222 #qcm {
  background-color: #4479d9;
  padding: .5vw;
  font-size: 1.3vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: .5vw;
  color: white;
  cursor: pointer;
  /*margin-top: 1vw;*/
  display: none;
}
#custom-html-222 #qcm:hover {
  background-color: #47b5ed;
}
#custom-html-222 #score {
  /*width: 10vw;*/
  margin-left: 1vw;
  cursor: default;
}
#custom-html-222 #questions {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
#custom-html-222 .option {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5vw;
  color: #777;
}
#custom-html-222 .hover:hover {
  background-color: #4479d9;
  color: #fff;
}
#custom-html-222 input[type="radio"] {
  margin-right: 0.5vw;
}
#custom-html-222 .modaleOverlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #ffffff;
  opacity: .5;
  transition: opacity .2s ease;
  z-index: 1000;
}
#custom-html-222 .modaleQCM,
#custom-html-222 .modaleVideo {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#custom-html-222 .modaleQCM {
  position: absolute;
  top: auto;
  bottom: auto;
}
#custom-html-222 .questionTotal {
  font: 1.5vw Arial, sans-serif;
  width: 2.5em;
  height: 2.5em;
  /* box-sizing: initial; */
  background-color: #4479d9;
  border: 0.1em solid white;
  color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5em;
  box-sizing: content-box;
  float: inline-start;
  margin-left: .3em;
  margin-top: -0.1em;
}
#custom-html-222 .modaleQCM h2 {
  font-size: 1.8vw;
}
#custom-html-222 .contenuModaleQCM,
#custom-html-222 .contenuModaleVideo {
  position: relative;
  background-color: #353535;
  margin: auto;
  padding: 0;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  font-family: Jost,Arial;
  border-radius: .5vh;
}
#custom-html-222 .contenuModaleQCM {
  width: 40%;
}
#custom-html-222 .enteteModaleQCM,
#custom-html-222 .enteteModaleVideo {
  padding: 1vh 0 0 0;
  /*background-color: #353535;*/
  color: #4479d9;
  text-align: center;
  border-radius: .5vh .5vh 0 0;
}
#custom-html-222 .close {
  color: white;
  float: right;
  font-size: 3vh;
  font-weight: normal;
  font-family: Jost,Arial;
  width: 4%;
  position: absolute;
  right: 1vh;
  top: .5vh;
  cursor: pointer;
}
#custom-html-222 .close:hover,
#custom-html-222 .close:focus {
  color: #6592e6;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-222 .corpsModaleQCM {
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
}
#custom-html-222 .corpsModaleVideo {
  padding-top: 1vh;
  /*background-color: #353535;*/
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
  padding-bottom: 4vh;
}
#custom-html-222 .piedModaleQCM,
#custom-html-222 .piedModaleVideo {
  padding: 2px 16px;
  /*background-color: #353535;*/
  color: white;
  border-radius: 0 0 .5vh .5vh;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 375px) {
  #custom-html-222 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-222 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-222 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-222 #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-222 #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 430px) {
  #custom-html-222 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-222 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-222 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-222 #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-222 #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
  #custom-html-222 #qrcode {
    display: none;
  }
  #custom-html-222 #pleinEcran,
  #custom-html-222 #fenetre,
  #custom-html-222 #vol {
    display: none;
  }
  #custom-html-222 .close {
    font-size: 5vh;
  }
  #custom-html-222 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-222 .contenuModaleVideo {
    width: 100%;
  }
  #custom-html-222 .modal-overlayYT {
    padding-bottom: 14.25%;
    top: 17vh;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-222 #qrcode {
    display: none;
  }
  #custom-html-222 #pleinEcran,
  #custom-html-222 #fenetre,
  #custom-html-222 #vol {
    display: none;
  }
  #custom-html-222 .close {
    font-size: 5vh;
  }
  #custom-html-222 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-222 .contenuModaleVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
  #custom-html-222 .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-222 .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-222 .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-222 #qcm {
    font-size: 2vw;
    width: 70%;
    margin-top: 2vw;
  }
  #custom-html-222 #score {
    font-size: 2vw;
    /*width: 21vw;*/
    margin-top: 2vw;
  }
  #custom-html-222 #qrcode {
    display: none;
  }
  #custom-html-222 #pleinEcran,
  #custom-html-222 #fenetre,
  #custom-html-222 #vol {
    display: none;
  }
  #custom-html-222 .close {
    font-size: 3vh;
  }
  #custom-html-222 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-222 .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #custom-html-222 #qrcode {
    display: none;
  }
  #custom-html-222 #pleinEcran,
  #custom-html-222 #fenetre,
  #custom-html-222 #vol {
    display: none;
  }
  #custom-html-222 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-222 .close {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #custom-html-222 #qrcode {
    display: none;
  }
  #custom-html-222 #vol {
    display: none;
  }
  #custom-html-222 .close {
    font-size: 3vh;
  }
  #custom-html-222 .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-222 .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #custom-html-222 #qrcode {
    display: none;
  }
  #custom-html-222 #vol {
    display: none;
  }
  #custom-html-222 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-222 .close {
    font-size: 7vh;
  }
  #custom-html-222 .contenuModaleVideo {
    width: 73%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  #custom-html-222 #qrcode {
    display: none;
  }
  #custom-html-222 #vol {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  #custom-html-222 #qrcode {
    display: none;
  }
  #custom-html-222 #vol {
    display: none;
  }
  #custom-html-222 .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-222 .close {
    font-size: 7vh;
  }
  #custom-html-222 .contenuModaleVideo {
    width: 73%;
  }
}
#custom-html-223 {
  /* Type valid CSS here */
}
#custom-html-223 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-223 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ufX4HHtPoP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ufX4HHtPoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufX4HHtPoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufX4HHtPoP .container,
.cid-ufX4HHtPoP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufX4HHtPoP .container,
  .cid-ufX4HHtPoP .container-fluid {
    padding: 0 20px;
  }
}
.cid-ufX4HHtPoP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ufX4HHtPoP .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ufX4HHtPoP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufX4HHtPoP .mbr-section-title {
  color: #4479d9;
}
.cid-ufX4HHtPoP .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ufX4HHNhcy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ufX4HHNhcy .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-226 {
  /* Type valid CSS here */
  /* global */
}
#custom-html-226 *,
#custom-html-226 *::before,
#custom-html-226 *::after {
  box-sizing: border-box;
}
#custom-html-226 body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-226 #corpsDuTexte {
  background-color: #232323;
}
#custom-html-226 .container {
  background-color: #232323;
}
#custom-html-226 .titre {
  padding: 1em;
}
#custom-html-226 H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-226 h6 {
  color: white;
}
.cid-ufX4HI9DYH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ufX4HI9DYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufX4HI9DYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufX4HI9DYH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufX4HI9DYH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufX4HI9DYH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ufX4HI9DYH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufX4HI9DYH .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ufX4HI9DYH .mbr-text,
.cid-ufX4HI9DYH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ufX4HI9DYH .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ufX4HIrwNs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ufX4HIrwNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufX4HIrwNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufX4HIrwNs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufX4HIrwNs .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ufX4HIrwNs .image-wrapper {
    padding: 1rem;
  }
}
.cid-ufX4HIrwNs .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ufX4HIrwNs .mbr-text,
.cid-ufX4HIrwNs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ufX4HIrwNs .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ufX4HIO476 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ufX4HIO476 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ufX4HIO476 .mbr-text,
.cid-ufX4HIO476 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ufX4HJ5XYt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ufX4HJ5XYt .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ufX4HJ5XYt .row {
    padding: 20px 34px;
  }
}
.cid-ufX4HJ5XYt .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ufX4HJmbLV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ufX4HJmbLV .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ufX4HJmbLV .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ufX4HJmbLV .card:hover {
  margin-top: -0.6rem;
}
.cid-ufX4HJmbLV .card-wrapper {
  position: relative;
}
.cid-ufX4HJmbLV .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ufX4HJmbLV .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ufX4HJmbLV .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ufX4HJmbLV .big {
  margin-top: -25%;
}
.cid-ufX4HJmbLV .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ufX4HJmbLV .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ufX4HJmbLV .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ufX4HJmbLV .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ufX4HJL2Pg.popup-builder {
  background-color: #ffffff;
}
.cid-ufX4HJL2Pg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX4HJL2Pg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX4HJL2Pg .modal-content,
.cid-ufX4HJL2Pg .modal-dialog {
  height: auto;
}
.cid-ufX4HJL2Pg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX4HJL2Pg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX4HJL2Pg .form-wrapper .mbr-form .form-group,
  .cid-ufX4HJL2Pg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX4HJL2Pg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX4HJL2Pg .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-ufX4HJL2Pg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX4HJL2Pg .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX4HJL2Pg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX4HJL2Pg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX4HJL2Pg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX4HJL2Pg .modal-open {
  overflow: hidden;
}
.cid-ufX4HJL2Pg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX4HJL2Pg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX4HJL2Pg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX4HJL2Pg .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-ufX4HJL2Pg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX4HJL2Pg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX4HJL2Pg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX4HJL2Pg .modal-content {
  background: #353535;
  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-ufX4HJL2Pg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX4HJL2Pg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX4HJL2Pg .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX4HJL2Pg .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX4HJL2Pg .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-ufX4HJL2Pg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HJL2Pg .modal-header {
    padding: 1rem;
  }
}
.cid-ufX4HJL2Pg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX4HJL2Pg .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX4HJL2Pg .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX4HJL2Pg .modal-header .close:focus {
  outline: none;
}
.cid-ufX4HJL2Pg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX4HJL2Pg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX4HJL2Pg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HJL2Pg .modal-body {
    padding: 1rem;
  }
}
.cid-ufX4HJL2Pg .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-ufX4HJL2Pg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HJL2Pg .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX4HJL2Pg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX4HJL2Pg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX4HJL2Pg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX4HJL2Pg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX4HJL2Pg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX4HJL2Pg .modal-lg,
  .cid-ufX4HJL2Pg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX4HJL2Pg .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX4HJL2Pg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX4HJL2Pg .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-ufX4HJL2Pg .form-group {
  margin-bottom: 1rem;
}
.cid-ufX4HJL2Pg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX4HJL2Pg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX4HJL2Pg .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-ufX4HJL2Pg .mbr-section-btn {
  margin: 0;
}
.cid-ufX4HJL2Pg .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufX4HJL2Pg #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ufX4HJL2Pg #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ufX4HJL2Pg #creativecommons img,
.cid-ufX4HJL2Pg iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ufX4HKevIG.popup-builder {
  background-color: #ffffff;
}
.cid-ufX4HKevIG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX4HKevIG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX4HKevIG .modal-content,
.cid-ufX4HKevIG .modal-dialog {
  height: auto;
}
.cid-ufX4HKevIG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX4HKevIG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX4HKevIG .form-wrapper .mbr-form .form-group,
  .cid-ufX4HKevIG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX4HKevIG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX4HKevIG .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-ufX4HKevIG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX4HKevIG .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX4HKevIG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX4HKevIG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX4HKevIG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX4HKevIG .modal-open {
  overflow: hidden;
}
.cid-ufX4HKevIG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX4HKevIG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX4HKevIG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX4HKevIG .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-ufX4HKevIG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX4HKevIG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX4HKevIG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX4HKevIG .modal-content {
  background: #353535;
  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-ufX4HKevIG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX4HKevIG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX4HKevIG .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX4HKevIG .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX4HKevIG .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-ufX4HKevIG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HKevIG .modal-header {
    padding: 1rem;
  }
}
.cid-ufX4HKevIG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX4HKevIG .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX4HKevIG .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX4HKevIG .modal-header .close:focus {
  outline: none;
}
.cid-ufX4HKevIG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX4HKevIG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX4HKevIG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HKevIG .modal-body {
    padding: 1rem;
  }
}
.cid-ufX4HKevIG .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-ufX4HKevIG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HKevIG .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX4HKevIG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX4HKevIG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX4HKevIG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX4HKevIG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX4HKevIG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX4HKevIG .modal-lg,
  .cid-ufX4HKevIG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX4HKevIG .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX4HKevIG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX4HKevIG .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-ufX4HKevIG .form-group {
  margin-bottom: 1rem;
}
.cid-ufX4HKevIG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX4HKevIG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX4HKevIG .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-ufX4HKevIG .mbr-section-btn {
  margin: 0;
}
.cid-ufX4HKevIG .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufX4HKE3CF.popup-builder {
  background-color: #ffffff;
}
.cid-ufX4HKE3CF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX4HKE3CF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX4HKE3CF .modal-content,
.cid-ufX4HKE3CF .modal-dialog {
  height: auto;
}
.cid-ufX4HKE3CF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX4HKE3CF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX4HKE3CF .form-wrapper .mbr-form .form-group,
  .cid-ufX4HKE3CF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX4HKE3CF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX4HKE3CF .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-ufX4HKE3CF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX4HKE3CF .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX4HKE3CF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX4HKE3CF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX4HKE3CF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX4HKE3CF .modal-open {
  overflow: hidden;
}
.cid-ufX4HKE3CF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX4HKE3CF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX4HKE3CF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX4HKE3CF .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-ufX4HKE3CF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX4HKE3CF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX4HKE3CF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX4HKE3CF .modal-content {
  background: #353535;
  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-ufX4HKE3CF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX4HKE3CF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX4HKE3CF .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX4HKE3CF .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX4HKE3CF .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-ufX4HKE3CF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HKE3CF .modal-header {
    padding: 1rem;
  }
}
.cid-ufX4HKE3CF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX4HKE3CF .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX4HKE3CF .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX4HKE3CF .modal-header .close:focus {
  outline: none;
}
.cid-ufX4HKE3CF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX4HKE3CF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX4HKE3CF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HKE3CF .modal-body {
    padding: 1rem;
  }
}
.cid-ufX4HKE3CF .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-ufX4HKE3CF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HKE3CF .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX4HKE3CF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX4HKE3CF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX4HKE3CF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX4HKE3CF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX4HKE3CF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX4HKE3CF .modal-lg,
  .cid-ufX4HKE3CF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX4HKE3CF .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX4HKE3CF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX4HKE3CF .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-ufX4HKE3CF .form-group {
  margin-bottom: 1rem;
}
.cid-ufX4HKE3CF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX4HKE3CF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX4HKE3CF .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-ufX4HKE3CF .mbr-section-btn {
  margin: 0;
}
.cid-ufX4HKE3CF .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufX4HL4Fhd.popup-builder {
  background-color: #ffffff;
}
.cid-ufX4HL4Fhd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX4HL4Fhd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX4HL4Fhd .modal-content,
.cid-ufX4HL4Fhd .modal-dialog {
  height: auto;
}
.cid-ufX4HL4Fhd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX4HL4Fhd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX4HL4Fhd .form-wrapper .mbr-form .form-group,
  .cid-ufX4HL4Fhd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX4HL4Fhd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX4HL4Fhd .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-ufX4HL4Fhd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX4HL4Fhd .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX4HL4Fhd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX4HL4Fhd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX4HL4Fhd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX4HL4Fhd .modal-open {
  overflow: hidden;
}
.cid-ufX4HL4Fhd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX4HL4Fhd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX4HL4Fhd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX4HL4Fhd .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-ufX4HL4Fhd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX4HL4Fhd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX4HL4Fhd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX4HL4Fhd .modal-content {
  background: #353535;
  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-ufX4HL4Fhd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX4HL4Fhd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX4HL4Fhd .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX4HL4Fhd .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX4HL4Fhd .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-ufX4HL4Fhd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HL4Fhd .modal-header {
    padding: 1rem;
  }
}
.cid-ufX4HL4Fhd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX4HL4Fhd .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX4HL4Fhd .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX4HL4Fhd .modal-header .close:focus {
  outline: none;
}
.cid-ufX4HL4Fhd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX4HL4Fhd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX4HL4Fhd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HL4Fhd .modal-body {
    padding: 1rem;
  }
}
.cid-ufX4HL4Fhd .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-ufX4HL4Fhd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HL4Fhd .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX4HL4Fhd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX4HL4Fhd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX4HL4Fhd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX4HL4Fhd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX4HL4Fhd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX4HL4Fhd .modal-lg,
  .cid-ufX4HL4Fhd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX4HL4Fhd .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX4HL4Fhd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX4HL4Fhd .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-ufX4HL4Fhd .form-group {
  margin-bottom: 1rem;
}
.cid-ufX4HL4Fhd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX4HL4Fhd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX4HL4Fhd .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-ufX4HL4Fhd .mbr-section-btn {
  margin: 0;
}
.cid-ufX4HL4Fhd .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufX4HLvSHV.popup-builder {
  background-color: #ffffff;
}
.cid-ufX4HLvSHV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX4HLvSHV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX4HLvSHV .modal-content,
.cid-ufX4HLvSHV .modal-dialog {
  height: auto;
}
.cid-ufX4HLvSHV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX4HLvSHV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX4HLvSHV .form-wrapper .mbr-form .form-group,
  .cid-ufX4HLvSHV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX4HLvSHV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX4HLvSHV .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-ufX4HLvSHV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX4HLvSHV .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX4HLvSHV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX4HLvSHV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX4HLvSHV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX4HLvSHV .modal-open {
  overflow: hidden;
}
.cid-ufX4HLvSHV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX4HLvSHV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX4HLvSHV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX4HLvSHV .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-ufX4HLvSHV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX4HLvSHV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX4HLvSHV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX4HLvSHV .modal-content {
  background: #353535;
  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-ufX4HLvSHV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX4HLvSHV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX4HLvSHV .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX4HLvSHV .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX4HLvSHV .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-ufX4HLvSHV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HLvSHV .modal-header {
    padding: 1rem;
  }
}
.cid-ufX4HLvSHV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX4HLvSHV .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX4HLvSHV .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX4HLvSHV .modal-header .close:focus {
  outline: none;
}
.cid-ufX4HLvSHV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX4HLvSHV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX4HLvSHV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HLvSHV .modal-body {
    padding: 1rem;
  }
}
.cid-ufX4HLvSHV .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-ufX4HLvSHV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HLvSHV .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX4HLvSHV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX4HLvSHV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX4HLvSHV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX4HLvSHV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX4HLvSHV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX4HLvSHV .modal-lg,
  .cid-ufX4HLvSHV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX4HLvSHV .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX4HLvSHV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX4HLvSHV .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-ufX4HLvSHV .form-group {
  margin-bottom: 1rem;
}
.cid-ufX4HLvSHV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX4HLvSHV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX4HLvSHV .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-ufX4HLvSHV .mbr-section-btn {
  margin: 0;
}
.cid-ufX4HLvSHV .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufX4HLVmC8.popup-builder {
  background-color: #ffffff;
}
.cid-ufX4HLVmC8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX4HLVmC8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX4HLVmC8 .modal-content,
.cid-ufX4HLVmC8 .modal-dialog {
  height: auto;
}
.cid-ufX4HLVmC8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX4HLVmC8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX4HLVmC8 .form-wrapper .mbr-form .form-group,
  .cid-ufX4HLVmC8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX4HLVmC8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX4HLVmC8 .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-ufX4HLVmC8 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX4HLVmC8 .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX4HLVmC8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX4HLVmC8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX4HLVmC8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX4HLVmC8 .modal-open {
  overflow: hidden;
}
.cid-ufX4HLVmC8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX4HLVmC8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX4HLVmC8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX4HLVmC8 .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-ufX4HLVmC8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX4HLVmC8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX4HLVmC8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX4HLVmC8 .modal-content {
  background: #353535;
  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-ufX4HLVmC8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX4HLVmC8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX4HLVmC8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX4HLVmC8 .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX4HLVmC8 .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-ufX4HLVmC8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HLVmC8 .modal-header {
    padding: 1rem;
  }
}
.cid-ufX4HLVmC8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX4HLVmC8 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX4HLVmC8 .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX4HLVmC8 .modal-header .close:focus {
  outline: none;
}
.cid-ufX4HLVmC8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX4HLVmC8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX4HLVmC8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HLVmC8 .modal-body {
    padding: 1rem;
  }
}
.cid-ufX4HLVmC8 .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-ufX4HLVmC8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HLVmC8 .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX4HLVmC8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX4HLVmC8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX4HLVmC8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX4HLVmC8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX4HLVmC8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX4HLVmC8 .modal-lg,
  .cid-ufX4HLVmC8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX4HLVmC8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX4HLVmC8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX4HLVmC8 .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-ufX4HLVmC8 .form-group {
  margin-bottom: 1rem;
}
.cid-ufX4HLVmC8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX4HLVmC8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX4HLVmC8 .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-ufX4HLVmC8 .mbr-section-btn {
  margin: 0;
}
.cid-ufX4HLVmC8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ufX4HMV7ZI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ufX4HMV7ZI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ufX4HMV7ZI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ufX4HMV7ZI .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ufX4HMV7ZI .bg-youtube:hover {
  background: #cc0000;
}
.cid-ufX4HMV7ZI .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ufX4HMV7ZI .bg-twitch:hover {
  background: #7313ff;
}
.cid-ufX4HMV7ZI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ufX4HMV7ZI [class^="socicon-"]:before,
.cid-ufX4HMV7ZI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ufX4HMV7ZI .mbr-section-title,
.cid-ufX4HMV7ZI .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ufX4HNvTU0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ufX4HNvTU0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ufX4HNvTU0 .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ufX4HNvTU0 .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ufX4HNvTU0 .form-control:focus,
.cid-ufX4HNvTU0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ufX4HNvTU0 .form-group {
  margin-bottom: 1rem;
}
.cid-ufX4HNvTU0 input::-webkit-input-placeholder,
.cid-ufX4HNvTU0 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ufX4HNvTU0 input:-moz-placeholder,
.cid-ufX4HNvTU0 textarea:-moz-placeholder {
  color: #656565;
}
.cid-ufX4HNvTU0 .jq-selectbox li,
.cid-ufX4HNvTU0 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ufX4HNvTU0 .jq-selectbox li:hover,
.cid-ufX4HNvTU0 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ufX4HNvTU0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ufX4HNvTU0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ufX4HNvTU0 textarea.form-control {
  resize: none;
}
.cid-ufX4HNvTU0 .input-group-btn {
  display: inline-block;
}
.cid-ufX4HNvTU0 .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ufX4HNvTU0 .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ufX4HNvTU0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ufX4HNvTU0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ufX4HNvTU0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ufX4HNvTU0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ufX4HNvTU0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufX4HNvTU0 .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ufX4HNvTU0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ufX4HNvTU0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ufX4HNvTU0 .form-control,
.cid-ufX4HNvTU0 .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ufX4HNvTU0 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ufX4HNvTU0 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ufX4HNvTU0 #creativecommons img,
.cid-ufX4HNvTU0 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ufX4HNvTU0 .offset-md-1 {
  margin-left: 1vw;
}
.cid-ufX4HOA4jI.popup-builder {
  background-color: #ffffff;
}
.cid-ufX4HOA4jI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX4HOA4jI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX4HOA4jI .modal-content,
.cid-ufX4HOA4jI .modal-dialog {
  height: auto;
}
.cid-ufX4HOA4jI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX4HOA4jI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX4HOA4jI .form-wrapper .mbr-form .form-group,
  .cid-ufX4HOA4jI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX4HOA4jI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX4HOA4jI .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-ufX4HOA4jI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX4HOA4jI .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX4HOA4jI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX4HOA4jI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX4HOA4jI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX4HOA4jI .modal-open {
  overflow: hidden;
}
.cid-ufX4HOA4jI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX4HOA4jI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX4HOA4jI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX4HOA4jI .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-ufX4HOA4jI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX4HOA4jI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX4HOA4jI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX4HOA4jI .modal-content {
  background: #353535;
  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-ufX4HOA4jI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX4HOA4jI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX4HOA4jI .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX4HOA4jI .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX4HOA4jI .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-ufX4HOA4jI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HOA4jI .modal-header {
    padding: 1rem;
  }
}
.cid-ufX4HOA4jI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX4HOA4jI .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX4HOA4jI .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX4HOA4jI .modal-header .close:focus {
  outline: none;
}
.cid-ufX4HOA4jI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX4HOA4jI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX4HOA4jI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HOA4jI .modal-body {
    padding: 1rem;
  }
}
.cid-ufX4HOA4jI .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-ufX4HOA4jI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX4HOA4jI .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX4HOA4jI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX4HOA4jI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX4HOA4jI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX4HOA4jI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX4HOA4jI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX4HOA4jI .modal-lg,
  .cid-ufX4HOA4jI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX4HOA4jI .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX4HOA4jI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX4HOA4jI .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-ufX4HOA4jI .form-group {
  margin-bottom: 1rem;
}
.cid-ufX4HOA4jI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX4HOA4jI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX4HOA4jI .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-ufX4HOA4jI .mbr-section-btn {
  margin: 0;
}
.cid-ufX4HOA4jI .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufX5zzVP3Y.popup-builder {
  background-color: #ffffff;
}
.cid-ufX5zzVP3Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX5zzVP3Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX5zzVP3Y .modal-content,
.cid-ufX5zzVP3Y .modal-dialog {
  height: auto;
}
.cid-ufX5zzVP3Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX5zzVP3Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX5zzVP3Y .form-wrapper .mbr-form .form-group,
  .cid-ufX5zzVP3Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX5zzVP3Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX5zzVP3Y .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-ufX5zzVP3Y .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX5zzVP3Y .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX5zzVP3Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX5zzVP3Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX5zzVP3Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX5zzVP3Y .modal-open {
  overflow: hidden;
}
.cid-ufX5zzVP3Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX5zzVP3Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX5zzVP3Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX5zzVP3Y .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-ufX5zzVP3Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX5zzVP3Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX5zzVP3Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX5zzVP3Y .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-ufX5zzVP3Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX5zzVP3Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX5zzVP3Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX5zzVP3Y .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX5zzVP3Y .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-ufX5zzVP3Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX5zzVP3Y .modal-header {
    padding: 1rem;
  }
}
.cid-ufX5zzVP3Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX5zzVP3Y .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX5zzVP3Y .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX5zzVP3Y .modal-header .close:focus {
  outline: none;
}
.cid-ufX5zzVP3Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX5zzVP3Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX5zzVP3Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX5zzVP3Y .modal-body {
    padding: 1rem;
  }
}
.cid-ufX5zzVP3Y .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-ufX5zzVP3Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX5zzVP3Y .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX5zzVP3Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX5zzVP3Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX5zzVP3Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX5zzVP3Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX5zzVP3Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX5zzVP3Y .modal-lg,
  .cid-ufX5zzVP3Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX5zzVP3Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX5zzVP3Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX5zzVP3Y .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-ufX5zzVP3Y .form-group {
  margin-bottom: 1rem;
}
.cid-ufX5zzVP3Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX5zzVP3Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX5zzVP3Y .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-ufX5zzVP3Y .mbr-section-btn {
  margin: 0;
}
.cid-ufX5zzVP3Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufX5zZYyHR.popup-builder {
  background-color: #ffffff;
}
.cid-ufX5zZYyHR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufX5zZYyHR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufX5zZYyHR .modal-content,
.cid-ufX5zZYyHR .modal-dialog {
  height: auto;
}
.cid-ufX5zZYyHR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufX5zZYyHR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufX5zZYyHR .form-wrapper .mbr-form .form-group,
  .cid-ufX5zZYyHR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufX5zZYyHR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufX5zZYyHR .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-ufX5zZYyHR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ufX5zZYyHR .pt-0 {
  padding-top: 0 !important;
}
.cid-ufX5zZYyHR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufX5zZYyHR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufX5zZYyHR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufX5zZYyHR .modal-open {
  overflow: hidden;
}
.cid-ufX5zZYyHR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufX5zZYyHR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufX5zZYyHR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufX5zZYyHR .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-ufX5zZYyHR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufX5zZYyHR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufX5zZYyHR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufX5zZYyHR .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-ufX5zZYyHR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufX5zZYyHR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufX5zZYyHR .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufX5zZYyHR .modal-backdrop.show {
  opacity: .5;
}
.cid-ufX5zZYyHR .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-ufX5zZYyHR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX5zZYyHR .modal-header {
    padding: 1rem;
  }
}
.cid-ufX5zZYyHR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufX5zZYyHR .modal-header .close svg {
  fill: #ffffff;
}
.cid-ufX5zZYyHR .modal-header .close:hover {
  opacity: 1;
}
.cid-ufX5zZYyHR .modal-header .close:focus {
  outline: none;
}
.cid-ufX5zZYyHR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ufX5zZYyHR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufX5zZYyHR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX5zZYyHR .modal-body {
    padding: 1rem;
  }
}
.cid-ufX5zZYyHR .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-ufX5zZYyHR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufX5zZYyHR .modal-footer {
    padding: 1rem;
  }
}
.cid-ufX5zZYyHR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufX5zZYyHR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufX5zZYyHR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufX5zZYyHR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufX5zZYyHR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufX5zZYyHR .modal-lg,
  .cid-ufX5zZYyHR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufX5zZYyHR .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufX5zZYyHR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufX5zZYyHR .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-ufX5zZYyHR .form-group {
  margin-bottom: 1rem;
}
.cid-ufX5zZYyHR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufX5zZYyHR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufX5zZYyHR .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-ufX5zZYyHR .mbr-section-btn {
  margin: 0;
}
.cid-ufX5zZYyHR .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugr4khxmQu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugr4khxmQu nav.navbar {
  position: fixed;
}
.cid-ugr4khxmQu .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-ugr4khxmQu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugr4khxmQu .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ugr4khxmQu #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ugr4khxmQu .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ugr4khxmQu .dropdown-item:hover,
.cid-ugr4khxmQu .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ugr4khxmQu .dropdown-item:hover span {
  color: white;
}
.cid-ugr4khxmQu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugr4khxmQu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugr4khxmQu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ugr4khxmQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugr4khxmQu .nav-link {
  position: relative;
}
.cid-ugr4khxmQu .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ugr4khxmQu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ugr4khxmQu .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ugr4khxmQu .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ugr4khxmQu .dropdown-menu,
.cid-ugr4khxmQu .navbar.opened {
  background: #353535 !important;
}
.cid-ugr4khxmQu .nav-item:focus,
.cid-ugr4khxmQu .nav-link:focus {
  outline: none;
}
.cid-ugr4khxmQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugr4khxmQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugr4khxmQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugr4khxmQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugr4khxmQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugr4khxmQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugr4khxmQu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ugr4khxmQu .navbar.opened {
  transition: all 0.3s;
}
.cid-ugr4khxmQu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugr4khxmQu .navbar .navbar-logo img {
  width: auto;
}
.cid-ugr4khxmQu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugr4khxmQu .navbar.collapsed {
  justify-content: center;
}
.cid-ugr4khxmQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugr4khxmQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugr4khxmQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugr4khxmQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugr4khxmQu .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-ugr4khxmQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugr4khxmQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugr4khxmQu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugr4khxmQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugr4khxmQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugr4khxmQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugr4khxmQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugr4khxmQu .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-ugr4khxmQu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugr4khxmQu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugr4khxmQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ugr4khxmQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugr4khxmQu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugr4khxmQu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ugr4khxmQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugr4khxmQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugr4khxmQu .dropdown-item.active,
.cid-ugr4khxmQu .dropdown-item:active {
  background-color: transparent;
}
.cid-ugr4khxmQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugr4khxmQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugr4khxmQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugr4khxmQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ugr4khxmQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugr4khxmQu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugr4khxmQu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugr4khxmQu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugr4khxmQu button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugr4khxmQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ugr4khxmQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugr4khxmQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugr4khxmQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugr4khxmQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugr4khxmQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugr4khxmQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugr4khxmQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugr4khxmQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugr4khxmQu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugr4khxmQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugr4khxmQu .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-ugr4khxmQu .navbar {
    height: 70px;
  }
  .cid-ugr4khxmQu .navbar.opened {
    height: auto;
  }
  .cid-ugr4khxmQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugr4khxmQu .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ugr4khxmQu .navbar-toggler {
  margin-left: 10px;
}
.cid-ugr4khxmQu .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ugr4khxmQu .navbar-logo {
  margin-right: 0 !important;
}
.cid-ugr4khxmQu .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ugr4khxmQu .mbr-text {
    display: none;
  }
}
.cid-ugr4khxmQu .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ugr4khxmQu .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ugr4khxmQu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ugr4khxmQu .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ugr4khxmQu #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ugr4khxmQu #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ugr4khxmQu #vol {
    display: none;
  }
}
.cid-ugr4khxmQu .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ugr4ki0a7L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugr4ki0a7L .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ugr4ki0a7L .mbr-section-subtitle {
  text-align: center;
}
.cid-ugr4ki0a7L .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ugr4ki0a7L .display-1 {
    font-size: 75px;
  }
  .cid-ugr4ki0a7L .display-5 {
    font-size: 29px;
  }
  .cid-ugr4ki0a7L .display-4 {
    font-weight: 300;
  }
}
#custom-html-22u {
  /********** Range Input Styles **********/
  /*Range Reset*/
  /* Removes default focus */
  /***** Chrome, Safari, Opera and Edge Chromium styles *****/
  /* slider track */
  /* slider thumb */
  /******** Firefox styles ********/
  /* slider track */
  /* slider thumb */
  /* Modale Contenu */
  /* le bouton de fermeture de la modale */
  /* Add Animation */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 600px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 820px and down) */
  /* Extra small devices (phones, 1024px and down) */
  /* Extra small devices (TV, 1201px and down) */
}
#custom-html-22u body {
  background-color: black;
}
#custom-html-22u .sectionVideo {
  color: #777;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7vh;
  background-color: #000;
  position: relative;
}
#custom-html-22u .complet {
  background-color: #000000;
}
#custom-html-22u p {
  font-size: 60px;
  color: #777;
}
#custom-html-22u * {
  margin: 0;
  padding: 0;
}
#custom-html-22u #clicMOI {
  width: 10%;
}
#custom-html-22u #conteneurqrCode {
  background-color: #fff0;
  width: 99.5%;
  height: 20%;
  position: absolute;
  z-index: 1;
  bottom: .5em;
  right: .6em;
}
#custom-html-22u #qrcode {
  background-image: url("");
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#custom-html-22u #barreDeProgression {
  display: none;
  margin-left: auto;
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  height: 0;
  margin-right: auto;
  margin-top: 1.8vh;
  background-color: #000000;
}
#custom-html-22u #barreDeProgression img {
  position: absolute;
  width: 4vh;
  cursor: pointer;
}
#custom-html-22u #platine {
  margin-bottom: -4vh;
  background-color: #000000;
}
#custom-html-22u #slider {
  margin-top: :3vh;
  background-color: #000000;
}
#custom-html-22u .infos {
  display: flex;
  text-align: start;
  color: #454545;
  font-size: 1.2vh;
  background-color: #000000;
}
#custom-html-22u .donneesLecteur {
  padding-left: .5vw;
  background-color: #000000;
}
#custom-html-22u #lectureVideo,
#custom-html-22u #pauseVideo {
  cursor: pointer;
}
#custom-html-22u #pleinEcran,
#custom-html-22u #fenetre {
  left: 4vh;
  cursor: pointer;
}
#custom-html-22u #aide {
  position: absolute;
  left: 8vh;
  cursor: pointer;
}
#custom-html-22u #volumePlus {
  right: 5vh;
  cursor: pointer;
}
#custom-html-22u #volumeMoins {
  right: 0vh;
  cursor: pointer;
}
#custom-html-22u #progression {
  display: none;
  background-color: transparent;
  height: 3vh;
  width: 100%;
}
#custom-html-22u input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
#custom-html-22u input[type="range"]:focus {
  outline: none;
}
#custom-html-22u input[type="range"]::-webkit-slider-runnable-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-22u input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -6px;
  /* Centers thumb on the track */
  /*custom styles*/
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-22u input[type="range"]:focus::-webkit-slider-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-22u input[type="range"]::-moz-range-track {
  background-color: #053a5f;
  border-radius: 0.5rem;
  height: 0.5rem;
}
#custom-html-22u input[type="range"]::-moz-range-thumb {
  border: none;
  border-radius: 100%;
  background-color: #5cd5eb;
  height: 2vh;
  width: 2vh;
}
#custom-html-22u input[type="range"]:focus::-moz-range-thumb {
  border: 1px solid #053a5f;
  outline: 3px solid #053a5f;
  outline-offset: 0.125rem;
}
#custom-html-22u .custom-range::-webkit-slider-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  transform: scale(4);
}
#custom-html-22u .custom-range::-moz-range-thumb {
  background-clip: padding-box;
  border: 0.4rem solid rgba(0, 255, 0, 0.5);
  box-sizing: border-box;
  transform: scale(4);
}
#custom-html-22u .modaleOverlayYT {
  float: none;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
#custom-html-22u .conteneurVideo.paused::after {
  content: "En lecture, sous la vidéo, est inscrit le nom de l'espèce à l'écran.\A Pour en savoir plus, cliquez sur la vidéo ou le nom.";
  white-space: pre-wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10vh;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iODAwIiB3aWR0aD0iMTIwMCIgdmlld0JveD0iLTM1LjIwMDA1IC00MS4zMzMyNSAzMDUuMDY3MSAyNDcuOTk5NSI+PHBhdGggZD0iTTIyOS43NjMgMjUuODE3Yy0yLjY5OS0xMC4xNjItMTAuNjUtMTguMTY1LTIwLjc0OC0yMC44ODFDMTkwLjcxNiAwIDExNy4zMzMgMCAxMTcuMzMzIDBTNDMuOTUxIDAgMjUuNjUxIDQuOTM2QzE1LjU1MyA3LjY1MiA3LjYgMTUuNjU1IDQuOTAzIDI1LjgxNyAwIDQ0LjIzNiAwIDgyLjY2NyAwIDgyLjY2N3MwIDM4LjQyOSA0LjkwMyA1Ni44NUM3LjYgMTQ5LjY4IDE1LjU1MyAxNTcuNjgxIDI1LjY1IDE2MC40YzE4LjMgNC45MzQgOTEuNjgyIDQuOTM0IDkxLjY4MiA0LjkzNHM3My4zODMgMCA5MS42ODItNC45MzRjMTAuMDk4LTIuNzE4IDE4LjA0OS0xMC43MiAyMC43NDgtMjAuODgyIDQuOTA0LTE4LjQyMSA0LjkwNC01Ni44NSA0LjkwNC01Ni44NXMwLTM4LjQzMS00LjkwNC01Ni44NSIgZmlsbD0icmVkIi8+PHBhdGggZD0iTTkzLjMzMyAxMTcuNTU5bDYxLjMzMy0zNC44OS02MS4zMzMtMzQuODk0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  font-size: 1.5vh;
  padding-top: .5vh;
  color: white;
  font-style: italic;
}
#custom-html-22u .conteneurVideo.ended::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
#custom-html-22u .conteneurVideo.qcmPatience::after {
  content: "Le plaisir d'apprendre avec clic-M.O.I";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}
#custom-html-22u .conteneurVideo {
  float: none;
  clear: both;
  max-width: 90%;
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 25px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#custom-html-22u .conteneurVideo iframe,
#custom-html-22u .conteneurVideo object,
#custom-html-22u .conteneurVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-22u #contenuFenetreModaleVideo {
  width: 100%;
  min-height: 74vh;
}
#custom-html-22u .identification {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: arial;
  /*font-size: 1vh;*/
  background-color: #000 !important;
  border: none;
  /*border-radius: .8rem;*/
  color: white;
  /*padding: .5rem;*/
  text-align: center;
  text-decoration: none;
  margin-top: .1vh;
  /*max-width: 45vh;*/
  cursor: pointer;
}
#custom-html-22u #espece {
  font-family: arial;
  color: white;
  opacity: 1;
  font-size: 1.5em;
}
#custom-html-22u .clignotementTexte {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-22u a {
  text-decoration: none;
}
#custom-html-22u a:link {
  color: white;
}
#custom-html-22u a:visited {
  color: white;
}
#custom-html-22u .modeEmploi {
  position: initial;
  font-family: arial;
  font-size: 1.2vh;
  font-style: italic;
  /* background-color: #4479d9; */
  border: none;
  /*border-radius: .8rem;*/
  color: #404040;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  /*display: initial;*/
  padding: 0;
  opacity: 0;
}
#custom-html-22u .conteneurQCM {
  display: inline-flex;
  background-color: transparent;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: .7em;
}
#custom-html-22u #score,
#custom-html-22u #qcm {
  background-color: #4479d9;
  padding: .5vw;
  font-size: 1.3vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: .5vw;
  color: white;
  cursor: pointer;
  /*margin-top: 1vw;*/
  display: none;
}
#custom-html-22u #qcm:hover {
  background-color: #47b5ed;
}
#custom-html-22u #score {
  /*width: 10vw;*/
  margin-left: 1vw;
  cursor: default;
}
#custom-html-22u #questions {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}
#custom-html-22u .option {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 1.5vw;
  color: #777;
}
#custom-html-22u .hover:hover {
  background-color: #4479d9;
  color: #fff;
}
#custom-html-22u input[type="radio"] {
  margin-right: 0.5vw;
}
#custom-html-22u .modaleOverlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #ffffff;
  opacity: .5;
  transition: opacity .2s ease;
  z-index: 1000;
}
#custom-html-22u .modaleQCM,
#custom-html-22u .modaleVideo {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
#custom-html-22u .modaleQCM {
  position: absolute;
  top: auto;
  bottom: auto;
}
#custom-html-22u .questionTotal {
  font: 1.5vw Arial, sans-serif;
  width: 2.5em;
  height: 2.5em;
  /* box-sizing: initial; */
  background-color: #4479d9;
  border: 0.1em solid white;
  color: white;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5em;
  box-sizing: content-box;
  float: inline-start;
  margin-left: .3em;
  margin-top: -0.1em;
}
#custom-html-22u .modaleQCM h2 {
  font-size: 1.8vw;
}
#custom-html-22u .contenuModaleQCM,
#custom-html-22u .contenuModaleVideo {
  position: relative;
  background-color: #353535;
  margin: auto;
  padding: 0;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  font-family: Jost,Arial;
  border-radius: .5vh;
}
#custom-html-22u .contenuModaleQCM {
  width: 40%;
}
#custom-html-22u .enteteModaleQCM,
#custom-html-22u .enteteModaleVideo {
  padding: 1vh 0 0 0;
  /*background-color: #353535;*/
  color: #4479d9;
  text-align: center;
  border-radius: .5vh .5vh 0 0;
}
#custom-html-22u .close {
  color: white;
  float: right;
  font-size: 3vh;
  font-weight: normal;
  font-family: Jost,Arial;
  width: 4%;
  position: absolute;
  right: 1vh;
  top: .5vh;
  cursor: pointer;
}
#custom-html-22u .close:hover,
#custom-html-22u .close:focus {
  color: #6592e6;
  text-decoration: none;
  cursor: pointer;
}
#custom-html-22u .corpsModaleQCM {
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
}
#custom-html-22u .corpsModaleVideo {
  padding-top: 1vh;
  /*background-color: #353535;*/
  color: #fff;
  text-align: left;
  padding-left: 4vh;
  padding-right: 4vh;
  padding-bottom: 4vh;
}
#custom-html-22u .piedModaleQCM,
#custom-html-22u .piedModaleVideo {
  padding: 2px 16px;
  /*background-color: #353535;*/
  color: white;
  border-radius: 0 0 .5vh .5vh;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 375px) {
  #custom-html-22u .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-22u .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-22u .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-22u #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-22u #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 430px) {
  #custom-html-22u .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-22u .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-22u .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-22u #qcm {
    font-size: 3.3vw;
    width: 35vw;
    margin-top: 4vw;
  }
  #custom-html-22u #score {
    font-size: 3.3vw;
    width: 21vw;
    margin-top: 4vw;
  }
  #custom-html-22u #qrcode {
    display: none;
  }
  #custom-html-22u #pleinEcran,
  #custom-html-22u #fenetre,
  #custom-html-22u #vol {
    display: none;
  }
  #custom-html-22u .close {
    font-size: 5vh;
  }
  #custom-html-22u .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-22u .contenuModaleVideo {
    width: 100%;
  }
  #custom-html-22u .modal-overlayYT {
    padding-bottom: 14.25%;
    top: 17vh;
  }
}
@media only screen and (max-width: 600px) {
  #custom-html-22u #qrcode {
    display: none;
  }
  #custom-html-22u #pleinEcran,
  #custom-html-22u #fenetre,
  #custom-html-22u #vol {
    display: none;
  }
  #custom-html-22u .close {
    font-size: 5vh;
  }
  #custom-html-22u .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-22u .contenuModaleVideo {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
  #custom-html-22u .contenuModaleQCM {
    width: 80%;
  }
  #custom-html-22u .modaleQCM h2 {
    font-size: 3.8vw;
  }
  #custom-html-22u .option {
    padding: 0;
    font-size: 3.5vw;
  }
  #custom-html-22u #qcm {
    font-size: 2vw;
    width: 70%;
    margin-top: 2vw;
  }
  #custom-html-22u #score {
    font-size: 2vw;
    /*width: 21vw;*/
    margin-top: 2vw;
  }
  #custom-html-22u #qrcode {
    display: none;
  }
  #custom-html-22u #pleinEcran,
  #custom-html-22u #fenetre,
  #custom-html-22u #vol {
    display: none;
  }
  #custom-html-22u .close {
    font-size: 3vh;
  }
  #custom-html-22u .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-22u .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) {
  #custom-html-22u #qrcode {
    display: none;
  }
  #custom-html-22u #pleinEcran,
  #custom-html-22u #fenetre,
  #custom-html-22u #vol {
    display: none;
  }
  #custom-html-22u .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-22u .close {
    font-size: 5vh;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #custom-html-22u #qrcode {
    display: none;
  }
  #custom-html-22u #vol {
    display: none;
  }
  #custom-html-22u .close {
    font-size: 3vh;
  }
  #custom-html-22u .enteteModale {
    padding-top: 1vh;
  }
  #custom-html-22u .contenuModaleVideo {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #custom-html-22u #qrcode {
    display: none;
  }
  #custom-html-22u #vol {
    display: none;
  }
  #custom-html-22u .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-22u .close {
    font-size: 7vh;
  }
  #custom-html-22u .contenuModaleVideo {
    width: 73%;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  #custom-html-22u #qrcode {
    display: none;
  }
  #custom-html-22u #vol {
    display: none;
  }
}
@media only screen and (max-width: 1080px) and (orientation: landscape) {
  #custom-html-22u #qrcode {
    display: none;
  }
  #custom-html-22u #vol {
    display: none;
  }
  #custom-html-22u .enteteModaleQCM .close {
    font-size: 4vh;
  }
  #custom-html-22u .close {
    font-size: 7vh;
  }
  #custom-html-22u .contenuModaleVideo {
    width: 73%;
  }
}
#custom-html-22v {
  /* Type valid CSS here */
}
#custom-html-22v div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-22v .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ugr4kiGbf0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugr4kiGbf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugr4kiGbf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugr4kiGbf0 .container,
.cid-ugr4kiGbf0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ugr4kiGbf0 .container,
  .cid-ugr4kiGbf0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-ugr4kiGbf0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ugr4kiGbf0 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ugr4kiGbf0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugr4kiGbf0 .mbr-section-title {
  color: #4479d9;
}
.cid-ugr4kiGbf0 .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ugr4kiZTZy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ugr4kiZTZy .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-22y {
  /* Type valid CSS here */
  /* global */
}
#custom-html-22y *,
#custom-html-22y *::before,
#custom-html-22y *::after {
  box-sizing: border-box;
}
#custom-html-22y body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-22y #corpsDuTexte {
  background-color: #232323;
}
#custom-html-22y .container {
  background-color: #232323;
}
#custom-html-22y .titre {
  padding: 1em;
}
#custom-html-22y H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-22y h6 {
  color: white;
}
.cid-ugr4kjpBvQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ugr4kjpBvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugr4kjpBvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugr4kjpBvQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugr4kjpBvQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugr4kjpBvQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugr4kjpBvQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugr4kjpBvQ .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ugr4kjpBvQ .mbr-text,
.cid-ugr4kjpBvQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugr4kjpBvQ .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ugr4kjIlav {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ugr4kjIlav .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugr4kjIlav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugr4kjIlav .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugr4kjIlav .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ugr4kjIlav .image-wrapper {
    padding: 1rem;
  }
}
.cid-ugr4kjIlav .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ugr4kjIlav .mbr-text,
.cid-ugr4kjIlav .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugr4kjIlav .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ugr4kk8cmE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugr4kk8cmE .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ugr4kk8cmE .mbr-text,
.cid-ugr4kk8cmE .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ugr4kkrvwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ugr4kkrvwc .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ugr4kkrvwc .row {
    padding: 20px 34px;
  }
}
.cid-ugr4kkrvwc .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ugr4kkJJ2b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ugr4kkJJ2b .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ugr4kkJJ2b .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ugr4kkJJ2b .card:hover {
  margin-top: -0.6rem;
}
.cid-ugr4kkJJ2b .card-wrapper {
  position: relative;
}
.cid-ugr4kkJJ2b .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ugr4kkJJ2b .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ugr4kkJJ2b .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ugr4kkJJ2b .big {
  margin-top: -25%;
}
.cid-ugr4kkJJ2b .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ugr4kkJJ2b .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ugr4kkJJ2b .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ugr4kkJJ2b .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ugr4klbKm6.popup-builder {
  background-color: #ffffff;
}
.cid-ugr4klbKm6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr4klbKm6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr4klbKm6 .modal-content,
.cid-ugr4klbKm6 .modal-dialog {
  height: auto;
}
.cid-ugr4klbKm6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr4klbKm6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr4klbKm6 .form-wrapper .mbr-form .form-group,
  .cid-ugr4klbKm6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr4klbKm6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr4klbKm6 .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-ugr4klbKm6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr4klbKm6 .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr4klbKm6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr4klbKm6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr4klbKm6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr4klbKm6 .modal-open {
  overflow: hidden;
}
.cid-ugr4klbKm6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr4klbKm6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr4klbKm6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr4klbKm6 .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-ugr4klbKm6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr4klbKm6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr4klbKm6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr4klbKm6 .modal-content {
  background: #353535;
  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-ugr4klbKm6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr4klbKm6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr4klbKm6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr4klbKm6 .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr4klbKm6 .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-ugr4klbKm6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4klbKm6 .modal-header {
    padding: 1rem;
  }
}
.cid-ugr4klbKm6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr4klbKm6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ugr4klbKm6 .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr4klbKm6 .modal-header .close:focus {
  outline: none;
}
.cid-ugr4klbKm6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr4klbKm6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr4klbKm6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4klbKm6 .modal-body {
    padding: 1rem;
  }
}
.cid-ugr4klbKm6 .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-ugr4klbKm6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4klbKm6 .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr4klbKm6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr4klbKm6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr4klbKm6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr4klbKm6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr4klbKm6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr4klbKm6 .modal-lg,
  .cid-ugr4klbKm6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr4klbKm6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr4klbKm6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr4klbKm6 .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-ugr4klbKm6 .form-group {
  margin-bottom: 1rem;
}
.cid-ugr4klbKm6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr4klbKm6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr4klbKm6 .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-ugr4klbKm6 .mbr-section-btn {
  margin: 0;
}
.cid-ugr4klbKm6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugr4klbKm6 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ugr4klbKm6 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ugr4klbKm6 #creativecommons img,
.cid-ugr4klbKm6 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ugr4klDuqh.popup-builder {
  background-color: #ffffff;
}
.cid-ugr4klDuqh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr4klDuqh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr4klDuqh .modal-content,
.cid-ugr4klDuqh .modal-dialog {
  height: auto;
}
.cid-ugr4klDuqh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr4klDuqh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr4klDuqh .form-wrapper .mbr-form .form-group,
  .cid-ugr4klDuqh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr4klDuqh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr4klDuqh .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-ugr4klDuqh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr4klDuqh .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr4klDuqh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr4klDuqh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr4klDuqh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr4klDuqh .modal-open {
  overflow: hidden;
}
.cid-ugr4klDuqh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr4klDuqh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr4klDuqh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr4klDuqh .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-ugr4klDuqh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr4klDuqh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr4klDuqh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr4klDuqh .modal-content {
  background: #353535;
  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-ugr4klDuqh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr4klDuqh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr4klDuqh .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr4klDuqh .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr4klDuqh .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-ugr4klDuqh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4klDuqh .modal-header {
    padding: 1rem;
  }
}
.cid-ugr4klDuqh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr4klDuqh .modal-header .close svg {
  fill: #ffffff;
}
.cid-ugr4klDuqh .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr4klDuqh .modal-header .close:focus {
  outline: none;
}
.cid-ugr4klDuqh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr4klDuqh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr4klDuqh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4klDuqh .modal-body {
    padding: 1rem;
  }
}
.cid-ugr4klDuqh .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-ugr4klDuqh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4klDuqh .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr4klDuqh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr4klDuqh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr4klDuqh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr4klDuqh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr4klDuqh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr4klDuqh .modal-lg,
  .cid-ugr4klDuqh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr4klDuqh .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr4klDuqh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr4klDuqh .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-ugr4klDuqh .form-group {
  margin-bottom: 1rem;
}
.cid-ugr4klDuqh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr4klDuqh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr4klDuqh .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-ugr4klDuqh .mbr-section-btn {
  margin: 0;
}
.cid-ugr4klDuqh .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugr4km5H7y.popup-builder {
  background-color: #ffffff;
}
.cid-ugr4km5H7y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr4km5H7y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr4km5H7y .modal-content,
.cid-ugr4km5H7y .modal-dialog {
  height: auto;
}
.cid-ugr4km5H7y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr4km5H7y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr4km5H7y .form-wrapper .mbr-form .form-group,
  .cid-ugr4km5H7y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr4km5H7y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr4km5H7y .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-ugr4km5H7y .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr4km5H7y .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr4km5H7y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr4km5H7y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr4km5H7y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr4km5H7y .modal-open {
  overflow: hidden;
}
.cid-ugr4km5H7y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr4km5H7y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr4km5H7y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr4km5H7y .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-ugr4km5H7y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr4km5H7y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr4km5H7y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr4km5H7y .modal-content {
  background: #353535;
  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-ugr4km5H7y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr4km5H7y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr4km5H7y .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr4km5H7y .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr4km5H7y .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-ugr4km5H7y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4km5H7y .modal-header {
    padding: 1rem;
  }
}
.cid-ugr4km5H7y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr4km5H7y .modal-header .close svg {
  fill: #ffffff;
}
.cid-ugr4km5H7y .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr4km5H7y .modal-header .close:focus {
  outline: none;
}
.cid-ugr4km5H7y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr4km5H7y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr4km5H7y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4km5H7y .modal-body {
    padding: 1rem;
  }
}
.cid-ugr4km5H7y .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-ugr4km5H7y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4km5H7y .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr4km5H7y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr4km5H7y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr4km5H7y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr4km5H7y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr4km5H7y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr4km5H7y .modal-lg,
  .cid-ugr4km5H7y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr4km5H7y .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr4km5H7y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr4km5H7y .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-ugr4km5H7y .form-group {
  margin-bottom: 1rem;
}
.cid-ugr4km5H7y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr4km5H7y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr4km5H7y .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-ugr4km5H7y .mbr-section-btn {
  margin: 0;
}
.cid-ugr4km5H7y .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugr4kmyYKC.popup-builder {
  background-color: #ffffff;
}
.cid-ugr4kmyYKC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr4kmyYKC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr4kmyYKC .modal-content,
.cid-ugr4kmyYKC .modal-dialog {
  height: auto;
}
.cid-ugr4kmyYKC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr4kmyYKC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr4kmyYKC .form-wrapper .mbr-form .form-group,
  .cid-ugr4kmyYKC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr4kmyYKC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr4kmyYKC .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-ugr4kmyYKC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr4kmyYKC .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr4kmyYKC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr4kmyYKC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr4kmyYKC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr4kmyYKC .modal-open {
  overflow: hidden;
}
.cid-ugr4kmyYKC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr4kmyYKC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr4kmyYKC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr4kmyYKC .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-ugr4kmyYKC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr4kmyYKC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr4kmyYKC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr4kmyYKC .modal-content {
  background: #353535;
  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-ugr4kmyYKC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr4kmyYKC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr4kmyYKC .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr4kmyYKC .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr4kmyYKC .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-ugr4kmyYKC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kmyYKC .modal-header {
    padding: 1rem;
  }
}
.cid-ugr4kmyYKC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr4kmyYKC .modal-header .close svg {
  fill: #ffffff;
}
.cid-ugr4kmyYKC .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr4kmyYKC .modal-header .close:focus {
  outline: none;
}
.cid-ugr4kmyYKC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr4kmyYKC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr4kmyYKC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kmyYKC .modal-body {
    padding: 1rem;
  }
}
.cid-ugr4kmyYKC .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-ugr4kmyYKC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kmyYKC .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr4kmyYKC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr4kmyYKC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr4kmyYKC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr4kmyYKC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr4kmyYKC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr4kmyYKC .modal-lg,
  .cid-ugr4kmyYKC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr4kmyYKC .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr4kmyYKC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr4kmyYKC .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-ugr4kmyYKC .form-group {
  margin-bottom: 1rem;
}
.cid-ugr4kmyYKC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr4kmyYKC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr4kmyYKC .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-ugr4kmyYKC .mbr-section-btn {
  margin: 0;
}
.cid-ugr4kmyYKC .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugr4kmYyPG.popup-builder {
  background-color: #ffffff;
}
.cid-ugr4kmYyPG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr4kmYyPG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr4kmYyPG .modal-content,
.cid-ugr4kmYyPG .modal-dialog {
  height: auto;
}
.cid-ugr4kmYyPG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr4kmYyPG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr4kmYyPG .form-wrapper .mbr-form .form-group,
  .cid-ugr4kmYyPG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr4kmYyPG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr4kmYyPG .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-ugr4kmYyPG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr4kmYyPG .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr4kmYyPG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr4kmYyPG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr4kmYyPG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr4kmYyPG .modal-open {
  overflow: hidden;
}
.cid-ugr4kmYyPG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr4kmYyPG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr4kmYyPG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr4kmYyPG .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-ugr4kmYyPG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr4kmYyPG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr4kmYyPG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr4kmYyPG .modal-content {
  background: #353535;
  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-ugr4kmYyPG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr4kmYyPG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr4kmYyPG .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr4kmYyPG .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr4kmYyPG .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-ugr4kmYyPG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kmYyPG .modal-header {
    padding: 1rem;
  }
}
.cid-ugr4kmYyPG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr4kmYyPG .modal-header .close svg {
  fill: #ffffff;
}
.cid-ugr4kmYyPG .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr4kmYyPG .modal-header .close:focus {
  outline: none;
}
.cid-ugr4kmYyPG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr4kmYyPG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr4kmYyPG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kmYyPG .modal-body {
    padding: 1rem;
  }
}
.cid-ugr4kmYyPG .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-ugr4kmYyPG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kmYyPG .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr4kmYyPG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr4kmYyPG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr4kmYyPG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr4kmYyPG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr4kmYyPG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr4kmYyPG .modal-lg,
  .cid-ugr4kmYyPG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr4kmYyPG .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr4kmYyPG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr4kmYyPG .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-ugr4kmYyPG .form-group {
  margin-bottom: 1rem;
}
.cid-ugr4kmYyPG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr4kmYyPG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr4kmYyPG .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-ugr4kmYyPG .mbr-section-btn {
  margin: 0;
}
.cid-ugr4kmYyPG .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugr4knp3Jy.popup-builder {
  background-color: #ffffff;
}
.cid-ugr4knp3Jy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr4knp3Jy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr4knp3Jy .modal-content,
.cid-ugr4knp3Jy .modal-dialog {
  height: auto;
}
.cid-ugr4knp3Jy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr4knp3Jy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr4knp3Jy .form-wrapper .mbr-form .form-group,
  .cid-ugr4knp3Jy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr4knp3Jy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr4knp3Jy .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-ugr4knp3Jy .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr4knp3Jy .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr4knp3Jy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr4knp3Jy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr4knp3Jy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr4knp3Jy .modal-open {
  overflow: hidden;
}
.cid-ugr4knp3Jy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr4knp3Jy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr4knp3Jy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr4knp3Jy .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-ugr4knp3Jy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr4knp3Jy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr4knp3Jy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr4knp3Jy .modal-content {
  background: #353535;
  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-ugr4knp3Jy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr4knp3Jy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr4knp3Jy .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr4knp3Jy .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr4knp3Jy .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-ugr4knp3Jy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4knp3Jy .modal-header {
    padding: 1rem;
  }
}
.cid-ugr4knp3Jy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr4knp3Jy .modal-header .close svg {
  fill: #ffffff;
}
.cid-ugr4knp3Jy .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr4knp3Jy .modal-header .close:focus {
  outline: none;
}
.cid-ugr4knp3Jy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr4knp3Jy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr4knp3Jy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4knp3Jy .modal-body {
    padding: 1rem;
  }
}
.cid-ugr4knp3Jy .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-ugr4knp3Jy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4knp3Jy .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr4knp3Jy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr4knp3Jy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr4knp3Jy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr4knp3Jy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr4knp3Jy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr4knp3Jy .modal-lg,
  .cid-ugr4knp3Jy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr4knp3Jy .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr4knp3Jy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr4knp3Jy .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-ugr4knp3Jy .form-group {
  margin-bottom: 1rem;
}
.cid-ugr4knp3Jy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr4knp3Jy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr4knp3Jy .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-ugr4knp3Jy .mbr-section-btn {
  margin: 0;
}
.cid-ugr4knp3Jy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ugr4kohp7U {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ugr4kohp7U .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ugr4kohp7U .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ugr4kohp7U .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ugr4kohp7U .bg-youtube:hover {
  background: #cc0000;
}
.cid-ugr4kohp7U .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ugr4kohp7U .bg-twitch:hover {
  background: #7313ff;
}
.cid-ugr4kohp7U .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ugr4kohp7U [class^="socicon-"]:before,
.cid-ugr4kohp7U [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ugr4kohp7U .mbr-section-title,
.cid-ugr4kohp7U .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ugr4koJSGO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugr4koJSGO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugr4koJSGO .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ugr4koJSGO .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ugr4koJSGO .form-control:focus,
.cid-ugr4koJSGO .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ugr4koJSGO .form-group {
  margin-bottom: 1rem;
}
.cid-ugr4koJSGO input::-webkit-input-placeholder,
.cid-ugr4koJSGO textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ugr4koJSGO input:-moz-placeholder,
.cid-ugr4koJSGO textarea:-moz-placeholder {
  color: #656565;
}
.cid-ugr4koJSGO .jq-selectbox li,
.cid-ugr4koJSGO .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ugr4koJSGO .jq-selectbox li:hover,
.cid-ugr4koJSGO .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ugr4koJSGO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ugr4koJSGO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ugr4koJSGO textarea.form-control {
  resize: none;
}
.cid-ugr4koJSGO .input-group-btn {
  display: inline-block;
}
.cid-ugr4koJSGO .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ugr4koJSGO .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugr4koJSGO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugr4koJSGO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugr4koJSGO .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugr4koJSGO .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugr4koJSGO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugr4koJSGO .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ugr4koJSGO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugr4koJSGO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugr4koJSGO .form-control,
.cid-ugr4koJSGO .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ugr4koJSGO #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ugr4koJSGO #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ugr4koJSGO #creativecommons img,
.cid-ugr4koJSGO iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ugr4koJSGO .offset-md-1 {
  margin-left: 1vw;
}
.cid-ugr4kpBo1C.popup-builder {
  background-color: #ffffff;
}
.cid-ugr4kpBo1C.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr4kpBo1C.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr4kpBo1C .modal-content,
.cid-ugr4kpBo1C .modal-dialog {
  height: auto;
}
.cid-ugr4kpBo1C .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr4kpBo1C .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr4kpBo1C .form-wrapper .mbr-form .form-group,
  .cid-ugr4kpBo1C .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr4kpBo1C .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr4kpBo1C .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-ugr4kpBo1C .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr4kpBo1C .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr4kpBo1C .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr4kpBo1C .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr4kpBo1C .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr4kpBo1C .modal-open {
  overflow: hidden;
}
.cid-ugr4kpBo1C .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr4kpBo1C .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr4kpBo1C .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr4kpBo1C .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-ugr4kpBo1C .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr4kpBo1C .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr4kpBo1C .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr4kpBo1C .modal-content {
  background: #353535;
  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-ugr4kpBo1C .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr4kpBo1C .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr4kpBo1C .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr4kpBo1C .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr4kpBo1C .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-ugr4kpBo1C .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kpBo1C .modal-header {
    padding: 1rem;
  }
}
.cid-ugr4kpBo1C .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr4kpBo1C .modal-header .close svg {
  fill: #ffffff;
}
.cid-ugr4kpBo1C .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr4kpBo1C .modal-header .close:focus {
  outline: none;
}
.cid-ugr4kpBo1C .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr4kpBo1C .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr4kpBo1C .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kpBo1C .modal-body {
    padding: 1rem;
  }
}
.cid-ugr4kpBo1C .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-ugr4kpBo1C .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr4kpBo1C .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr4kpBo1C .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr4kpBo1C .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr4kpBo1C .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr4kpBo1C .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr4kpBo1C .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr4kpBo1C .modal-lg,
  .cid-ugr4kpBo1C .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr4kpBo1C .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr4kpBo1C .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr4kpBo1C .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-ugr4kpBo1C .form-group {
  margin-bottom: 1rem;
}
.cid-ugr4kpBo1C .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr4kpBo1C .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr4kpBo1C .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-ugr4kpBo1C .mbr-section-btn {
  margin: 0;
}
.cid-ugr4kpBo1C .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugr5tRLvBL.popup-builder {
  background-color: #ffffff;
}
.cid-ugr5tRLvBL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr5tRLvBL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr5tRLvBL .modal-content,
.cid-ugr5tRLvBL .modal-dialog {
  height: auto;
}
.cid-ugr5tRLvBL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr5tRLvBL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr5tRLvBL .form-wrapper .mbr-form .form-group,
  .cid-ugr5tRLvBL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr5tRLvBL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr5tRLvBL .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-ugr5tRLvBL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr5tRLvBL .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr5tRLvBL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr5tRLvBL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr5tRLvBL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr5tRLvBL .modal-open {
  overflow: hidden;
}
.cid-ugr5tRLvBL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr5tRLvBL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr5tRLvBL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr5tRLvBL .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-ugr5tRLvBL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr5tRLvBL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr5tRLvBL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr5tRLvBL .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-ugr5tRLvBL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr5tRLvBL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr5tRLvBL .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr5tRLvBL .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr5tRLvBL .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-ugr5tRLvBL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr5tRLvBL .modal-header {
    padding: 1rem;
  }
}
.cid-ugr5tRLvBL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr5tRLvBL .modal-header .close svg {
  fill: #353535;
}
.cid-ugr5tRLvBL .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr5tRLvBL .modal-header .close:focus {
  outline: none;
}
.cid-ugr5tRLvBL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr5tRLvBL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr5tRLvBL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr5tRLvBL .modal-body {
    padding: 1rem;
  }
}
.cid-ugr5tRLvBL .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-ugr5tRLvBL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr5tRLvBL .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr5tRLvBL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr5tRLvBL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr5tRLvBL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr5tRLvBL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr5tRLvBL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr5tRLvBL .modal-lg,
  .cid-ugr5tRLvBL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr5tRLvBL .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr5tRLvBL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr5tRLvBL .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-ugr5tRLvBL .form-group {
  margin-bottom: 1rem;
}
.cid-ugr5tRLvBL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr5tRLvBL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr5tRLvBL .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-ugr5tRLvBL .mbr-section-btn {
  margin: 0;
}
.cid-ugr5tRLvBL .mbr-section-btn .btn {
  margin: 0;
}
.cid-ugr5uqeOh4.popup-builder {
  background-color: #ffffff;
}
.cid-ugr5uqeOh4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugr5uqeOh4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugr5uqeOh4 .modal-content,
.cid-ugr5uqeOh4 .modal-dialog {
  height: auto;
}
.cid-ugr5uqeOh4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugr5uqeOh4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugr5uqeOh4 .form-wrapper .mbr-form .form-group,
  .cid-ugr5uqeOh4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugr5uqeOh4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugr5uqeOh4 .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-ugr5uqeOh4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ugr5uqeOh4 .pt-0 {
  padding-top: 0 !important;
}
.cid-ugr5uqeOh4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugr5uqeOh4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugr5uqeOh4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugr5uqeOh4 .modal-open {
  overflow: hidden;
}
.cid-ugr5uqeOh4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugr5uqeOh4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugr5uqeOh4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugr5uqeOh4 .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-ugr5uqeOh4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugr5uqeOh4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugr5uqeOh4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugr5uqeOh4 .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-ugr5uqeOh4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugr5uqeOh4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugr5uqeOh4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugr5uqeOh4 .modal-backdrop.show {
  opacity: .5;
}
.cid-ugr5uqeOh4 .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-ugr5uqeOh4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr5uqeOh4 .modal-header {
    padding: 1rem;
  }
}
.cid-ugr5uqeOh4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugr5uqeOh4 .modal-header .close svg {
  fill: #353535;
}
.cid-ugr5uqeOh4 .modal-header .close:hover {
  opacity: 1;
}
.cid-ugr5uqeOh4 .modal-header .close:focus {
  outline: none;
}
.cid-ugr5uqeOh4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ugr5uqeOh4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugr5uqeOh4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr5uqeOh4 .modal-body {
    padding: 1rem;
  }
}
.cid-ugr5uqeOh4 .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-ugr5uqeOh4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugr5uqeOh4 .modal-footer {
    padding: 1rem;
  }
}
.cid-ugr5uqeOh4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugr5uqeOh4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugr5uqeOh4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugr5uqeOh4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugr5uqeOh4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugr5uqeOh4 .modal-lg,
  .cid-ugr5uqeOh4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugr5uqeOh4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugr5uqeOh4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugr5uqeOh4 .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-ugr5uqeOh4 .form-group {
  margin-bottom: 1rem;
}
.cid-ugr5uqeOh4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugr5uqeOh4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugr5uqeOh4 .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-ugr5uqeOh4 .mbr-section-btn {
  margin: 0;
}
.cid-ugr5uqeOh4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui21Bhm1vO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui21Bhm1vO nav.navbar {
  position: fixed;
}
.cid-ui21Bhm1vO .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-ui21Bhm1vO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui21Bhm1vO .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ui21Bhm1vO #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ui21Bhm1vO .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ui21Bhm1vO .dropdown-item:hover,
.cid-ui21Bhm1vO .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ui21Bhm1vO .dropdown-item:hover span {
  color: white;
}
.cid-ui21Bhm1vO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui21Bhm1vO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui21Bhm1vO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ui21Bhm1vO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui21Bhm1vO .nav-link {
  position: relative;
}
.cid-ui21Bhm1vO .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ui21Bhm1vO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ui21Bhm1vO .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ui21Bhm1vO .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ui21Bhm1vO .dropdown-menu,
.cid-ui21Bhm1vO .navbar.opened {
  background: #353535 !important;
}
.cid-ui21Bhm1vO .nav-item:focus,
.cid-ui21Bhm1vO .nav-link:focus {
  outline: none;
}
.cid-ui21Bhm1vO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui21Bhm1vO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui21Bhm1vO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui21Bhm1vO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui21Bhm1vO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui21Bhm1vO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui21Bhm1vO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ui21Bhm1vO .navbar.opened {
  transition: all 0.3s;
}
.cid-ui21Bhm1vO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui21Bhm1vO .navbar .navbar-logo img {
  width: auto;
}
.cid-ui21Bhm1vO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui21Bhm1vO .navbar.collapsed {
  justify-content: center;
}
.cid-ui21Bhm1vO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui21Bhm1vO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ui21Bhm1vO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui21Bhm1vO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui21Bhm1vO .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-ui21Bhm1vO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui21Bhm1vO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui21Bhm1vO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui21Bhm1vO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui21Bhm1vO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui21Bhm1vO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui21Bhm1vO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui21Bhm1vO .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-ui21Bhm1vO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui21Bhm1vO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui21Bhm1vO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ui21Bhm1vO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui21Bhm1vO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ui21Bhm1vO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ui21Bhm1vO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui21Bhm1vO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui21Bhm1vO .dropdown-item.active,
.cid-ui21Bhm1vO .dropdown-item:active {
  background-color: transparent;
}
.cid-ui21Bhm1vO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui21Bhm1vO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui21Bhm1vO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui21Bhm1vO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ui21Bhm1vO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui21Bhm1vO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui21Bhm1vO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui21Bhm1vO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui21Bhm1vO button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui21Bhm1vO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ui21Bhm1vO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui21Bhm1vO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui21Bhm1vO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui21Bhm1vO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui21Bhm1vO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui21Bhm1vO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui21Bhm1vO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui21Bhm1vO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui21Bhm1vO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui21Bhm1vO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui21Bhm1vO .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-ui21Bhm1vO .navbar {
    height: 70px;
  }
  .cid-ui21Bhm1vO .navbar.opened {
    height: auto;
  }
  .cid-ui21Bhm1vO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui21Bhm1vO .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ui21Bhm1vO .navbar-toggler {
  margin-left: 10px;
}
.cid-ui21Bhm1vO .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ui21Bhm1vO .navbar-logo {
  margin-right: 0 !important;
}
.cid-ui21Bhm1vO .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ui21Bhm1vO .mbr-text {
    display: none;
  }
}
.cid-ui21Bhm1vO .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ui21Bhm1vO .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ui21Bhm1vO .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ui21Bhm1vO .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ui21Bhm1vO #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ui21Bhm1vO #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ui21Bhm1vO #vol {
    display: none;
  }
}
.cid-ui21Bhm1vO .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ui21BhMZxG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ui21BhMZxG .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ui21BhMZxG .mbr-section-subtitle {
  text-align: center;
}
.cid-ui21BhMZxG .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ui21BhMZxG .display-1 {
    font-size: 75px;
  }
  .cid-ui21BhMZxG .display-5 {
    font-size: 29px;
  }
  .cid-ui21BhMZxG .display-4 {
    font-weight: 300;
  }
}
#custom-html-24g {
  /* Type valid CSS here */
}
#custom-html-24g div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-24g .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ui21BiAJ1J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ui21BiAJ1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui21BiAJ1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui21BiAJ1J .container,
.cid-ui21BiAJ1J .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ui21BiAJ1J .container,
  .cid-ui21BiAJ1J .container-fluid {
    padding: 0 20px;
  }
}
.cid-ui21BiAJ1J .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ui21BiAJ1J .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ui21BiAJ1J .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ui21BiAJ1J .mbr-section-title {
  color: #4479d9;
}
.cid-ui21BiAJ1J .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ui21BjjxcY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ui21BjjxcY .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-24j {
  /* Type valid CSS here */
  /* global */
}
#custom-html-24j *,
#custom-html-24j *::before,
#custom-html-24j *::after {
  box-sizing: border-box;
}
#custom-html-24j body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-24j #corpsDuTexte {
  background-color: #232323;
}
#custom-html-24j .container {
  background-color: #232323;
}
#custom-html-24j .titre {
  padding: 1em;
}
#custom-html-24j H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-24j h6 {
  color: white;
}
.cid-ui21BjSorq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ui21BjSorq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui21BjSorq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ui21BjSorq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui21BjSorq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ui21BjSorq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ui21BjSorq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ui21BjSorq .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ui21BjSorq .mbr-text,
.cid-ui21BjSorq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ui21BjSorq .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ui21Bknyie {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ui21Bknyie .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui21Bknyie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ui21Bknyie .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui21Bknyie .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ui21Bknyie .image-wrapper {
    padding: 1rem;
  }
}
.cid-ui21Bknyie .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ui21Bknyie .mbr-text,
.cid-ui21Bknyie .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ui21Bknyie .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ui21BkTsgC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ui21BkTsgC .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ui21BkTsgC .mbr-text,
.cid-ui21BkTsgC .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ui21BlsL3W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ui21BlsL3W .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ui21BlsL3W .row {
    padding: 20px 34px;
  }
}
.cid-ui21BlsL3W .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ui21BlUrD6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ui21BlUrD6 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ui21BlUrD6 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ui21BlUrD6 .card:hover {
  margin-top: -0.6rem;
}
.cid-ui21BlUrD6 .card-wrapper {
  position: relative;
}
.cid-ui21BlUrD6 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ui21BlUrD6 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ui21BlUrD6 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ui21BlUrD6 .big {
  margin-top: -25%;
}
.cid-ui21BlUrD6 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ui21BlUrD6 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ui21BlUrD6 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ui21BlUrD6 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ui21BmAcBT.popup-builder {
  background-color: #ffffff;
}
.cid-ui21BmAcBT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui21BmAcBT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui21BmAcBT .modal-content,
.cid-ui21BmAcBT .modal-dialog {
  height: auto;
}
.cid-ui21BmAcBT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui21BmAcBT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui21BmAcBT .form-wrapper .mbr-form .form-group,
  .cid-ui21BmAcBT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui21BmAcBT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui21BmAcBT .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-ui21BmAcBT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui21BmAcBT .pt-0 {
  padding-top: 0 !important;
}
.cid-ui21BmAcBT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui21BmAcBT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui21BmAcBT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui21BmAcBT .modal-open {
  overflow: hidden;
}
.cid-ui21BmAcBT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui21BmAcBT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui21BmAcBT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui21BmAcBT .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-ui21BmAcBT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui21BmAcBT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui21BmAcBT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui21BmAcBT .modal-content {
  background: #353535;
  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-ui21BmAcBT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui21BmAcBT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui21BmAcBT .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui21BmAcBT .modal-backdrop.show {
  opacity: .5;
}
.cid-ui21BmAcBT .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-ui21BmAcBT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BmAcBT .modal-header {
    padding: 1rem;
  }
}
.cid-ui21BmAcBT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui21BmAcBT .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui21BmAcBT .modal-header .close:hover {
  opacity: 1;
}
.cid-ui21BmAcBT .modal-header .close:focus {
  outline: none;
}
.cid-ui21BmAcBT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui21BmAcBT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui21BmAcBT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BmAcBT .modal-body {
    padding: 1rem;
  }
}
.cid-ui21BmAcBT .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-ui21BmAcBT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BmAcBT .modal-footer {
    padding: 1rem;
  }
}
.cid-ui21BmAcBT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui21BmAcBT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui21BmAcBT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui21BmAcBT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui21BmAcBT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui21BmAcBT .modal-lg,
  .cid-ui21BmAcBT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui21BmAcBT .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui21BmAcBT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui21BmAcBT .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-ui21BmAcBT .form-group {
  margin-bottom: 1rem;
}
.cid-ui21BmAcBT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui21BmAcBT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui21BmAcBT .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-ui21BmAcBT .mbr-section-btn {
  margin: 0;
}
.cid-ui21BmAcBT .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui21BmAcBT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ui21BmAcBT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ui21BmAcBT #creativecommons img,
.cid-ui21BmAcBT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ui21Bn2WUD.popup-builder {
  background-color: #ffffff;
}
.cid-ui21Bn2WUD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui21Bn2WUD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui21Bn2WUD .modal-content,
.cid-ui21Bn2WUD .modal-dialog {
  height: auto;
}
.cid-ui21Bn2WUD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui21Bn2WUD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui21Bn2WUD .form-wrapper .mbr-form .form-group,
  .cid-ui21Bn2WUD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui21Bn2WUD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui21Bn2WUD .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-ui21Bn2WUD .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui21Bn2WUD .pt-0 {
  padding-top: 0 !important;
}
.cid-ui21Bn2WUD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui21Bn2WUD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui21Bn2WUD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui21Bn2WUD .modal-open {
  overflow: hidden;
}
.cid-ui21Bn2WUD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui21Bn2WUD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui21Bn2WUD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui21Bn2WUD .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-ui21Bn2WUD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui21Bn2WUD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui21Bn2WUD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui21Bn2WUD .modal-content {
  background: #353535;
  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-ui21Bn2WUD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui21Bn2WUD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui21Bn2WUD .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui21Bn2WUD .modal-backdrop.show {
  opacity: .5;
}
.cid-ui21Bn2WUD .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-ui21Bn2WUD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bn2WUD .modal-header {
    padding: 1rem;
  }
}
.cid-ui21Bn2WUD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui21Bn2WUD .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui21Bn2WUD .modal-header .close:hover {
  opacity: 1;
}
.cid-ui21Bn2WUD .modal-header .close:focus {
  outline: none;
}
.cid-ui21Bn2WUD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui21Bn2WUD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui21Bn2WUD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bn2WUD .modal-body {
    padding: 1rem;
  }
}
.cid-ui21Bn2WUD .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-ui21Bn2WUD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bn2WUD .modal-footer {
    padding: 1rem;
  }
}
.cid-ui21Bn2WUD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui21Bn2WUD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui21Bn2WUD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui21Bn2WUD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui21Bn2WUD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui21Bn2WUD .modal-lg,
  .cid-ui21Bn2WUD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui21Bn2WUD .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui21Bn2WUD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui21Bn2WUD .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-ui21Bn2WUD .form-group {
  margin-bottom: 1rem;
}
.cid-ui21Bn2WUD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui21Bn2WUD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui21Bn2WUD .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-ui21Bn2WUD .mbr-section-btn {
  margin: 0;
}
.cid-ui21Bn2WUD .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui21BnvAIX.popup-builder {
  background-color: #ffffff;
}
.cid-ui21BnvAIX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui21BnvAIX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui21BnvAIX .modal-content,
.cid-ui21BnvAIX .modal-dialog {
  height: auto;
}
.cid-ui21BnvAIX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui21BnvAIX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui21BnvAIX .form-wrapper .mbr-form .form-group,
  .cid-ui21BnvAIX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui21BnvAIX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui21BnvAIX .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-ui21BnvAIX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui21BnvAIX .pt-0 {
  padding-top: 0 !important;
}
.cid-ui21BnvAIX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui21BnvAIX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui21BnvAIX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui21BnvAIX .modal-open {
  overflow: hidden;
}
.cid-ui21BnvAIX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui21BnvAIX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui21BnvAIX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui21BnvAIX .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-ui21BnvAIX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui21BnvAIX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui21BnvAIX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui21BnvAIX .modal-content {
  background: #353535;
  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-ui21BnvAIX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui21BnvAIX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui21BnvAIX .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui21BnvAIX .modal-backdrop.show {
  opacity: .5;
}
.cid-ui21BnvAIX .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-ui21BnvAIX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BnvAIX .modal-header {
    padding: 1rem;
  }
}
.cid-ui21BnvAIX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui21BnvAIX .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui21BnvAIX .modal-header .close:hover {
  opacity: 1;
}
.cid-ui21BnvAIX .modal-header .close:focus {
  outline: none;
}
.cid-ui21BnvAIX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui21BnvAIX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui21BnvAIX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BnvAIX .modal-body {
    padding: 1rem;
  }
}
.cid-ui21BnvAIX .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-ui21BnvAIX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BnvAIX .modal-footer {
    padding: 1rem;
  }
}
.cid-ui21BnvAIX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui21BnvAIX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui21BnvAIX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui21BnvAIX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui21BnvAIX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui21BnvAIX .modal-lg,
  .cid-ui21BnvAIX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui21BnvAIX .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui21BnvAIX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui21BnvAIX .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-ui21BnvAIX .form-group {
  margin-bottom: 1rem;
}
.cid-ui21BnvAIX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui21BnvAIX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui21BnvAIX .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-ui21BnvAIX .mbr-section-btn {
  margin: 0;
}
.cid-ui21BnvAIX .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui21BnZ3PY.popup-builder {
  background-color: #ffffff;
}
.cid-ui21BnZ3PY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui21BnZ3PY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui21BnZ3PY .modal-content,
.cid-ui21BnZ3PY .modal-dialog {
  height: auto;
}
.cid-ui21BnZ3PY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui21BnZ3PY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui21BnZ3PY .form-wrapper .mbr-form .form-group,
  .cid-ui21BnZ3PY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui21BnZ3PY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui21BnZ3PY .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-ui21BnZ3PY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui21BnZ3PY .pt-0 {
  padding-top: 0 !important;
}
.cid-ui21BnZ3PY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui21BnZ3PY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui21BnZ3PY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui21BnZ3PY .modal-open {
  overflow: hidden;
}
.cid-ui21BnZ3PY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui21BnZ3PY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui21BnZ3PY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui21BnZ3PY .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-ui21BnZ3PY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui21BnZ3PY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui21BnZ3PY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui21BnZ3PY .modal-content {
  background: #353535;
  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-ui21BnZ3PY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui21BnZ3PY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui21BnZ3PY .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui21BnZ3PY .modal-backdrop.show {
  opacity: .5;
}
.cid-ui21BnZ3PY .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-ui21BnZ3PY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BnZ3PY .modal-header {
    padding: 1rem;
  }
}
.cid-ui21BnZ3PY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui21BnZ3PY .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui21BnZ3PY .modal-header .close:hover {
  opacity: 1;
}
.cid-ui21BnZ3PY .modal-header .close:focus {
  outline: none;
}
.cid-ui21BnZ3PY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui21BnZ3PY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui21BnZ3PY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BnZ3PY .modal-body {
    padding: 1rem;
  }
}
.cid-ui21BnZ3PY .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-ui21BnZ3PY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21BnZ3PY .modal-footer {
    padding: 1rem;
  }
}
.cid-ui21BnZ3PY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui21BnZ3PY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui21BnZ3PY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui21BnZ3PY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui21BnZ3PY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui21BnZ3PY .modal-lg,
  .cid-ui21BnZ3PY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui21BnZ3PY .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui21BnZ3PY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui21BnZ3PY .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-ui21BnZ3PY .form-group {
  margin-bottom: 1rem;
}
.cid-ui21BnZ3PY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui21BnZ3PY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui21BnZ3PY .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-ui21BnZ3PY .mbr-section-btn {
  margin: 0;
}
.cid-ui21BnZ3PY .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui21Bpg0u2.popup-builder {
  background-color: #ffffff;
}
.cid-ui21Bpg0u2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui21Bpg0u2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui21Bpg0u2 .modal-content,
.cid-ui21Bpg0u2 .modal-dialog {
  height: auto;
}
.cid-ui21Bpg0u2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui21Bpg0u2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui21Bpg0u2 .form-wrapper .mbr-form .form-group,
  .cid-ui21Bpg0u2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui21Bpg0u2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui21Bpg0u2 .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-ui21Bpg0u2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui21Bpg0u2 .pt-0 {
  padding-top: 0 !important;
}
.cid-ui21Bpg0u2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui21Bpg0u2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui21Bpg0u2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui21Bpg0u2 .modal-open {
  overflow: hidden;
}
.cid-ui21Bpg0u2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui21Bpg0u2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui21Bpg0u2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui21Bpg0u2 .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-ui21Bpg0u2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui21Bpg0u2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui21Bpg0u2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui21Bpg0u2 .modal-content {
  background: #353535;
  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-ui21Bpg0u2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui21Bpg0u2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui21Bpg0u2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui21Bpg0u2 .modal-backdrop.show {
  opacity: .5;
}
.cid-ui21Bpg0u2 .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-ui21Bpg0u2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bpg0u2 .modal-header {
    padding: 1rem;
  }
}
.cid-ui21Bpg0u2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui21Bpg0u2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui21Bpg0u2 .modal-header .close:hover {
  opacity: 1;
}
.cid-ui21Bpg0u2 .modal-header .close:focus {
  outline: none;
}
.cid-ui21Bpg0u2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui21Bpg0u2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui21Bpg0u2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bpg0u2 .modal-body {
    padding: 1rem;
  }
}
.cid-ui21Bpg0u2 .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-ui21Bpg0u2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bpg0u2 .modal-footer {
    padding: 1rem;
  }
}
.cid-ui21Bpg0u2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui21Bpg0u2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui21Bpg0u2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui21Bpg0u2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui21Bpg0u2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui21Bpg0u2 .modal-lg,
  .cid-ui21Bpg0u2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui21Bpg0u2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui21Bpg0u2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui21Bpg0u2 .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-ui21Bpg0u2 .form-group {
  margin-bottom: 1rem;
}
.cid-ui21Bpg0u2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui21Bpg0u2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui21Bpg0u2 .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-ui21Bpg0u2 .mbr-section-btn {
  margin: 0;
}
.cid-ui21Bpg0u2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui21Bqsvjs.popup-builder {
  background-color: #ffffff;
}
.cid-ui21Bqsvjs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui21Bqsvjs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui21Bqsvjs .modal-content,
.cid-ui21Bqsvjs .modal-dialog {
  height: auto;
}
.cid-ui21Bqsvjs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui21Bqsvjs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui21Bqsvjs .form-wrapper .mbr-form .form-group,
  .cid-ui21Bqsvjs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui21Bqsvjs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui21Bqsvjs .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-ui21Bqsvjs .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui21Bqsvjs .pt-0 {
  padding-top: 0 !important;
}
.cid-ui21Bqsvjs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui21Bqsvjs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui21Bqsvjs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui21Bqsvjs .modal-open {
  overflow: hidden;
}
.cid-ui21Bqsvjs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui21Bqsvjs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui21Bqsvjs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui21Bqsvjs .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-ui21Bqsvjs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui21Bqsvjs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui21Bqsvjs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui21Bqsvjs .modal-content {
  background: #353535;
  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-ui21Bqsvjs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui21Bqsvjs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui21Bqsvjs .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui21Bqsvjs .modal-backdrop.show {
  opacity: .5;
}
.cid-ui21Bqsvjs .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-ui21Bqsvjs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bqsvjs .modal-header {
    padding: 1rem;
  }
}
.cid-ui21Bqsvjs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui21Bqsvjs .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui21Bqsvjs .modal-header .close:hover {
  opacity: 1;
}
.cid-ui21Bqsvjs .modal-header .close:focus {
  outline: none;
}
.cid-ui21Bqsvjs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui21Bqsvjs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui21Bqsvjs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bqsvjs .modal-body {
    padding: 1rem;
  }
}
.cid-ui21Bqsvjs .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-ui21Bqsvjs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bqsvjs .modal-footer {
    padding: 1rem;
  }
}
.cid-ui21Bqsvjs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui21Bqsvjs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui21Bqsvjs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui21Bqsvjs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui21Bqsvjs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui21Bqsvjs .modal-lg,
  .cid-ui21Bqsvjs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui21Bqsvjs .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui21Bqsvjs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui21Bqsvjs .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-ui21Bqsvjs .form-group {
  margin-bottom: 1rem;
}
.cid-ui21Bqsvjs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui21Bqsvjs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui21Bqsvjs .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-ui21Bqsvjs .mbr-section-btn {
  margin: 0;
}
.cid-ui21Bqsvjs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ui21BsWAxR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ui21BsWAxR .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ui21BsWAxR .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ui21BsWAxR .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ui21BsWAxR .bg-youtube:hover {
  background: #cc0000;
}
.cid-ui21BsWAxR .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ui21BsWAxR .bg-twitch:hover {
  background: #7313ff;
}
.cid-ui21BsWAxR .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ui21BsWAxR [class^="socicon-"]:before,
.cid-ui21BsWAxR [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ui21BsWAxR .mbr-section-title,
.cid-ui21BsWAxR .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ui21BtYUah {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ui21BtYUah .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ui21BtYUah .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ui21BtYUah .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ui21BtYUah .form-control:focus,
.cid-ui21BtYUah .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ui21BtYUah .form-group {
  margin-bottom: 1rem;
}
.cid-ui21BtYUah input::-webkit-input-placeholder,
.cid-ui21BtYUah textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ui21BtYUah input:-moz-placeholder,
.cid-ui21BtYUah textarea:-moz-placeholder {
  color: #656565;
}
.cid-ui21BtYUah .jq-selectbox li,
.cid-ui21BtYUah .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ui21BtYUah .jq-selectbox li:hover,
.cid-ui21BtYUah .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ui21BtYUah .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ui21BtYUah .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ui21BtYUah textarea.form-control {
  resize: none;
}
.cid-ui21BtYUah .input-group-btn {
  display: inline-block;
}
.cid-ui21BtYUah .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ui21BtYUah .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ui21BtYUah .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ui21BtYUah .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ui21BtYUah .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ui21BtYUah .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ui21BtYUah .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ui21BtYUah .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ui21BtYUah .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ui21BtYUah .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ui21BtYUah .form-control,
.cid-ui21BtYUah .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ui21BtYUah #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ui21BtYUah #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ui21BtYUah #creativecommons img,
.cid-ui21BtYUah iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ui21BtYUah .offset-md-1 {
  margin-left: 1vw;
}
.cid-ui21Bv3yHW.popup-builder {
  background-color: #ffffff;
}
.cid-ui21Bv3yHW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui21Bv3yHW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui21Bv3yHW .modal-content,
.cid-ui21Bv3yHW .modal-dialog {
  height: auto;
}
.cid-ui21Bv3yHW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui21Bv3yHW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui21Bv3yHW .form-wrapper .mbr-form .form-group,
  .cid-ui21Bv3yHW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui21Bv3yHW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui21Bv3yHW .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-ui21Bv3yHW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui21Bv3yHW .pt-0 {
  padding-top: 0 !important;
}
.cid-ui21Bv3yHW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui21Bv3yHW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui21Bv3yHW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui21Bv3yHW .modal-open {
  overflow: hidden;
}
.cid-ui21Bv3yHW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui21Bv3yHW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui21Bv3yHW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui21Bv3yHW .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-ui21Bv3yHW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui21Bv3yHW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui21Bv3yHW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui21Bv3yHW .modal-content {
  background: #353535;
  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-ui21Bv3yHW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui21Bv3yHW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui21Bv3yHW .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui21Bv3yHW .modal-backdrop.show {
  opacity: .5;
}
.cid-ui21Bv3yHW .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-ui21Bv3yHW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bv3yHW .modal-header {
    padding: 1rem;
  }
}
.cid-ui21Bv3yHW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui21Bv3yHW .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui21Bv3yHW .modal-header .close:hover {
  opacity: 1;
}
.cid-ui21Bv3yHW .modal-header .close:focus {
  outline: none;
}
.cid-ui21Bv3yHW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui21Bv3yHW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui21Bv3yHW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bv3yHW .modal-body {
    padding: 1rem;
  }
}
.cid-ui21Bv3yHW .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-ui21Bv3yHW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui21Bv3yHW .modal-footer {
    padding: 1rem;
  }
}
.cid-ui21Bv3yHW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui21Bv3yHW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui21Bv3yHW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui21Bv3yHW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui21Bv3yHW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui21Bv3yHW .modal-lg,
  .cid-ui21Bv3yHW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui21Bv3yHW .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui21Bv3yHW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui21Bv3yHW .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-ui21Bv3yHW .form-group {
  margin-bottom: 1rem;
}
.cid-ui21Bv3yHW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui21Bv3yHW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui21Bv3yHW .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-ui21Bv3yHW .mbr-section-btn {
  margin: 0;
}
.cid-ui21Bv3yHW .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui2NfkO5d2.popup-builder {
  background-color: #ffffff;
}
.cid-ui2NfkO5d2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui2NfkO5d2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui2NfkO5d2 .modal-content,
.cid-ui2NfkO5d2 .modal-dialog {
  height: auto;
}
.cid-ui2NfkO5d2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui2NfkO5d2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui2NfkO5d2 .form-wrapper .mbr-form .form-group,
  .cid-ui2NfkO5d2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui2NfkO5d2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui2NfkO5d2 .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-ui2NfkO5d2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui2NfkO5d2 .pt-0 {
  padding-top: 0 !important;
}
.cid-ui2NfkO5d2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui2NfkO5d2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui2NfkO5d2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui2NfkO5d2 .modal-open {
  overflow: hidden;
}
.cid-ui2NfkO5d2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui2NfkO5d2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui2NfkO5d2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui2NfkO5d2 .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-ui2NfkO5d2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui2NfkO5d2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui2NfkO5d2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui2NfkO5d2 .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-ui2NfkO5d2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui2NfkO5d2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui2NfkO5d2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui2NfkO5d2 .modal-backdrop.show {
  opacity: .5;
}
.cid-ui2NfkO5d2 .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-ui2NfkO5d2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui2NfkO5d2 .modal-header {
    padding: 1rem;
  }
}
.cid-ui2NfkO5d2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui2NfkO5d2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui2NfkO5d2 .modal-header .close:hover {
  opacity: 1;
}
.cid-ui2NfkO5d2 .modal-header .close:focus {
  outline: none;
}
.cid-ui2NfkO5d2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui2NfkO5d2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui2NfkO5d2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui2NfkO5d2 .modal-body {
    padding: 1rem;
  }
}
.cid-ui2NfkO5d2 .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-ui2NfkO5d2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui2NfkO5d2 .modal-footer {
    padding: 1rem;
  }
}
.cid-ui2NfkO5d2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui2NfkO5d2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui2NfkO5d2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui2NfkO5d2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui2NfkO5d2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui2NfkO5d2 .modal-lg,
  .cid-ui2NfkO5d2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui2NfkO5d2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui2NfkO5d2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui2NfkO5d2 .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-ui2NfkO5d2 .form-group {
  margin-bottom: 1rem;
}
.cid-ui2NfkO5d2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui2NfkO5d2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui2NfkO5d2 .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-ui2NfkO5d2 .mbr-section-btn {
  margin: 0;
}
.cid-ui2NfkO5d2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui2NfLDLDw.popup-builder {
  background-color: #ffffff;
}
.cid-ui2NfLDLDw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ui2NfLDLDw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ui2NfLDLDw .modal-content,
.cid-ui2NfLDLDw .modal-dialog {
  height: auto;
}
.cid-ui2NfLDLDw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ui2NfLDLDw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ui2NfLDLDw .form-wrapper .mbr-form .form-group,
  .cid-ui2NfLDLDw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ui2NfLDLDw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ui2NfLDLDw .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-ui2NfLDLDw .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ui2NfLDLDw .pt-0 {
  padding-top: 0 !important;
}
.cid-ui2NfLDLDw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ui2NfLDLDw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ui2NfLDLDw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ui2NfLDLDw .modal-open {
  overflow: hidden;
}
.cid-ui2NfLDLDw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ui2NfLDLDw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ui2NfLDLDw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ui2NfLDLDw .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-ui2NfLDLDw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ui2NfLDLDw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ui2NfLDLDw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ui2NfLDLDw .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-ui2NfLDLDw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ui2NfLDLDw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ui2NfLDLDw .modal-backdrop.fade {
  opacity: 0;
}
.cid-ui2NfLDLDw .modal-backdrop.show {
  opacity: .5;
}
.cid-ui2NfLDLDw .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-ui2NfLDLDw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ui2NfLDLDw .modal-header {
    padding: 1rem;
  }
}
.cid-ui2NfLDLDw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ui2NfLDLDw .modal-header .close svg {
  fill: #ffffff;
}
.cid-ui2NfLDLDw .modal-header .close:hover {
  opacity: 1;
}
.cid-ui2NfLDLDw .modal-header .close:focus {
  outline: none;
}
.cid-ui2NfLDLDw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ui2NfLDLDw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ui2NfLDLDw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui2NfLDLDw .modal-body {
    padding: 1rem;
  }
}
.cid-ui2NfLDLDw .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-ui2NfLDLDw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui2NfLDLDw .modal-footer {
    padding: 1rem;
  }
}
.cid-ui2NfLDLDw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ui2NfLDLDw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ui2NfLDLDw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ui2NfLDLDw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ui2NfLDLDw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ui2NfLDLDw .modal-lg,
  .cid-ui2NfLDLDw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ui2NfLDLDw .modal-xl {
    max-width: 1140px;
  }
}
.cid-ui2NfLDLDw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ui2NfLDLDw .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-ui2NfLDLDw .form-group {
  margin-bottom: 1rem;
}
.cid-ui2NfLDLDw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ui2NfLDLDw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ui2NfLDLDw .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-ui2NfLDLDw .mbr-section-btn {
  margin: 0;
}
.cid-ui2NfLDLDw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5TL4MJW9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh5TL4MJW9 nav.navbar {
  position: fixed;
}
.cid-uh5TL4MJW9 .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-uh5TL4MJW9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh5TL4MJW9 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uh5TL4MJW9 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uh5TL4MJW9 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uh5TL4MJW9 .dropdown-item:hover,
.cid-uh5TL4MJW9 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uh5TL4MJW9 .dropdown-item:hover span {
  color: white;
}
.cid-uh5TL4MJW9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh5TL4MJW9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh5TL4MJW9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uh5TL4MJW9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh5TL4MJW9 .nav-link {
  position: relative;
}
.cid-uh5TL4MJW9 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uh5TL4MJW9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uh5TL4MJW9 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uh5TL4MJW9 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uh5TL4MJW9 .dropdown-menu,
.cid-uh5TL4MJW9 .navbar.opened {
  background: #353535 !important;
}
.cid-uh5TL4MJW9 .nav-item:focus,
.cid-uh5TL4MJW9 .nav-link:focus {
  outline: none;
}
.cid-uh5TL4MJW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh5TL4MJW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh5TL4MJW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh5TL4MJW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh5TL4MJW9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh5TL4MJW9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh5TL4MJW9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uh5TL4MJW9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uh5TL4MJW9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh5TL4MJW9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uh5TL4MJW9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh5TL4MJW9 .navbar.collapsed {
  justify-content: center;
}
.cid-uh5TL4MJW9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh5TL4MJW9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uh5TL4MJW9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh5TL4MJW9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh5TL4MJW9 .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-uh5TL4MJW9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh5TL4MJW9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh5TL4MJW9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh5TL4MJW9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh5TL4MJW9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh5TL4MJW9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh5TL4MJW9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh5TL4MJW9 .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-uh5TL4MJW9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh5TL4MJW9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh5TL4MJW9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uh5TL4MJW9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh5TL4MJW9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uh5TL4MJW9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uh5TL4MJW9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh5TL4MJW9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh5TL4MJW9 .dropdown-item.active,
.cid-uh5TL4MJW9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uh5TL4MJW9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh5TL4MJW9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh5TL4MJW9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh5TL4MJW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uh5TL4MJW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh5TL4MJW9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh5TL4MJW9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh5TL4MJW9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh5TL4MJW9 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh5TL4MJW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uh5TL4MJW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh5TL4MJW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh5TL4MJW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh5TL4MJW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh5TL4MJW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh5TL4MJW9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh5TL4MJW9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh5TL4MJW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh5TL4MJW9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh5TL4MJW9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh5TL4MJW9 .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-uh5TL4MJW9 .navbar {
    height: 70px;
  }
  .cid-uh5TL4MJW9 .navbar.opened {
    height: auto;
  }
  .cid-uh5TL4MJW9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh5TL4MJW9 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uh5TL4MJW9 .navbar-toggler {
  margin-left: 10px;
}
.cid-uh5TL4MJW9 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uh5TL4MJW9 .navbar-logo {
  margin-right: 0 !important;
}
.cid-uh5TL4MJW9 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uh5TL4MJW9 .mbr-text {
    display: none;
  }
}
.cid-uh5TL4MJW9 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uh5TL4MJW9 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uh5TL4MJW9 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uh5TL4MJW9 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uh5TL4MJW9 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uh5TL4MJW9 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uh5TL4MJW9 #vol {
    display: none;
  }
}
.cid-uh5TL4MJW9 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uh5TL5vu3a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uh5TL5vu3a .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uh5TL5vu3a .mbr-section-subtitle {
  text-align: center;
}
.cid-uh5TL5vu3a .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh5TL5vu3a .display-1 {
    font-size: 75px;
  }
  .cid-uh5TL5vu3a .display-5 {
    font-size: 29px;
  }
  .cid-uh5TL5vu3a .display-4 {
    font-weight: 300;
  }
}
#custom-html-23n {
  /* Type valid CSS here */
}
#custom-html-23n div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-23n .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uh5TL6b5Rd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uh5TL6b5Rd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5TL6b5Rd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5TL6b5Rd .container,
.cid-uh5TL6b5Rd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uh5TL6b5Rd .container,
  .cid-uh5TL6b5Rd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uh5TL6b5Rd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uh5TL6b5Rd .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uh5TL6b5Rd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uh5TL6b5Rd .mbr-section-title {
  color: #4479d9;
}
.cid-uh5TL6b5Rd .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uh5TL6uCch {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uh5TL6uCch .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-23q {
  /* Type valid CSS here */
  /* global */
}
#custom-html-23q *,
#custom-html-23q *::before,
#custom-html-23q *::after {
  box-sizing: border-box;
}
#custom-html-23q body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-23q #corpsDuTexte {
  background-color: #232323;
}
#custom-html-23q .container {
  background-color: #232323;
}
#custom-html-23q .titre {
  padding: 1em;
}
#custom-html-23q H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-23q h6 {
  color: white;
}
.cid-uh5TL6Qjf5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uh5TL6Qjf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5TL6Qjf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uh5TL6Qjf5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh5TL6Qjf5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh5TL6Qjf5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh5TL6Qjf5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh5TL6Qjf5 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uh5TL6Qjf5 .mbr-text,
.cid-uh5TL6Qjf5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uh5TL6Qjf5 .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uh5TL78SDS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uh5TL78SDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5TL78SDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uh5TL78SDS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh5TL78SDS .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uh5TL78SDS .image-wrapper {
    padding: 1rem;
  }
}
.cid-uh5TL78SDS .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uh5TL78SDS .mbr-text,
.cid-uh5TL78SDS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uh5TL78SDS .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uh5TL7u9eW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uh5TL7u9eW .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uh5TL7u9eW .mbr-text,
.cid-uh5TL7u9eW .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uh5TL7NmPL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uh5TL7NmPL .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uh5TL7NmPL .row {
    padding: 20px 34px;
  }
}
.cid-uh5TL7NmPL .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uh5TL89xQF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uh5TL89xQF .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uh5TL89xQF .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uh5TL89xQF .card:hover {
  margin-top: -0.6rem;
}
.cid-uh5TL89xQF .card-wrapper {
  position: relative;
}
.cid-uh5TL89xQF .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uh5TL89xQF .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uh5TL89xQF .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uh5TL89xQF .big {
  margin-top: -25%;
}
.cid-uh5TL89xQF .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uh5TL89xQF .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uh5TL89xQF .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uh5TL89xQF .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uh5TL8Cbta.popup-builder {
  background-color: #ffffff;
}
.cid-uh5TL8Cbta.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5TL8Cbta.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5TL8Cbta .modal-content,
.cid-uh5TL8Cbta .modal-dialog {
  height: auto;
}
.cid-uh5TL8Cbta .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5TL8Cbta .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5TL8Cbta .form-wrapper .mbr-form .form-group,
  .cid-uh5TL8Cbta .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5TL8Cbta .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5TL8Cbta .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-uh5TL8Cbta .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uh5TL8Cbta .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5TL8Cbta .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5TL8Cbta .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5TL8Cbta .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5TL8Cbta .modal-open {
  overflow: hidden;
}
.cid-uh5TL8Cbta .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5TL8Cbta .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5TL8Cbta .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5TL8Cbta .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-uh5TL8Cbta .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5TL8Cbta .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5TL8Cbta .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5TL8Cbta .modal-content {
  background: #353535;
  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-uh5TL8Cbta .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5TL8Cbta .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5TL8Cbta .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5TL8Cbta .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5TL8Cbta .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-uh5TL8Cbta .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL8Cbta .modal-header {
    padding: 1rem;
  }
}
.cid-uh5TL8Cbta .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5TL8Cbta .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5TL8Cbta .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5TL8Cbta .modal-header .close:focus {
  outline: none;
}
.cid-uh5TL8Cbta .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5TL8Cbta .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5TL8Cbta .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL8Cbta .modal-body {
    padding: 1rem;
  }
}
.cid-uh5TL8Cbta .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-uh5TL8Cbta .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL8Cbta .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5TL8Cbta .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5TL8Cbta .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5TL8Cbta .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5TL8Cbta .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5TL8Cbta .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5TL8Cbta .modal-lg,
  .cid-uh5TL8Cbta .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5TL8Cbta .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5TL8Cbta .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5TL8Cbta .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-uh5TL8Cbta .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TL8Cbta .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5TL8Cbta .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5TL8Cbta .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-uh5TL8Cbta .mbr-section-btn {
  margin: 0;
}
.cid-uh5TL8Cbta .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5TL8Cbta #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uh5TL8Cbta #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uh5TL8Cbta #creativecommons img,
.cid-uh5TL8Cbta iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uh5TL92RTg.popup-builder {
  background-color: #ffffff;
}
.cid-uh5TL92RTg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5TL92RTg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5TL92RTg .modal-content,
.cid-uh5TL92RTg .modal-dialog {
  height: auto;
}
.cid-uh5TL92RTg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5TL92RTg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5TL92RTg .form-wrapper .mbr-form .form-group,
  .cid-uh5TL92RTg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5TL92RTg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5TL92RTg .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-uh5TL92RTg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uh5TL92RTg .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5TL92RTg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5TL92RTg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5TL92RTg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5TL92RTg .modal-open {
  overflow: hidden;
}
.cid-uh5TL92RTg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5TL92RTg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5TL92RTg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5TL92RTg .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-uh5TL92RTg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5TL92RTg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5TL92RTg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5TL92RTg .modal-content {
  background: #353535;
  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-uh5TL92RTg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5TL92RTg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5TL92RTg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5TL92RTg .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5TL92RTg .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-uh5TL92RTg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL92RTg .modal-header {
    padding: 1rem;
  }
}
.cid-uh5TL92RTg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5TL92RTg .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5TL92RTg .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5TL92RTg .modal-header .close:focus {
  outline: none;
}
.cid-uh5TL92RTg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5TL92RTg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5TL92RTg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL92RTg .modal-body {
    padding: 1rem;
  }
}
.cid-uh5TL92RTg .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-uh5TL92RTg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL92RTg .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5TL92RTg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5TL92RTg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5TL92RTg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5TL92RTg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5TL92RTg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5TL92RTg .modal-lg,
  .cid-uh5TL92RTg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5TL92RTg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5TL92RTg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5TL92RTg .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-uh5TL92RTg .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TL92RTg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5TL92RTg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5TL92RTg .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-uh5TL92RTg .mbr-section-btn {
  margin: 0;
}
.cid-uh5TL92RTg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5TL9tz8F.popup-builder {
  background-color: #ffffff;
}
.cid-uh5TL9tz8F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5TL9tz8F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5TL9tz8F .modal-content,
.cid-uh5TL9tz8F .modal-dialog {
  height: auto;
}
.cid-uh5TL9tz8F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5TL9tz8F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5TL9tz8F .form-wrapper .mbr-form .form-group,
  .cid-uh5TL9tz8F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5TL9tz8F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5TL9tz8F .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-uh5TL9tz8F .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uh5TL9tz8F .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5TL9tz8F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5TL9tz8F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5TL9tz8F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5TL9tz8F .modal-open {
  overflow: hidden;
}
.cid-uh5TL9tz8F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5TL9tz8F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5TL9tz8F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5TL9tz8F .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-uh5TL9tz8F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5TL9tz8F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5TL9tz8F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5TL9tz8F .modal-content {
  background: #353535;
  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-uh5TL9tz8F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5TL9tz8F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5TL9tz8F .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5TL9tz8F .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5TL9tz8F .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-uh5TL9tz8F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL9tz8F .modal-header {
    padding: 1rem;
  }
}
.cid-uh5TL9tz8F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5TL9tz8F .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5TL9tz8F .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5TL9tz8F .modal-header .close:focus {
  outline: none;
}
.cid-uh5TL9tz8F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5TL9tz8F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5TL9tz8F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL9tz8F .modal-body {
    padding: 1rem;
  }
}
.cid-uh5TL9tz8F .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-uh5TL9tz8F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL9tz8F .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5TL9tz8F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5TL9tz8F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5TL9tz8F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5TL9tz8F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5TL9tz8F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5TL9tz8F .modal-lg,
  .cid-uh5TL9tz8F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5TL9tz8F .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5TL9tz8F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5TL9tz8F .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-uh5TL9tz8F .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TL9tz8F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5TL9tz8F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5TL9tz8F .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-uh5TL9tz8F .mbr-section-btn {
  margin: 0;
}
.cid-uh5TL9tz8F .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5TL9TbK2.popup-builder {
  background-color: #ffffff;
}
.cid-uh5TL9TbK2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5TL9TbK2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5TL9TbK2 .modal-content,
.cid-uh5TL9TbK2 .modal-dialog {
  height: auto;
}
.cid-uh5TL9TbK2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5TL9TbK2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5TL9TbK2 .form-wrapper .mbr-form .form-group,
  .cid-uh5TL9TbK2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5TL9TbK2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5TL9TbK2 .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-uh5TL9TbK2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uh5TL9TbK2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5TL9TbK2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5TL9TbK2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5TL9TbK2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5TL9TbK2 .modal-open {
  overflow: hidden;
}
.cid-uh5TL9TbK2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5TL9TbK2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5TL9TbK2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5TL9TbK2 .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-uh5TL9TbK2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5TL9TbK2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5TL9TbK2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5TL9TbK2 .modal-content {
  background: #353535;
  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-uh5TL9TbK2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5TL9TbK2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5TL9TbK2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5TL9TbK2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5TL9TbK2 .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-uh5TL9TbK2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL9TbK2 .modal-header {
    padding: 1rem;
  }
}
.cid-uh5TL9TbK2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5TL9TbK2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5TL9TbK2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5TL9TbK2 .modal-header .close:focus {
  outline: none;
}
.cid-uh5TL9TbK2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5TL9TbK2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5TL9TbK2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL9TbK2 .modal-body {
    padding: 1rem;
  }
}
.cid-uh5TL9TbK2 .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-uh5TL9TbK2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TL9TbK2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5TL9TbK2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5TL9TbK2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5TL9TbK2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5TL9TbK2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5TL9TbK2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5TL9TbK2 .modal-lg,
  .cid-uh5TL9TbK2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5TL9TbK2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5TL9TbK2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5TL9TbK2 .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-uh5TL9TbK2 .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TL9TbK2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5TL9TbK2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5TL9TbK2 .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-uh5TL9TbK2 .mbr-section-btn {
  margin: 0;
}
.cid-uh5TL9TbK2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5TLai7mr.popup-builder {
  background-color: #ffffff;
}
.cid-uh5TLai7mr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5TLai7mr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5TLai7mr .modal-content,
.cid-uh5TLai7mr .modal-dialog {
  height: auto;
}
.cid-uh5TLai7mr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5TLai7mr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5TLai7mr .form-wrapper .mbr-form .form-group,
  .cid-uh5TLai7mr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5TLai7mr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5TLai7mr .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-uh5TLai7mr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uh5TLai7mr .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5TLai7mr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5TLai7mr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5TLai7mr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5TLai7mr .modal-open {
  overflow: hidden;
}
.cid-uh5TLai7mr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5TLai7mr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5TLai7mr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5TLai7mr .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-uh5TLai7mr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5TLai7mr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5TLai7mr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5TLai7mr .modal-content {
  background: #353535;
  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-uh5TLai7mr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5TLai7mr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5TLai7mr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5TLai7mr .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5TLai7mr .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-uh5TLai7mr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLai7mr .modal-header {
    padding: 1rem;
  }
}
.cid-uh5TLai7mr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5TLai7mr .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5TLai7mr .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5TLai7mr .modal-header .close:focus {
  outline: none;
}
.cid-uh5TLai7mr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5TLai7mr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5TLai7mr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLai7mr .modal-body {
    padding: 1rem;
  }
}
.cid-uh5TLai7mr .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-uh5TLai7mr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLai7mr .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5TLai7mr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5TLai7mr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5TLai7mr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5TLai7mr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5TLai7mr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5TLai7mr .modal-lg,
  .cid-uh5TLai7mr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5TLai7mr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5TLai7mr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5TLai7mr .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-uh5TLai7mr .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TLai7mr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5TLai7mr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5TLai7mr .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-uh5TLai7mr .mbr-section-btn {
  margin: 0;
}
.cid-uh5TLai7mr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5TLaIvPL.popup-builder {
  background-color: #ffffff;
}
.cid-uh5TLaIvPL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5TLaIvPL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5TLaIvPL .modal-content,
.cid-uh5TLaIvPL .modal-dialog {
  height: auto;
}
.cid-uh5TLaIvPL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5TLaIvPL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5TLaIvPL .form-wrapper .mbr-form .form-group,
  .cid-uh5TLaIvPL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5TLaIvPL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5TLaIvPL .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-uh5TLaIvPL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uh5TLaIvPL .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5TLaIvPL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5TLaIvPL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5TLaIvPL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5TLaIvPL .modal-open {
  overflow: hidden;
}
.cid-uh5TLaIvPL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5TLaIvPL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5TLaIvPL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5TLaIvPL .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-uh5TLaIvPL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5TLaIvPL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5TLaIvPL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5TLaIvPL .modal-content {
  background: #353535;
  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-uh5TLaIvPL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5TLaIvPL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5TLaIvPL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5TLaIvPL .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5TLaIvPL .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-uh5TLaIvPL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLaIvPL .modal-header {
    padding: 1rem;
  }
}
.cid-uh5TLaIvPL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5TLaIvPL .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5TLaIvPL .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5TLaIvPL .modal-header .close:focus {
  outline: none;
}
.cid-uh5TLaIvPL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5TLaIvPL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5TLaIvPL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLaIvPL .modal-body {
    padding: 1rem;
  }
}
.cid-uh5TLaIvPL .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-uh5TLaIvPL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLaIvPL .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5TLaIvPL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5TLaIvPL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5TLaIvPL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5TLaIvPL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5TLaIvPL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5TLaIvPL .modal-lg,
  .cid-uh5TLaIvPL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5TLaIvPL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5TLaIvPL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5TLaIvPL .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-uh5TLaIvPL .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TLaIvPL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5TLaIvPL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5TLaIvPL .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-uh5TLaIvPL .mbr-section-btn {
  margin: 0;
}
.cid-uh5TLaIvPL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uh5TLbBUAs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uh5TLbBUAs .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uh5TLbBUAs .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uh5TLbBUAs .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uh5TLbBUAs .bg-youtube:hover {
  background: #cc0000;
}
.cid-uh5TLbBUAs .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uh5TLbBUAs .bg-twitch:hover {
  background: #7313ff;
}
.cid-uh5TLbBUAs .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uh5TLbBUAs [class^="socicon-"]:before,
.cid-uh5TLbBUAs [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uh5TLbBUAs .mbr-section-title,
.cid-uh5TLbBUAs .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uh5TLc6XUy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uh5TLc6XUy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uh5TLc6XUy .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uh5TLc6XUy .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uh5TLc6XUy .form-control:focus,
.cid-uh5TLc6XUy .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uh5TLc6XUy .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TLc6XUy input::-webkit-input-placeholder,
.cid-uh5TLc6XUy textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uh5TLc6XUy input:-moz-placeholder,
.cid-uh5TLc6XUy textarea:-moz-placeholder {
  color: #656565;
}
.cid-uh5TLc6XUy .jq-selectbox li,
.cid-uh5TLc6XUy .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uh5TLc6XUy .jq-selectbox li:hover,
.cid-uh5TLc6XUy .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uh5TLc6XUy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uh5TLc6XUy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uh5TLc6XUy textarea.form-control {
  resize: none;
}
.cid-uh5TLc6XUy .input-group-btn {
  display: inline-block;
}
.cid-uh5TLc6XUy .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uh5TLc6XUy .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uh5TLc6XUy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uh5TLc6XUy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uh5TLc6XUy .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uh5TLc6XUy .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uh5TLc6XUy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uh5TLc6XUy .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uh5TLc6XUy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uh5TLc6XUy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uh5TLc6XUy .form-control,
.cid-uh5TLc6XUy .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uh5TLc6XUy #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uh5TLc6XUy #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uh5TLc6XUy #creativecommons img,
.cid-uh5TLc6XUy iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uh5TLc6XUy .offset-md-1 {
  margin-left: 1vw;
}
.cid-uh5TLcYB58.popup-builder {
  background-color: #ffffff;
}
.cid-uh5TLcYB58.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5TLcYB58.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5TLcYB58 .modal-content,
.cid-uh5TLcYB58 .modal-dialog {
  height: auto;
}
.cid-uh5TLcYB58 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5TLcYB58 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5TLcYB58 .form-wrapper .mbr-form .form-group,
  .cid-uh5TLcYB58 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5TLcYB58 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5TLcYB58 .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-uh5TLcYB58 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uh5TLcYB58 .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5TLcYB58 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5TLcYB58 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5TLcYB58 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5TLcYB58 .modal-open {
  overflow: hidden;
}
.cid-uh5TLcYB58 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5TLcYB58 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5TLcYB58 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5TLcYB58 .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-uh5TLcYB58 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5TLcYB58 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5TLcYB58 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5TLcYB58 .modal-content {
  background: #353535;
  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-uh5TLcYB58 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5TLcYB58 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5TLcYB58 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5TLcYB58 .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5TLcYB58 .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-uh5TLcYB58 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLcYB58 .modal-header {
    padding: 1rem;
  }
}
.cid-uh5TLcYB58 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5TLcYB58 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5TLcYB58 .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5TLcYB58 .modal-header .close:focus {
  outline: none;
}
.cid-uh5TLcYB58 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5TLcYB58 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5TLcYB58 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLcYB58 .modal-body {
    padding: 1rem;
  }
}
.cid-uh5TLcYB58 .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-uh5TLcYB58 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLcYB58 .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5TLcYB58 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5TLcYB58 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5TLcYB58 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5TLcYB58 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5TLcYB58 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5TLcYB58 .modal-lg,
  .cid-uh5TLcYB58 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5TLcYB58 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5TLcYB58 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5TLcYB58 .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-uh5TLcYB58 .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TLcYB58 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5TLcYB58 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5TLcYB58 .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-uh5TLcYB58 .mbr-section-btn {
  margin: 0;
}
.cid-uh5TLcYB58 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5TLdYbwr.popup-builder {
  background-color: #ffffff;
}
.cid-uh5TLdYbwr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5TLdYbwr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5TLdYbwr .modal-content,
.cid-uh5TLdYbwr .modal-dialog {
  height: auto;
}
.cid-uh5TLdYbwr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5TLdYbwr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5TLdYbwr .form-wrapper .mbr-form .form-group,
  .cid-uh5TLdYbwr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5TLdYbwr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5TLdYbwr .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-uh5TLdYbwr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uh5TLdYbwr .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5TLdYbwr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5TLdYbwr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5TLdYbwr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5TLdYbwr .modal-open {
  overflow: hidden;
}
.cid-uh5TLdYbwr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5TLdYbwr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5TLdYbwr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5TLdYbwr .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-uh5TLdYbwr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5TLdYbwr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5TLdYbwr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5TLdYbwr .modal-content {
  background: #353535;
  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-uh5TLdYbwr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5TLdYbwr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5TLdYbwr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5TLdYbwr .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5TLdYbwr .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-uh5TLdYbwr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLdYbwr .modal-header {
    padding: 1rem;
  }
}
.cid-uh5TLdYbwr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5TLdYbwr .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5TLdYbwr .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5TLdYbwr .modal-header .close:focus {
  outline: none;
}
.cid-uh5TLdYbwr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5TLdYbwr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5TLdYbwr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLdYbwr .modal-body {
    padding: 1rem;
  }
}
.cid-uh5TLdYbwr .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-uh5TLdYbwr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5TLdYbwr .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5TLdYbwr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5TLdYbwr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5TLdYbwr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5TLdYbwr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5TLdYbwr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5TLdYbwr .modal-lg,
  .cid-uh5TLdYbwr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5TLdYbwr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5TLdYbwr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5TLdYbwr .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-uh5TLdYbwr .form-group {
  margin-bottom: 1rem;
}
.cid-uh5TLdYbwr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5TLdYbwr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5TLdYbwr .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-uh5TLdYbwr .mbr-section-btn {
  margin: 0;
}
.cid-uh5TLdYbwr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5UGk5SMz.popup-builder {
  background-color: #ffffff;
}
.cid-uh5UGk5SMz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uh5UGk5SMz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uh5UGk5SMz .modal-content,
.cid-uh5UGk5SMz .modal-dialog {
  height: auto;
}
.cid-uh5UGk5SMz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uh5UGk5SMz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uh5UGk5SMz .form-wrapper .mbr-form .form-group,
  .cid-uh5UGk5SMz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uh5UGk5SMz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uh5UGk5SMz .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-uh5UGk5SMz .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uh5UGk5SMz .pt-0 {
  padding-top: 0 !important;
}
.cid-uh5UGk5SMz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uh5UGk5SMz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uh5UGk5SMz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uh5UGk5SMz .modal-open {
  overflow: hidden;
}
.cid-uh5UGk5SMz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uh5UGk5SMz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uh5UGk5SMz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uh5UGk5SMz .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-uh5UGk5SMz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uh5UGk5SMz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uh5UGk5SMz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uh5UGk5SMz .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-uh5UGk5SMz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uh5UGk5SMz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uh5UGk5SMz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uh5UGk5SMz .modal-backdrop.show {
  opacity: .5;
}
.cid-uh5UGk5SMz .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-uh5UGk5SMz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5UGk5SMz .modal-header {
    padding: 1rem;
  }
}
.cid-uh5UGk5SMz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uh5UGk5SMz .modal-header .close svg {
  fill: #ffffff;
}
.cid-uh5UGk5SMz .modal-header .close:hover {
  opacity: 1;
}
.cid-uh5UGk5SMz .modal-header .close:focus {
  outline: none;
}
.cid-uh5UGk5SMz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uh5UGk5SMz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uh5UGk5SMz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5UGk5SMz .modal-body {
    padding: 1rem;
  }
}
.cid-uh5UGk5SMz .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-uh5UGk5SMz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5UGk5SMz .modal-footer {
    padding: 1rem;
  }
}
.cid-uh5UGk5SMz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uh5UGk5SMz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uh5UGk5SMz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uh5UGk5SMz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uh5UGk5SMz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uh5UGk5SMz .modal-lg,
  .cid-uh5UGk5SMz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uh5UGk5SMz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uh5UGk5SMz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uh5UGk5SMz .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-uh5UGk5SMz .form-group {
  margin-bottom: 1rem;
}
.cid-uh5UGk5SMz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uh5UGk5SMz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uh5UGk5SMz .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-uh5UGk5SMz .mbr-section-btn {
  margin: 0;
}
.cid-uh5UGk5SMz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uh5UGk5SMz .tab_text,
.cid-uh5UGk5SMz .mbr-section-btn {
  color: #ffffff;
}
.cid-ujr3nUITKk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujr3nUITKk nav.navbar {
  position: fixed;
}
.cid-ujr3nUITKk .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-ujr3nUITKk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujr3nUITKk .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ujr3nUITKk #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ujr3nUITKk .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ujr3nUITKk .dropdown-item:hover,
.cid-ujr3nUITKk .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ujr3nUITKk .dropdown-item:hover span {
  color: white;
}
.cid-ujr3nUITKk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujr3nUITKk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujr3nUITKk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ujr3nUITKk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujr3nUITKk .nav-link {
  position: relative;
}
.cid-ujr3nUITKk .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ujr3nUITKk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ujr3nUITKk .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ujr3nUITKk .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ujr3nUITKk .dropdown-menu,
.cid-ujr3nUITKk .navbar.opened {
  background: #353535 !important;
}
.cid-ujr3nUITKk .nav-item:focus,
.cid-ujr3nUITKk .nav-link:focus {
  outline: none;
}
.cid-ujr3nUITKk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujr3nUITKk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujr3nUITKk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujr3nUITKk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujr3nUITKk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujr3nUITKk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujr3nUITKk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ujr3nUITKk .navbar.opened {
  transition: all 0.3s;
}
.cid-ujr3nUITKk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujr3nUITKk .navbar .navbar-logo img {
  width: auto;
}
.cid-ujr3nUITKk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujr3nUITKk .navbar.collapsed {
  justify-content: center;
}
.cid-ujr3nUITKk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujr3nUITKk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujr3nUITKk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujr3nUITKk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujr3nUITKk .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-ujr3nUITKk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujr3nUITKk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujr3nUITKk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujr3nUITKk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujr3nUITKk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujr3nUITKk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujr3nUITKk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujr3nUITKk .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-ujr3nUITKk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujr3nUITKk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujr3nUITKk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ujr3nUITKk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujr3nUITKk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujr3nUITKk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ujr3nUITKk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujr3nUITKk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujr3nUITKk .dropdown-item.active,
.cid-ujr3nUITKk .dropdown-item:active {
  background-color: transparent;
}
.cid-ujr3nUITKk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujr3nUITKk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujr3nUITKk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujr3nUITKk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ujr3nUITKk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujr3nUITKk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujr3nUITKk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujr3nUITKk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujr3nUITKk button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujr3nUITKk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ujr3nUITKk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujr3nUITKk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr3nUITKk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujr3nUITKk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujr3nUITKk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr3nUITKk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujr3nUITKk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujr3nUITKk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujr3nUITKk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujr3nUITKk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujr3nUITKk .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-ujr3nUITKk .navbar {
    height: 70px;
  }
  .cid-ujr3nUITKk .navbar.opened {
    height: auto;
  }
  .cid-ujr3nUITKk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujr3nUITKk .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ujr3nUITKk .navbar-toggler {
  margin-left: 10px;
}
.cid-ujr3nUITKk .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ujr3nUITKk .navbar-logo {
  margin-right: 0 !important;
}
.cid-ujr3nUITKk .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ujr3nUITKk .mbr-text {
    display: none;
  }
}
.cid-ujr3nUITKk .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ujr3nUITKk .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ujr3nUITKk .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ujr3nUITKk .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ujr3nUITKk #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ujr3nUITKk #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ujr3nUITKk #vol {
    display: none;
  }
}
.cid-ujr3nUITKk .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ujr3nVCpoQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujr3nVCpoQ .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ujr3nVCpoQ .mbr-section-subtitle {
  text-align: center;
}
.cid-ujr3nVCpoQ .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujr3nVCpoQ .display-1 {
    font-size: 75px;
  }
  .cid-ujr3nVCpoQ .display-5 {
    font-size: 29px;
  }
  .cid-ujr3nVCpoQ .display-4 {
    font-weight: 300;
  }
}
#custom-html-258 {
  /* Type valid CSS here */
}
#custom-html-258 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-258 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ujr3nWE9SS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ujr3nWE9SS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujr3nWE9SS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujr3nWE9SS .container,
.cid-ujr3nWE9SS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujr3nWE9SS .container,
  .cid-ujr3nWE9SS .container-fluid {
    padding: 0 20px;
  }
}
.cid-ujr3nWE9SS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ujr3nWE9SS .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ujr3nWE9SS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujr3nWE9SS .mbr-section-title {
  color: #4479d9;
}
.cid-ujr3nWE9SS .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ujr3nX3289 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ujr3nX3289 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-25b {
  /* Type valid CSS here */
  /* global */
}
#custom-html-25b *,
#custom-html-25b *::before,
#custom-html-25b *::after {
  box-sizing: border-box;
}
#custom-html-25b body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-25b #corpsDuTexte {
  background-color: #232323;
}
#custom-html-25b .container {
  background-color: #232323;
}
#custom-html-25b .titre {
  padding: 1em;
}
#custom-html-25b H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-25b h6 {
  color: white;
}
.cid-ujr3nXwAc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ujr3nXwAc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujr3nXwAc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujr3nXwAc7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujr3nXwAc7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujr3nXwAc7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujr3nXwAc7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujr3nXwAc7 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ujr3nXwAc7 .mbr-text,
.cid-ujr3nXwAc7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ujr3nXwAc7 .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ujr3nXUHFr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ujr3nXUHFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujr3nXUHFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujr3nXUHFr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujr3nXUHFr .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ujr3nXUHFr .image-wrapper {
    padding: 1rem;
  }
}
.cid-ujr3nXUHFr .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ujr3nXUHFr .mbr-text,
.cid-ujr3nXUHFr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ujr3nXUHFr .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ujr3nYsCsp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ujr3nYsCsp .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ujr3nYsCsp .mbr-text,
.cid-ujr3nYsCsp .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ujr3nYYGRR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ujr3nYYGRR .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ujr3nYYGRR .row {
    padding: 20px 34px;
  }
}
.cid-ujr3nYYGRR .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ujr3nZpAK7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ujr3nZpAK7 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ujr3nZpAK7 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ujr3nZpAK7 .card:hover {
  margin-top: -0.6rem;
}
.cid-ujr3nZpAK7 .card-wrapper {
  position: relative;
}
.cid-ujr3nZpAK7 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ujr3nZpAK7 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ujr3nZpAK7 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ujr3nZpAK7 .big {
  margin-top: -25%;
}
.cid-ujr3nZpAK7 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ujr3nZpAK7 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ujr3nZpAK7 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ujr3nZpAK7 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ujr3nZUDWV.popup-builder {
  background-color: #ffffff;
}
.cid-ujr3nZUDWV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr3nZUDWV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr3nZUDWV .modal-content,
.cid-ujr3nZUDWV .modal-dialog {
  height: auto;
}
.cid-ujr3nZUDWV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr3nZUDWV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr3nZUDWV .form-wrapper .mbr-form .form-group,
  .cid-ujr3nZUDWV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr3nZUDWV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr3nZUDWV .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-ujr3nZUDWV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr3nZUDWV .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr3nZUDWV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr3nZUDWV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr3nZUDWV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr3nZUDWV .modal-open {
  overflow: hidden;
}
.cid-ujr3nZUDWV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr3nZUDWV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr3nZUDWV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr3nZUDWV .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-ujr3nZUDWV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr3nZUDWV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr3nZUDWV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr3nZUDWV .modal-content {
  background: #353535;
  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-ujr3nZUDWV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr3nZUDWV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr3nZUDWV .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr3nZUDWV .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr3nZUDWV .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-ujr3nZUDWV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3nZUDWV .modal-header {
    padding: 1rem;
  }
}
.cid-ujr3nZUDWV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr3nZUDWV .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr3nZUDWV .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr3nZUDWV .modal-header .close:focus {
  outline: none;
}
.cid-ujr3nZUDWV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr3nZUDWV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr3nZUDWV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3nZUDWV .modal-body {
    padding: 1rem;
  }
}
.cid-ujr3nZUDWV .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-ujr3nZUDWV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3nZUDWV .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr3nZUDWV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr3nZUDWV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr3nZUDWV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr3nZUDWV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr3nZUDWV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr3nZUDWV .modal-lg,
  .cid-ujr3nZUDWV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr3nZUDWV .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr3nZUDWV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr3nZUDWV .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-ujr3nZUDWV .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3nZUDWV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr3nZUDWV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr3nZUDWV .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-ujr3nZUDWV .mbr-section-btn {
  margin: 0;
}
.cid-ujr3nZUDWV .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujr3nZUDWV #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ujr3nZUDWV #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ujr3nZUDWV #creativecommons img,
.cid-ujr3nZUDWV iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ujr3o0ATH9.popup-builder {
  background-color: #ffffff;
}
.cid-ujr3o0ATH9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr3o0ATH9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr3o0ATH9 .modal-content,
.cid-ujr3o0ATH9 .modal-dialog {
  height: auto;
}
.cid-ujr3o0ATH9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr3o0ATH9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr3o0ATH9 .form-wrapper .mbr-form .form-group,
  .cid-ujr3o0ATH9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr3o0ATH9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr3o0ATH9 .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-ujr3o0ATH9 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr3o0ATH9 .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr3o0ATH9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr3o0ATH9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr3o0ATH9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr3o0ATH9 .modal-open {
  overflow: hidden;
}
.cid-ujr3o0ATH9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr3o0ATH9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr3o0ATH9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr3o0ATH9 .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-ujr3o0ATH9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr3o0ATH9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr3o0ATH9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr3o0ATH9 .modal-content {
  background: #353535;
  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-ujr3o0ATH9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr3o0ATH9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr3o0ATH9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr3o0ATH9 .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr3o0ATH9 .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-ujr3o0ATH9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o0ATH9 .modal-header {
    padding: 1rem;
  }
}
.cid-ujr3o0ATH9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr3o0ATH9 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr3o0ATH9 .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr3o0ATH9 .modal-header .close:focus {
  outline: none;
}
.cid-ujr3o0ATH9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr3o0ATH9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr3o0ATH9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o0ATH9 .modal-body {
    padding: 1rem;
  }
}
.cid-ujr3o0ATH9 .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-ujr3o0ATH9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o0ATH9 .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr3o0ATH9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr3o0ATH9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr3o0ATH9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr3o0ATH9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr3o0ATH9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr3o0ATH9 .modal-lg,
  .cid-ujr3o0ATH9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr3o0ATH9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr3o0ATH9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr3o0ATH9 .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-ujr3o0ATH9 .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3o0ATH9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr3o0ATH9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr3o0ATH9 .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-ujr3o0ATH9 .mbr-section-btn {
  margin: 0;
}
.cid-ujr3o0ATH9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujr3o1kosI.popup-builder {
  background-color: #ffffff;
}
.cid-ujr3o1kosI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr3o1kosI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr3o1kosI .modal-content,
.cid-ujr3o1kosI .modal-dialog {
  height: auto;
}
.cid-ujr3o1kosI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr3o1kosI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr3o1kosI .form-wrapper .mbr-form .form-group,
  .cid-ujr3o1kosI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr3o1kosI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr3o1kosI .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-ujr3o1kosI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr3o1kosI .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr3o1kosI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr3o1kosI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr3o1kosI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr3o1kosI .modal-open {
  overflow: hidden;
}
.cid-ujr3o1kosI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr3o1kosI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr3o1kosI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr3o1kosI .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-ujr3o1kosI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr3o1kosI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr3o1kosI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr3o1kosI .modal-content {
  background: #353535;
  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-ujr3o1kosI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr3o1kosI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr3o1kosI .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr3o1kosI .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr3o1kosI .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-ujr3o1kosI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o1kosI .modal-header {
    padding: 1rem;
  }
}
.cid-ujr3o1kosI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr3o1kosI .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr3o1kosI .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr3o1kosI .modal-header .close:focus {
  outline: none;
}
.cid-ujr3o1kosI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr3o1kosI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr3o1kosI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o1kosI .modal-body {
    padding: 1rem;
  }
}
.cid-ujr3o1kosI .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-ujr3o1kosI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o1kosI .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr3o1kosI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr3o1kosI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr3o1kosI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr3o1kosI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr3o1kosI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr3o1kosI .modal-lg,
  .cid-ujr3o1kosI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr3o1kosI .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr3o1kosI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr3o1kosI .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-ujr3o1kosI .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3o1kosI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr3o1kosI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr3o1kosI .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-ujr3o1kosI .mbr-section-btn {
  margin: 0;
}
.cid-ujr3o1kosI .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujr3o1QjJ7.popup-builder {
  background-color: #ffffff;
}
.cid-ujr3o1QjJ7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr3o1QjJ7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr3o1QjJ7 .modal-content,
.cid-ujr3o1QjJ7 .modal-dialog {
  height: auto;
}
.cid-ujr3o1QjJ7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr3o1QjJ7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr3o1QjJ7 .form-wrapper .mbr-form .form-group,
  .cid-ujr3o1QjJ7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr3o1QjJ7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr3o1QjJ7 .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-ujr3o1QjJ7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr3o1QjJ7 .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr3o1QjJ7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr3o1QjJ7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr3o1QjJ7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr3o1QjJ7 .modal-open {
  overflow: hidden;
}
.cid-ujr3o1QjJ7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr3o1QjJ7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr3o1QjJ7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr3o1QjJ7 .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-ujr3o1QjJ7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr3o1QjJ7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr3o1QjJ7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr3o1QjJ7 .modal-content {
  background: #353535;
  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-ujr3o1QjJ7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr3o1QjJ7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr3o1QjJ7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr3o1QjJ7 .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr3o1QjJ7 .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-ujr3o1QjJ7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o1QjJ7 .modal-header {
    padding: 1rem;
  }
}
.cid-ujr3o1QjJ7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr3o1QjJ7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr3o1QjJ7 .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr3o1QjJ7 .modal-header .close:focus {
  outline: none;
}
.cid-ujr3o1QjJ7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr3o1QjJ7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr3o1QjJ7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o1QjJ7 .modal-body {
    padding: 1rem;
  }
}
.cid-ujr3o1QjJ7 .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-ujr3o1QjJ7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o1QjJ7 .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr3o1QjJ7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr3o1QjJ7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr3o1QjJ7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr3o1QjJ7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr3o1QjJ7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr3o1QjJ7 .modal-lg,
  .cid-ujr3o1QjJ7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr3o1QjJ7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr3o1QjJ7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr3o1QjJ7 .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-ujr3o1QjJ7 .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3o1QjJ7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr3o1QjJ7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr3o1QjJ7 .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-ujr3o1QjJ7 .mbr-section-btn {
  margin: 0;
}
.cid-ujr3o1QjJ7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujr3o2stAA.popup-builder {
  background-color: #ffffff;
}
.cid-ujr3o2stAA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr3o2stAA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr3o2stAA .modal-content,
.cid-ujr3o2stAA .modal-dialog {
  height: auto;
}
.cid-ujr3o2stAA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr3o2stAA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr3o2stAA .form-wrapper .mbr-form .form-group,
  .cid-ujr3o2stAA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr3o2stAA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr3o2stAA .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-ujr3o2stAA .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr3o2stAA .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr3o2stAA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr3o2stAA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr3o2stAA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr3o2stAA .modal-open {
  overflow: hidden;
}
.cid-ujr3o2stAA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr3o2stAA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr3o2stAA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr3o2stAA .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-ujr3o2stAA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr3o2stAA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr3o2stAA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr3o2stAA .modal-content {
  background: #353535;
  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-ujr3o2stAA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr3o2stAA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr3o2stAA .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr3o2stAA .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr3o2stAA .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-ujr3o2stAA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o2stAA .modal-header {
    padding: 1rem;
  }
}
.cid-ujr3o2stAA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr3o2stAA .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr3o2stAA .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr3o2stAA .modal-header .close:focus {
  outline: none;
}
.cid-ujr3o2stAA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr3o2stAA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr3o2stAA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o2stAA .modal-body {
    padding: 1rem;
  }
}
.cid-ujr3o2stAA .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-ujr3o2stAA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o2stAA .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr3o2stAA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr3o2stAA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr3o2stAA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr3o2stAA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr3o2stAA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr3o2stAA .modal-lg,
  .cid-ujr3o2stAA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr3o2stAA .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr3o2stAA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr3o2stAA .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-ujr3o2stAA .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3o2stAA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr3o2stAA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr3o2stAA .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-ujr3o2stAA .mbr-section-btn {
  margin: 0;
}
.cid-ujr3o2stAA .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujr3o3bVzp.popup-builder {
  background-color: #ffffff;
}
.cid-ujr3o3bVzp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr3o3bVzp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr3o3bVzp .modal-content,
.cid-ujr3o3bVzp .modal-dialog {
  height: auto;
}
.cid-ujr3o3bVzp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr3o3bVzp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr3o3bVzp .form-wrapper .mbr-form .form-group,
  .cid-ujr3o3bVzp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr3o3bVzp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr3o3bVzp .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-ujr3o3bVzp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr3o3bVzp .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr3o3bVzp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr3o3bVzp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr3o3bVzp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr3o3bVzp .modal-open {
  overflow: hidden;
}
.cid-ujr3o3bVzp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr3o3bVzp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr3o3bVzp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr3o3bVzp .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-ujr3o3bVzp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr3o3bVzp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr3o3bVzp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr3o3bVzp .modal-content {
  background: #353535;
  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-ujr3o3bVzp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr3o3bVzp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr3o3bVzp .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr3o3bVzp .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr3o3bVzp .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-ujr3o3bVzp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o3bVzp .modal-header {
    padding: 1rem;
  }
}
.cid-ujr3o3bVzp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr3o3bVzp .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr3o3bVzp .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr3o3bVzp .modal-header .close:focus {
  outline: none;
}
.cid-ujr3o3bVzp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr3o3bVzp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr3o3bVzp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o3bVzp .modal-body {
    padding: 1rem;
  }
}
.cid-ujr3o3bVzp .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-ujr3o3bVzp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o3bVzp .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr3o3bVzp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr3o3bVzp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr3o3bVzp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr3o3bVzp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr3o3bVzp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr3o3bVzp .modal-lg,
  .cid-ujr3o3bVzp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr3o3bVzp .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr3o3bVzp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr3o3bVzp .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-ujr3o3bVzp .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3o3bVzp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr3o3bVzp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr3o3bVzp .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-ujr3o3bVzp .mbr-section-btn {
  margin: 0;
}
.cid-ujr3o3bVzp .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ujr3o4eDJR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ujr3o4eDJR .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ujr3o4eDJR .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ujr3o4eDJR .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ujr3o4eDJR .bg-youtube:hover {
  background: #cc0000;
}
.cid-ujr3o4eDJR .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ujr3o4eDJR .bg-twitch:hover {
  background: #7313ff;
}
.cid-ujr3o4eDJR .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ujr3o4eDJR [class^="socicon-"]:before,
.cid-ujr3o4eDJR [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ujr3o4eDJR .mbr-section-title,
.cid-ujr3o4eDJR .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ujr3o4GFYy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ujr3o4GFYy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujr3o4GFYy .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ujr3o4GFYy .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ujr3o4GFYy .form-control:focus,
.cid-ujr3o4GFYy .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ujr3o4GFYy .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3o4GFYy input::-webkit-input-placeholder,
.cid-ujr3o4GFYy textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ujr3o4GFYy input:-moz-placeholder,
.cid-ujr3o4GFYy textarea:-moz-placeholder {
  color: #656565;
}
.cid-ujr3o4GFYy .jq-selectbox li,
.cid-ujr3o4GFYy .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ujr3o4GFYy .jq-selectbox li:hover,
.cid-ujr3o4GFYy .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ujr3o4GFYy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ujr3o4GFYy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ujr3o4GFYy textarea.form-control {
  resize: none;
}
.cid-ujr3o4GFYy .input-group-btn {
  display: inline-block;
}
.cid-ujr3o4GFYy .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ujr3o4GFYy .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujr3o4GFYy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ujr3o4GFYy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujr3o4GFYy .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ujr3o4GFYy .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ujr3o4GFYy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujr3o4GFYy .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ujr3o4GFYy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujr3o4GFYy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ujr3o4GFYy .form-control,
.cid-ujr3o4GFYy .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ujr3o4GFYy #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ujr3o4GFYy #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ujr3o4GFYy #creativecommons img,
.cid-ujr3o4GFYy iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ujr3o4GFYy .offset-md-1 {
  margin-left: 1vw;
}
.cid-ujr3o5YwZS.popup-builder {
  background-color: #ffffff;
}
.cid-ujr3o5YwZS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr3o5YwZS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr3o5YwZS .modal-content,
.cid-ujr3o5YwZS .modal-dialog {
  height: auto;
}
.cid-ujr3o5YwZS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr3o5YwZS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr3o5YwZS .form-wrapper .mbr-form .form-group,
  .cid-ujr3o5YwZS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr3o5YwZS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr3o5YwZS .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-ujr3o5YwZS .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr3o5YwZS .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr3o5YwZS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr3o5YwZS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr3o5YwZS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr3o5YwZS .modal-open {
  overflow: hidden;
}
.cid-ujr3o5YwZS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr3o5YwZS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr3o5YwZS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr3o5YwZS .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-ujr3o5YwZS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr3o5YwZS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr3o5YwZS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr3o5YwZS .modal-content {
  background: #353535;
  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-ujr3o5YwZS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr3o5YwZS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr3o5YwZS .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr3o5YwZS .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr3o5YwZS .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-ujr3o5YwZS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o5YwZS .modal-header {
    padding: 1rem;
  }
}
.cid-ujr3o5YwZS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr3o5YwZS .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr3o5YwZS .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr3o5YwZS .modal-header .close:focus {
  outline: none;
}
.cid-ujr3o5YwZS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr3o5YwZS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr3o5YwZS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o5YwZS .modal-body {
    padding: 1rem;
  }
}
.cid-ujr3o5YwZS .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-ujr3o5YwZS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3o5YwZS .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr3o5YwZS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr3o5YwZS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr3o5YwZS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr3o5YwZS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr3o5YwZS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr3o5YwZS .modal-lg,
  .cid-ujr3o5YwZS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr3o5YwZS .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr3o5YwZS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr3o5YwZS .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-ujr3o5YwZS .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3o5YwZS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr3o5YwZS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr3o5YwZS .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-ujr3o5YwZS .mbr-section-btn {
  margin: 0;
}
.cid-ujr3o5YwZS .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujr40wBwgu.popup-builder {
  background-color: #ffffff;
}
.cid-ujr40wBwgu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr40wBwgu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr40wBwgu .modal-content,
.cid-ujr40wBwgu .modal-dialog {
  height: auto;
}
.cid-ujr40wBwgu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr40wBwgu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr40wBwgu .form-wrapper .mbr-form .form-group,
  .cid-ujr40wBwgu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr40wBwgu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr40wBwgu .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-ujr40wBwgu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr40wBwgu .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr40wBwgu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr40wBwgu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr40wBwgu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr40wBwgu .modal-open {
  overflow: hidden;
}
.cid-ujr40wBwgu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr40wBwgu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr40wBwgu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr40wBwgu .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-ujr40wBwgu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr40wBwgu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr40wBwgu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr40wBwgu .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-ujr40wBwgu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr40wBwgu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr40wBwgu .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr40wBwgu .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr40wBwgu .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-ujr40wBwgu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr40wBwgu .modal-header {
    padding: 1rem;
  }
}
.cid-ujr40wBwgu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr40wBwgu .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr40wBwgu .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr40wBwgu .modal-header .close:focus {
  outline: none;
}
.cid-ujr40wBwgu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr40wBwgu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr40wBwgu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr40wBwgu .modal-body {
    padding: 1rem;
  }
}
.cid-ujr40wBwgu .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-ujr40wBwgu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr40wBwgu .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr40wBwgu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr40wBwgu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr40wBwgu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr40wBwgu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr40wBwgu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr40wBwgu .modal-lg,
  .cid-ujr40wBwgu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr40wBwgu .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr40wBwgu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr40wBwgu .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-ujr40wBwgu .form-group {
  margin-bottom: 1rem;
}
.cid-ujr40wBwgu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr40wBwgu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr40wBwgu .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-ujr40wBwgu .mbr-section-btn {
  margin: 0;
}
.cid-ujr40wBwgu .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujr3SBdL1q.popup-builder {
  background-color: #ffffff;
}
.cid-ujr3SBdL1q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujr3SBdL1q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujr3SBdL1q .modal-content,
.cid-ujr3SBdL1q .modal-dialog {
  height: auto;
}
.cid-ujr3SBdL1q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujr3SBdL1q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujr3SBdL1q .form-wrapper .mbr-form .form-group,
  .cid-ujr3SBdL1q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujr3SBdL1q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujr3SBdL1q .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-ujr3SBdL1q .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ujr3SBdL1q .pt-0 {
  padding-top: 0 !important;
}
.cid-ujr3SBdL1q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujr3SBdL1q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujr3SBdL1q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujr3SBdL1q .modal-open {
  overflow: hidden;
}
.cid-ujr3SBdL1q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujr3SBdL1q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujr3SBdL1q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujr3SBdL1q .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-ujr3SBdL1q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujr3SBdL1q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujr3SBdL1q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujr3SBdL1q .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-ujr3SBdL1q .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujr3SBdL1q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujr3SBdL1q .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujr3SBdL1q .modal-backdrop.show {
  opacity: .5;
}
.cid-ujr3SBdL1q .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-ujr3SBdL1q .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3SBdL1q .modal-header {
    padding: 1rem;
  }
}
.cid-ujr3SBdL1q .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujr3SBdL1q .modal-header .close svg {
  fill: #ffffff;
}
.cid-ujr3SBdL1q .modal-header .close:hover {
  opacity: 1;
}
.cid-ujr3SBdL1q .modal-header .close:focus {
  outline: none;
}
.cid-ujr3SBdL1q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ujr3SBdL1q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujr3SBdL1q .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3SBdL1q .modal-body {
    padding: 1rem;
  }
}
.cid-ujr3SBdL1q .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-ujr3SBdL1q .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujr3SBdL1q .modal-footer {
    padding: 1rem;
  }
}
.cid-ujr3SBdL1q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujr3SBdL1q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujr3SBdL1q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujr3SBdL1q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujr3SBdL1q .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujr3SBdL1q .modal-lg,
  .cid-ujr3SBdL1q .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujr3SBdL1q .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujr3SBdL1q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujr3SBdL1q .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-ujr3SBdL1q .form-group {
  margin-bottom: 1rem;
}
.cid-ujr3SBdL1q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujr3SBdL1q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujr3SBdL1q .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-ujr3SBdL1q .mbr-section-btn {
  margin: 0;
}
.cid-ujr3SBdL1q .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk4QGpp5zU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uk4QGpp5zU nav.navbar {
  position: fixed;
}
.cid-uk4QGpp5zU .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-uk4QGpp5zU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uk4QGpp5zU .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uk4QGpp5zU #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uk4QGpp5zU .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uk4QGpp5zU .dropdown-item:hover,
.cid-uk4QGpp5zU .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uk4QGpp5zU .dropdown-item:hover span {
  color: white;
}
.cid-uk4QGpp5zU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uk4QGpp5zU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uk4QGpp5zU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uk4QGpp5zU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uk4QGpp5zU .nav-link {
  position: relative;
}
.cid-uk4QGpp5zU .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uk4QGpp5zU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uk4QGpp5zU .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uk4QGpp5zU .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uk4QGpp5zU .dropdown-menu,
.cid-uk4QGpp5zU .navbar.opened {
  background: #353535 !important;
}
.cid-uk4QGpp5zU .nav-item:focus,
.cid-uk4QGpp5zU .nav-link:focus {
  outline: none;
}
.cid-uk4QGpp5zU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uk4QGpp5zU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk4QGpp5zU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk4QGpp5zU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk4QGpp5zU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk4QGpp5zU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk4QGpp5zU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uk4QGpp5zU .navbar.opened {
  transition: all 0.3s;
}
.cid-uk4QGpp5zU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk4QGpp5zU .navbar .navbar-logo img {
  width: auto;
}
.cid-uk4QGpp5zU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk4QGpp5zU .navbar.collapsed {
  justify-content: center;
}
.cid-uk4QGpp5zU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk4QGpp5zU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uk4QGpp5zU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk4QGpp5zU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk4QGpp5zU .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-uk4QGpp5zU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk4QGpp5zU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk4QGpp5zU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk4QGpp5zU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk4QGpp5zU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk4QGpp5zU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk4QGpp5zU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk4QGpp5zU .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-uk4QGpp5zU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk4QGpp5zU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk4QGpp5zU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uk4QGpp5zU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk4QGpp5zU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk4QGpp5zU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uk4QGpp5zU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk4QGpp5zU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk4QGpp5zU .dropdown-item.active,
.cid-uk4QGpp5zU .dropdown-item:active {
  background-color: transparent;
}
.cid-uk4QGpp5zU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk4QGpp5zU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk4QGpp5zU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk4QGpp5zU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uk4QGpp5zU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk4QGpp5zU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk4QGpp5zU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk4QGpp5zU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uk4QGpp5zU button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk4QGpp5zU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uk4QGpp5zU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk4QGpp5zU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk4QGpp5zU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk4QGpp5zU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk4QGpp5zU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk4QGpp5zU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk4QGpp5zU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk4QGpp5zU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk4QGpp5zU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uk4QGpp5zU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk4QGpp5zU .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-uk4QGpp5zU .navbar {
    height: 70px;
  }
  .cid-uk4QGpp5zU .navbar.opened {
    height: auto;
  }
  .cid-uk4QGpp5zU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk4QGpp5zU .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uk4QGpp5zU .navbar-toggler {
  margin-left: 10px;
}
.cid-uk4QGpp5zU .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uk4QGpp5zU .navbar-logo {
  margin-right: 0 !important;
}
.cid-uk4QGpp5zU .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uk4QGpp5zU .mbr-text {
    display: none;
  }
}
.cid-uk4QGpp5zU .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uk4QGpp5zU .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uk4QGpp5zU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uk4QGpp5zU .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uk4QGpp5zU #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uk4QGpp5zU #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uk4QGpp5zU #vol {
    display: none;
  }
}
.cid-uk4QGpp5zU .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uk4QGq7NfQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uk4QGq7NfQ .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uk4QGq7NfQ .mbr-section-subtitle {
  text-align: center;
}
.cid-uk4QGq7NfQ .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uk4QGq7NfQ .display-1 {
    font-size: 75px;
  }
  .cid-uk4QGq7NfQ .display-5 {
    font-size: 29px;
  }
  .cid-uk4QGq7NfQ .display-4 {
    font-weight: 300;
  }
}
#custom-html-260 {
  /* Type valid CSS here */
}
#custom-html-260 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-260 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uk4QGqUFem {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk4QGqUFem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4QGqUFem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4QGqUFem .container,
.cid-uk4QGqUFem .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uk4QGqUFem .container,
  .cid-uk4QGqUFem .container-fluid {
    padding: 0 20px;
  }
}
.cid-uk4QGqUFem .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uk4QGqUFem .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uk4QGqUFem .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uk4QGqUFem .mbr-section-title {
  color: #4479d9;
}
.cid-uk4QGqUFem .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uk4QGremun {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk4QGremun .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-263 {
  /* Type valid CSS here */
  /* global */
}
#custom-html-263 *,
#custom-html-263 *::before,
#custom-html-263 *::after {
  box-sizing: border-box;
}
#custom-html-263 body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-263 #corpsDuTexte {
  background-color: #232323;
}
#custom-html-263 .container {
  background-color: #232323;
}
#custom-html-263 .titre {
  padding: 1em;
}
#custom-html-263 H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-263 h6 {
  color: white;
}
.cid-uk4QGrEvsk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uk4QGrEvsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4QGrEvsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uk4QGrEvsk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk4QGrEvsk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uk4QGrEvsk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uk4QGrEvsk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uk4QGrEvsk .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uk4QGrEvsk .mbr-text,
.cid-uk4QGrEvsk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uk4QGrEvsk .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uk4QGs12R6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uk4QGs12R6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4QGs12R6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uk4QGs12R6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk4QGs12R6 .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uk4QGs12R6 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uk4QGs12R6 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uk4QGs12R6 .mbr-text,
.cid-uk4QGs12R6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uk4QGs12R6 .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uk4QGstvt2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk4QGstvt2 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uk4QGstvt2 .mbr-text,
.cid-uk4QGstvt2 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uk4QGsNspt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uk4QGsNspt .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uk4QGsNspt .row {
    padding: 20px 34px;
  }
}
.cid-uk4QGsNspt .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uk4QGt8jXz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uk4QGt8jXz .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uk4QGt8jXz .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uk4QGt8jXz .card:hover {
  margin-top: -0.6rem;
}
.cid-uk4QGt8jXz .card-wrapper {
  position: relative;
}
.cid-uk4QGt8jXz .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uk4QGt8jXz .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uk4QGt8jXz .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uk4QGt8jXz .big {
  margin-top: -25%;
}
.cid-uk4QGt8jXz .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uk4QGt8jXz .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uk4QGt8jXz .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uk4QGt8jXz .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uk4QGtECHL.popup-builder {
  background-color: #ffffff;
}
.cid-uk4QGtECHL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4QGtECHL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4QGtECHL .modal-content,
.cid-uk4QGtECHL .modal-dialog {
  height: auto;
}
.cid-uk4QGtECHL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4QGtECHL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4QGtECHL .form-wrapper .mbr-form .form-group,
  .cid-uk4QGtECHL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4QGtECHL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4QGtECHL .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-uk4QGtECHL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4QGtECHL .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4QGtECHL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4QGtECHL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4QGtECHL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4QGtECHL .modal-open {
  overflow: hidden;
}
.cid-uk4QGtECHL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4QGtECHL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4QGtECHL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4QGtECHL .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-uk4QGtECHL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4QGtECHL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4QGtECHL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4QGtECHL .modal-content {
  background: #353535;
  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-uk4QGtECHL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4QGtECHL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4QGtECHL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4QGtECHL .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4QGtECHL .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-uk4QGtECHL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGtECHL .modal-header {
    padding: 1rem;
  }
}
.cid-uk4QGtECHL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4QGtECHL .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4QGtECHL .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4QGtECHL .modal-header .close:focus {
  outline: none;
}
.cid-uk4QGtECHL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4QGtECHL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4QGtECHL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGtECHL .modal-body {
    padding: 1rem;
  }
}
.cid-uk4QGtECHL .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-uk4QGtECHL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGtECHL .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4QGtECHL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4QGtECHL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4QGtECHL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4QGtECHL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4QGtECHL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4QGtECHL .modal-lg,
  .cid-uk4QGtECHL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4QGtECHL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4QGtECHL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4QGtECHL .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-uk4QGtECHL .form-group {
  margin-bottom: 1rem;
}
.cid-uk4QGtECHL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4QGtECHL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4QGtECHL .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-uk4QGtECHL .mbr-section-btn {
  margin: 0;
}
.cid-uk4QGtECHL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk4QGtECHL #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uk4QGtECHL #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uk4QGtECHL #creativecommons img,
.cid-uk4QGtECHL iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uk4QGudr0c.popup-builder {
  background-color: #ffffff;
}
.cid-uk4QGudr0c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4QGudr0c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4QGudr0c .modal-content,
.cid-uk4QGudr0c .modal-dialog {
  height: auto;
}
.cid-uk4QGudr0c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4QGudr0c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4QGudr0c .form-wrapper .mbr-form .form-group,
  .cid-uk4QGudr0c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4QGudr0c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4QGudr0c .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-uk4QGudr0c .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4QGudr0c .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4QGudr0c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4QGudr0c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4QGudr0c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4QGudr0c .modal-open {
  overflow: hidden;
}
.cid-uk4QGudr0c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4QGudr0c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4QGudr0c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4QGudr0c .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-uk4QGudr0c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4QGudr0c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4QGudr0c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4QGudr0c .modal-content {
  background: #353535;
  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-uk4QGudr0c .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4QGudr0c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4QGudr0c .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4QGudr0c .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4QGudr0c .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-uk4QGudr0c .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGudr0c .modal-header {
    padding: 1rem;
  }
}
.cid-uk4QGudr0c .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4QGudr0c .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4QGudr0c .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4QGudr0c .modal-header .close:focus {
  outline: none;
}
.cid-uk4QGudr0c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4QGudr0c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4QGudr0c .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGudr0c .modal-body {
    padding: 1rem;
  }
}
.cid-uk4QGudr0c .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-uk4QGudr0c .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGudr0c .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4QGudr0c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4QGudr0c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4QGudr0c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4QGudr0c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4QGudr0c .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4QGudr0c .modal-lg,
  .cid-uk4QGudr0c .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4QGudr0c .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4QGudr0c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4QGudr0c .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-uk4QGudr0c .form-group {
  margin-bottom: 1rem;
}
.cid-uk4QGudr0c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4QGudr0c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4QGudr0c .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-uk4QGudr0c .mbr-section-btn {
  margin: 0;
}
.cid-uk4QGudr0c .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk4QGuHcqo.popup-builder {
  background-color: #ffffff;
}
.cid-uk4QGuHcqo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4QGuHcqo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4QGuHcqo .modal-content,
.cid-uk4QGuHcqo .modal-dialog {
  height: auto;
}
.cid-uk4QGuHcqo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4QGuHcqo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4QGuHcqo .form-wrapper .mbr-form .form-group,
  .cid-uk4QGuHcqo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4QGuHcqo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4QGuHcqo .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-uk4QGuHcqo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4QGuHcqo .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4QGuHcqo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4QGuHcqo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4QGuHcqo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4QGuHcqo .modal-open {
  overflow: hidden;
}
.cid-uk4QGuHcqo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4QGuHcqo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4QGuHcqo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4QGuHcqo .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-uk4QGuHcqo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4QGuHcqo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4QGuHcqo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4QGuHcqo .modal-content {
  background: #353535;
  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-uk4QGuHcqo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4QGuHcqo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4QGuHcqo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4QGuHcqo .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4QGuHcqo .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-uk4QGuHcqo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGuHcqo .modal-header {
    padding: 1rem;
  }
}
.cid-uk4QGuHcqo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4QGuHcqo .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4QGuHcqo .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4QGuHcqo .modal-header .close:focus {
  outline: none;
}
.cid-uk4QGuHcqo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4QGuHcqo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4QGuHcqo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGuHcqo .modal-body {
    padding: 1rem;
  }
}
.cid-uk4QGuHcqo .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-uk4QGuHcqo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGuHcqo .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4QGuHcqo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4QGuHcqo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4QGuHcqo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4QGuHcqo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4QGuHcqo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4QGuHcqo .modal-lg,
  .cid-uk4QGuHcqo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4QGuHcqo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4QGuHcqo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4QGuHcqo .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-uk4QGuHcqo .form-group {
  margin-bottom: 1rem;
}
.cid-uk4QGuHcqo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4QGuHcqo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4QGuHcqo .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-uk4QGuHcqo .mbr-section-btn {
  margin: 0;
}
.cid-uk4QGuHcqo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk4QGvfDx0.popup-builder {
  background-color: #ffffff;
}
.cid-uk4QGvfDx0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4QGvfDx0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4QGvfDx0 .modal-content,
.cid-uk4QGvfDx0 .modal-dialog {
  height: auto;
}
.cid-uk4QGvfDx0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4QGvfDx0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4QGvfDx0 .form-wrapper .mbr-form .form-group,
  .cid-uk4QGvfDx0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4QGvfDx0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4QGvfDx0 .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-uk4QGvfDx0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4QGvfDx0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4QGvfDx0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4QGvfDx0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4QGvfDx0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4QGvfDx0 .modal-open {
  overflow: hidden;
}
.cid-uk4QGvfDx0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4QGvfDx0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4QGvfDx0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4QGvfDx0 .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-uk4QGvfDx0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4QGvfDx0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4QGvfDx0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4QGvfDx0 .modal-content {
  background: #353535;
  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-uk4QGvfDx0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4QGvfDx0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4QGvfDx0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4QGvfDx0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4QGvfDx0 .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-uk4QGvfDx0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGvfDx0 .modal-header {
    padding: 1rem;
  }
}
.cid-uk4QGvfDx0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4QGvfDx0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4QGvfDx0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4QGvfDx0 .modal-header .close:focus {
  outline: none;
}
.cid-uk4QGvfDx0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4QGvfDx0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4QGvfDx0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGvfDx0 .modal-body {
    padding: 1rem;
  }
}
.cid-uk4QGvfDx0 .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-uk4QGvfDx0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGvfDx0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4QGvfDx0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4QGvfDx0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4QGvfDx0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4QGvfDx0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4QGvfDx0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4QGvfDx0 .modal-lg,
  .cid-uk4QGvfDx0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4QGvfDx0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4QGvfDx0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4QGvfDx0 .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-uk4QGvfDx0 .form-group {
  margin-bottom: 1rem;
}
.cid-uk4QGvfDx0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4QGvfDx0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4QGvfDx0 .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-uk4QGvfDx0 .mbr-section-btn {
  margin: 0;
}
.cid-uk4QGvfDx0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk4QGvJuEv.popup-builder {
  background-color: #ffffff;
}
.cid-uk4QGvJuEv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4QGvJuEv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4QGvJuEv .modal-content,
.cid-uk4QGvJuEv .modal-dialog {
  height: auto;
}
.cid-uk4QGvJuEv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4QGvJuEv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4QGvJuEv .form-wrapper .mbr-form .form-group,
  .cid-uk4QGvJuEv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4QGvJuEv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4QGvJuEv .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-uk4QGvJuEv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4QGvJuEv .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4QGvJuEv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4QGvJuEv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4QGvJuEv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4QGvJuEv .modal-open {
  overflow: hidden;
}
.cid-uk4QGvJuEv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4QGvJuEv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4QGvJuEv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4QGvJuEv .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-uk4QGvJuEv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4QGvJuEv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4QGvJuEv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4QGvJuEv .modal-content {
  background: #353535;
  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-uk4QGvJuEv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4QGvJuEv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4QGvJuEv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4QGvJuEv .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4QGvJuEv .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-uk4QGvJuEv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGvJuEv .modal-header {
    padding: 1rem;
  }
}
.cid-uk4QGvJuEv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4QGvJuEv .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4QGvJuEv .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4QGvJuEv .modal-header .close:focus {
  outline: none;
}
.cid-uk4QGvJuEv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4QGvJuEv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4QGvJuEv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGvJuEv .modal-body {
    padding: 1rem;
  }
}
.cid-uk4QGvJuEv .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-uk4QGvJuEv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGvJuEv .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4QGvJuEv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4QGvJuEv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4QGvJuEv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4QGvJuEv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4QGvJuEv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4QGvJuEv .modal-lg,
  .cid-uk4QGvJuEv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4QGvJuEv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4QGvJuEv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4QGvJuEv .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-uk4QGvJuEv .form-group {
  margin-bottom: 1rem;
}
.cid-uk4QGvJuEv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4QGvJuEv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4QGvJuEv .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-uk4QGvJuEv .mbr-section-btn {
  margin: 0;
}
.cid-uk4QGvJuEv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk4QGwj5UX.popup-builder {
  background-color: #ffffff;
}
.cid-uk4QGwj5UX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4QGwj5UX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4QGwj5UX .modal-content,
.cid-uk4QGwj5UX .modal-dialog {
  height: auto;
}
.cid-uk4QGwj5UX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4QGwj5UX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4QGwj5UX .form-wrapper .mbr-form .form-group,
  .cid-uk4QGwj5UX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4QGwj5UX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4QGwj5UX .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-uk4QGwj5UX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4QGwj5UX .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4QGwj5UX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4QGwj5UX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4QGwj5UX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4QGwj5UX .modal-open {
  overflow: hidden;
}
.cid-uk4QGwj5UX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4QGwj5UX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4QGwj5UX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4QGwj5UX .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-uk4QGwj5UX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4QGwj5UX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4QGwj5UX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4QGwj5UX .modal-content {
  background: #353535;
  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-uk4QGwj5UX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4QGwj5UX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4QGwj5UX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4QGwj5UX .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4QGwj5UX .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-uk4QGwj5UX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGwj5UX .modal-header {
    padding: 1rem;
  }
}
.cid-uk4QGwj5UX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4QGwj5UX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4QGwj5UX .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4QGwj5UX .modal-header .close:focus {
  outline: none;
}
.cid-uk4QGwj5UX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4QGwj5UX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4QGwj5UX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGwj5UX .modal-body {
    padding: 1rem;
  }
}
.cid-uk4QGwj5UX .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-uk4QGwj5UX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGwj5UX .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4QGwj5UX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4QGwj5UX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4QGwj5UX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4QGwj5UX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4QGwj5UX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4QGwj5UX .modal-lg,
  .cid-uk4QGwj5UX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4QGwj5UX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4QGwj5UX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4QGwj5UX .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-uk4QGwj5UX .form-group {
  margin-bottom: 1rem;
}
.cid-uk4QGwj5UX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4QGwj5UX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4QGwj5UX .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-uk4QGwj5UX .mbr-section-btn {
  margin: 0;
}
.cid-uk4QGwj5UX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uk4QGxjeX6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk4QGxjeX6 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uk4QGxjeX6 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uk4QGxjeX6 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uk4QGxjeX6 .bg-youtube:hover {
  background: #cc0000;
}
.cid-uk4QGxjeX6 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uk4QGxjeX6 .bg-twitch:hover {
  background: #7313ff;
}
.cid-uk4QGxjeX6 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uk4QGxjeX6 [class^="socicon-"]:before,
.cid-uk4QGxjeX6 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uk4QGxjeX6 .mbr-section-title,
.cid-uk4QGxjeX6 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uk4QGxSD2h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uk4QGxSD2h .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uk4QGxSD2h .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uk4QGxSD2h .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uk4QGxSD2h .form-control:focus,
.cid-uk4QGxSD2h .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uk4QGxSD2h .form-group {
  margin-bottom: 1rem;
}
.cid-uk4QGxSD2h input::-webkit-input-placeholder,
.cid-uk4QGxSD2h textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uk4QGxSD2h input:-moz-placeholder,
.cid-uk4QGxSD2h textarea:-moz-placeholder {
  color: #656565;
}
.cid-uk4QGxSD2h .jq-selectbox li,
.cid-uk4QGxSD2h .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uk4QGxSD2h .jq-selectbox li:hover,
.cid-uk4QGxSD2h .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uk4QGxSD2h .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uk4QGxSD2h .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uk4QGxSD2h textarea.form-control {
  resize: none;
}
.cid-uk4QGxSD2h .input-group-btn {
  display: inline-block;
}
.cid-uk4QGxSD2h .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uk4QGxSD2h .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk4QGxSD2h .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uk4QGxSD2h .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uk4QGxSD2h .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uk4QGxSD2h .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uk4QGxSD2h .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uk4QGxSD2h .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uk4QGxSD2h .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uk4QGxSD2h .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uk4QGxSD2h .form-control,
.cid-uk4QGxSD2h .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uk4QGxSD2h #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uk4QGxSD2h #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uk4QGxSD2h #creativecommons img,
.cid-uk4QGxSD2h iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uk4QGxSD2h .offset-md-1 {
  margin-left: 1vw;
}
.cid-uk4QGyX7Q3.popup-builder {
  background-color: #ffffff;
}
.cid-uk4QGyX7Q3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4QGyX7Q3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4QGyX7Q3 .modal-content,
.cid-uk4QGyX7Q3 .modal-dialog {
  height: auto;
}
.cid-uk4QGyX7Q3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4QGyX7Q3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4QGyX7Q3 .form-wrapper .mbr-form .form-group,
  .cid-uk4QGyX7Q3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4QGyX7Q3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4QGyX7Q3 .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-uk4QGyX7Q3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4QGyX7Q3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4QGyX7Q3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4QGyX7Q3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4QGyX7Q3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4QGyX7Q3 .modal-open {
  overflow: hidden;
}
.cid-uk4QGyX7Q3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4QGyX7Q3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4QGyX7Q3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4QGyX7Q3 .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-uk4QGyX7Q3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4QGyX7Q3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4QGyX7Q3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4QGyX7Q3 .modal-content {
  background: #353535;
  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-uk4QGyX7Q3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4QGyX7Q3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4QGyX7Q3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4QGyX7Q3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4QGyX7Q3 .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-uk4QGyX7Q3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGyX7Q3 .modal-header {
    padding: 1rem;
  }
}
.cid-uk4QGyX7Q3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4QGyX7Q3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4QGyX7Q3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4QGyX7Q3 .modal-header .close:focus {
  outline: none;
}
.cid-uk4QGyX7Q3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4QGyX7Q3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4QGyX7Q3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGyX7Q3 .modal-body {
    padding: 1rem;
  }
}
.cid-uk4QGyX7Q3 .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-uk4QGyX7Q3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4QGyX7Q3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4QGyX7Q3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4QGyX7Q3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4QGyX7Q3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4QGyX7Q3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4QGyX7Q3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4QGyX7Q3 .modal-lg,
  .cid-uk4QGyX7Q3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4QGyX7Q3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4QGyX7Q3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4QGyX7Q3 .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-uk4QGyX7Q3 .form-group {
  margin-bottom: 1rem;
}
.cid-uk4QGyX7Q3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4QGyX7Q3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4QGyX7Q3 .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-uk4QGyX7Q3 .mbr-section-btn {
  margin: 0;
}
.cid-uk4QGyX7Q3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk4RffKIq7.popup-builder {
  background-color: #ffffff;
}
.cid-uk4RffKIq7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4RffKIq7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4RffKIq7 .modal-content,
.cid-uk4RffKIq7 .modal-dialog {
  height: auto;
}
.cid-uk4RffKIq7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4RffKIq7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4RffKIq7 .form-wrapper .mbr-form .form-group,
  .cid-uk4RffKIq7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4RffKIq7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4RffKIq7 .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-uk4RffKIq7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4RffKIq7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4RffKIq7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4RffKIq7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4RffKIq7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4RffKIq7 .modal-open {
  overflow: hidden;
}
.cid-uk4RffKIq7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4RffKIq7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4RffKIq7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4RffKIq7 .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-uk4RffKIq7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4RffKIq7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4RffKIq7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4RffKIq7 .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-uk4RffKIq7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4RffKIq7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4RffKIq7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4RffKIq7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4RffKIq7 .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-uk4RffKIq7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4RffKIq7 .modal-header {
    padding: 1rem;
  }
}
.cid-uk4RffKIq7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4RffKIq7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4RffKIq7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4RffKIq7 .modal-header .close:focus {
  outline: none;
}
.cid-uk4RffKIq7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4RffKIq7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4RffKIq7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4RffKIq7 .modal-body {
    padding: 1rem;
  }
}
.cid-uk4RffKIq7 .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-uk4RffKIq7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4RffKIq7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4RffKIq7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4RffKIq7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4RffKIq7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4RffKIq7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4RffKIq7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4RffKIq7 .modal-lg,
  .cid-uk4RffKIq7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4RffKIq7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4RffKIq7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4RffKIq7 .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-uk4RffKIq7 .form-group {
  margin-bottom: 1rem;
}
.cid-uk4RffKIq7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4RffKIq7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4RffKIq7 .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-uk4RffKIq7 .mbr-section-btn {
  margin: 0;
}
.cid-uk4RffKIq7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uk4RfUKtMZ.popup-builder {
  background-color: #ffffff;
}
.cid-uk4RfUKtMZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk4RfUKtMZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk4RfUKtMZ .modal-content,
.cid-uk4RfUKtMZ .modal-dialog {
  height: auto;
}
.cid-uk4RfUKtMZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk4RfUKtMZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk4RfUKtMZ .form-wrapper .mbr-form .form-group,
  .cid-uk4RfUKtMZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk4RfUKtMZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk4RfUKtMZ .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-uk4RfUKtMZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uk4RfUKtMZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uk4RfUKtMZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk4RfUKtMZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk4RfUKtMZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk4RfUKtMZ .modal-open {
  overflow: hidden;
}
.cid-uk4RfUKtMZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk4RfUKtMZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk4RfUKtMZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk4RfUKtMZ .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-uk4RfUKtMZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk4RfUKtMZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk4RfUKtMZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk4RfUKtMZ .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-uk4RfUKtMZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uk4RfUKtMZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk4RfUKtMZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk4RfUKtMZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uk4RfUKtMZ .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-uk4RfUKtMZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4RfUKtMZ .modal-header {
    padding: 1rem;
  }
}
.cid-uk4RfUKtMZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk4RfUKtMZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-uk4RfUKtMZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uk4RfUKtMZ .modal-header .close:focus {
  outline: none;
}
.cid-uk4RfUKtMZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uk4RfUKtMZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uk4RfUKtMZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4RfUKtMZ .modal-body {
    padding: 1rem;
  }
}
.cid-uk4RfUKtMZ .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-uk4RfUKtMZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk4RfUKtMZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uk4RfUKtMZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk4RfUKtMZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk4RfUKtMZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk4RfUKtMZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk4RfUKtMZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uk4RfUKtMZ .modal-lg,
  .cid-uk4RfUKtMZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uk4RfUKtMZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uk4RfUKtMZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk4RfUKtMZ .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-uk4RfUKtMZ .form-group {
  margin-bottom: 1rem;
}
.cid-uk4RfUKtMZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk4RfUKtMZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk4RfUKtMZ .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-uk4RfUKtMZ .mbr-section-btn {
  margin: 0;
}
.cid-uk4RfUKtMZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ukKNDd9lWG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukKNDd9lWG nav.navbar {
  position: fixed;
}
.cid-ukKNDd9lWG .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-ukKNDd9lWG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukKNDd9lWG .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ukKNDd9lWG #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ukKNDd9lWG .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ukKNDd9lWG .dropdown-item:hover,
.cid-ukKNDd9lWG .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ukKNDd9lWG .dropdown-item:hover span {
  color: white;
}
.cid-ukKNDd9lWG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukKNDd9lWG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukKNDd9lWG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ukKNDd9lWG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukKNDd9lWG .nav-link {
  position: relative;
}
.cid-ukKNDd9lWG .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ukKNDd9lWG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ukKNDd9lWG .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ukKNDd9lWG .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ukKNDd9lWG .dropdown-menu,
.cid-ukKNDd9lWG .navbar.opened {
  background: #353535 !important;
}
.cid-ukKNDd9lWG .nav-item:focus,
.cid-ukKNDd9lWG .nav-link:focus {
  outline: none;
}
.cid-ukKNDd9lWG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukKNDd9lWG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukKNDd9lWG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukKNDd9lWG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukKNDd9lWG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukKNDd9lWG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukKNDd9lWG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ukKNDd9lWG .navbar.opened {
  transition: all 0.3s;
}
.cid-ukKNDd9lWG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukKNDd9lWG .navbar .navbar-logo img {
  width: auto;
}
.cid-ukKNDd9lWG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukKNDd9lWG .navbar.collapsed {
  justify-content: center;
}
.cid-ukKNDd9lWG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukKNDd9lWG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukKNDd9lWG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukKNDd9lWG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukKNDd9lWG .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-ukKNDd9lWG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukKNDd9lWG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukKNDd9lWG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukKNDd9lWG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukKNDd9lWG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukKNDd9lWG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukKNDd9lWG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukKNDd9lWG .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-ukKNDd9lWG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukKNDd9lWG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukKNDd9lWG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukKNDd9lWG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukKNDd9lWG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukKNDd9lWG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ukKNDd9lWG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukKNDd9lWG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukKNDd9lWG .dropdown-item.active,
.cid-ukKNDd9lWG .dropdown-item:active {
  background-color: transparent;
}
.cid-ukKNDd9lWG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukKNDd9lWG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukKNDd9lWG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukKNDd9lWG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ukKNDd9lWG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukKNDd9lWG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukKNDd9lWG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukKNDd9lWG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukKNDd9lWG button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukKNDd9lWG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ukKNDd9lWG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukKNDd9lWG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukKNDd9lWG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukKNDd9lWG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukKNDd9lWG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukKNDd9lWG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukKNDd9lWG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukKNDd9lWG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukKNDd9lWG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukKNDd9lWG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukKNDd9lWG .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-ukKNDd9lWG .navbar {
    height: 70px;
  }
  .cid-ukKNDd9lWG .navbar.opened {
    height: auto;
  }
  .cid-ukKNDd9lWG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukKNDd9lWG .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ukKNDd9lWG .navbar-toggler {
  margin-left: 10px;
}
.cid-ukKNDd9lWG .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ukKNDd9lWG .navbar-logo {
  margin-right: 0 !important;
}
.cid-ukKNDd9lWG .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ukKNDd9lWG .mbr-text {
    display: none;
  }
}
.cid-ukKNDd9lWG .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ukKNDd9lWG .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ukKNDd9lWG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ukKNDd9lWG .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ukKNDd9lWG #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ukKNDd9lWG #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ukKNDd9lWG #vol {
    display: none;
  }
}
.cid-ukKNDd9lWG .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ukKNDdZtGB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ukKNDdZtGB .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ukKNDdZtGB .mbr-section-subtitle {
  text-align: center;
}
.cid-ukKNDdZtGB .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukKNDdZtGB .display-1 {
    font-size: 75px;
  }
  .cid-ukKNDdZtGB .display-5 {
    font-size: 29px;
  }
  .cid-ukKNDdZtGB .display-4 {
    font-weight: 300;
  }
}
#custom-html-26s {
  /* Type valid CSS here */
}
#custom-html-26s div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-26s .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ukKNDfXPT0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ukKNDfXPT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKNDfXPT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukKNDfXPT0 .container,
.cid-ukKNDfXPT0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukKNDfXPT0 .container,
  .cid-ukKNDfXPT0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-ukKNDfXPT0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ukKNDfXPT0 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ukKNDfXPT0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukKNDfXPT0 .mbr-section-title {
  color: #4479d9;
}
.cid-ukKNDfXPT0 .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ukKNDgj1kW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ukKNDgj1kW .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-26v {
  /* Type valid CSS here */
  /* global */
}
#custom-html-26v *,
#custom-html-26v *::before,
#custom-html-26v *::after {
  box-sizing: border-box;
}
#custom-html-26v body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-26v #corpsDuTexte {
  background-color: #232323;
}
#custom-html-26v .container {
  background-color: #232323;
}
#custom-html-26v .titre {
  padding: 1em;
}
#custom-html-26v H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-26v h6 {
  color: white;
}
.cid-ukKNDgJRwy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukKNDgJRwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKNDgJRwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ukKNDgJRwy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukKNDgJRwy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukKNDgJRwy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukKNDgJRwy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukKNDgJRwy .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ukKNDgJRwy .mbr-text,
.cid-ukKNDgJRwy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ukKNDgJRwy .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ukKNDh9ag0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukKNDh9ag0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukKNDh9ag0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ukKNDh9ag0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukKNDh9ag0 .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ukKNDh9ag0 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ukKNDh9ag0 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ukKNDh9ag0 .mbr-text,
.cid-ukKNDh9ag0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ukKNDh9ag0 .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ukKNDhAy6E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ukKNDhAy6E .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ukKNDhAy6E .mbr-text,
.cid-ukKNDhAy6E .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ukKNDhZp3e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ukKNDhZp3e .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ukKNDhZp3e .row {
    padding: 20px 34px;
  }
}
.cid-ukKNDhZp3e .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ukKNDiqJMO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ukKNDiqJMO .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ukKNDiqJMO .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ukKNDiqJMO .card:hover {
  margin-top: -0.6rem;
}
.cid-ukKNDiqJMO .card-wrapper {
  position: relative;
}
.cid-ukKNDiqJMO .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ukKNDiqJMO .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ukKNDiqJMO .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ukKNDiqJMO .big {
  margin-top: -25%;
}
.cid-ukKNDiqJMO .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ukKNDiqJMO .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ukKNDiqJMO .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ukKNDiqJMO .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ukKNDiVGoZ.popup-builder {
  background-color: #ffffff;
}
.cid-ukKNDiVGoZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukKNDiVGoZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukKNDiVGoZ .modal-content,
.cid-ukKNDiVGoZ .modal-dialog {
  height: auto;
}
.cid-ukKNDiVGoZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukKNDiVGoZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukKNDiVGoZ .form-wrapper .mbr-form .form-group,
  .cid-ukKNDiVGoZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukKNDiVGoZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukKNDiVGoZ .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-ukKNDiVGoZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ukKNDiVGoZ .pt-0 {
  padding-top: 0 !important;
}
.cid-ukKNDiVGoZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukKNDiVGoZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukKNDiVGoZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukKNDiVGoZ .modal-open {
  overflow: hidden;
}
.cid-ukKNDiVGoZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukKNDiVGoZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukKNDiVGoZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukKNDiVGoZ .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-ukKNDiVGoZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukKNDiVGoZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukKNDiVGoZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukKNDiVGoZ .modal-content {
  background: #353535;
  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-ukKNDiVGoZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukKNDiVGoZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukKNDiVGoZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukKNDiVGoZ .modal-backdrop.show {
  opacity: .5;
}
.cid-ukKNDiVGoZ .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-ukKNDiVGoZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDiVGoZ .modal-header {
    padding: 1rem;
  }
}
.cid-ukKNDiVGoZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukKNDiVGoZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-ukKNDiVGoZ .modal-header .close:hover {
  opacity: 1;
}
.cid-ukKNDiVGoZ .modal-header .close:focus {
  outline: none;
}
.cid-ukKNDiVGoZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ukKNDiVGoZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukKNDiVGoZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDiVGoZ .modal-body {
    padding: 1rem;
  }
}
.cid-ukKNDiVGoZ .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-ukKNDiVGoZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDiVGoZ .modal-footer {
    padding: 1rem;
  }
}
.cid-ukKNDiVGoZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukKNDiVGoZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukKNDiVGoZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukKNDiVGoZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukKNDiVGoZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukKNDiVGoZ .modal-lg,
  .cid-ukKNDiVGoZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKNDiVGoZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukKNDiVGoZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukKNDiVGoZ .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-ukKNDiVGoZ .form-group {
  margin-bottom: 1rem;
}
.cid-ukKNDiVGoZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukKNDiVGoZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukKNDiVGoZ .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-ukKNDiVGoZ .mbr-section-btn {
  margin: 0;
}
.cid-ukKNDiVGoZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ukKNDiVGoZ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ukKNDiVGoZ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ukKNDiVGoZ #creativecommons img,
.cid-ukKNDiVGoZ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ukKNDjrfsB.popup-builder {
  background-color: #ffffff;
}
.cid-ukKNDjrfsB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukKNDjrfsB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukKNDjrfsB .modal-content,
.cid-ukKNDjrfsB .modal-dialog {
  height: auto;
}
.cid-ukKNDjrfsB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukKNDjrfsB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukKNDjrfsB .form-wrapper .mbr-form .form-group,
  .cid-ukKNDjrfsB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukKNDjrfsB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukKNDjrfsB .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-ukKNDjrfsB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ukKNDjrfsB .pt-0 {
  padding-top: 0 !important;
}
.cid-ukKNDjrfsB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukKNDjrfsB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukKNDjrfsB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukKNDjrfsB .modal-open {
  overflow: hidden;
}
.cid-ukKNDjrfsB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukKNDjrfsB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukKNDjrfsB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukKNDjrfsB .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-ukKNDjrfsB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukKNDjrfsB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukKNDjrfsB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukKNDjrfsB .modal-content {
  background: #353535;
  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-ukKNDjrfsB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukKNDjrfsB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukKNDjrfsB .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukKNDjrfsB .modal-backdrop.show {
  opacity: .5;
}
.cid-ukKNDjrfsB .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-ukKNDjrfsB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDjrfsB .modal-header {
    padding: 1rem;
  }
}
.cid-ukKNDjrfsB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukKNDjrfsB .modal-header .close svg {
  fill: #ffffff;
}
.cid-ukKNDjrfsB .modal-header .close:hover {
  opacity: 1;
}
.cid-ukKNDjrfsB .modal-header .close:focus {
  outline: none;
}
.cid-ukKNDjrfsB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ukKNDjrfsB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukKNDjrfsB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDjrfsB .modal-body {
    padding: 1rem;
  }
}
.cid-ukKNDjrfsB .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-ukKNDjrfsB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDjrfsB .modal-footer {
    padding: 1rem;
  }
}
.cid-ukKNDjrfsB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukKNDjrfsB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukKNDjrfsB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukKNDjrfsB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukKNDjrfsB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukKNDjrfsB .modal-lg,
  .cid-ukKNDjrfsB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKNDjrfsB .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukKNDjrfsB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukKNDjrfsB .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-ukKNDjrfsB .form-group {
  margin-bottom: 1rem;
}
.cid-ukKNDjrfsB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukKNDjrfsB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukKNDjrfsB .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-ukKNDjrfsB .mbr-section-btn {
  margin: 0;
}
.cid-ukKNDjrfsB .mbr-section-btn .btn {
  margin: 0;
}
.cid-ukKNDjWyRP.popup-builder {
  background-color: #ffffff;
}
.cid-ukKNDjWyRP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukKNDjWyRP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukKNDjWyRP .modal-content,
.cid-ukKNDjWyRP .modal-dialog {
  height: auto;
}
.cid-ukKNDjWyRP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukKNDjWyRP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukKNDjWyRP .form-wrapper .mbr-form .form-group,
  .cid-ukKNDjWyRP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukKNDjWyRP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukKNDjWyRP .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-ukKNDjWyRP .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ukKNDjWyRP .pt-0 {
  padding-top: 0 !important;
}
.cid-ukKNDjWyRP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukKNDjWyRP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukKNDjWyRP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukKNDjWyRP .modal-open {
  overflow: hidden;
}
.cid-ukKNDjWyRP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukKNDjWyRP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukKNDjWyRP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukKNDjWyRP .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-ukKNDjWyRP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukKNDjWyRP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukKNDjWyRP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukKNDjWyRP .modal-content {
  background: #353535;
  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-ukKNDjWyRP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukKNDjWyRP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukKNDjWyRP .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukKNDjWyRP .modal-backdrop.show {
  opacity: .5;
}
.cid-ukKNDjWyRP .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-ukKNDjWyRP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDjWyRP .modal-header {
    padding: 1rem;
  }
}
.cid-ukKNDjWyRP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukKNDjWyRP .modal-header .close svg {
  fill: #ffffff;
}
.cid-ukKNDjWyRP .modal-header .close:hover {
  opacity: 1;
}
.cid-ukKNDjWyRP .modal-header .close:focus {
  outline: none;
}
.cid-ukKNDjWyRP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ukKNDjWyRP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukKNDjWyRP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDjWyRP .modal-body {
    padding: 1rem;
  }
}
.cid-ukKNDjWyRP .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-ukKNDjWyRP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDjWyRP .modal-footer {
    padding: 1rem;
  }
}
.cid-ukKNDjWyRP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukKNDjWyRP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukKNDjWyRP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukKNDjWyRP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukKNDjWyRP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukKNDjWyRP .modal-lg,
  .cid-ukKNDjWyRP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKNDjWyRP .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukKNDjWyRP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukKNDjWyRP .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-ukKNDjWyRP .form-group {
  margin-bottom: 1rem;
}
.cid-ukKNDjWyRP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukKNDjWyRP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukKNDjWyRP .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-ukKNDjWyRP .mbr-section-btn {
  margin: 0;
}
.cid-ukKNDjWyRP .mbr-section-btn .btn {
  margin: 0;
}
.cid-ukKNDkt53j.popup-builder {
  background-color: #ffffff;
}
.cid-ukKNDkt53j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukKNDkt53j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukKNDkt53j .modal-content,
.cid-ukKNDkt53j .modal-dialog {
  height: auto;
}
.cid-ukKNDkt53j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukKNDkt53j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukKNDkt53j .form-wrapper .mbr-form .form-group,
  .cid-ukKNDkt53j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukKNDkt53j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukKNDkt53j .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-ukKNDkt53j .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ukKNDkt53j .pt-0 {
  padding-top: 0 !important;
}
.cid-ukKNDkt53j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukKNDkt53j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukKNDkt53j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukKNDkt53j .modal-open {
  overflow: hidden;
}
.cid-ukKNDkt53j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukKNDkt53j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukKNDkt53j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukKNDkt53j .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-ukKNDkt53j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukKNDkt53j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukKNDkt53j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukKNDkt53j .modal-content {
  background: #353535;
  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-ukKNDkt53j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukKNDkt53j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukKNDkt53j .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukKNDkt53j .modal-backdrop.show {
  opacity: .5;
}
.cid-ukKNDkt53j .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-ukKNDkt53j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDkt53j .modal-header {
    padding: 1rem;
  }
}
.cid-ukKNDkt53j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukKNDkt53j .modal-header .close svg {
  fill: #ffffff;
}
.cid-ukKNDkt53j .modal-header .close:hover {
  opacity: 1;
}
.cid-ukKNDkt53j .modal-header .close:focus {
  outline: none;
}
.cid-ukKNDkt53j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ukKNDkt53j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukKNDkt53j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDkt53j .modal-body {
    padding: 1rem;
  }
}
.cid-ukKNDkt53j .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-ukKNDkt53j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDkt53j .modal-footer {
    padding: 1rem;
  }
}
.cid-ukKNDkt53j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukKNDkt53j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukKNDkt53j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukKNDkt53j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukKNDkt53j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukKNDkt53j .modal-lg,
  .cid-ukKNDkt53j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKNDkt53j .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukKNDkt53j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukKNDkt53j .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-ukKNDkt53j .form-group {
  margin-bottom: 1rem;
}
.cid-ukKNDkt53j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukKNDkt53j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukKNDkt53j .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-ukKNDkt53j .mbr-section-btn {
  margin: 0;
}
.cid-ukKNDkt53j .mbr-section-btn .btn {
  margin: 0;
}
.cid-ukKNDkZP0E.popup-builder {
  background-color: #ffffff;
}
.cid-ukKNDkZP0E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukKNDkZP0E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukKNDkZP0E .modal-content,
.cid-ukKNDkZP0E .modal-dialog {
  height: auto;
}
.cid-ukKNDkZP0E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukKNDkZP0E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukKNDkZP0E .form-wrapper .mbr-form .form-group,
  .cid-ukKNDkZP0E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukKNDkZP0E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukKNDkZP0E .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-ukKNDkZP0E .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ukKNDkZP0E .pt-0 {
  padding-top: 0 !important;
}
.cid-ukKNDkZP0E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukKNDkZP0E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukKNDkZP0E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukKNDkZP0E .modal-open {
  overflow: hidden;
}
.cid-ukKNDkZP0E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukKNDkZP0E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukKNDkZP0E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukKNDkZP0E .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-ukKNDkZP0E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukKNDkZP0E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukKNDkZP0E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukKNDkZP0E .modal-content {
  background: #353535;
  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-ukKNDkZP0E .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukKNDkZP0E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukKNDkZP0E .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukKNDkZP0E .modal-backdrop.show {
  opacity: .5;
}
.cid-ukKNDkZP0E .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-ukKNDkZP0E .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDkZP0E .modal-header {
    padding: 1rem;
  }
}
.cid-ukKNDkZP0E .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukKNDkZP0E .modal-header .close svg {
  fill: #ffffff;
}
.cid-ukKNDkZP0E .modal-header .close:hover {
  opacity: 1;
}
.cid-ukKNDkZP0E .modal-header .close:focus {
  outline: none;
}
.cid-ukKNDkZP0E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ukKNDkZP0E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukKNDkZP0E .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDkZP0E .modal-body {
    padding: 1rem;
  }
}
.cid-ukKNDkZP0E .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-ukKNDkZP0E .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDkZP0E .modal-footer {
    padding: 1rem;
  }
}
.cid-ukKNDkZP0E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukKNDkZP0E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukKNDkZP0E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukKNDkZP0E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukKNDkZP0E .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukKNDkZP0E .modal-lg,
  .cid-ukKNDkZP0E .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKNDkZP0E .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukKNDkZP0E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukKNDkZP0E .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-ukKNDkZP0E .form-group {
  margin-bottom: 1rem;
}
.cid-ukKNDkZP0E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukKNDkZP0E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukKNDkZP0E .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-ukKNDkZP0E .mbr-section-btn {
  margin: 0;
}
.cid-ukKNDkZP0E .mbr-section-btn .btn {
  margin: 0;
}
.cid-ukKNDlw9Ow.popup-builder {
  background-color: #ffffff;
}
.cid-ukKNDlw9Ow.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukKNDlw9Ow.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukKNDlw9Ow .modal-content,
.cid-ukKNDlw9Ow .modal-dialog {
  height: auto;
}
.cid-ukKNDlw9Ow .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukKNDlw9Ow .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukKNDlw9Ow .form-wrapper .mbr-form .form-group,
  .cid-ukKNDlw9Ow .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukKNDlw9Ow .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukKNDlw9Ow .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-ukKNDlw9Ow .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ukKNDlw9Ow .pt-0 {
  padding-top: 0 !important;
}
.cid-ukKNDlw9Ow .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukKNDlw9Ow .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukKNDlw9Ow .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukKNDlw9Ow .modal-open {
  overflow: hidden;
}
.cid-ukKNDlw9Ow .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukKNDlw9Ow .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukKNDlw9Ow .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukKNDlw9Ow .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-ukKNDlw9Ow .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukKNDlw9Ow .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukKNDlw9Ow .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukKNDlw9Ow .modal-content {
  background: #353535;
  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-ukKNDlw9Ow .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukKNDlw9Ow .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukKNDlw9Ow .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukKNDlw9Ow .modal-backdrop.show {
  opacity: .5;
}
.cid-ukKNDlw9Ow .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-ukKNDlw9Ow .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDlw9Ow .modal-header {
    padding: 1rem;
  }
}
.cid-ukKNDlw9Ow .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukKNDlw9Ow .modal-header .close svg {
  fill: #ffffff;
}
.cid-ukKNDlw9Ow .modal-header .close:hover {
  opacity: 1;
}
.cid-ukKNDlw9Ow .modal-header .close:focus {
  outline: none;
}
.cid-ukKNDlw9Ow .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ukKNDlw9Ow .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukKNDlw9Ow .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDlw9Ow .modal-body {
    padding: 1rem;
  }
}
.cid-ukKNDlw9Ow .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-ukKNDlw9Ow .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDlw9Ow .modal-footer {
    padding: 1rem;
  }
}
.cid-ukKNDlw9Ow .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukKNDlw9Ow .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukKNDlw9Ow .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukKNDlw9Ow .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukKNDlw9Ow .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukKNDlw9Ow .modal-lg,
  .cid-ukKNDlw9Ow .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKNDlw9Ow .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukKNDlw9Ow .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukKNDlw9Ow .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-ukKNDlw9Ow .form-group {
  margin-bottom: 1rem;
}
.cid-ukKNDlw9Ow .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukKNDlw9Ow .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukKNDlw9Ow .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-ukKNDlw9Ow .mbr-section-btn {
  margin: 0;
}
.cid-ukKNDlw9Ow .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ukKNDmxxtF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ukKNDmxxtF .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ukKNDmxxtF .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ukKNDmxxtF .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ukKNDmxxtF .bg-youtube:hover {
  background: #cc0000;
}
.cid-ukKNDmxxtF .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ukKNDmxxtF .bg-twitch:hover {
  background: #7313ff;
}
.cid-ukKNDmxxtF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ukKNDmxxtF [class^="socicon-"]:before,
.cid-ukKNDmxxtF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ukKNDmxxtF .mbr-section-title,
.cid-ukKNDmxxtF .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ukKNDn31Ab {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ukKNDn31Ab .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ukKNDn31Ab .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ukKNDn31Ab .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ukKNDn31Ab .form-control:focus,
.cid-ukKNDn31Ab .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ukKNDn31Ab .form-group {
  margin-bottom: 1rem;
}
.cid-ukKNDn31Ab input::-webkit-input-placeholder,
.cid-ukKNDn31Ab textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ukKNDn31Ab input:-moz-placeholder,
.cid-ukKNDn31Ab textarea:-moz-placeholder {
  color: #656565;
}
.cid-ukKNDn31Ab .jq-selectbox li,
.cid-ukKNDn31Ab .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ukKNDn31Ab .jq-selectbox li:hover,
.cid-ukKNDn31Ab .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ukKNDn31Ab .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ukKNDn31Ab .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ukKNDn31Ab textarea.form-control {
  resize: none;
}
.cid-ukKNDn31Ab .input-group-btn {
  display: inline-block;
}
.cid-ukKNDn31Ab .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ukKNDn31Ab .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ukKNDn31Ab .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukKNDn31Ab .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ukKNDn31Ab .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ukKNDn31Ab .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ukKNDn31Ab .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukKNDn31Ab .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ukKNDn31Ab .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ukKNDn31Ab .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ukKNDn31Ab .form-control,
.cid-ukKNDn31Ab .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ukKNDn31Ab #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ukKNDn31Ab #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ukKNDn31Ab #creativecommons img,
.cid-ukKNDn31Ab iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ukKNDn31Ab .offset-md-1 {
  margin-left: 1vw;
}
.cid-ukKNDo8I2l.popup-builder {
  background-color: #ffffff;
}
.cid-ukKNDo8I2l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ukKNDo8I2l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ukKNDo8I2l .modal-content,
.cid-ukKNDo8I2l .modal-dialog {
  height: auto;
}
.cid-ukKNDo8I2l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ukKNDo8I2l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ukKNDo8I2l .form-wrapper .mbr-form .form-group,
  .cid-ukKNDo8I2l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ukKNDo8I2l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ukKNDo8I2l .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-ukKNDo8I2l .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ukKNDo8I2l .pt-0 {
  padding-top: 0 !important;
}
.cid-ukKNDo8I2l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ukKNDo8I2l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ukKNDo8I2l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ukKNDo8I2l .modal-open {
  overflow: hidden;
}
.cid-ukKNDo8I2l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ukKNDo8I2l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ukKNDo8I2l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ukKNDo8I2l .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-ukKNDo8I2l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ukKNDo8I2l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ukKNDo8I2l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ukKNDo8I2l .modal-content {
  background: #353535;
  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-ukKNDo8I2l .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ukKNDo8I2l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ukKNDo8I2l .modal-backdrop.fade {
  opacity: 0;
}
.cid-ukKNDo8I2l .modal-backdrop.show {
  opacity: .5;
}
.cid-ukKNDo8I2l .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-ukKNDo8I2l .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDo8I2l .modal-header {
    padding: 1rem;
  }
}
.cid-ukKNDo8I2l .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ukKNDo8I2l .modal-header .close svg {
  fill: #ffffff;
}
.cid-ukKNDo8I2l .modal-header .close:hover {
  opacity: 1;
}
.cid-ukKNDo8I2l .modal-header .close:focus {
  outline: none;
}
.cid-ukKNDo8I2l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ukKNDo8I2l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ukKNDo8I2l .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDo8I2l .modal-body {
    padding: 1rem;
  }
}
.cid-ukKNDo8I2l .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-ukKNDo8I2l .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukKNDo8I2l .modal-footer {
    padding: 1rem;
  }
}
.cid-ukKNDo8I2l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ukKNDo8I2l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ukKNDo8I2l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ukKNDo8I2l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ukKNDo8I2l .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ukKNDo8I2l .modal-lg,
  .cid-ukKNDo8I2l .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ukKNDo8I2l .modal-xl {
    max-width: 1140px;
  }
}
.cid-ukKNDo8I2l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ukKNDo8I2l .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-ukKNDo8I2l .form-group {
  margin-bottom: 1rem;
}
.cid-ukKNDo8I2l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ukKNDo8I2l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ukKNDo8I2l .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-ukKNDo8I2l .mbr-section-btn {
  margin: 0;
}
.cid-ukKNDo8I2l .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5MQNw12M.popup-builder {
  background-color: #ffffff;
}
.cid-um5MQNw12M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5MQNw12M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5MQNw12M .modal-content,
.cid-um5MQNw12M .modal-dialog {
  height: auto;
}
.cid-um5MQNw12M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5MQNw12M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5MQNw12M .form-wrapper .mbr-form .form-group,
  .cid-um5MQNw12M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5MQNw12M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5MQNw12M .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-um5MQNw12M .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5MQNw12M .pt-0 {
  padding-top: 0 !important;
}
.cid-um5MQNw12M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5MQNw12M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5MQNw12M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5MQNw12M .modal-open {
  overflow: hidden;
}
.cid-um5MQNw12M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5MQNw12M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5MQNw12M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5MQNw12M .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-um5MQNw12M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5MQNw12M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5MQNw12M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5MQNw12M .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-um5MQNw12M .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5MQNw12M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5MQNw12M .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5MQNw12M .modal-backdrop.show {
  opacity: .5;
}
.cid-um5MQNw12M .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-um5MQNw12M .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5MQNw12M .modal-header {
    padding: 1rem;
  }
}
.cid-um5MQNw12M .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5MQNw12M .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5MQNw12M .modal-header .close:hover {
  opacity: 1;
}
.cid-um5MQNw12M .modal-header .close:focus {
  outline: none;
}
.cid-um5MQNw12M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5MQNw12M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5MQNw12M .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5MQNw12M .modal-body {
    padding: 1rem;
  }
}
.cid-um5MQNw12M .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-um5MQNw12M .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5MQNw12M .modal-footer {
    padding: 1rem;
  }
}
.cid-um5MQNw12M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5MQNw12M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5MQNw12M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5MQNw12M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5MQNw12M .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5MQNw12M .modal-lg,
  .cid-um5MQNw12M .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5MQNw12M .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5MQNw12M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5MQNw12M .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-um5MQNw12M .form-group {
  margin-bottom: 1rem;
}
.cid-um5MQNw12M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5MQNw12M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5MQNw12M .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-um5MQNw12M .mbr-section-btn {
  margin: 0;
}
.cid-um5MQNw12M .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5MRsjmYL.popup-builder {
  background-color: #ffffff;
}
.cid-um5MRsjmYL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5MRsjmYL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5MRsjmYL .modal-content,
.cid-um5MRsjmYL .modal-dialog {
  height: auto;
}
.cid-um5MRsjmYL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5MRsjmYL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5MRsjmYL .form-wrapper .mbr-form .form-group,
  .cid-um5MRsjmYL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5MRsjmYL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5MRsjmYL .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-um5MRsjmYL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5MRsjmYL .pt-0 {
  padding-top: 0 !important;
}
.cid-um5MRsjmYL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5MRsjmYL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5MRsjmYL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5MRsjmYL .modal-open {
  overflow: hidden;
}
.cid-um5MRsjmYL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5MRsjmYL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5MRsjmYL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5MRsjmYL .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-um5MRsjmYL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5MRsjmYL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5MRsjmYL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5MRsjmYL .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-um5MRsjmYL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5MRsjmYL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5MRsjmYL .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5MRsjmYL .modal-backdrop.show {
  opacity: .5;
}
.cid-um5MRsjmYL .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-um5MRsjmYL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5MRsjmYL .modal-header {
    padding: 1rem;
  }
}
.cid-um5MRsjmYL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5MRsjmYL .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5MRsjmYL .modal-header .close:hover {
  opacity: 1;
}
.cid-um5MRsjmYL .modal-header .close:focus {
  outline: none;
}
.cid-um5MRsjmYL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5MRsjmYL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5MRsjmYL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5MRsjmYL .modal-body {
    padding: 1rem;
  }
}
.cid-um5MRsjmYL .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-um5MRsjmYL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5MRsjmYL .modal-footer {
    padding: 1rem;
  }
}
.cid-um5MRsjmYL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5MRsjmYL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5MRsjmYL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5MRsjmYL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5MRsjmYL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5MRsjmYL .modal-lg,
  .cid-um5MRsjmYL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5MRsjmYL .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5MRsjmYL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5MRsjmYL .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-um5MRsjmYL .form-group {
  margin-bottom: 1rem;
}
.cid-um5MRsjmYL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5MRsjmYL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5MRsjmYL .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-um5MRsjmYL .mbr-section-btn {
  margin: 0;
}
.cid-um5MRsjmYL .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulvEF8Y9uz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulvEF8Y9uz nav.navbar {
  position: fixed;
}
.cid-ulvEF8Y9uz .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-ulvEF8Y9uz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulvEF8Y9uz .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ulvEF8Y9uz #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ulvEF8Y9uz .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ulvEF8Y9uz .dropdown-item:hover,
.cid-ulvEF8Y9uz .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ulvEF8Y9uz .dropdown-item:hover span {
  color: white;
}
.cid-ulvEF8Y9uz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulvEF8Y9uz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulvEF8Y9uz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ulvEF8Y9uz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulvEF8Y9uz .nav-link {
  position: relative;
}
.cid-ulvEF8Y9uz .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ulvEF8Y9uz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ulvEF8Y9uz .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ulvEF8Y9uz .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ulvEF8Y9uz .dropdown-menu,
.cid-ulvEF8Y9uz .navbar.opened {
  background: #353535 !important;
}
.cid-ulvEF8Y9uz .nav-item:focus,
.cid-ulvEF8Y9uz .nav-link:focus {
  outline: none;
}
.cid-ulvEF8Y9uz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulvEF8Y9uz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulvEF8Y9uz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulvEF8Y9uz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulvEF8Y9uz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulvEF8Y9uz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulvEF8Y9uz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ulvEF8Y9uz .navbar.opened {
  transition: all 0.3s;
}
.cid-ulvEF8Y9uz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulvEF8Y9uz .navbar .navbar-logo img {
  width: auto;
}
.cid-ulvEF8Y9uz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulvEF8Y9uz .navbar.collapsed {
  justify-content: center;
}
.cid-ulvEF8Y9uz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulvEF8Y9uz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulvEF8Y9uz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulvEF8Y9uz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulvEF8Y9uz .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-ulvEF8Y9uz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulvEF8Y9uz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulvEF8Y9uz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulvEF8Y9uz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulvEF8Y9uz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulvEF8Y9uz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulvEF8Y9uz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulvEF8Y9uz .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-ulvEF8Y9uz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulvEF8Y9uz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulvEF8Y9uz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ulvEF8Y9uz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulvEF8Y9uz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulvEF8Y9uz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ulvEF8Y9uz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulvEF8Y9uz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulvEF8Y9uz .dropdown-item.active,
.cid-ulvEF8Y9uz .dropdown-item:active {
  background-color: transparent;
}
.cid-ulvEF8Y9uz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulvEF8Y9uz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulvEF8Y9uz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulvEF8Y9uz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ulvEF8Y9uz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulvEF8Y9uz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulvEF8Y9uz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulvEF8Y9uz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulvEF8Y9uz button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulvEF8Y9uz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ulvEF8Y9uz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulvEF8Y9uz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulvEF8Y9uz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulvEF8Y9uz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulvEF8Y9uz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulvEF8Y9uz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulvEF8Y9uz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulvEF8Y9uz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulvEF8Y9uz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulvEF8Y9uz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulvEF8Y9uz .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-ulvEF8Y9uz .navbar {
    height: 70px;
  }
  .cid-ulvEF8Y9uz .navbar.opened {
    height: auto;
  }
  .cid-ulvEF8Y9uz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulvEF8Y9uz .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ulvEF8Y9uz .navbar-toggler {
  margin-left: 10px;
}
.cid-ulvEF8Y9uz .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ulvEF8Y9uz .navbar-logo {
  margin-right: 0 !important;
}
.cid-ulvEF8Y9uz .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ulvEF8Y9uz .mbr-text {
    display: none;
  }
}
.cid-ulvEF8Y9uz .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ulvEF8Y9uz .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ulvEF8Y9uz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ulvEF8Y9uz .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ulvEF8Y9uz #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ulvEF8Y9uz #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ulvEF8Y9uz #vol {
    display: none;
  }
}
.cid-ulvEF8Y9uz .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ulvEFa4TVX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ulvEFa4TVX .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ulvEFa4TVX .mbr-section-subtitle {
  text-align: center;
}
.cid-ulvEFa4TVX .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulvEFa4TVX .display-1 {
    font-size: 75px;
  }
  .cid-ulvEFa4TVX .display-5 {
    font-size: 29px;
  }
  .cid-ulvEFa4TVX .display-4 {
    font-weight: 300;
  }
}
#custom-html-27k {
  /* Type valid CSS here */
}
#custom-html-27k div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-27k .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ulvEFbf23v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulvEFbf23v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvEFbf23v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulvEFbf23v .container,
.cid-ulvEFbf23v .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ulvEFbf23v .container,
  .cid-ulvEFbf23v .container-fluid {
    padding: 0 20px;
  }
}
.cid-ulvEFbf23v .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ulvEFbf23v .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ulvEFbf23v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ulvEFbf23v .mbr-section-title {
  color: #4479d9;
}
.cid-ulvEFbf23v .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ulvEFbG2iP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulvEFbG2iP .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-27n {
  /* Type valid CSS here */
  /* global */
}
#custom-html-27n *,
#custom-html-27n *::before,
#custom-html-27n *::after {
  box-sizing: border-box;
}
#custom-html-27n body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-27n #corpsDuTexte {
  background-color: #232323;
}
#custom-html-27n .container {
  background-color: #232323;
}
#custom-html-27n .titre {
  padding: 1em;
}
#custom-html-27n H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-27n h6 {
  color: white;
}
.cid-ulvEFcap9n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ulvEFcap9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvEFcap9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulvEFcap9n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulvEFcap9n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulvEFcap9n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulvEFcap9n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulvEFcap9n .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ulvEFcap9n .mbr-text,
.cid-ulvEFcap9n .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulvEFcap9n .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ulvEFcA0J6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ulvEFcA0J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvEFcA0J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulvEFcA0J6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulvEFcA0J6 .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ulvEFcA0J6 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ulvEFcA0J6 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ulvEFcA0J6 .mbr-text,
.cid-ulvEFcA0J6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulvEFcA0J6 .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ulvEFdaAe8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulvEFdaAe8 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ulvEFdaAe8 .mbr-text,
.cid-ulvEFdaAe8 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ulvEFdBRiE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ulvEFdBRiE .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ulvEFdBRiE .row {
    padding: 20px 34px;
  }
}
.cid-ulvEFdBRiE .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ulvEFe3zSh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ulvEFe3zSh .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ulvEFe3zSh .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ulvEFe3zSh .card:hover {
  margin-top: -0.6rem;
}
.cid-ulvEFe3zSh .card-wrapper {
  position: relative;
}
.cid-ulvEFe3zSh .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ulvEFe3zSh .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ulvEFe3zSh .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ulvEFe3zSh .big {
  margin-top: -25%;
}
.cid-ulvEFe3zSh .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ulvEFe3zSh .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ulvEFe3zSh .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ulvEFe3zSh .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ulvEFeH6kQ.popup-builder {
  background-color: #ffffff;
}
.cid-ulvEFeH6kQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvEFeH6kQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvEFeH6kQ .modal-content,
.cid-ulvEFeH6kQ .modal-dialog {
  height: auto;
}
.cid-ulvEFeH6kQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvEFeH6kQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvEFeH6kQ .form-wrapper .mbr-form .form-group,
  .cid-ulvEFeH6kQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvEFeH6kQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvEFeH6kQ .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-ulvEFeH6kQ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvEFeH6kQ .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvEFeH6kQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvEFeH6kQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvEFeH6kQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvEFeH6kQ .modal-open {
  overflow: hidden;
}
.cid-ulvEFeH6kQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvEFeH6kQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvEFeH6kQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvEFeH6kQ .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-ulvEFeH6kQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvEFeH6kQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvEFeH6kQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvEFeH6kQ .modal-content {
  background: #353535;
  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-ulvEFeH6kQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvEFeH6kQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvEFeH6kQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvEFeH6kQ .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvEFeH6kQ .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-ulvEFeH6kQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFeH6kQ .modal-header {
    padding: 1rem;
  }
}
.cid-ulvEFeH6kQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvEFeH6kQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvEFeH6kQ .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvEFeH6kQ .modal-header .close:focus {
  outline: none;
}
.cid-ulvEFeH6kQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvEFeH6kQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvEFeH6kQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFeH6kQ .modal-body {
    padding: 1rem;
  }
}
.cid-ulvEFeH6kQ .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-ulvEFeH6kQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFeH6kQ .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvEFeH6kQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvEFeH6kQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvEFeH6kQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvEFeH6kQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvEFeH6kQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvEFeH6kQ .modal-lg,
  .cid-ulvEFeH6kQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvEFeH6kQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvEFeH6kQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvEFeH6kQ .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-ulvEFeH6kQ .form-group {
  margin-bottom: 1rem;
}
.cid-ulvEFeH6kQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvEFeH6kQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvEFeH6kQ .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-ulvEFeH6kQ .mbr-section-btn {
  margin: 0;
}
.cid-ulvEFeH6kQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulvEFeH6kQ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ulvEFeH6kQ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ulvEFeH6kQ #creativecommons img,
.cid-ulvEFeH6kQ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ulvEFfoIcf.popup-builder {
  background-color: #ffffff;
}
.cid-ulvEFfoIcf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvEFfoIcf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvEFfoIcf .modal-content,
.cid-ulvEFfoIcf .modal-dialog {
  height: auto;
}
.cid-ulvEFfoIcf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvEFfoIcf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvEFfoIcf .form-wrapper .mbr-form .form-group,
  .cid-ulvEFfoIcf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvEFfoIcf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvEFfoIcf .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-ulvEFfoIcf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvEFfoIcf .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvEFfoIcf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvEFfoIcf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvEFfoIcf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvEFfoIcf .modal-open {
  overflow: hidden;
}
.cid-ulvEFfoIcf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvEFfoIcf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvEFfoIcf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvEFfoIcf .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-ulvEFfoIcf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvEFfoIcf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvEFfoIcf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvEFfoIcf .modal-content {
  background: #353535;
  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-ulvEFfoIcf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvEFfoIcf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvEFfoIcf .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvEFfoIcf .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvEFfoIcf .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-ulvEFfoIcf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFfoIcf .modal-header {
    padding: 1rem;
  }
}
.cid-ulvEFfoIcf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvEFfoIcf .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvEFfoIcf .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvEFfoIcf .modal-header .close:focus {
  outline: none;
}
.cid-ulvEFfoIcf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvEFfoIcf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvEFfoIcf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFfoIcf .modal-body {
    padding: 1rem;
  }
}
.cid-ulvEFfoIcf .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-ulvEFfoIcf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFfoIcf .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvEFfoIcf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvEFfoIcf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvEFfoIcf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvEFfoIcf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvEFfoIcf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvEFfoIcf .modal-lg,
  .cid-ulvEFfoIcf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvEFfoIcf .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvEFfoIcf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvEFfoIcf .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-ulvEFfoIcf .form-group {
  margin-bottom: 1rem;
}
.cid-ulvEFfoIcf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvEFfoIcf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvEFfoIcf .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-ulvEFfoIcf .mbr-section-btn {
  margin: 0;
}
.cid-ulvEFfoIcf .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulvEFg4Ef6.popup-builder {
  background-color: #ffffff;
}
.cid-ulvEFg4Ef6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvEFg4Ef6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvEFg4Ef6 .modal-content,
.cid-ulvEFg4Ef6 .modal-dialog {
  height: auto;
}
.cid-ulvEFg4Ef6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvEFg4Ef6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvEFg4Ef6 .form-wrapper .mbr-form .form-group,
  .cid-ulvEFg4Ef6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvEFg4Ef6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvEFg4Ef6 .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-ulvEFg4Ef6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvEFg4Ef6 .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvEFg4Ef6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvEFg4Ef6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvEFg4Ef6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvEFg4Ef6 .modal-open {
  overflow: hidden;
}
.cid-ulvEFg4Ef6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvEFg4Ef6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvEFg4Ef6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvEFg4Ef6 .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-ulvEFg4Ef6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvEFg4Ef6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvEFg4Ef6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvEFg4Ef6 .modal-content {
  background: #353535;
  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-ulvEFg4Ef6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvEFg4Ef6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvEFg4Ef6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvEFg4Ef6 .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvEFg4Ef6 .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-ulvEFg4Ef6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFg4Ef6 .modal-header {
    padding: 1rem;
  }
}
.cid-ulvEFg4Ef6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvEFg4Ef6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvEFg4Ef6 .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvEFg4Ef6 .modal-header .close:focus {
  outline: none;
}
.cid-ulvEFg4Ef6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvEFg4Ef6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvEFg4Ef6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFg4Ef6 .modal-body {
    padding: 1rem;
  }
}
.cid-ulvEFg4Ef6 .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-ulvEFg4Ef6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFg4Ef6 .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvEFg4Ef6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvEFg4Ef6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvEFg4Ef6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvEFg4Ef6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvEFg4Ef6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvEFg4Ef6 .modal-lg,
  .cid-ulvEFg4Ef6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvEFg4Ef6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvEFg4Ef6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvEFg4Ef6 .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-ulvEFg4Ef6 .form-group {
  margin-bottom: 1rem;
}
.cid-ulvEFg4Ef6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvEFg4Ef6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvEFg4Ef6 .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-ulvEFg4Ef6 .mbr-section-btn {
  margin: 0;
}
.cid-ulvEFg4Ef6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulvEFgNdJa.popup-builder {
  background-color: #ffffff;
}
.cid-ulvEFgNdJa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvEFgNdJa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvEFgNdJa .modal-content,
.cid-ulvEFgNdJa .modal-dialog {
  height: auto;
}
.cid-ulvEFgNdJa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvEFgNdJa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvEFgNdJa .form-wrapper .mbr-form .form-group,
  .cid-ulvEFgNdJa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvEFgNdJa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvEFgNdJa .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-ulvEFgNdJa .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvEFgNdJa .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvEFgNdJa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvEFgNdJa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvEFgNdJa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvEFgNdJa .modal-open {
  overflow: hidden;
}
.cid-ulvEFgNdJa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvEFgNdJa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvEFgNdJa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvEFgNdJa .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-ulvEFgNdJa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvEFgNdJa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvEFgNdJa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvEFgNdJa .modal-content {
  background: #353535;
  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-ulvEFgNdJa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvEFgNdJa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvEFgNdJa .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvEFgNdJa .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvEFgNdJa .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-ulvEFgNdJa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFgNdJa .modal-header {
    padding: 1rem;
  }
}
.cid-ulvEFgNdJa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvEFgNdJa .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvEFgNdJa .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvEFgNdJa .modal-header .close:focus {
  outline: none;
}
.cid-ulvEFgNdJa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvEFgNdJa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvEFgNdJa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFgNdJa .modal-body {
    padding: 1rem;
  }
}
.cid-ulvEFgNdJa .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-ulvEFgNdJa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFgNdJa .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvEFgNdJa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvEFgNdJa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvEFgNdJa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvEFgNdJa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvEFgNdJa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvEFgNdJa .modal-lg,
  .cid-ulvEFgNdJa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvEFgNdJa .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvEFgNdJa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvEFgNdJa .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-ulvEFgNdJa .form-group {
  margin-bottom: 1rem;
}
.cid-ulvEFgNdJa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvEFgNdJa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvEFgNdJa .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-ulvEFgNdJa .mbr-section-btn {
  margin: 0;
}
.cid-ulvEFgNdJa .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulvEFhn4ZB.popup-builder {
  background-color: #ffffff;
}
.cid-ulvEFhn4ZB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvEFhn4ZB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvEFhn4ZB .modal-content,
.cid-ulvEFhn4ZB .modal-dialog {
  height: auto;
}
.cid-ulvEFhn4ZB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvEFhn4ZB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvEFhn4ZB .form-wrapper .mbr-form .form-group,
  .cid-ulvEFhn4ZB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvEFhn4ZB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvEFhn4ZB .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-ulvEFhn4ZB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvEFhn4ZB .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvEFhn4ZB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvEFhn4ZB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvEFhn4ZB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvEFhn4ZB .modal-open {
  overflow: hidden;
}
.cid-ulvEFhn4ZB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvEFhn4ZB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvEFhn4ZB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvEFhn4ZB .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-ulvEFhn4ZB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvEFhn4ZB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvEFhn4ZB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvEFhn4ZB .modal-content {
  background: #353535;
  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-ulvEFhn4ZB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvEFhn4ZB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvEFhn4ZB .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvEFhn4ZB .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvEFhn4ZB .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-ulvEFhn4ZB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFhn4ZB .modal-header {
    padding: 1rem;
  }
}
.cid-ulvEFhn4ZB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvEFhn4ZB .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvEFhn4ZB .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvEFhn4ZB .modal-header .close:focus {
  outline: none;
}
.cid-ulvEFhn4ZB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvEFhn4ZB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvEFhn4ZB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFhn4ZB .modal-body {
    padding: 1rem;
  }
}
.cid-ulvEFhn4ZB .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-ulvEFhn4ZB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFhn4ZB .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvEFhn4ZB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvEFhn4ZB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvEFhn4ZB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvEFhn4ZB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvEFhn4ZB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvEFhn4ZB .modal-lg,
  .cid-ulvEFhn4ZB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvEFhn4ZB .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvEFhn4ZB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvEFhn4ZB .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-ulvEFhn4ZB .form-group {
  margin-bottom: 1rem;
}
.cid-ulvEFhn4ZB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvEFhn4ZB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvEFhn4ZB .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-ulvEFhn4ZB .mbr-section-btn {
  margin: 0;
}
.cid-ulvEFhn4ZB .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulvEFi9lH7.popup-builder {
  background-color: #ffffff;
}
.cid-ulvEFi9lH7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvEFi9lH7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvEFi9lH7 .modal-content,
.cid-ulvEFi9lH7 .modal-dialog {
  height: auto;
}
.cid-ulvEFi9lH7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvEFi9lH7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvEFi9lH7 .form-wrapper .mbr-form .form-group,
  .cid-ulvEFi9lH7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvEFi9lH7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvEFi9lH7 .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-ulvEFi9lH7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvEFi9lH7 .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvEFi9lH7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvEFi9lH7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvEFi9lH7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvEFi9lH7 .modal-open {
  overflow: hidden;
}
.cid-ulvEFi9lH7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvEFi9lH7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvEFi9lH7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvEFi9lH7 .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-ulvEFi9lH7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvEFi9lH7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvEFi9lH7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvEFi9lH7 .modal-content {
  background: #353535;
  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-ulvEFi9lH7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvEFi9lH7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvEFi9lH7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvEFi9lH7 .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvEFi9lH7 .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-ulvEFi9lH7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFi9lH7 .modal-header {
    padding: 1rem;
  }
}
.cid-ulvEFi9lH7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvEFi9lH7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvEFi9lH7 .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvEFi9lH7 .modal-header .close:focus {
  outline: none;
}
.cid-ulvEFi9lH7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvEFi9lH7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvEFi9lH7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFi9lH7 .modal-body {
    padding: 1rem;
  }
}
.cid-ulvEFi9lH7 .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-ulvEFi9lH7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFi9lH7 .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvEFi9lH7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvEFi9lH7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvEFi9lH7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvEFi9lH7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvEFi9lH7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvEFi9lH7 .modal-lg,
  .cid-ulvEFi9lH7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvEFi9lH7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvEFi9lH7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvEFi9lH7 .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-ulvEFi9lH7 .form-group {
  margin-bottom: 1rem;
}
.cid-ulvEFi9lH7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvEFi9lH7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvEFi9lH7 .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-ulvEFi9lH7 .mbr-section-btn {
  margin: 0;
}
.cid-ulvEFi9lH7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ulvEFjyjCp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulvEFjyjCp .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ulvEFjyjCp .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ulvEFjyjCp .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ulvEFjyjCp .bg-youtube:hover {
  background: #cc0000;
}
.cid-ulvEFjyjCp .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ulvEFjyjCp .bg-twitch:hover {
  background: #7313ff;
}
.cid-ulvEFjyjCp .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ulvEFjyjCp [class^="socicon-"]:before,
.cid-ulvEFjyjCp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ulvEFjyjCp .mbr-section-title,
.cid-ulvEFjyjCp .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ulvEFklo7P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ulvEFklo7P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ulvEFklo7P .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ulvEFklo7P .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ulvEFklo7P .form-control:focus,
.cid-ulvEFklo7P .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ulvEFklo7P .form-group {
  margin-bottom: 1rem;
}
.cid-ulvEFklo7P input::-webkit-input-placeholder,
.cid-ulvEFklo7P textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ulvEFklo7P input:-moz-placeholder,
.cid-ulvEFklo7P textarea:-moz-placeholder {
  color: #656565;
}
.cid-ulvEFklo7P .jq-selectbox li,
.cid-ulvEFklo7P .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ulvEFklo7P .jq-selectbox li:hover,
.cid-ulvEFklo7P .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ulvEFklo7P .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ulvEFklo7P .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ulvEFklo7P textarea.form-control {
  resize: none;
}
.cid-ulvEFklo7P .input-group-btn {
  display: inline-block;
}
.cid-ulvEFklo7P .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ulvEFklo7P .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulvEFklo7P .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ulvEFklo7P .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ulvEFklo7P .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ulvEFklo7P .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ulvEFklo7P .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulvEFklo7P .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ulvEFklo7P .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ulvEFklo7P .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ulvEFklo7P .form-control,
.cid-ulvEFklo7P .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ulvEFklo7P #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ulvEFklo7P #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ulvEFklo7P #creativecommons img,
.cid-ulvEFklo7P iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ulvEFklo7P .offset-md-1 {
  margin-left: 1vw;
}
.cid-ulvEFlso1z.popup-builder {
  background-color: #ffffff;
}
.cid-ulvEFlso1z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvEFlso1z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvEFlso1z .modal-content,
.cid-ulvEFlso1z .modal-dialog {
  height: auto;
}
.cid-ulvEFlso1z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvEFlso1z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvEFlso1z .form-wrapper .mbr-form .form-group,
  .cid-ulvEFlso1z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvEFlso1z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvEFlso1z .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-ulvEFlso1z .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvEFlso1z .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvEFlso1z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvEFlso1z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvEFlso1z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvEFlso1z .modal-open {
  overflow: hidden;
}
.cid-ulvEFlso1z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvEFlso1z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvEFlso1z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvEFlso1z .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-ulvEFlso1z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvEFlso1z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvEFlso1z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvEFlso1z .modal-content {
  background: #353535;
  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-ulvEFlso1z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvEFlso1z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvEFlso1z .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvEFlso1z .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvEFlso1z .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-ulvEFlso1z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFlso1z .modal-header {
    padding: 1rem;
  }
}
.cid-ulvEFlso1z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvEFlso1z .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvEFlso1z .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvEFlso1z .modal-header .close:focus {
  outline: none;
}
.cid-ulvEFlso1z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvEFlso1z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvEFlso1z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFlso1z .modal-body {
    padding: 1rem;
  }
}
.cid-ulvEFlso1z .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-ulvEFlso1z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvEFlso1z .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvEFlso1z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvEFlso1z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvEFlso1z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvEFlso1z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvEFlso1z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvEFlso1z .modal-lg,
  .cid-ulvEFlso1z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvEFlso1z .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvEFlso1z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvEFlso1z .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-ulvEFlso1z .form-group {
  margin-bottom: 1rem;
}
.cid-ulvEFlso1z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvEFlso1z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvEFlso1z .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-ulvEFlso1z .mbr-section-btn {
  margin: 0;
}
.cid-ulvEFlso1z .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulvFy1q99k.popup-builder {
  background-color: #ffffff;
}
.cid-ulvFy1q99k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvFy1q99k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvFy1q99k .modal-content,
.cid-ulvFy1q99k .modal-dialog {
  height: auto;
}
.cid-ulvFy1q99k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvFy1q99k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvFy1q99k .form-wrapper .mbr-form .form-group,
  .cid-ulvFy1q99k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvFy1q99k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvFy1q99k .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-ulvFy1q99k .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvFy1q99k .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvFy1q99k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvFy1q99k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvFy1q99k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvFy1q99k .modal-open {
  overflow: hidden;
}
.cid-ulvFy1q99k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvFy1q99k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvFy1q99k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvFy1q99k .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-ulvFy1q99k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvFy1q99k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvFy1q99k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvFy1q99k .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-ulvFy1q99k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvFy1q99k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvFy1q99k .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvFy1q99k .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvFy1q99k .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-ulvFy1q99k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvFy1q99k .modal-header {
    padding: 1rem;
  }
}
.cid-ulvFy1q99k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvFy1q99k .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvFy1q99k .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvFy1q99k .modal-header .close:focus {
  outline: none;
}
.cid-ulvFy1q99k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvFy1q99k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvFy1q99k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvFy1q99k .modal-body {
    padding: 1rem;
  }
}
.cid-ulvFy1q99k .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-ulvFy1q99k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvFy1q99k .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvFy1q99k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvFy1q99k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvFy1q99k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvFy1q99k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvFy1q99k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvFy1q99k .modal-lg,
  .cid-ulvFy1q99k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvFy1q99k .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvFy1q99k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvFy1q99k .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-ulvFy1q99k .form-group {
  margin-bottom: 1rem;
}
.cid-ulvFy1q99k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvFy1q99k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvFy1q99k .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-ulvFy1q99k .mbr-section-btn {
  margin: 0;
}
.cid-ulvFy1q99k .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulvFBzouNX.popup-builder {
  background-color: #ffffff;
}
.cid-ulvFBzouNX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulvFBzouNX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulvFBzouNX .modal-content,
.cid-ulvFBzouNX .modal-dialog {
  height: auto;
}
.cid-ulvFBzouNX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulvFBzouNX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulvFBzouNX .form-wrapper .mbr-form .form-group,
  .cid-ulvFBzouNX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulvFBzouNX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulvFBzouNX .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-ulvFBzouNX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ulvFBzouNX .pt-0 {
  padding-top: 0 !important;
}
.cid-ulvFBzouNX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulvFBzouNX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulvFBzouNX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulvFBzouNX .modal-open {
  overflow: hidden;
}
.cid-ulvFBzouNX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulvFBzouNX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulvFBzouNX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulvFBzouNX .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-ulvFBzouNX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulvFBzouNX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulvFBzouNX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulvFBzouNX .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-ulvFBzouNX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulvFBzouNX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulvFBzouNX .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulvFBzouNX .modal-backdrop.show {
  opacity: .5;
}
.cid-ulvFBzouNX .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-ulvFBzouNX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvFBzouNX .modal-header {
    padding: 1rem;
  }
}
.cid-ulvFBzouNX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulvFBzouNX .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulvFBzouNX .modal-header .close:hover {
  opacity: 1;
}
.cid-ulvFBzouNX .modal-header .close:focus {
  outline: none;
}
.cid-ulvFBzouNX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ulvFBzouNX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulvFBzouNX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvFBzouNX .modal-body {
    padding: 1rem;
  }
}
.cid-ulvFBzouNX .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-ulvFBzouNX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulvFBzouNX .modal-footer {
    padding: 1rem;
  }
}
.cid-ulvFBzouNX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulvFBzouNX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulvFBzouNX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulvFBzouNX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulvFBzouNX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulvFBzouNX .modal-lg,
  .cid-ulvFBzouNX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulvFBzouNX .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulvFBzouNX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulvFBzouNX .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-ulvFBzouNX .form-group {
  margin-bottom: 1rem;
}
.cid-ulvFBzouNX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulvFBzouNX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulvFBzouNX .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-ulvFBzouNX .mbr-section-btn {
  margin: 0;
}
.cid-ulvFBzouNX .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5KW2AW3B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-um5KW2AW3B nav.navbar {
  position: fixed;
}
.cid-um5KW2AW3B .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-um5KW2AW3B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um5KW2AW3B .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-um5KW2AW3B #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-um5KW2AW3B .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-um5KW2AW3B .dropdown-item:hover,
.cid-um5KW2AW3B .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-um5KW2AW3B .dropdown-item:hover span {
  color: white;
}
.cid-um5KW2AW3B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um5KW2AW3B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um5KW2AW3B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-um5KW2AW3B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um5KW2AW3B .nav-link {
  position: relative;
}
.cid-um5KW2AW3B .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-um5KW2AW3B .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-um5KW2AW3B .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-um5KW2AW3B .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-um5KW2AW3B .dropdown-menu,
.cid-um5KW2AW3B .navbar.opened {
  background: #353535 !important;
}
.cid-um5KW2AW3B .nav-item:focus,
.cid-um5KW2AW3B .nav-link:focus {
  outline: none;
}
.cid-um5KW2AW3B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um5KW2AW3B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um5KW2AW3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um5KW2AW3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um5KW2AW3B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um5KW2AW3B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um5KW2AW3B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-um5KW2AW3B .navbar.opened {
  transition: all 0.3s;
}
.cid-um5KW2AW3B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um5KW2AW3B .navbar .navbar-logo img {
  width: auto;
}
.cid-um5KW2AW3B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um5KW2AW3B .navbar.collapsed {
  justify-content: center;
}
.cid-um5KW2AW3B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um5KW2AW3B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-um5KW2AW3B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um5KW2AW3B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um5KW2AW3B .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-um5KW2AW3B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um5KW2AW3B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um5KW2AW3B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um5KW2AW3B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um5KW2AW3B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um5KW2AW3B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um5KW2AW3B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um5KW2AW3B .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-um5KW2AW3B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um5KW2AW3B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um5KW2AW3B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-um5KW2AW3B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um5KW2AW3B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um5KW2AW3B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-um5KW2AW3B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um5KW2AW3B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um5KW2AW3B .dropdown-item.active,
.cid-um5KW2AW3B .dropdown-item:active {
  background-color: transparent;
}
.cid-um5KW2AW3B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um5KW2AW3B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um5KW2AW3B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um5KW2AW3B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-um5KW2AW3B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um5KW2AW3B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um5KW2AW3B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um5KW2AW3B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um5KW2AW3B button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um5KW2AW3B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-um5KW2AW3B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um5KW2AW3B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um5KW2AW3B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um5KW2AW3B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um5KW2AW3B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um5KW2AW3B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um5KW2AW3B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um5KW2AW3B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um5KW2AW3B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um5KW2AW3B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um5KW2AW3B .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-um5KW2AW3B .navbar {
    height: 70px;
  }
  .cid-um5KW2AW3B .navbar.opened {
    height: auto;
  }
  .cid-um5KW2AW3B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um5KW2AW3B .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-um5KW2AW3B .navbar-toggler {
  margin-left: 10px;
}
.cid-um5KW2AW3B .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-um5KW2AW3B .navbar-logo {
  margin-right: 0 !important;
}
.cid-um5KW2AW3B .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-um5KW2AW3B .mbr-text {
    display: none;
  }
}
.cid-um5KW2AW3B .navbar-collapse {
  padding-top: 40px !important;
}
.cid-um5KW2AW3B .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-um5KW2AW3B .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-um5KW2AW3B .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-um5KW2AW3B #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-um5KW2AW3B #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-um5KW2AW3B #vol {
    display: none;
  }
}
.cid-um5KW2AW3B .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-um5KW30Lox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-um5KW30Lox .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-um5KW30Lox .mbr-section-subtitle {
  text-align: center;
}
.cid-um5KW30Lox .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-um5KW30Lox .display-1 {
    font-size: 75px;
  }
  .cid-um5KW30Lox .display-5 {
    font-size: 29px;
  }
  .cid-um5KW30Lox .display-4 {
    font-weight: 300;
  }
}
#custom-html-28c {
  /* Type valid CSS here */
}
#custom-html-28c div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-28c .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-um5KW3N5Fg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-um5KW3N5Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-um5KW3N5Fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um5KW3N5Fg .container,
.cid-um5KW3N5Fg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um5KW3N5Fg .container,
  .cid-um5KW3N5Fg .container-fluid {
    padding: 0 20px;
  }
}
.cid-um5KW3N5Fg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-um5KW3N5Fg .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-um5KW3N5Fg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um5KW3N5Fg .mbr-section-title {
  color: #4479d9;
}
.cid-um5KW3N5Fg .mbr-section-subtitle {
  color: #f9a600;
}
.cid-um5KW48rEM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um5KW48rEM .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-28f {
  /* Type valid CSS here */
  /* global */
}
#custom-html-28f *,
#custom-html-28f *::before,
#custom-html-28f *::after {
  box-sizing: border-box;
}
#custom-html-28f body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-28f #corpsDuTexte {
  background-color: #232323;
}
#custom-html-28f .container {
  background-color: #232323;
}
#custom-html-28f .titre {
  padding: 1em;
}
#custom-html-28f H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-28f h6 {
  color: white;
}
.cid-um5KW4vtIR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-um5KW4vtIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-um5KW4vtIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um5KW4vtIR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um5KW4vtIR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-um5KW4vtIR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-um5KW4vtIR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-um5KW4vtIR .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-um5KW4vtIR .mbr-text,
.cid-um5KW4vtIR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-um5KW4vtIR .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-um5KW4O7nM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-um5KW4O7nM .mbr-fallback-image.disabled {
  display: none;
}
.cid-um5KW4O7nM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um5KW4O7nM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um5KW4O7nM .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-um5KW4O7nM .image-wrapper {
    padding: 1rem;
  }
}
.cid-um5KW4O7nM .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-um5KW4O7nM .mbr-text,
.cid-um5KW4O7nM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-um5KW4O7nM .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-um5KW5c63D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-um5KW5c63D .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-um5KW5c63D .mbr-text,
.cid-um5KW5c63D .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-um5KW5yYwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-um5KW5yYwc .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-um5KW5yYwc .row {
    padding: 20px 34px;
  }
}
.cid-um5KW5yYwc .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-um5KW5Sy2t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-um5KW5Sy2t .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-um5KW5Sy2t .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-um5KW5Sy2t .card:hover {
  margin-top: -0.6rem;
}
.cid-um5KW5Sy2t .card-wrapper {
  position: relative;
}
.cid-um5KW5Sy2t .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-um5KW5Sy2t .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-um5KW5Sy2t .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-um5KW5Sy2t .big {
  margin-top: -25%;
}
.cid-um5KW5Sy2t .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-um5KW5Sy2t .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-um5KW5Sy2t .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-um5KW5Sy2t .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-um5KW6iYaf.popup-builder {
  background-color: #ffffff;
}
.cid-um5KW6iYaf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5KW6iYaf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5KW6iYaf .modal-content,
.cid-um5KW6iYaf .modal-dialog {
  height: auto;
}
.cid-um5KW6iYaf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5KW6iYaf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5KW6iYaf .form-wrapper .mbr-form .form-group,
  .cid-um5KW6iYaf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5KW6iYaf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5KW6iYaf .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-um5KW6iYaf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5KW6iYaf .pt-0 {
  padding-top: 0 !important;
}
.cid-um5KW6iYaf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5KW6iYaf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5KW6iYaf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5KW6iYaf .modal-open {
  overflow: hidden;
}
.cid-um5KW6iYaf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5KW6iYaf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5KW6iYaf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5KW6iYaf .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-um5KW6iYaf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5KW6iYaf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5KW6iYaf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5KW6iYaf .modal-content {
  background: #353535;
  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-um5KW6iYaf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5KW6iYaf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5KW6iYaf .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5KW6iYaf .modal-backdrop.show {
  opacity: .5;
}
.cid-um5KW6iYaf .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-um5KW6iYaf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW6iYaf .modal-header {
    padding: 1rem;
  }
}
.cid-um5KW6iYaf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5KW6iYaf .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5KW6iYaf .modal-header .close:hover {
  opacity: 1;
}
.cid-um5KW6iYaf .modal-header .close:focus {
  outline: none;
}
.cid-um5KW6iYaf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5KW6iYaf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5KW6iYaf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW6iYaf .modal-body {
    padding: 1rem;
  }
}
.cid-um5KW6iYaf .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-um5KW6iYaf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW6iYaf .modal-footer {
    padding: 1rem;
  }
}
.cid-um5KW6iYaf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5KW6iYaf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5KW6iYaf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5KW6iYaf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5KW6iYaf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5KW6iYaf .modal-lg,
  .cid-um5KW6iYaf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5KW6iYaf .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5KW6iYaf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5KW6iYaf .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-um5KW6iYaf .form-group {
  margin-bottom: 1rem;
}
.cid-um5KW6iYaf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5KW6iYaf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5KW6iYaf .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-um5KW6iYaf .mbr-section-btn {
  margin: 0;
}
.cid-um5KW6iYaf .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5KW6iYaf #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-um5KW6iYaf #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-um5KW6iYaf #creativecommons img,
.cid-um5KW6iYaf iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-um5KW6LYkZ.popup-builder {
  background-color: #ffffff;
}
.cid-um5KW6LYkZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5KW6LYkZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5KW6LYkZ .modal-content,
.cid-um5KW6LYkZ .modal-dialog {
  height: auto;
}
.cid-um5KW6LYkZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5KW6LYkZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5KW6LYkZ .form-wrapper .mbr-form .form-group,
  .cid-um5KW6LYkZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5KW6LYkZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5KW6LYkZ .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-um5KW6LYkZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5KW6LYkZ .pt-0 {
  padding-top: 0 !important;
}
.cid-um5KW6LYkZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5KW6LYkZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5KW6LYkZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5KW6LYkZ .modal-open {
  overflow: hidden;
}
.cid-um5KW6LYkZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5KW6LYkZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5KW6LYkZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5KW6LYkZ .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-um5KW6LYkZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5KW6LYkZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5KW6LYkZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5KW6LYkZ .modal-content {
  background: #353535;
  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-um5KW6LYkZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5KW6LYkZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5KW6LYkZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5KW6LYkZ .modal-backdrop.show {
  opacity: .5;
}
.cid-um5KW6LYkZ .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-um5KW6LYkZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW6LYkZ .modal-header {
    padding: 1rem;
  }
}
.cid-um5KW6LYkZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5KW6LYkZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5KW6LYkZ .modal-header .close:hover {
  opacity: 1;
}
.cid-um5KW6LYkZ .modal-header .close:focus {
  outline: none;
}
.cid-um5KW6LYkZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5KW6LYkZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5KW6LYkZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW6LYkZ .modal-body {
    padding: 1rem;
  }
}
.cid-um5KW6LYkZ .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-um5KW6LYkZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW6LYkZ .modal-footer {
    padding: 1rem;
  }
}
.cid-um5KW6LYkZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5KW6LYkZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5KW6LYkZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5KW6LYkZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5KW6LYkZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5KW6LYkZ .modal-lg,
  .cid-um5KW6LYkZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5KW6LYkZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5KW6LYkZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5KW6LYkZ .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-um5KW6LYkZ .form-group {
  margin-bottom: 1rem;
}
.cid-um5KW6LYkZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5KW6LYkZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5KW6LYkZ .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-um5KW6LYkZ .mbr-section-btn {
  margin: 0;
}
.cid-um5KW6LYkZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5KW7b0ps.popup-builder {
  background-color: #ffffff;
}
.cid-um5KW7b0ps.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5KW7b0ps.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5KW7b0ps .modal-content,
.cid-um5KW7b0ps .modal-dialog {
  height: auto;
}
.cid-um5KW7b0ps .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5KW7b0ps .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5KW7b0ps .form-wrapper .mbr-form .form-group,
  .cid-um5KW7b0ps .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5KW7b0ps .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5KW7b0ps .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-um5KW7b0ps .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5KW7b0ps .pt-0 {
  padding-top: 0 !important;
}
.cid-um5KW7b0ps .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5KW7b0ps .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5KW7b0ps .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5KW7b0ps .modal-open {
  overflow: hidden;
}
.cid-um5KW7b0ps .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5KW7b0ps .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5KW7b0ps .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5KW7b0ps .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-um5KW7b0ps .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5KW7b0ps .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5KW7b0ps .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5KW7b0ps .modal-content {
  background: #353535;
  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-um5KW7b0ps .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5KW7b0ps .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5KW7b0ps .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5KW7b0ps .modal-backdrop.show {
  opacity: .5;
}
.cid-um5KW7b0ps .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-um5KW7b0ps .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW7b0ps .modal-header {
    padding: 1rem;
  }
}
.cid-um5KW7b0ps .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5KW7b0ps .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5KW7b0ps .modal-header .close:hover {
  opacity: 1;
}
.cid-um5KW7b0ps .modal-header .close:focus {
  outline: none;
}
.cid-um5KW7b0ps .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5KW7b0ps .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5KW7b0ps .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW7b0ps .modal-body {
    padding: 1rem;
  }
}
.cid-um5KW7b0ps .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-um5KW7b0ps .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW7b0ps .modal-footer {
    padding: 1rem;
  }
}
.cid-um5KW7b0ps .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5KW7b0ps .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5KW7b0ps .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5KW7b0ps .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5KW7b0ps .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5KW7b0ps .modal-lg,
  .cid-um5KW7b0ps .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5KW7b0ps .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5KW7b0ps .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5KW7b0ps .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-um5KW7b0ps .form-group {
  margin-bottom: 1rem;
}
.cid-um5KW7b0ps .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5KW7b0ps .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5KW7b0ps .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-um5KW7b0ps .mbr-section-btn {
  margin: 0;
}
.cid-um5KW7b0ps .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5KW7BU9u.popup-builder {
  background-color: #ffffff;
}
.cid-um5KW7BU9u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5KW7BU9u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5KW7BU9u .modal-content,
.cid-um5KW7BU9u .modal-dialog {
  height: auto;
}
.cid-um5KW7BU9u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5KW7BU9u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5KW7BU9u .form-wrapper .mbr-form .form-group,
  .cid-um5KW7BU9u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5KW7BU9u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5KW7BU9u .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-um5KW7BU9u .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5KW7BU9u .pt-0 {
  padding-top: 0 !important;
}
.cid-um5KW7BU9u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5KW7BU9u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5KW7BU9u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5KW7BU9u .modal-open {
  overflow: hidden;
}
.cid-um5KW7BU9u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5KW7BU9u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5KW7BU9u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5KW7BU9u .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-um5KW7BU9u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5KW7BU9u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5KW7BU9u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5KW7BU9u .modal-content {
  background: #353535;
  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-um5KW7BU9u .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5KW7BU9u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5KW7BU9u .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5KW7BU9u .modal-backdrop.show {
  opacity: .5;
}
.cid-um5KW7BU9u .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-um5KW7BU9u .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW7BU9u .modal-header {
    padding: 1rem;
  }
}
.cid-um5KW7BU9u .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5KW7BU9u .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5KW7BU9u .modal-header .close:hover {
  opacity: 1;
}
.cid-um5KW7BU9u .modal-header .close:focus {
  outline: none;
}
.cid-um5KW7BU9u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5KW7BU9u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5KW7BU9u .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW7BU9u .modal-body {
    padding: 1rem;
  }
}
.cid-um5KW7BU9u .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-um5KW7BU9u .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW7BU9u .modal-footer {
    padding: 1rem;
  }
}
.cid-um5KW7BU9u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5KW7BU9u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5KW7BU9u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5KW7BU9u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5KW7BU9u .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5KW7BU9u .modal-lg,
  .cid-um5KW7BU9u .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5KW7BU9u .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5KW7BU9u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5KW7BU9u .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-um5KW7BU9u .form-group {
  margin-bottom: 1rem;
}
.cid-um5KW7BU9u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5KW7BU9u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5KW7BU9u .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-um5KW7BU9u .mbr-section-btn {
  margin: 0;
}
.cid-um5KW7BU9u .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5KW81ZjV.popup-builder {
  background-color: #ffffff;
}
.cid-um5KW81ZjV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5KW81ZjV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5KW81ZjV .modal-content,
.cid-um5KW81ZjV .modal-dialog {
  height: auto;
}
.cid-um5KW81ZjV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5KW81ZjV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5KW81ZjV .form-wrapper .mbr-form .form-group,
  .cid-um5KW81ZjV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5KW81ZjV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5KW81ZjV .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-um5KW81ZjV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5KW81ZjV .pt-0 {
  padding-top: 0 !important;
}
.cid-um5KW81ZjV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5KW81ZjV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5KW81ZjV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5KW81ZjV .modal-open {
  overflow: hidden;
}
.cid-um5KW81ZjV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5KW81ZjV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5KW81ZjV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5KW81ZjV .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-um5KW81ZjV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5KW81ZjV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5KW81ZjV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5KW81ZjV .modal-content {
  background: #353535;
  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-um5KW81ZjV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5KW81ZjV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5KW81ZjV .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5KW81ZjV .modal-backdrop.show {
  opacity: .5;
}
.cid-um5KW81ZjV .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-um5KW81ZjV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW81ZjV .modal-header {
    padding: 1rem;
  }
}
.cid-um5KW81ZjV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5KW81ZjV .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5KW81ZjV .modal-header .close:hover {
  opacity: 1;
}
.cid-um5KW81ZjV .modal-header .close:focus {
  outline: none;
}
.cid-um5KW81ZjV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5KW81ZjV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5KW81ZjV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW81ZjV .modal-body {
    padding: 1rem;
  }
}
.cid-um5KW81ZjV .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-um5KW81ZjV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW81ZjV .modal-footer {
    padding: 1rem;
  }
}
.cid-um5KW81ZjV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5KW81ZjV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5KW81ZjV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5KW81ZjV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5KW81ZjV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5KW81ZjV .modal-lg,
  .cid-um5KW81ZjV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5KW81ZjV .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5KW81ZjV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5KW81ZjV .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-um5KW81ZjV .form-group {
  margin-bottom: 1rem;
}
.cid-um5KW81ZjV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5KW81ZjV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5KW81ZjV .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-um5KW81ZjV .mbr-section-btn {
  margin: 0;
}
.cid-um5KW81ZjV .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5KW8rbjc.popup-builder {
  background-color: #ffffff;
}
.cid-um5KW8rbjc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5KW8rbjc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5KW8rbjc .modal-content,
.cid-um5KW8rbjc .modal-dialog {
  height: auto;
}
.cid-um5KW8rbjc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5KW8rbjc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5KW8rbjc .form-wrapper .mbr-form .form-group,
  .cid-um5KW8rbjc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5KW8rbjc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5KW8rbjc .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-um5KW8rbjc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5KW8rbjc .pt-0 {
  padding-top: 0 !important;
}
.cid-um5KW8rbjc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5KW8rbjc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5KW8rbjc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5KW8rbjc .modal-open {
  overflow: hidden;
}
.cid-um5KW8rbjc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5KW8rbjc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5KW8rbjc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5KW8rbjc .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-um5KW8rbjc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5KW8rbjc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5KW8rbjc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5KW8rbjc .modal-content {
  background: #353535;
  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-um5KW8rbjc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5KW8rbjc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5KW8rbjc .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5KW8rbjc .modal-backdrop.show {
  opacity: .5;
}
.cid-um5KW8rbjc .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-um5KW8rbjc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW8rbjc .modal-header {
    padding: 1rem;
  }
}
.cid-um5KW8rbjc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5KW8rbjc .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5KW8rbjc .modal-header .close:hover {
  opacity: 1;
}
.cid-um5KW8rbjc .modal-header .close:focus {
  outline: none;
}
.cid-um5KW8rbjc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5KW8rbjc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5KW8rbjc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW8rbjc .modal-body {
    padding: 1rem;
  }
}
.cid-um5KW8rbjc .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-um5KW8rbjc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KW8rbjc .modal-footer {
    padding: 1rem;
  }
}
.cid-um5KW8rbjc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5KW8rbjc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5KW8rbjc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5KW8rbjc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5KW8rbjc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5KW8rbjc .modal-lg,
  .cid-um5KW8rbjc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5KW8rbjc .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5KW8rbjc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5KW8rbjc .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-um5KW8rbjc .form-group {
  margin-bottom: 1rem;
}
.cid-um5KW8rbjc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5KW8rbjc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5KW8rbjc .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-um5KW8rbjc .mbr-section-btn {
  margin: 0;
}
.cid-um5KW8rbjc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-um5KW9glop {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um5KW9glop .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-um5KW9glop .bg-facebook:hover {
  background: #0b60cb;
}
.cid-um5KW9glop .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-um5KW9glop .bg-youtube:hover {
  background: #cc0000;
}
.cid-um5KW9glop .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-um5KW9glop .bg-twitch:hover {
  background: #7313ff;
}
.cid-um5KW9glop .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-um5KW9glop [class^="socicon-"]:before,
.cid-um5KW9glop [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-um5KW9glop .mbr-section-title,
.cid-um5KW9glop .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-um5KW9JqFB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-um5KW9JqFB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-um5KW9JqFB .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-um5KW9JqFB .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-um5KW9JqFB .form-control:focus,
.cid-um5KW9JqFB .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-um5KW9JqFB .form-group {
  margin-bottom: 1rem;
}
.cid-um5KW9JqFB input::-webkit-input-placeholder,
.cid-um5KW9JqFB textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-um5KW9JqFB input:-moz-placeholder,
.cid-um5KW9JqFB textarea:-moz-placeholder {
  color: #656565;
}
.cid-um5KW9JqFB .jq-selectbox li,
.cid-um5KW9JqFB .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-um5KW9JqFB .jq-selectbox li:hover,
.cid-um5KW9JqFB .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-um5KW9JqFB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-um5KW9JqFB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-um5KW9JqFB textarea.form-control {
  resize: none;
}
.cid-um5KW9JqFB .input-group-btn {
  display: inline-block;
}
.cid-um5KW9JqFB .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-um5KW9JqFB .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-um5KW9JqFB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-um5KW9JqFB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-um5KW9JqFB .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-um5KW9JqFB .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-um5KW9JqFB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-um5KW9JqFB .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-um5KW9JqFB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-um5KW9JqFB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-um5KW9JqFB .form-control,
.cid-um5KW9JqFB .input-group-btn .btn {
  border-radius: 3px;
}
.cid-um5KW9JqFB #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-um5KW9JqFB #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-um5KW9JqFB #creativecommons img,
.cid-um5KW9JqFB iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-um5KW9JqFB .offset-md-1 {
  margin-left: 1vw;
}
.cid-um5KWaC3IY.popup-builder {
  background-color: #ffffff;
}
.cid-um5KWaC3IY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5KWaC3IY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5KWaC3IY .modal-content,
.cid-um5KWaC3IY .modal-dialog {
  height: auto;
}
.cid-um5KWaC3IY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5KWaC3IY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5KWaC3IY .form-wrapper .mbr-form .form-group,
  .cid-um5KWaC3IY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5KWaC3IY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5KWaC3IY .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-um5KWaC3IY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5KWaC3IY .pt-0 {
  padding-top: 0 !important;
}
.cid-um5KWaC3IY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5KWaC3IY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5KWaC3IY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5KWaC3IY .modal-open {
  overflow: hidden;
}
.cid-um5KWaC3IY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5KWaC3IY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5KWaC3IY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5KWaC3IY .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-um5KWaC3IY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5KWaC3IY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5KWaC3IY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5KWaC3IY .modal-content {
  background: #353535;
  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-um5KWaC3IY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5KWaC3IY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5KWaC3IY .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5KWaC3IY .modal-backdrop.show {
  opacity: .5;
}
.cid-um5KWaC3IY .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-um5KWaC3IY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KWaC3IY .modal-header {
    padding: 1rem;
  }
}
.cid-um5KWaC3IY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5KWaC3IY .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5KWaC3IY .modal-header .close:hover {
  opacity: 1;
}
.cid-um5KWaC3IY .modal-header .close:focus {
  outline: none;
}
.cid-um5KWaC3IY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5KWaC3IY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5KWaC3IY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KWaC3IY .modal-body {
    padding: 1rem;
  }
}
.cid-um5KWaC3IY .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-um5KWaC3IY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5KWaC3IY .modal-footer {
    padding: 1rem;
  }
}
.cid-um5KWaC3IY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5KWaC3IY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5KWaC3IY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5KWaC3IY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5KWaC3IY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5KWaC3IY .modal-lg,
  .cid-um5KWaC3IY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5KWaC3IY .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5KWaC3IY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5KWaC3IY .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-um5KWaC3IY .form-group {
  margin-bottom: 1rem;
}
.cid-um5KWaC3IY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5KWaC3IY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5KWaC3IY .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-um5KWaC3IY .mbr-section-btn {
  margin: 0;
}
.cid-um5KWaC3IY .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5OPIxnFw.popup-builder {
  background-color: #ffffff;
}
.cid-um5OPIxnFw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5OPIxnFw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5OPIxnFw .modal-content,
.cid-um5OPIxnFw .modal-dialog {
  height: auto;
}
.cid-um5OPIxnFw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5OPIxnFw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5OPIxnFw .form-wrapper .mbr-form .form-group,
  .cid-um5OPIxnFw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5OPIxnFw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5OPIxnFw .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-um5OPIxnFw .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5OPIxnFw .pt-0 {
  padding-top: 0 !important;
}
.cid-um5OPIxnFw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5OPIxnFw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5OPIxnFw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5OPIxnFw .modal-open {
  overflow: hidden;
}
.cid-um5OPIxnFw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5OPIxnFw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5OPIxnFw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5OPIxnFw .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-um5OPIxnFw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5OPIxnFw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5OPIxnFw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5OPIxnFw .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-um5OPIxnFw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5OPIxnFw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5OPIxnFw .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5OPIxnFw .modal-backdrop.show {
  opacity: .5;
}
.cid-um5OPIxnFw .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-um5OPIxnFw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5OPIxnFw .modal-header {
    padding: 1rem;
  }
}
.cid-um5OPIxnFw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5OPIxnFw .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5OPIxnFw .modal-header .close:hover {
  opacity: 1;
}
.cid-um5OPIxnFw .modal-header .close:focus {
  outline: none;
}
.cid-um5OPIxnFw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5OPIxnFw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5OPIxnFw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5OPIxnFw .modal-body {
    padding: 1rem;
  }
}
.cid-um5OPIxnFw .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-um5OPIxnFw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5OPIxnFw .modal-footer {
    padding: 1rem;
  }
}
.cid-um5OPIxnFw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5OPIxnFw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5OPIxnFw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5OPIxnFw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5OPIxnFw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5OPIxnFw .modal-lg,
  .cid-um5OPIxnFw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5OPIxnFw .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5OPIxnFw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5OPIxnFw .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-um5OPIxnFw .form-group {
  margin-bottom: 1rem;
}
.cid-um5OPIxnFw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5OPIxnFw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5OPIxnFw .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-um5OPIxnFw .mbr-section-btn {
  margin: 0;
}
.cid-um5OPIxnFw .mbr-section-btn .btn {
  margin: 0;
}
.cid-um5OQ77t7G.popup-builder {
  background-color: #ffffff;
}
.cid-um5OQ77t7G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-um5OQ77t7G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-um5OQ77t7G .modal-content,
.cid-um5OQ77t7G .modal-dialog {
  height: auto;
}
.cid-um5OQ77t7G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-um5OQ77t7G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-um5OQ77t7G .form-wrapper .mbr-form .form-group,
  .cid-um5OQ77t7G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-um5OQ77t7G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-um5OQ77t7G .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-um5OQ77t7G .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-um5OQ77t7G .pt-0 {
  padding-top: 0 !important;
}
.cid-um5OQ77t7G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-um5OQ77t7G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-um5OQ77t7G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-um5OQ77t7G .modal-open {
  overflow: hidden;
}
.cid-um5OQ77t7G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-um5OQ77t7G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-um5OQ77t7G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-um5OQ77t7G .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-um5OQ77t7G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-um5OQ77t7G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-um5OQ77t7G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-um5OQ77t7G .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-um5OQ77t7G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-um5OQ77t7G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-um5OQ77t7G .modal-backdrop.fade {
  opacity: 0;
}
.cid-um5OQ77t7G .modal-backdrop.show {
  opacity: .5;
}
.cid-um5OQ77t7G .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-um5OQ77t7G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-um5OQ77t7G .modal-header {
    padding: 1rem;
  }
}
.cid-um5OQ77t7G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-um5OQ77t7G .modal-header .close svg {
  fill: #ffffff;
}
.cid-um5OQ77t7G .modal-header .close:hover {
  opacity: 1;
}
.cid-um5OQ77t7G .modal-header .close:focus {
  outline: none;
}
.cid-um5OQ77t7G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-um5OQ77t7G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-um5OQ77t7G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5OQ77t7G .modal-body {
    padding: 1rem;
  }
}
.cid-um5OQ77t7G .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-um5OQ77t7G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um5OQ77t7G .modal-footer {
    padding: 1rem;
  }
}
.cid-um5OQ77t7G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-um5OQ77t7G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-um5OQ77t7G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-um5OQ77t7G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-um5OQ77t7G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-um5OQ77t7G .modal-lg,
  .cid-um5OQ77t7G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-um5OQ77t7G .modal-xl {
    max-width: 1140px;
  }
}
.cid-um5OQ77t7G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-um5OQ77t7G .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-um5OQ77t7G .form-group {
  margin-bottom: 1rem;
}
.cid-um5OQ77t7G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-um5OQ77t7G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-um5OQ77t7G .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-um5OQ77t7G .mbr-section-btn {
  margin: 0;
}
.cid-um5OQ77t7G .mbr-section-btn .btn {
  margin: 0;
}
.cid-umKNqiwZ6I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umKNqiwZ6I nav.navbar {
  position: fixed;
}
.cid-umKNqiwZ6I .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-umKNqiwZ6I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umKNqiwZ6I .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-umKNqiwZ6I #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-umKNqiwZ6I .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-umKNqiwZ6I .dropdown-item:hover,
.cid-umKNqiwZ6I .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-umKNqiwZ6I .dropdown-item:hover span {
  color: white;
}
.cid-umKNqiwZ6I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umKNqiwZ6I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umKNqiwZ6I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-umKNqiwZ6I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umKNqiwZ6I .nav-link {
  position: relative;
}
.cid-umKNqiwZ6I .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-umKNqiwZ6I .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-umKNqiwZ6I .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-umKNqiwZ6I .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-umKNqiwZ6I .dropdown-menu,
.cid-umKNqiwZ6I .navbar.opened {
  background: #353535 !important;
}
.cid-umKNqiwZ6I .nav-item:focus,
.cid-umKNqiwZ6I .nav-link:focus {
  outline: none;
}
.cid-umKNqiwZ6I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umKNqiwZ6I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umKNqiwZ6I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umKNqiwZ6I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umKNqiwZ6I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umKNqiwZ6I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umKNqiwZ6I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-umKNqiwZ6I .navbar.opened {
  transition: all 0.3s;
}
.cid-umKNqiwZ6I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umKNqiwZ6I .navbar .navbar-logo img {
  width: auto;
}
.cid-umKNqiwZ6I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umKNqiwZ6I .navbar.collapsed {
  justify-content: center;
}
.cid-umKNqiwZ6I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umKNqiwZ6I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umKNqiwZ6I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umKNqiwZ6I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umKNqiwZ6I .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-umKNqiwZ6I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umKNqiwZ6I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umKNqiwZ6I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umKNqiwZ6I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umKNqiwZ6I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umKNqiwZ6I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umKNqiwZ6I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umKNqiwZ6I .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-umKNqiwZ6I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umKNqiwZ6I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umKNqiwZ6I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-umKNqiwZ6I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umKNqiwZ6I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umKNqiwZ6I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-umKNqiwZ6I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umKNqiwZ6I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umKNqiwZ6I .dropdown-item.active,
.cid-umKNqiwZ6I .dropdown-item:active {
  background-color: transparent;
}
.cid-umKNqiwZ6I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umKNqiwZ6I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umKNqiwZ6I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umKNqiwZ6I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-umKNqiwZ6I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umKNqiwZ6I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umKNqiwZ6I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umKNqiwZ6I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umKNqiwZ6I button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umKNqiwZ6I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-umKNqiwZ6I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umKNqiwZ6I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKNqiwZ6I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umKNqiwZ6I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umKNqiwZ6I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKNqiwZ6I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umKNqiwZ6I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umKNqiwZ6I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umKNqiwZ6I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umKNqiwZ6I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umKNqiwZ6I .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-umKNqiwZ6I .navbar {
    height: 70px;
  }
  .cid-umKNqiwZ6I .navbar.opened {
    height: auto;
  }
  .cid-umKNqiwZ6I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umKNqiwZ6I .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-umKNqiwZ6I .navbar-toggler {
  margin-left: 10px;
}
.cid-umKNqiwZ6I .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-umKNqiwZ6I .navbar-logo {
  margin-right: 0 !important;
}
.cid-umKNqiwZ6I .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-umKNqiwZ6I .mbr-text {
    display: none;
  }
}
.cid-umKNqiwZ6I .navbar-collapse {
  padding-top: 40px !important;
}
.cid-umKNqiwZ6I .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-umKNqiwZ6I .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-umKNqiwZ6I .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-umKNqiwZ6I #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-umKNqiwZ6I #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-umKNqiwZ6I #vol {
    display: none;
  }
}
.cid-umKNqiwZ6I .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-umKNqjxXfb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-umKNqjxXfb .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-umKNqjxXfb .mbr-section-subtitle {
  text-align: center;
}
.cid-umKNqjxXfb .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-umKNqjxXfb .display-1 {
    font-size: 75px;
  }
  .cid-umKNqjxXfb .display-5 {
    font-size: 29px;
  }
  .cid-umKNqjxXfb .display-4 {
    font-weight: 300;
  }
}
#custom-html-296 {
  /* Type valid CSS here */
}
#custom-html-296 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-296 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-umKNqksAvo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-umKNqksAvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKNqksAvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umKNqksAvo .container,
.cid-umKNqksAvo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-umKNqksAvo .container,
  .cid-umKNqksAvo .container-fluid {
    padding: 0 20px;
  }
}
.cid-umKNqksAvo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-umKNqksAvo .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-umKNqksAvo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-umKNqksAvo .mbr-section-title {
  color: #4479d9;
}
.cid-umKNqksAvo .mbr-section-subtitle {
  color: #f9a600;
}
.cid-umKNqkSACH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-umKNqkSACH .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-299 {
  /* Type valid CSS here */
  /* global */
}
#custom-html-299 *,
#custom-html-299 *::before,
#custom-html-299 *::after {
  box-sizing: border-box;
}
#custom-html-299 body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-299 #corpsDuTexte {
  background-color: #232323;
}
#custom-html-299 .container {
  background-color: #232323;
}
#custom-html-299 .titre {
  padding: 1em;
}
#custom-html-299 H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-299 h6 {
  color: white;
}
.cid-umKNqltEyb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-umKNqltEyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKNqltEyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-umKNqltEyb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKNqltEyb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umKNqltEyb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umKNqltEyb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umKNqltEyb .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-umKNqltEyb .mbr-text,
.cid-umKNqltEyb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-umKNqltEyb .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-umKNqlXNyb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-umKNqlXNyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umKNqlXNyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-umKNqlXNyb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umKNqlXNyb .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-umKNqlXNyb .image-wrapper {
    padding: 1rem;
  }
}
.cid-umKNqlXNyb .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-umKNqlXNyb .mbr-text,
.cid-umKNqlXNyb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-umKNqlXNyb .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-umKNqmuFg7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-umKNqmuFg7 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-umKNqmuFg7 .mbr-text,
.cid-umKNqmuFg7 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-umKNqmUNzh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-umKNqmUNzh .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-umKNqmUNzh .row {
    padding: 20px 34px;
  }
}
.cid-umKNqmUNzh .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-umKNqnrjZP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-umKNqnrjZP .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-umKNqnrjZP .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-umKNqnrjZP .card:hover {
  margin-top: -0.6rem;
}
.cid-umKNqnrjZP .card-wrapper {
  position: relative;
}
.cid-umKNqnrjZP .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-umKNqnrjZP .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-umKNqnrjZP .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-umKNqnrjZP .big {
  margin-top: -25%;
}
.cid-umKNqnrjZP .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-umKNqnrjZP .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-umKNqnrjZP .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-umKNqnrjZP .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-umKNqo3jYv.popup-builder {
  background-color: #ffffff;
}
.cid-umKNqo3jYv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKNqo3jYv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKNqo3jYv .modal-content,
.cid-umKNqo3jYv .modal-dialog {
  height: auto;
}
.cid-umKNqo3jYv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKNqo3jYv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKNqo3jYv .form-wrapper .mbr-form .form-group,
  .cid-umKNqo3jYv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKNqo3jYv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKNqo3jYv .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-umKNqo3jYv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKNqo3jYv .pt-0 {
  padding-top: 0 !important;
}
.cid-umKNqo3jYv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKNqo3jYv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKNqo3jYv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKNqo3jYv .modal-open {
  overflow: hidden;
}
.cid-umKNqo3jYv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKNqo3jYv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKNqo3jYv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKNqo3jYv .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-umKNqo3jYv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKNqo3jYv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKNqo3jYv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKNqo3jYv .modal-content {
  background: #353535;
  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-umKNqo3jYv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKNqo3jYv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKNqo3jYv .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKNqo3jYv .modal-backdrop.show {
  opacity: .5;
}
.cid-umKNqo3jYv .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-umKNqo3jYv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqo3jYv .modal-header {
    padding: 1rem;
  }
}
.cid-umKNqo3jYv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKNqo3jYv .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKNqo3jYv .modal-header .close:hover {
  opacity: 1;
}
.cid-umKNqo3jYv .modal-header .close:focus {
  outline: none;
}
.cid-umKNqo3jYv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKNqo3jYv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKNqo3jYv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqo3jYv .modal-body {
    padding: 1rem;
  }
}
.cid-umKNqo3jYv .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-umKNqo3jYv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqo3jYv .modal-footer {
    padding: 1rem;
  }
}
.cid-umKNqo3jYv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKNqo3jYv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKNqo3jYv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKNqo3jYv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKNqo3jYv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKNqo3jYv .modal-lg,
  .cid-umKNqo3jYv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKNqo3jYv .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKNqo3jYv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKNqo3jYv .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-umKNqo3jYv .form-group {
  margin-bottom: 1rem;
}
.cid-umKNqo3jYv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKNqo3jYv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKNqo3jYv .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-umKNqo3jYv .mbr-section-btn {
  margin: 0;
}
.cid-umKNqo3jYv .mbr-section-btn .btn {
  margin: 0;
}
.cid-umKNqo3jYv #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-umKNqo3jYv #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-umKNqo3jYv #creativecommons img,
.cid-umKNqo3jYv iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-umKNqoUX9O.popup-builder {
  background-color: #ffffff;
}
.cid-umKNqoUX9O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKNqoUX9O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKNqoUX9O .modal-content,
.cid-umKNqoUX9O .modal-dialog {
  height: auto;
}
.cid-umKNqoUX9O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKNqoUX9O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKNqoUX9O .form-wrapper .mbr-form .form-group,
  .cid-umKNqoUX9O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKNqoUX9O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKNqoUX9O .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-umKNqoUX9O .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKNqoUX9O .pt-0 {
  padding-top: 0 !important;
}
.cid-umKNqoUX9O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKNqoUX9O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKNqoUX9O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKNqoUX9O .modal-open {
  overflow: hidden;
}
.cid-umKNqoUX9O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKNqoUX9O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKNqoUX9O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKNqoUX9O .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-umKNqoUX9O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKNqoUX9O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKNqoUX9O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKNqoUX9O .modal-content {
  background: #353535;
  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-umKNqoUX9O .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKNqoUX9O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKNqoUX9O .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKNqoUX9O .modal-backdrop.show {
  opacity: .5;
}
.cid-umKNqoUX9O .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-umKNqoUX9O .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqoUX9O .modal-header {
    padding: 1rem;
  }
}
.cid-umKNqoUX9O .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKNqoUX9O .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKNqoUX9O .modal-header .close:hover {
  opacity: 1;
}
.cid-umKNqoUX9O .modal-header .close:focus {
  outline: none;
}
.cid-umKNqoUX9O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKNqoUX9O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKNqoUX9O .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqoUX9O .modal-body {
    padding: 1rem;
  }
}
.cid-umKNqoUX9O .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-umKNqoUX9O .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqoUX9O .modal-footer {
    padding: 1rem;
  }
}
.cid-umKNqoUX9O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKNqoUX9O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKNqoUX9O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKNqoUX9O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKNqoUX9O .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKNqoUX9O .modal-lg,
  .cid-umKNqoUX9O .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKNqoUX9O .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKNqoUX9O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKNqoUX9O .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-umKNqoUX9O .form-group {
  margin-bottom: 1rem;
}
.cid-umKNqoUX9O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKNqoUX9O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKNqoUX9O .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-umKNqoUX9O .mbr-section-btn {
  margin: 0;
}
.cid-umKNqoUX9O .mbr-section-btn .btn {
  margin: 0;
}
.cid-umKNqpvqRp.popup-builder {
  background-color: #ffffff;
}
.cid-umKNqpvqRp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKNqpvqRp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKNqpvqRp .modal-content,
.cid-umKNqpvqRp .modal-dialog {
  height: auto;
}
.cid-umKNqpvqRp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKNqpvqRp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKNqpvqRp .form-wrapper .mbr-form .form-group,
  .cid-umKNqpvqRp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKNqpvqRp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKNqpvqRp .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-umKNqpvqRp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKNqpvqRp .pt-0 {
  padding-top: 0 !important;
}
.cid-umKNqpvqRp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKNqpvqRp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKNqpvqRp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKNqpvqRp .modal-open {
  overflow: hidden;
}
.cid-umKNqpvqRp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKNqpvqRp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKNqpvqRp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKNqpvqRp .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-umKNqpvqRp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKNqpvqRp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKNqpvqRp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKNqpvqRp .modal-content {
  background: #353535;
  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-umKNqpvqRp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKNqpvqRp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKNqpvqRp .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKNqpvqRp .modal-backdrop.show {
  opacity: .5;
}
.cid-umKNqpvqRp .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-umKNqpvqRp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqpvqRp .modal-header {
    padding: 1rem;
  }
}
.cid-umKNqpvqRp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKNqpvqRp .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKNqpvqRp .modal-header .close:hover {
  opacity: 1;
}
.cid-umKNqpvqRp .modal-header .close:focus {
  outline: none;
}
.cid-umKNqpvqRp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKNqpvqRp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKNqpvqRp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqpvqRp .modal-body {
    padding: 1rem;
  }
}
.cid-umKNqpvqRp .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-umKNqpvqRp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqpvqRp .modal-footer {
    padding: 1rem;
  }
}
.cid-umKNqpvqRp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKNqpvqRp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKNqpvqRp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKNqpvqRp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKNqpvqRp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKNqpvqRp .modal-lg,
  .cid-umKNqpvqRp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKNqpvqRp .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKNqpvqRp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKNqpvqRp .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-umKNqpvqRp .form-group {
  margin-bottom: 1rem;
}
.cid-umKNqpvqRp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKNqpvqRp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKNqpvqRp .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-umKNqpvqRp .mbr-section-btn {
  margin: 0;
}
.cid-umKNqpvqRp .mbr-section-btn .btn {
  margin: 0;
}
.cid-umKNqqhVha.popup-builder {
  background-color: #ffffff;
}
.cid-umKNqqhVha.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKNqqhVha.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKNqqhVha .modal-content,
.cid-umKNqqhVha .modal-dialog {
  height: auto;
}
.cid-umKNqqhVha .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKNqqhVha .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKNqqhVha .form-wrapper .mbr-form .form-group,
  .cid-umKNqqhVha .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKNqqhVha .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKNqqhVha .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-umKNqqhVha .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKNqqhVha .pt-0 {
  padding-top: 0 !important;
}
.cid-umKNqqhVha .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKNqqhVha .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKNqqhVha .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKNqqhVha .modal-open {
  overflow: hidden;
}
.cid-umKNqqhVha .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKNqqhVha .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKNqqhVha .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKNqqhVha .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-umKNqqhVha .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKNqqhVha .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKNqqhVha .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKNqqhVha .modal-content {
  background: #353535;
  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-umKNqqhVha .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKNqqhVha .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKNqqhVha .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKNqqhVha .modal-backdrop.show {
  opacity: .5;
}
.cid-umKNqqhVha .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-umKNqqhVha .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqqhVha .modal-header {
    padding: 1rem;
  }
}
.cid-umKNqqhVha .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKNqqhVha .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKNqqhVha .modal-header .close:hover {
  opacity: 1;
}
.cid-umKNqqhVha .modal-header .close:focus {
  outline: none;
}
.cid-umKNqqhVha .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKNqqhVha .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKNqqhVha .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqqhVha .modal-body {
    padding: 1rem;
  }
}
.cid-umKNqqhVha .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-umKNqqhVha .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqqhVha .modal-footer {
    padding: 1rem;
  }
}
.cid-umKNqqhVha .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKNqqhVha .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKNqqhVha .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKNqqhVha .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKNqqhVha .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKNqqhVha .modal-lg,
  .cid-umKNqqhVha .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKNqqhVha .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKNqqhVha .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKNqqhVha .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-umKNqqhVha .form-group {
  margin-bottom: 1rem;
}
.cid-umKNqqhVha .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKNqqhVha .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKNqqhVha .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-umKNqqhVha .mbr-section-btn {
  margin: 0;
}
.cid-umKNqqhVha .mbr-section-btn .btn {
  margin: 0;
}
.cid-umKNqr0tDq.popup-builder {
  background-color: #ffffff;
}
.cid-umKNqr0tDq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKNqr0tDq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKNqr0tDq .modal-content,
.cid-umKNqr0tDq .modal-dialog {
  height: auto;
}
.cid-umKNqr0tDq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKNqr0tDq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKNqr0tDq .form-wrapper .mbr-form .form-group,
  .cid-umKNqr0tDq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKNqr0tDq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKNqr0tDq .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-umKNqr0tDq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKNqr0tDq .pt-0 {
  padding-top: 0 !important;
}
.cid-umKNqr0tDq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKNqr0tDq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKNqr0tDq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKNqr0tDq .modal-open {
  overflow: hidden;
}
.cid-umKNqr0tDq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKNqr0tDq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKNqr0tDq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKNqr0tDq .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-umKNqr0tDq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKNqr0tDq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKNqr0tDq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKNqr0tDq .modal-content {
  background: #353535;
  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-umKNqr0tDq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKNqr0tDq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKNqr0tDq .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKNqr0tDq .modal-backdrop.show {
  opacity: .5;
}
.cid-umKNqr0tDq .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-umKNqr0tDq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqr0tDq .modal-header {
    padding: 1rem;
  }
}
.cid-umKNqr0tDq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKNqr0tDq .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKNqr0tDq .modal-header .close:hover {
  opacity: 1;
}
.cid-umKNqr0tDq .modal-header .close:focus {
  outline: none;
}
.cid-umKNqr0tDq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKNqr0tDq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKNqr0tDq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqr0tDq .modal-body {
    padding: 1rem;
  }
}
.cid-umKNqr0tDq .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-umKNqr0tDq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqr0tDq .modal-footer {
    padding: 1rem;
  }
}
.cid-umKNqr0tDq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKNqr0tDq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKNqr0tDq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKNqr0tDq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKNqr0tDq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKNqr0tDq .modal-lg,
  .cid-umKNqr0tDq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKNqr0tDq .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKNqr0tDq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKNqr0tDq .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-umKNqr0tDq .form-group {
  margin-bottom: 1rem;
}
.cid-umKNqr0tDq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKNqr0tDq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKNqr0tDq .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-umKNqr0tDq .mbr-section-btn {
  margin: 0;
}
.cid-umKNqr0tDq .mbr-section-btn .btn {
  margin: 0;
}
.cid-umKNqrMzB7.popup-builder {
  background-color: #ffffff;
}
.cid-umKNqrMzB7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKNqrMzB7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKNqrMzB7 .modal-content,
.cid-umKNqrMzB7 .modal-dialog {
  height: auto;
}
.cid-umKNqrMzB7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKNqrMzB7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKNqrMzB7 .form-wrapper .mbr-form .form-group,
  .cid-umKNqrMzB7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKNqrMzB7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKNqrMzB7 .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-umKNqrMzB7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKNqrMzB7 .pt-0 {
  padding-top: 0 !important;
}
.cid-umKNqrMzB7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKNqrMzB7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKNqrMzB7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKNqrMzB7 .modal-open {
  overflow: hidden;
}
.cid-umKNqrMzB7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKNqrMzB7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKNqrMzB7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKNqrMzB7 .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-umKNqrMzB7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKNqrMzB7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKNqrMzB7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKNqrMzB7 .modal-content {
  background: #353535;
  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-umKNqrMzB7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKNqrMzB7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKNqrMzB7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKNqrMzB7 .modal-backdrop.show {
  opacity: .5;
}
.cid-umKNqrMzB7 .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-umKNqrMzB7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqrMzB7 .modal-header {
    padding: 1rem;
  }
}
.cid-umKNqrMzB7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKNqrMzB7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKNqrMzB7 .modal-header .close:hover {
  opacity: 1;
}
.cid-umKNqrMzB7 .modal-header .close:focus {
  outline: none;
}
.cid-umKNqrMzB7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKNqrMzB7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKNqrMzB7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqrMzB7 .modal-body {
    padding: 1rem;
  }
}
.cid-umKNqrMzB7 .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-umKNqrMzB7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNqrMzB7 .modal-footer {
    padding: 1rem;
  }
}
.cid-umKNqrMzB7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKNqrMzB7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKNqrMzB7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKNqrMzB7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKNqrMzB7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKNqrMzB7 .modal-lg,
  .cid-umKNqrMzB7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKNqrMzB7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKNqrMzB7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKNqrMzB7 .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-umKNqrMzB7 .form-group {
  margin-bottom: 1rem;
}
.cid-umKNqrMzB7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKNqrMzB7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKNqrMzB7 .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-umKNqrMzB7 .mbr-section-btn {
  margin: 0;
}
.cid-umKNqrMzB7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-umKNqsK7fb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-umKNqsK7fb .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-umKNqsK7fb .bg-facebook:hover {
  background: #0b60cb;
}
.cid-umKNqsK7fb .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-umKNqsK7fb .bg-youtube:hover {
  background: #cc0000;
}
.cid-umKNqsK7fb .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-umKNqsK7fb .bg-twitch:hover {
  background: #7313ff;
}
.cid-umKNqsK7fb .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-umKNqsK7fb [class^="socicon-"]:before,
.cid-umKNqsK7fb [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-umKNqsK7fb .mbr-section-title,
.cid-umKNqsK7fb .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-umKNqtn6kT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-umKNqtn6kT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-umKNqtn6kT .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-umKNqtn6kT .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-umKNqtn6kT .form-control:focus,
.cid-umKNqtn6kT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-umKNqtn6kT .form-group {
  margin-bottom: 1rem;
}
.cid-umKNqtn6kT input::-webkit-input-placeholder,
.cid-umKNqtn6kT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-umKNqtn6kT input:-moz-placeholder,
.cid-umKNqtn6kT textarea:-moz-placeholder {
  color: #656565;
}
.cid-umKNqtn6kT .jq-selectbox li,
.cid-umKNqtn6kT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-umKNqtn6kT .jq-selectbox li:hover,
.cid-umKNqtn6kT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-umKNqtn6kT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-umKNqtn6kT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-umKNqtn6kT textarea.form-control {
  resize: none;
}
.cid-umKNqtn6kT .input-group-btn {
  display: inline-block;
}
.cid-umKNqtn6kT .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-umKNqtn6kT .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umKNqtn6kT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-umKNqtn6kT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-umKNqtn6kT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-umKNqtn6kT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-umKNqtn6kT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umKNqtn6kT .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-umKNqtn6kT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umKNqtn6kT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-umKNqtn6kT .form-control,
.cid-umKNqtn6kT .input-group-btn .btn {
  border-radius: 3px;
}
.cid-umKNqtn6kT #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-umKNqtn6kT #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-umKNqtn6kT #creativecommons img,
.cid-umKNqtn6kT iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-umKNqtn6kT .offset-md-1 {
  margin-left: 1vw;
}
.cid-umKNquKpSm.popup-builder {
  background-color: #ffffff;
}
.cid-umKNquKpSm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKNquKpSm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKNquKpSm .modal-content,
.cid-umKNquKpSm .modal-dialog {
  height: auto;
}
.cid-umKNquKpSm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKNquKpSm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKNquKpSm .form-wrapper .mbr-form .form-group,
  .cid-umKNquKpSm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKNquKpSm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKNquKpSm .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-umKNquKpSm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKNquKpSm .pt-0 {
  padding-top: 0 !important;
}
.cid-umKNquKpSm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKNquKpSm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKNquKpSm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKNquKpSm .modal-open {
  overflow: hidden;
}
.cid-umKNquKpSm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKNquKpSm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKNquKpSm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKNquKpSm .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-umKNquKpSm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKNquKpSm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKNquKpSm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKNquKpSm .modal-content {
  background: #353535;
  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-umKNquKpSm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKNquKpSm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKNquKpSm .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKNquKpSm .modal-backdrop.show {
  opacity: .5;
}
.cid-umKNquKpSm .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-umKNquKpSm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNquKpSm .modal-header {
    padding: 1rem;
  }
}
.cid-umKNquKpSm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKNquKpSm .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKNquKpSm .modal-header .close:hover {
  opacity: 1;
}
.cid-umKNquKpSm .modal-header .close:focus {
  outline: none;
}
.cid-umKNquKpSm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKNquKpSm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKNquKpSm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNquKpSm .modal-body {
    padding: 1rem;
  }
}
.cid-umKNquKpSm .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-umKNquKpSm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKNquKpSm .modal-footer {
    padding: 1rem;
  }
}
.cid-umKNquKpSm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKNquKpSm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKNquKpSm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKNquKpSm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKNquKpSm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKNquKpSm .modal-lg,
  .cid-umKNquKpSm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKNquKpSm .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKNquKpSm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKNquKpSm .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-umKNquKpSm .form-group {
  margin-bottom: 1rem;
}
.cid-umKNquKpSm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKNquKpSm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKNquKpSm .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-umKNquKpSm .mbr-section-btn {
  margin: 0;
}
.cid-umKNquKpSm .mbr-section-btn .btn {
  margin: 0;
}
.cid-umKPdLu5wk.popup-builder {
  background-color: #ffffff;
}
.cid-umKPdLu5wk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKPdLu5wk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKPdLu5wk .modal-content,
.cid-umKPdLu5wk .modal-dialog {
  height: auto;
}
.cid-umKPdLu5wk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKPdLu5wk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKPdLu5wk .form-wrapper .mbr-form .form-group,
  .cid-umKPdLu5wk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKPdLu5wk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKPdLu5wk .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-umKPdLu5wk .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKPdLu5wk .pt-0 {
  padding-top: 0 !important;
}
.cid-umKPdLu5wk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKPdLu5wk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKPdLu5wk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKPdLu5wk .modal-open {
  overflow: hidden;
}
.cid-umKPdLu5wk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKPdLu5wk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKPdLu5wk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKPdLu5wk .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-umKPdLu5wk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKPdLu5wk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKPdLu5wk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKPdLu5wk .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-umKPdLu5wk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKPdLu5wk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKPdLu5wk .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKPdLu5wk .modal-backdrop.show {
  opacity: .5;
}
.cid-umKPdLu5wk .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-umKPdLu5wk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKPdLu5wk .modal-header {
    padding: 1rem;
  }
}
.cid-umKPdLu5wk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKPdLu5wk .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKPdLu5wk .modal-header .close:hover {
  opacity: 1;
}
.cid-umKPdLu5wk .modal-header .close:focus {
  outline: none;
}
.cid-umKPdLu5wk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKPdLu5wk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKPdLu5wk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKPdLu5wk .modal-body {
    padding: 1rem;
  }
}
.cid-umKPdLu5wk .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-umKPdLu5wk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKPdLu5wk .modal-footer {
    padding: 1rem;
  }
}
.cid-umKPdLu5wk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKPdLu5wk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKPdLu5wk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKPdLu5wk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKPdLu5wk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKPdLu5wk .modal-lg,
  .cid-umKPdLu5wk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKPdLu5wk .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKPdLu5wk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKPdLu5wk .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-umKPdLu5wk .form-group {
  margin-bottom: 1rem;
}
.cid-umKPdLu5wk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKPdLu5wk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKPdLu5wk .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-umKPdLu5wk .mbr-section-btn {
  margin: 0;
}
.cid-umKPdLu5wk .mbr-section-btn .btn {
  margin: 0;
}
.cid-umKPevUcpv.popup-builder {
  background-color: #ffffff;
}
.cid-umKPevUcpv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-umKPevUcpv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-umKPevUcpv .modal-content,
.cid-umKPevUcpv .modal-dialog {
  height: auto;
}
.cid-umKPevUcpv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-umKPevUcpv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-umKPevUcpv .form-wrapper .mbr-form .form-group,
  .cid-umKPevUcpv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-umKPevUcpv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-umKPevUcpv .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-umKPevUcpv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-umKPevUcpv .pt-0 {
  padding-top: 0 !important;
}
.cid-umKPevUcpv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-umKPevUcpv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-umKPevUcpv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-umKPevUcpv .modal-open {
  overflow: hidden;
}
.cid-umKPevUcpv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-umKPevUcpv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-umKPevUcpv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-umKPevUcpv .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-umKPevUcpv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-umKPevUcpv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-umKPevUcpv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-umKPevUcpv .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-umKPevUcpv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-umKPevUcpv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-umKPevUcpv .modal-backdrop.fade {
  opacity: 0;
}
.cid-umKPevUcpv .modal-backdrop.show {
  opacity: .5;
}
.cid-umKPevUcpv .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-umKPevUcpv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umKPevUcpv .modal-header {
    padding: 1rem;
  }
}
.cid-umKPevUcpv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-umKPevUcpv .modal-header .close svg {
  fill: #ffffff;
}
.cid-umKPevUcpv .modal-header .close:hover {
  opacity: 1;
}
.cid-umKPevUcpv .modal-header .close:focus {
  outline: none;
}
.cid-umKPevUcpv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-umKPevUcpv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-umKPevUcpv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKPevUcpv .modal-body {
    padding: 1rem;
  }
}
.cid-umKPevUcpv .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-umKPevUcpv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umKPevUcpv .modal-footer {
    padding: 1rem;
  }
}
.cid-umKPevUcpv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-umKPevUcpv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-umKPevUcpv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-umKPevUcpv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-umKPevUcpv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-umKPevUcpv .modal-lg,
  .cid-umKPevUcpv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-umKPevUcpv .modal-xl {
    max-width: 1140px;
  }
}
.cid-umKPevUcpv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-umKPevUcpv .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-umKPevUcpv .form-group {
  margin-bottom: 1rem;
}
.cid-umKPevUcpv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-umKPevUcpv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-umKPevUcpv .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-umKPevUcpv .mbr-section-btn {
  margin: 0;
}
.cid-umKPevUcpv .mbr-section-btn .btn {
  margin: 0;
}
.cid-unuYTmo8fo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unuYTmo8fo nav.navbar {
  position: fixed;
}
.cid-unuYTmo8fo .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-unuYTmo8fo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unuYTmo8fo .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-unuYTmo8fo #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-unuYTmo8fo .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-unuYTmo8fo .dropdown-item:hover,
.cid-unuYTmo8fo .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-unuYTmo8fo .dropdown-item:hover span {
  color: white;
}
.cid-unuYTmo8fo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unuYTmo8fo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unuYTmo8fo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-unuYTmo8fo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unuYTmo8fo .nav-link {
  position: relative;
}
.cid-unuYTmo8fo .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-unuYTmo8fo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-unuYTmo8fo .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-unuYTmo8fo .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-unuYTmo8fo .dropdown-menu,
.cid-unuYTmo8fo .navbar.opened {
  background: #353535 !important;
}
.cid-unuYTmo8fo .nav-item:focus,
.cid-unuYTmo8fo .nav-link:focus {
  outline: none;
}
.cid-unuYTmo8fo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unuYTmo8fo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unuYTmo8fo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unuYTmo8fo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unuYTmo8fo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unuYTmo8fo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unuYTmo8fo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-unuYTmo8fo .navbar.opened {
  transition: all 0.3s;
}
.cid-unuYTmo8fo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unuYTmo8fo .navbar .navbar-logo img {
  width: auto;
}
.cid-unuYTmo8fo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unuYTmo8fo .navbar.collapsed {
  justify-content: center;
}
.cid-unuYTmo8fo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unuYTmo8fo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unuYTmo8fo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unuYTmo8fo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unuYTmo8fo .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-unuYTmo8fo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unuYTmo8fo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unuYTmo8fo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unuYTmo8fo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unuYTmo8fo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unuYTmo8fo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unuYTmo8fo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unuYTmo8fo .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-unuYTmo8fo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unuYTmo8fo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unuYTmo8fo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-unuYTmo8fo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unuYTmo8fo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unuYTmo8fo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-unuYTmo8fo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unuYTmo8fo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unuYTmo8fo .dropdown-item.active,
.cid-unuYTmo8fo .dropdown-item:active {
  background-color: transparent;
}
.cid-unuYTmo8fo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unuYTmo8fo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unuYTmo8fo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unuYTmo8fo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-unuYTmo8fo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unuYTmo8fo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unuYTmo8fo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unuYTmo8fo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unuYTmo8fo button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unuYTmo8fo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-unuYTmo8fo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unuYTmo8fo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unuYTmo8fo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unuYTmo8fo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unuYTmo8fo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unuYTmo8fo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unuYTmo8fo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unuYTmo8fo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unuYTmo8fo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unuYTmo8fo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unuYTmo8fo .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-unuYTmo8fo .navbar {
    height: 70px;
  }
  .cid-unuYTmo8fo .navbar.opened {
    height: auto;
  }
  .cid-unuYTmo8fo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unuYTmo8fo .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-unuYTmo8fo .navbar-toggler {
  margin-left: 10px;
}
.cid-unuYTmo8fo .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-unuYTmo8fo .navbar-logo {
  margin-right: 0 !important;
}
.cid-unuYTmo8fo .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-unuYTmo8fo .mbr-text {
    display: none;
  }
}
.cid-unuYTmo8fo .navbar-collapse {
  padding-top: 40px !important;
}
.cid-unuYTmo8fo .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-unuYTmo8fo .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-unuYTmo8fo .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-unuYTmo8fo #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-unuYTmo8fo #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-unuYTmo8fo #vol {
    display: none;
  }
}
.cid-unuYTmo8fo .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-unuYTmREb2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-unuYTmREb2 .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-unuYTmREb2 .mbr-section-subtitle {
  text-align: center;
}
.cid-unuYTmREb2 .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-unuYTmREb2 .display-1 {
    font-size: 75px;
  }
  .cid-unuYTmREb2 .display-5 {
    font-size: 29px;
  }
  .cid-unuYTmREb2 .display-4 {
    font-weight: 300;
  }
}
#custom-html-29y {
  /* Type valid CSS here */
}
#custom-html-29y div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-29y .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-unuYTnxAtL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-unuYTnxAtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuYTnxAtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unuYTnxAtL .container,
.cid-unuYTnxAtL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-unuYTnxAtL .container,
  .cid-unuYTnxAtL .container-fluid {
    padding: 0 20px;
  }
}
.cid-unuYTnxAtL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-unuYTnxAtL .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-unuYTnxAtL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unuYTnxAtL .mbr-section-title {
  color: #4479d9;
}
.cid-unuYTnxAtL .mbr-section-subtitle {
  color: #f9a600;
}
.cid-unuYTnRZFF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-unuYTnRZFF .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2a1 {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2a1 *,
#custom-html-2a1 *::before,
#custom-html-2a1 *::after {
  box-sizing: border-box;
}
#custom-html-2a1 body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2a1 #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2a1 .container {
  background-color: #232323;
}
#custom-html-2a1 .titre {
  padding: 1em;
}
#custom-html-2a1 H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2a1 h6 {
  color: white;
}
.cid-unuYTogkXK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unuYTogkXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuYTogkXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-unuYTogkXK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unuYTogkXK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-unuYTogkXK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-unuYTogkXK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unuYTogkXK .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-unuYTogkXK .mbr-text,
.cid-unuYTogkXK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-unuYTogkXK .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-unuYTozw7I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-unuYTozw7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-unuYTozw7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-unuYTozw7I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unuYTozw7I .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-unuYTozw7I .image-wrapper {
    padding: 1rem;
  }
}
.cid-unuYTozw7I .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-unuYTozw7I .mbr-text,
.cid-unuYTozw7I .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-unuYTozw7I .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-unuYToVqKX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-unuYToVqKX .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-unuYToVqKX .mbr-text,
.cid-unuYToVqKX .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-unuYTplQS0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-unuYTplQS0 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-unuYTplQS0 .row {
    padding: 20px 34px;
  }
}
.cid-unuYTplQS0 .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-unuYTpH0tm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-unuYTpH0tm .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-unuYTpH0tm .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-unuYTpH0tm .card:hover {
  margin-top: -0.6rem;
}
.cid-unuYTpH0tm .card-wrapper {
  position: relative;
}
.cid-unuYTpH0tm .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-unuYTpH0tm .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-unuYTpH0tm .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-unuYTpH0tm .big {
  margin-top: -25%;
}
.cid-unuYTpH0tm .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-unuYTpH0tm .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-unuYTpH0tm .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-unuYTpH0tm .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-unuYTqa8MI.popup-builder {
  background-color: #ffffff;
}
.cid-unuYTqa8MI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unuYTqa8MI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unuYTqa8MI .modal-content,
.cid-unuYTqa8MI .modal-dialog {
  height: auto;
}
.cid-unuYTqa8MI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unuYTqa8MI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unuYTqa8MI .form-wrapper .mbr-form .form-group,
  .cid-unuYTqa8MI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unuYTqa8MI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unuYTqa8MI .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-unuYTqa8MI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unuYTqa8MI .pt-0 {
  padding-top: 0 !important;
}
.cid-unuYTqa8MI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unuYTqa8MI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unuYTqa8MI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unuYTqa8MI .modal-open {
  overflow: hidden;
}
.cid-unuYTqa8MI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unuYTqa8MI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unuYTqa8MI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unuYTqa8MI .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-unuYTqa8MI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unuYTqa8MI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unuYTqa8MI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unuYTqa8MI .modal-content {
  background: #353535;
  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-unuYTqa8MI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unuYTqa8MI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unuYTqa8MI .modal-backdrop.fade {
  opacity: 0;
}
.cid-unuYTqa8MI .modal-backdrop.show {
  opacity: .5;
}
.cid-unuYTqa8MI .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-unuYTqa8MI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTqa8MI .modal-header {
    padding: 1rem;
  }
}
.cid-unuYTqa8MI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unuYTqa8MI .modal-header .close svg {
  fill: #ffffff;
}
.cid-unuYTqa8MI .modal-header .close:hover {
  opacity: 1;
}
.cid-unuYTqa8MI .modal-header .close:focus {
  outline: none;
}
.cid-unuYTqa8MI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unuYTqa8MI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unuYTqa8MI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTqa8MI .modal-body {
    padding: 1rem;
  }
}
.cid-unuYTqa8MI .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-unuYTqa8MI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTqa8MI .modal-footer {
    padding: 1rem;
  }
}
.cid-unuYTqa8MI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unuYTqa8MI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unuYTqa8MI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unuYTqa8MI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unuYTqa8MI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unuYTqa8MI .modal-lg,
  .cid-unuYTqa8MI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unuYTqa8MI .modal-xl {
    max-width: 1140px;
  }
}
.cid-unuYTqa8MI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unuYTqa8MI .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-unuYTqa8MI .form-group {
  margin-bottom: 1rem;
}
.cid-unuYTqa8MI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unuYTqa8MI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unuYTqa8MI .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-unuYTqa8MI .mbr-section-btn {
  margin: 0;
}
.cid-unuYTqa8MI .mbr-section-btn .btn {
  margin: 0;
}
.cid-unuYTqa8MI #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-unuYTqa8MI #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-unuYTqa8MI #creativecommons img,
.cid-unuYTqa8MI iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-unuYTqF6Tk.popup-builder {
  background-color: #ffffff;
}
.cid-unuYTqF6Tk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unuYTqF6Tk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unuYTqF6Tk .modal-content,
.cid-unuYTqF6Tk .modal-dialog {
  height: auto;
}
.cid-unuYTqF6Tk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unuYTqF6Tk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unuYTqF6Tk .form-wrapper .mbr-form .form-group,
  .cid-unuYTqF6Tk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unuYTqF6Tk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unuYTqF6Tk .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-unuYTqF6Tk .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unuYTqF6Tk .pt-0 {
  padding-top: 0 !important;
}
.cid-unuYTqF6Tk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unuYTqF6Tk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unuYTqF6Tk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unuYTqF6Tk .modal-open {
  overflow: hidden;
}
.cid-unuYTqF6Tk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unuYTqF6Tk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unuYTqF6Tk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unuYTqF6Tk .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-unuYTqF6Tk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unuYTqF6Tk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unuYTqF6Tk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unuYTqF6Tk .modal-content {
  background: #353535;
  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-unuYTqF6Tk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unuYTqF6Tk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unuYTqF6Tk .modal-backdrop.fade {
  opacity: 0;
}
.cid-unuYTqF6Tk .modal-backdrop.show {
  opacity: .5;
}
.cid-unuYTqF6Tk .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-unuYTqF6Tk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTqF6Tk .modal-header {
    padding: 1rem;
  }
}
.cid-unuYTqF6Tk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unuYTqF6Tk .modal-header .close svg {
  fill: #ffffff;
}
.cid-unuYTqF6Tk .modal-header .close:hover {
  opacity: 1;
}
.cid-unuYTqF6Tk .modal-header .close:focus {
  outline: none;
}
.cid-unuYTqF6Tk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unuYTqF6Tk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unuYTqF6Tk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTqF6Tk .modal-body {
    padding: 1rem;
  }
}
.cid-unuYTqF6Tk .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-unuYTqF6Tk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTqF6Tk .modal-footer {
    padding: 1rem;
  }
}
.cid-unuYTqF6Tk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unuYTqF6Tk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unuYTqF6Tk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unuYTqF6Tk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unuYTqF6Tk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unuYTqF6Tk .modal-lg,
  .cid-unuYTqF6Tk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unuYTqF6Tk .modal-xl {
    max-width: 1140px;
  }
}
.cid-unuYTqF6Tk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unuYTqF6Tk .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-unuYTqF6Tk .form-group {
  margin-bottom: 1rem;
}
.cid-unuYTqF6Tk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unuYTqF6Tk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unuYTqF6Tk .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-unuYTqF6Tk .mbr-section-btn {
  margin: 0;
}
.cid-unuYTqF6Tk .mbr-section-btn .btn {
  margin: 0;
}
.cid-unuYTrdjyT.popup-builder {
  background-color: #ffffff;
}
.cid-unuYTrdjyT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unuYTrdjyT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unuYTrdjyT .modal-content,
.cid-unuYTrdjyT .modal-dialog {
  height: auto;
}
.cid-unuYTrdjyT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unuYTrdjyT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unuYTrdjyT .form-wrapper .mbr-form .form-group,
  .cid-unuYTrdjyT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unuYTrdjyT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unuYTrdjyT .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-unuYTrdjyT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unuYTrdjyT .pt-0 {
  padding-top: 0 !important;
}
.cid-unuYTrdjyT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unuYTrdjyT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unuYTrdjyT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unuYTrdjyT .modal-open {
  overflow: hidden;
}
.cid-unuYTrdjyT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unuYTrdjyT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unuYTrdjyT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unuYTrdjyT .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-unuYTrdjyT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unuYTrdjyT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unuYTrdjyT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unuYTrdjyT .modal-content {
  background: #353535;
  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-unuYTrdjyT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unuYTrdjyT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unuYTrdjyT .modal-backdrop.fade {
  opacity: 0;
}
.cid-unuYTrdjyT .modal-backdrop.show {
  opacity: .5;
}
.cid-unuYTrdjyT .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-unuYTrdjyT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTrdjyT .modal-header {
    padding: 1rem;
  }
}
.cid-unuYTrdjyT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unuYTrdjyT .modal-header .close svg {
  fill: #ffffff;
}
.cid-unuYTrdjyT .modal-header .close:hover {
  opacity: 1;
}
.cid-unuYTrdjyT .modal-header .close:focus {
  outline: none;
}
.cid-unuYTrdjyT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unuYTrdjyT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unuYTrdjyT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTrdjyT .modal-body {
    padding: 1rem;
  }
}
.cid-unuYTrdjyT .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-unuYTrdjyT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTrdjyT .modal-footer {
    padding: 1rem;
  }
}
.cid-unuYTrdjyT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unuYTrdjyT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unuYTrdjyT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unuYTrdjyT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unuYTrdjyT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unuYTrdjyT .modal-lg,
  .cid-unuYTrdjyT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unuYTrdjyT .modal-xl {
    max-width: 1140px;
  }
}
.cid-unuYTrdjyT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unuYTrdjyT .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-unuYTrdjyT .form-group {
  margin-bottom: 1rem;
}
.cid-unuYTrdjyT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unuYTrdjyT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unuYTrdjyT .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-unuYTrdjyT .mbr-section-btn {
  margin: 0;
}
.cid-unuYTrdjyT .mbr-section-btn .btn {
  margin: 0;
}
.cid-unuYTrC9sW.popup-builder {
  background-color: #ffffff;
}
.cid-unuYTrC9sW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unuYTrC9sW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unuYTrC9sW .modal-content,
.cid-unuYTrC9sW .modal-dialog {
  height: auto;
}
.cid-unuYTrC9sW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unuYTrC9sW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unuYTrC9sW .form-wrapper .mbr-form .form-group,
  .cid-unuYTrC9sW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unuYTrC9sW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unuYTrC9sW .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-unuYTrC9sW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unuYTrC9sW .pt-0 {
  padding-top: 0 !important;
}
.cid-unuYTrC9sW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unuYTrC9sW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unuYTrC9sW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unuYTrC9sW .modal-open {
  overflow: hidden;
}
.cid-unuYTrC9sW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unuYTrC9sW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unuYTrC9sW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unuYTrC9sW .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-unuYTrC9sW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unuYTrC9sW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unuYTrC9sW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unuYTrC9sW .modal-content {
  background: #353535;
  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-unuYTrC9sW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unuYTrC9sW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unuYTrC9sW .modal-backdrop.fade {
  opacity: 0;
}
.cid-unuYTrC9sW .modal-backdrop.show {
  opacity: .5;
}
.cid-unuYTrC9sW .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-unuYTrC9sW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTrC9sW .modal-header {
    padding: 1rem;
  }
}
.cid-unuYTrC9sW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unuYTrC9sW .modal-header .close svg {
  fill: #ffffff;
}
.cid-unuYTrC9sW .modal-header .close:hover {
  opacity: 1;
}
.cid-unuYTrC9sW .modal-header .close:focus {
  outline: none;
}
.cid-unuYTrC9sW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unuYTrC9sW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unuYTrC9sW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTrC9sW .modal-body {
    padding: 1rem;
  }
}
.cid-unuYTrC9sW .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-unuYTrC9sW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTrC9sW .modal-footer {
    padding: 1rem;
  }
}
.cid-unuYTrC9sW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unuYTrC9sW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unuYTrC9sW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unuYTrC9sW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unuYTrC9sW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unuYTrC9sW .modal-lg,
  .cid-unuYTrC9sW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unuYTrC9sW .modal-xl {
    max-width: 1140px;
  }
}
.cid-unuYTrC9sW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unuYTrC9sW .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-unuYTrC9sW .form-group {
  margin-bottom: 1rem;
}
.cid-unuYTrC9sW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unuYTrC9sW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unuYTrC9sW .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-unuYTrC9sW .mbr-section-btn {
  margin: 0;
}
.cid-unuYTrC9sW .mbr-section-btn .btn {
  margin: 0;
}
.cid-unuYTs7mqO.popup-builder {
  background-color: #ffffff;
}
.cid-unuYTs7mqO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unuYTs7mqO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unuYTs7mqO .modal-content,
.cid-unuYTs7mqO .modal-dialog {
  height: auto;
}
.cid-unuYTs7mqO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unuYTs7mqO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unuYTs7mqO .form-wrapper .mbr-form .form-group,
  .cid-unuYTs7mqO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unuYTs7mqO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unuYTs7mqO .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-unuYTs7mqO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unuYTs7mqO .pt-0 {
  padding-top: 0 !important;
}
.cid-unuYTs7mqO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unuYTs7mqO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unuYTs7mqO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unuYTs7mqO .modal-open {
  overflow: hidden;
}
.cid-unuYTs7mqO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unuYTs7mqO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unuYTs7mqO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unuYTs7mqO .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-unuYTs7mqO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unuYTs7mqO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unuYTs7mqO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unuYTs7mqO .modal-content {
  background: #353535;
  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-unuYTs7mqO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unuYTs7mqO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unuYTs7mqO .modal-backdrop.fade {
  opacity: 0;
}
.cid-unuYTs7mqO .modal-backdrop.show {
  opacity: .5;
}
.cid-unuYTs7mqO .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-unuYTs7mqO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTs7mqO .modal-header {
    padding: 1rem;
  }
}
.cid-unuYTs7mqO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unuYTs7mqO .modal-header .close svg {
  fill: #ffffff;
}
.cid-unuYTs7mqO .modal-header .close:hover {
  opacity: 1;
}
.cid-unuYTs7mqO .modal-header .close:focus {
  outline: none;
}
.cid-unuYTs7mqO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unuYTs7mqO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unuYTs7mqO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTs7mqO .modal-body {
    padding: 1rem;
  }
}
.cid-unuYTs7mqO .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-unuYTs7mqO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTs7mqO .modal-footer {
    padding: 1rem;
  }
}
.cid-unuYTs7mqO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unuYTs7mqO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unuYTs7mqO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unuYTs7mqO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unuYTs7mqO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unuYTs7mqO .modal-lg,
  .cid-unuYTs7mqO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unuYTs7mqO .modal-xl {
    max-width: 1140px;
  }
}
.cid-unuYTs7mqO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unuYTs7mqO .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-unuYTs7mqO .form-group {
  margin-bottom: 1rem;
}
.cid-unuYTs7mqO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unuYTs7mqO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unuYTs7mqO .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-unuYTs7mqO .mbr-section-btn {
  margin: 0;
}
.cid-unuYTs7mqO .mbr-section-btn .btn {
  margin: 0;
}
.cid-unuYTsyqOz.popup-builder {
  background-color: #ffffff;
}
.cid-unuYTsyqOz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unuYTsyqOz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unuYTsyqOz .modal-content,
.cid-unuYTsyqOz .modal-dialog {
  height: auto;
}
.cid-unuYTsyqOz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unuYTsyqOz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unuYTsyqOz .form-wrapper .mbr-form .form-group,
  .cid-unuYTsyqOz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unuYTsyqOz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unuYTsyqOz .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-unuYTsyqOz .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unuYTsyqOz .pt-0 {
  padding-top: 0 !important;
}
.cid-unuYTsyqOz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unuYTsyqOz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unuYTsyqOz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unuYTsyqOz .modal-open {
  overflow: hidden;
}
.cid-unuYTsyqOz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unuYTsyqOz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unuYTsyqOz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unuYTsyqOz .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-unuYTsyqOz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unuYTsyqOz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unuYTsyqOz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unuYTsyqOz .modal-content {
  background: #353535;
  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-unuYTsyqOz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unuYTsyqOz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unuYTsyqOz .modal-backdrop.fade {
  opacity: 0;
}
.cid-unuYTsyqOz .modal-backdrop.show {
  opacity: .5;
}
.cid-unuYTsyqOz .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-unuYTsyqOz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTsyqOz .modal-header {
    padding: 1rem;
  }
}
.cid-unuYTsyqOz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unuYTsyqOz .modal-header .close svg {
  fill: #ffffff;
}
.cid-unuYTsyqOz .modal-header .close:hover {
  opacity: 1;
}
.cid-unuYTsyqOz .modal-header .close:focus {
  outline: none;
}
.cid-unuYTsyqOz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unuYTsyqOz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unuYTsyqOz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTsyqOz .modal-body {
    padding: 1rem;
  }
}
.cid-unuYTsyqOz .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-unuYTsyqOz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTsyqOz .modal-footer {
    padding: 1rem;
  }
}
.cid-unuYTsyqOz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unuYTsyqOz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unuYTsyqOz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unuYTsyqOz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unuYTsyqOz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unuYTsyqOz .modal-lg,
  .cid-unuYTsyqOz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unuYTsyqOz .modal-xl {
    max-width: 1140px;
  }
}
.cid-unuYTsyqOz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unuYTsyqOz .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-unuYTsyqOz .form-group {
  margin-bottom: 1rem;
}
.cid-unuYTsyqOz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unuYTsyqOz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unuYTsyqOz .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-unuYTsyqOz .mbr-section-btn {
  margin: 0;
}
.cid-unuYTsyqOz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-unuYTtkC22 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-unuYTtkC22 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-unuYTtkC22 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-unuYTtkC22 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-unuYTtkC22 .bg-youtube:hover {
  background: #cc0000;
}
.cid-unuYTtkC22 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-unuYTtkC22 .bg-twitch:hover {
  background: #7313ff;
}
.cid-unuYTtkC22 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-unuYTtkC22 [class^="socicon-"]:before,
.cid-unuYTtkC22 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-unuYTtkC22 .mbr-section-title,
.cid-unuYTtkC22 .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-unuYTtLaHx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-unuYTtLaHx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unuYTtLaHx .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-unuYTtLaHx .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-unuYTtLaHx .form-control:focus,
.cid-unuYTtLaHx .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-unuYTtLaHx .form-group {
  margin-bottom: 1rem;
}
.cid-unuYTtLaHx input::-webkit-input-placeholder,
.cid-unuYTtLaHx textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-unuYTtLaHx input:-moz-placeholder,
.cid-unuYTtLaHx textarea:-moz-placeholder {
  color: #656565;
}
.cid-unuYTtLaHx .jq-selectbox li,
.cid-unuYTtLaHx .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-unuYTtLaHx .jq-selectbox li:hover,
.cid-unuYTtLaHx .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-unuYTtLaHx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-unuYTtLaHx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-unuYTtLaHx textarea.form-control {
  resize: none;
}
.cid-unuYTtLaHx .input-group-btn {
  display: inline-block;
}
.cid-unuYTtLaHx .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-unuYTtLaHx .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-unuYTtLaHx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unuYTtLaHx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-unuYTtLaHx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-unuYTtLaHx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-unuYTtLaHx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-unuYTtLaHx .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-unuYTtLaHx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-unuYTtLaHx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-unuYTtLaHx .form-control,
.cid-unuYTtLaHx .input-group-btn .btn {
  border-radius: 3px;
}
.cid-unuYTtLaHx #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-unuYTtLaHx #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-unuYTtLaHx #creativecommons img,
.cid-unuYTtLaHx iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-unuYTtLaHx .offset-md-1 {
  margin-left: 1vw;
}
.cid-unuYTuGYO2.popup-builder {
  background-color: #ffffff;
}
.cid-unuYTuGYO2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unuYTuGYO2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unuYTuGYO2 .modal-content,
.cid-unuYTuGYO2 .modal-dialog {
  height: auto;
}
.cid-unuYTuGYO2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unuYTuGYO2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unuYTuGYO2 .form-wrapper .mbr-form .form-group,
  .cid-unuYTuGYO2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unuYTuGYO2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unuYTuGYO2 .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-unuYTuGYO2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unuYTuGYO2 .pt-0 {
  padding-top: 0 !important;
}
.cid-unuYTuGYO2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unuYTuGYO2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unuYTuGYO2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unuYTuGYO2 .modal-open {
  overflow: hidden;
}
.cid-unuYTuGYO2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unuYTuGYO2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unuYTuGYO2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unuYTuGYO2 .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-unuYTuGYO2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unuYTuGYO2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unuYTuGYO2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unuYTuGYO2 .modal-content {
  background: #353535;
  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-unuYTuGYO2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unuYTuGYO2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unuYTuGYO2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-unuYTuGYO2 .modal-backdrop.show {
  opacity: .5;
}
.cid-unuYTuGYO2 .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-unuYTuGYO2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTuGYO2 .modal-header {
    padding: 1rem;
  }
}
.cid-unuYTuGYO2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unuYTuGYO2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-unuYTuGYO2 .modal-header .close:hover {
  opacity: 1;
}
.cid-unuYTuGYO2 .modal-header .close:focus {
  outline: none;
}
.cid-unuYTuGYO2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unuYTuGYO2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unuYTuGYO2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTuGYO2 .modal-body {
    padding: 1rem;
  }
}
.cid-unuYTuGYO2 .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-unuYTuGYO2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unuYTuGYO2 .modal-footer {
    padding: 1rem;
  }
}
.cid-unuYTuGYO2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unuYTuGYO2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unuYTuGYO2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unuYTuGYO2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unuYTuGYO2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unuYTuGYO2 .modal-lg,
  .cid-unuYTuGYO2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unuYTuGYO2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-unuYTuGYO2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unuYTuGYO2 .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-unuYTuGYO2 .form-group {
  margin-bottom: 1rem;
}
.cid-unuYTuGYO2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unuYTuGYO2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unuYTuGYO2 .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-unuYTuGYO2 .mbr-section-btn {
  margin: 0;
}
.cid-unuYTuGYO2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-unv0mjKIyu.popup-builder {
  background-color: #ffffff;
}
.cid-unv0mjKIyu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unv0mjKIyu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unv0mjKIyu .modal-content,
.cid-unv0mjKIyu .modal-dialog {
  height: auto;
}
.cid-unv0mjKIyu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unv0mjKIyu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unv0mjKIyu .form-wrapper .mbr-form .form-group,
  .cid-unv0mjKIyu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unv0mjKIyu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unv0mjKIyu .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-unv0mjKIyu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unv0mjKIyu .pt-0 {
  padding-top: 0 !important;
}
.cid-unv0mjKIyu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unv0mjKIyu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unv0mjKIyu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unv0mjKIyu .modal-open {
  overflow: hidden;
}
.cid-unv0mjKIyu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unv0mjKIyu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unv0mjKIyu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unv0mjKIyu .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-unv0mjKIyu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unv0mjKIyu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unv0mjKIyu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unv0mjKIyu .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-unv0mjKIyu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unv0mjKIyu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unv0mjKIyu .modal-backdrop.fade {
  opacity: 0;
}
.cid-unv0mjKIyu .modal-backdrop.show {
  opacity: .5;
}
.cid-unv0mjKIyu .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-unv0mjKIyu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unv0mjKIyu .modal-header {
    padding: 1rem;
  }
}
.cid-unv0mjKIyu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unv0mjKIyu .modal-header .close svg {
  fill: #ffffff;
}
.cid-unv0mjKIyu .modal-header .close:hover {
  opacity: 1;
}
.cid-unv0mjKIyu .modal-header .close:focus {
  outline: none;
}
.cid-unv0mjKIyu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unv0mjKIyu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unv0mjKIyu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unv0mjKIyu .modal-body {
    padding: 1rem;
  }
}
.cid-unv0mjKIyu .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-unv0mjKIyu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unv0mjKIyu .modal-footer {
    padding: 1rem;
  }
}
.cid-unv0mjKIyu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unv0mjKIyu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unv0mjKIyu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unv0mjKIyu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unv0mjKIyu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unv0mjKIyu .modal-lg,
  .cid-unv0mjKIyu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unv0mjKIyu .modal-xl {
    max-width: 1140px;
  }
}
.cid-unv0mjKIyu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unv0mjKIyu .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-unv0mjKIyu .form-group {
  margin-bottom: 1rem;
}
.cid-unv0mjKIyu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unv0mjKIyu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unv0mjKIyu .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-unv0mjKIyu .mbr-section-btn {
  margin: 0;
}
.cid-unv0mjKIyu .mbr-section-btn .btn {
  margin: 0;
}
.cid-unv0mWZpKb.popup-builder {
  background-color: #ffffff;
}
.cid-unv0mWZpKb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-unv0mWZpKb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-unv0mWZpKb .modal-content,
.cid-unv0mWZpKb .modal-dialog {
  height: auto;
}
.cid-unv0mWZpKb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-unv0mWZpKb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-unv0mWZpKb .form-wrapper .mbr-form .form-group,
  .cid-unv0mWZpKb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-unv0mWZpKb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-unv0mWZpKb .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-unv0mWZpKb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-unv0mWZpKb .pt-0 {
  padding-top: 0 !important;
}
.cid-unv0mWZpKb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-unv0mWZpKb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-unv0mWZpKb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-unv0mWZpKb .modal-open {
  overflow: hidden;
}
.cid-unv0mWZpKb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-unv0mWZpKb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-unv0mWZpKb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-unv0mWZpKb .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-unv0mWZpKb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-unv0mWZpKb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-unv0mWZpKb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-unv0mWZpKb .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-unv0mWZpKb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-unv0mWZpKb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-unv0mWZpKb .modal-backdrop.fade {
  opacity: 0;
}
.cid-unv0mWZpKb .modal-backdrop.show {
  opacity: .5;
}
.cid-unv0mWZpKb .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-unv0mWZpKb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unv0mWZpKb .modal-header {
    padding: 1rem;
  }
}
.cid-unv0mWZpKb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-unv0mWZpKb .modal-header .close svg {
  fill: #ffffff;
}
.cid-unv0mWZpKb .modal-header .close:hover {
  opacity: 1;
}
.cid-unv0mWZpKb .modal-header .close:focus {
  outline: none;
}
.cid-unv0mWZpKb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-unv0mWZpKb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-unv0mWZpKb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unv0mWZpKb .modal-body {
    padding: 1rem;
  }
}
.cid-unv0mWZpKb .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-unv0mWZpKb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unv0mWZpKb .modal-footer {
    padding: 1rem;
  }
}
.cid-unv0mWZpKb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-unv0mWZpKb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-unv0mWZpKb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-unv0mWZpKb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-unv0mWZpKb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-unv0mWZpKb .modal-lg,
  .cid-unv0mWZpKb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-unv0mWZpKb .modal-xl {
    max-width: 1140px;
  }
}
.cid-unv0mWZpKb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-unv0mWZpKb .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-unv0mWZpKb .form-group {
  margin-bottom: 1rem;
}
.cid-unv0mWZpKb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-unv0mWZpKb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-unv0mWZpKb .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-unv0mWZpKb .mbr-section-btn {
  margin: 0;
}
.cid-unv0mWZpKb .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo8E98JiSQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uo8E98JiSQ nav.navbar {
  position: fixed;
}
.cid-uo8E98JiSQ .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-uo8E98JiSQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo8E98JiSQ .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uo8E98JiSQ #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uo8E98JiSQ .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uo8E98JiSQ .dropdown-item:hover,
.cid-uo8E98JiSQ .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uo8E98JiSQ .dropdown-item:hover span {
  color: white;
}
.cid-uo8E98JiSQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo8E98JiSQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo8E98JiSQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uo8E98JiSQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo8E98JiSQ .nav-link {
  position: relative;
}
.cid-uo8E98JiSQ .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uo8E98JiSQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uo8E98JiSQ .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uo8E98JiSQ .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uo8E98JiSQ .dropdown-menu,
.cid-uo8E98JiSQ .navbar.opened {
  background: #353535 !important;
}
.cid-uo8E98JiSQ .nav-item:focus,
.cid-uo8E98JiSQ .nav-link:focus {
  outline: none;
}
.cid-uo8E98JiSQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo8E98JiSQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo8E98JiSQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo8E98JiSQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo8E98JiSQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo8E98JiSQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo8E98JiSQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uo8E98JiSQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uo8E98JiSQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo8E98JiSQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uo8E98JiSQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo8E98JiSQ .navbar.collapsed {
  justify-content: center;
}
.cid-uo8E98JiSQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo8E98JiSQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uo8E98JiSQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo8E98JiSQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo8E98JiSQ .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-uo8E98JiSQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo8E98JiSQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo8E98JiSQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo8E98JiSQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo8E98JiSQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo8E98JiSQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo8E98JiSQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo8E98JiSQ .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-uo8E98JiSQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo8E98JiSQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo8E98JiSQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uo8E98JiSQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo8E98JiSQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo8E98JiSQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uo8E98JiSQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo8E98JiSQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo8E98JiSQ .dropdown-item.active,
.cid-uo8E98JiSQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uo8E98JiSQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo8E98JiSQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo8E98JiSQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo8E98JiSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uo8E98JiSQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo8E98JiSQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo8E98JiSQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo8E98JiSQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo8E98JiSQ button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo8E98JiSQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uo8E98JiSQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo8E98JiSQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo8E98JiSQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo8E98JiSQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo8E98JiSQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo8E98JiSQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo8E98JiSQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo8E98JiSQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo8E98JiSQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo8E98JiSQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo8E98JiSQ .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-uo8E98JiSQ .navbar {
    height: 70px;
  }
  .cid-uo8E98JiSQ .navbar.opened {
    height: auto;
  }
  .cid-uo8E98JiSQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo8E98JiSQ .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uo8E98JiSQ .navbar-toggler {
  margin-left: 10px;
}
.cid-uo8E98JiSQ .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uo8E98JiSQ .navbar-logo {
  margin-right: 0 !important;
}
.cid-uo8E98JiSQ .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uo8E98JiSQ .mbr-text {
    display: none;
  }
}
.cid-uo8E98JiSQ .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uo8E98JiSQ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uo8E98JiSQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uo8E98JiSQ .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uo8E98JiSQ #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uo8E98JiSQ #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uo8E98JiSQ #vol {
    display: none;
  }
}
.cid-uo8E98JiSQ .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uo8E9a4xFH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uo8E9a4xFH .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uo8E9a4xFH .mbr-section-subtitle {
  text-align: center;
}
.cid-uo8E9a4xFH .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo8E9a4xFH .display-1 {
    font-size: 75px;
  }
  .cid-uo8E9a4xFH .display-5 {
    font-size: 29px;
  }
  .cid-uo8E9a4xFH .display-4 {
    font-weight: 300;
  }
}
#custom-html-2aq {
  /* Type valid CSS here */
}
#custom-html-2aq div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2aq .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uo8E9bqfQ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uo8E9bqfQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8E9bqfQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo8E9bqfQ6 .container,
.cid-uo8E9bqfQ6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uo8E9bqfQ6 .container,
  .cid-uo8E9bqfQ6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uo8E9bqfQ6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uo8E9bqfQ6 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uo8E9bqfQ6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo8E9bqfQ6 .mbr-section-title {
  color: #4479d9;
}
.cid-uo8E9bqfQ6 .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uo8E9bX8Qm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uo8E9bX8Qm .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2at {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2at *,
#custom-html-2at *::before,
#custom-html-2at *::after {
  box-sizing: border-box;
}
#custom-html-2at body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2at #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2at .container {
  background-color: #232323;
}
#custom-html-2at .titre {
  padding: 1em;
}
#custom-html-2at H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2at h6 {
  color: white;
}
.cid-uo8E9cor37 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uo8E9cor37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8E9cor37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uo8E9cor37 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo8E9cor37 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uo8E9cor37 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uo8E9cor37 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uo8E9cor37 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uo8E9cor37 .mbr-text,
.cid-uo8E9cor37 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uo8E9cor37 .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uo8E9cKKRp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uo8E9cKKRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo8E9cKKRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uo8E9cKKRp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo8E9cKKRp .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uo8E9cKKRp .image-wrapper {
    padding: 1rem;
  }
}
.cid-uo8E9cKKRp .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uo8E9cKKRp .mbr-text,
.cid-uo8E9cKKRp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uo8E9cKKRp .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uo8E9dwgWu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uo8E9dwgWu .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uo8E9dwgWu .mbr-text,
.cid-uo8E9dwgWu .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uo8E9e0gvs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uo8E9e0gvs .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uo8E9e0gvs .row {
    padding: 20px 34px;
  }
}
.cid-uo8E9e0gvs .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uo8E9euCEi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uo8E9euCEi .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uo8E9euCEi .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uo8E9euCEi .card:hover {
  margin-top: -0.6rem;
}
.cid-uo8E9euCEi .card-wrapper {
  position: relative;
}
.cid-uo8E9euCEi .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uo8E9euCEi .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uo8E9euCEi .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uo8E9euCEi .big {
  margin-top: -25%;
}
.cid-uo8E9euCEi .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uo8E9euCEi .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uo8E9euCEi .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uo8E9euCEi .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uo8E9faYsZ.popup-builder {
  background-color: #ffffff;
}
.cid-uo8E9faYsZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8E9faYsZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8E9faYsZ .modal-content,
.cid-uo8E9faYsZ .modal-dialog {
  height: auto;
}
.cid-uo8E9faYsZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8E9faYsZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8E9faYsZ .form-wrapper .mbr-form .form-group,
  .cid-uo8E9faYsZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8E9faYsZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8E9faYsZ .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-uo8E9faYsZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8E9faYsZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8E9faYsZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8E9faYsZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8E9faYsZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8E9faYsZ .modal-open {
  overflow: hidden;
}
.cid-uo8E9faYsZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8E9faYsZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8E9faYsZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8E9faYsZ .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-uo8E9faYsZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8E9faYsZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8E9faYsZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8E9faYsZ .modal-content {
  background: #353535;
  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-uo8E9faYsZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8E9faYsZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8E9faYsZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8E9faYsZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8E9faYsZ .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-uo8E9faYsZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9faYsZ .modal-header {
    padding: 1rem;
  }
}
.cid-uo8E9faYsZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8E9faYsZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8E9faYsZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8E9faYsZ .modal-header .close:focus {
  outline: none;
}
.cid-uo8E9faYsZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8E9faYsZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8E9faYsZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9faYsZ .modal-body {
    padding: 1rem;
  }
}
.cid-uo8E9faYsZ .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-uo8E9faYsZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9faYsZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8E9faYsZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8E9faYsZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8E9faYsZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8E9faYsZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8E9faYsZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8E9faYsZ .modal-lg,
  .cid-uo8E9faYsZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8E9faYsZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8E9faYsZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8E9faYsZ .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-uo8E9faYsZ .form-group {
  margin-bottom: 1rem;
}
.cid-uo8E9faYsZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8E9faYsZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8E9faYsZ .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-uo8E9faYsZ .mbr-section-btn {
  margin: 0;
}
.cid-uo8E9faYsZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo8E9faYsZ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uo8E9faYsZ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uo8E9faYsZ #creativecommons img,
.cid-uo8E9faYsZ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uo8E9fXB8V.popup-builder {
  background-color: #ffffff;
}
.cid-uo8E9fXB8V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8E9fXB8V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8E9fXB8V .modal-content,
.cid-uo8E9fXB8V .modal-dialog {
  height: auto;
}
.cid-uo8E9fXB8V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8E9fXB8V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8E9fXB8V .form-wrapper .mbr-form .form-group,
  .cid-uo8E9fXB8V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8E9fXB8V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8E9fXB8V .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-uo8E9fXB8V .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8E9fXB8V .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8E9fXB8V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8E9fXB8V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8E9fXB8V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8E9fXB8V .modal-open {
  overflow: hidden;
}
.cid-uo8E9fXB8V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8E9fXB8V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8E9fXB8V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8E9fXB8V .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-uo8E9fXB8V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8E9fXB8V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8E9fXB8V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8E9fXB8V .modal-content {
  background: #353535;
  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-uo8E9fXB8V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8E9fXB8V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8E9fXB8V .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8E9fXB8V .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8E9fXB8V .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-uo8E9fXB8V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9fXB8V .modal-header {
    padding: 1rem;
  }
}
.cid-uo8E9fXB8V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8E9fXB8V .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8E9fXB8V .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8E9fXB8V .modal-header .close:focus {
  outline: none;
}
.cid-uo8E9fXB8V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8E9fXB8V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8E9fXB8V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9fXB8V .modal-body {
    padding: 1rem;
  }
}
.cid-uo8E9fXB8V .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-uo8E9fXB8V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9fXB8V .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8E9fXB8V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8E9fXB8V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8E9fXB8V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8E9fXB8V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8E9fXB8V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8E9fXB8V .modal-lg,
  .cid-uo8E9fXB8V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8E9fXB8V .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8E9fXB8V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8E9fXB8V .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-uo8E9fXB8V .form-group {
  margin-bottom: 1rem;
}
.cid-uo8E9fXB8V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8E9fXB8V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8E9fXB8V .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-uo8E9fXB8V .mbr-section-btn {
  margin: 0;
}
.cid-uo8E9fXB8V .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo8E9gsSZx.popup-builder {
  background-color: #ffffff;
}
.cid-uo8E9gsSZx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8E9gsSZx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8E9gsSZx .modal-content,
.cid-uo8E9gsSZx .modal-dialog {
  height: auto;
}
.cid-uo8E9gsSZx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8E9gsSZx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8E9gsSZx .form-wrapper .mbr-form .form-group,
  .cid-uo8E9gsSZx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8E9gsSZx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8E9gsSZx .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-uo8E9gsSZx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8E9gsSZx .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8E9gsSZx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8E9gsSZx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8E9gsSZx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8E9gsSZx .modal-open {
  overflow: hidden;
}
.cid-uo8E9gsSZx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8E9gsSZx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8E9gsSZx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8E9gsSZx .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-uo8E9gsSZx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8E9gsSZx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8E9gsSZx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8E9gsSZx .modal-content {
  background: #353535;
  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-uo8E9gsSZx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8E9gsSZx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8E9gsSZx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8E9gsSZx .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8E9gsSZx .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-uo8E9gsSZx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9gsSZx .modal-header {
    padding: 1rem;
  }
}
.cid-uo8E9gsSZx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8E9gsSZx .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8E9gsSZx .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8E9gsSZx .modal-header .close:focus {
  outline: none;
}
.cid-uo8E9gsSZx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8E9gsSZx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8E9gsSZx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9gsSZx .modal-body {
    padding: 1rem;
  }
}
.cid-uo8E9gsSZx .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-uo8E9gsSZx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9gsSZx .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8E9gsSZx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8E9gsSZx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8E9gsSZx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8E9gsSZx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8E9gsSZx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8E9gsSZx .modal-lg,
  .cid-uo8E9gsSZx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8E9gsSZx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8E9gsSZx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8E9gsSZx .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-uo8E9gsSZx .form-group {
  margin-bottom: 1rem;
}
.cid-uo8E9gsSZx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8E9gsSZx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8E9gsSZx .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-uo8E9gsSZx .mbr-section-btn {
  margin: 0;
}
.cid-uo8E9gsSZx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo8E9gWG8i.popup-builder {
  background-color: #ffffff;
}
.cid-uo8E9gWG8i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8E9gWG8i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8E9gWG8i .modal-content,
.cid-uo8E9gWG8i .modal-dialog {
  height: auto;
}
.cid-uo8E9gWG8i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8E9gWG8i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8E9gWG8i .form-wrapper .mbr-form .form-group,
  .cid-uo8E9gWG8i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8E9gWG8i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8E9gWG8i .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-uo8E9gWG8i .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8E9gWG8i .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8E9gWG8i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8E9gWG8i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8E9gWG8i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8E9gWG8i .modal-open {
  overflow: hidden;
}
.cid-uo8E9gWG8i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8E9gWG8i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8E9gWG8i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8E9gWG8i .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-uo8E9gWG8i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8E9gWG8i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8E9gWG8i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8E9gWG8i .modal-content {
  background: #353535;
  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-uo8E9gWG8i .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8E9gWG8i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8E9gWG8i .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8E9gWG8i .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8E9gWG8i .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-uo8E9gWG8i .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9gWG8i .modal-header {
    padding: 1rem;
  }
}
.cid-uo8E9gWG8i .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8E9gWG8i .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8E9gWG8i .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8E9gWG8i .modal-header .close:focus {
  outline: none;
}
.cid-uo8E9gWG8i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8E9gWG8i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8E9gWG8i .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9gWG8i .modal-body {
    padding: 1rem;
  }
}
.cid-uo8E9gWG8i .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-uo8E9gWG8i .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9gWG8i .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8E9gWG8i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8E9gWG8i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8E9gWG8i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8E9gWG8i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8E9gWG8i .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8E9gWG8i .modal-lg,
  .cid-uo8E9gWG8i .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8E9gWG8i .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8E9gWG8i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8E9gWG8i .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-uo8E9gWG8i .form-group {
  margin-bottom: 1rem;
}
.cid-uo8E9gWG8i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8E9gWG8i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8E9gWG8i .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-uo8E9gWG8i .mbr-section-btn {
  margin: 0;
}
.cid-uo8E9gWG8i .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo8E9hCHaG.popup-builder {
  background-color: #ffffff;
}
.cid-uo8E9hCHaG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8E9hCHaG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8E9hCHaG .modal-content,
.cid-uo8E9hCHaG .modal-dialog {
  height: auto;
}
.cid-uo8E9hCHaG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8E9hCHaG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8E9hCHaG .form-wrapper .mbr-form .form-group,
  .cid-uo8E9hCHaG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8E9hCHaG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8E9hCHaG .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-uo8E9hCHaG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8E9hCHaG .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8E9hCHaG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8E9hCHaG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8E9hCHaG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8E9hCHaG .modal-open {
  overflow: hidden;
}
.cid-uo8E9hCHaG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8E9hCHaG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8E9hCHaG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8E9hCHaG .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-uo8E9hCHaG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8E9hCHaG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8E9hCHaG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8E9hCHaG .modal-content {
  background: #353535;
  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-uo8E9hCHaG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8E9hCHaG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8E9hCHaG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8E9hCHaG .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8E9hCHaG .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-uo8E9hCHaG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9hCHaG .modal-header {
    padding: 1rem;
  }
}
.cid-uo8E9hCHaG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8E9hCHaG .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8E9hCHaG .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8E9hCHaG .modal-header .close:focus {
  outline: none;
}
.cid-uo8E9hCHaG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8E9hCHaG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8E9hCHaG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9hCHaG .modal-body {
    padding: 1rem;
  }
}
.cid-uo8E9hCHaG .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-uo8E9hCHaG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9hCHaG .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8E9hCHaG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8E9hCHaG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8E9hCHaG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8E9hCHaG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8E9hCHaG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8E9hCHaG .modal-lg,
  .cid-uo8E9hCHaG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8E9hCHaG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8E9hCHaG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8E9hCHaG .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-uo8E9hCHaG .form-group {
  margin-bottom: 1rem;
}
.cid-uo8E9hCHaG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8E9hCHaG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8E9hCHaG .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-uo8E9hCHaG .mbr-section-btn {
  margin: 0;
}
.cid-uo8E9hCHaG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo8E9i9S3Z.popup-builder {
  background-color: #ffffff;
}
.cid-uo8E9i9S3Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8E9i9S3Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8E9i9S3Z .modal-content,
.cid-uo8E9i9S3Z .modal-dialog {
  height: auto;
}
.cid-uo8E9i9S3Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8E9i9S3Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8E9i9S3Z .form-wrapper .mbr-form .form-group,
  .cid-uo8E9i9S3Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8E9i9S3Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8E9i9S3Z .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-uo8E9i9S3Z .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8E9i9S3Z .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8E9i9S3Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8E9i9S3Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8E9i9S3Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8E9i9S3Z .modal-open {
  overflow: hidden;
}
.cid-uo8E9i9S3Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8E9i9S3Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8E9i9S3Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8E9i9S3Z .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-uo8E9i9S3Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8E9i9S3Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8E9i9S3Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8E9i9S3Z .modal-content {
  background: #353535;
  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-uo8E9i9S3Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8E9i9S3Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8E9i9S3Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8E9i9S3Z .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8E9i9S3Z .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-uo8E9i9S3Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9i9S3Z .modal-header {
    padding: 1rem;
  }
}
.cid-uo8E9i9S3Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8E9i9S3Z .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8E9i9S3Z .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8E9i9S3Z .modal-header .close:focus {
  outline: none;
}
.cid-uo8E9i9S3Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8E9i9S3Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8E9i9S3Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9i9S3Z .modal-body {
    padding: 1rem;
  }
}
.cid-uo8E9i9S3Z .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-uo8E9i9S3Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9i9S3Z .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8E9i9S3Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8E9i9S3Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8E9i9S3Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8E9i9S3Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8E9i9S3Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8E9i9S3Z .modal-lg,
  .cid-uo8E9i9S3Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8E9i9S3Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8E9i9S3Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8E9i9S3Z .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-uo8E9i9S3Z .form-group {
  margin-bottom: 1rem;
}
.cid-uo8E9i9S3Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8E9i9S3Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8E9i9S3Z .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-uo8E9i9S3Z .mbr-section-btn {
  margin: 0;
}
.cid-uo8E9i9S3Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uo8E9jeqtl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uo8E9jeqtl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uo8E9jeqtl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uo8E9jeqtl .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uo8E9jeqtl .bg-youtube:hover {
  background: #cc0000;
}
.cid-uo8E9jeqtl .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uo8E9jeqtl .bg-twitch:hover {
  background: #7313ff;
}
.cid-uo8E9jeqtl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uo8E9jeqtl [class^="socicon-"]:before,
.cid-uo8E9jeqtl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uo8E9jeqtl .mbr-section-title,
.cid-uo8E9jeqtl .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uo8E9jWD6e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uo8E9jWD6e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uo8E9jWD6e .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uo8E9jWD6e .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uo8E9jWD6e .form-control:focus,
.cid-uo8E9jWD6e .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uo8E9jWD6e .form-group {
  margin-bottom: 1rem;
}
.cid-uo8E9jWD6e input::-webkit-input-placeholder,
.cid-uo8E9jWD6e textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uo8E9jWD6e input:-moz-placeholder,
.cid-uo8E9jWD6e textarea:-moz-placeholder {
  color: #656565;
}
.cid-uo8E9jWD6e .jq-selectbox li,
.cid-uo8E9jWD6e .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uo8E9jWD6e .jq-selectbox li:hover,
.cid-uo8E9jWD6e .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uo8E9jWD6e .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uo8E9jWD6e .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uo8E9jWD6e textarea.form-control {
  resize: none;
}
.cid-uo8E9jWD6e .input-group-btn {
  display: inline-block;
}
.cid-uo8E9jWD6e .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uo8E9jWD6e .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uo8E9jWD6e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo8E9jWD6e .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uo8E9jWD6e .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uo8E9jWD6e .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uo8E9jWD6e .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uo8E9jWD6e .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uo8E9jWD6e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uo8E9jWD6e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uo8E9jWD6e .form-control,
.cid-uo8E9jWD6e .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uo8E9jWD6e #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uo8E9jWD6e #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uo8E9jWD6e #creativecommons img,
.cid-uo8E9jWD6e iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uo8E9jWD6e .offset-md-1 {
  margin-left: 1vw;
}
.cid-uo8E9l1LmM.popup-builder {
  background-color: #ffffff;
}
.cid-uo8E9l1LmM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8E9l1LmM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8E9l1LmM .modal-content,
.cid-uo8E9l1LmM .modal-dialog {
  height: auto;
}
.cid-uo8E9l1LmM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8E9l1LmM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8E9l1LmM .form-wrapper .mbr-form .form-group,
  .cid-uo8E9l1LmM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8E9l1LmM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8E9l1LmM .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-uo8E9l1LmM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8E9l1LmM .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8E9l1LmM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8E9l1LmM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8E9l1LmM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8E9l1LmM .modal-open {
  overflow: hidden;
}
.cid-uo8E9l1LmM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8E9l1LmM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8E9l1LmM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8E9l1LmM .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-uo8E9l1LmM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8E9l1LmM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8E9l1LmM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8E9l1LmM .modal-content {
  background: #353535;
  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-uo8E9l1LmM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8E9l1LmM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8E9l1LmM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8E9l1LmM .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8E9l1LmM .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-uo8E9l1LmM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9l1LmM .modal-header {
    padding: 1rem;
  }
}
.cid-uo8E9l1LmM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8E9l1LmM .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8E9l1LmM .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8E9l1LmM .modal-header .close:focus {
  outline: none;
}
.cid-uo8E9l1LmM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8E9l1LmM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8E9l1LmM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9l1LmM .modal-body {
    padding: 1rem;
  }
}
.cid-uo8E9l1LmM .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-uo8E9l1LmM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8E9l1LmM .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8E9l1LmM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8E9l1LmM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8E9l1LmM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8E9l1LmM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8E9l1LmM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8E9l1LmM .modal-lg,
  .cid-uo8E9l1LmM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8E9l1LmM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8E9l1LmM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8E9l1LmM .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-uo8E9l1LmM .form-group {
  margin-bottom: 1rem;
}
.cid-uo8E9l1LmM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8E9l1LmM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8E9l1LmM .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-uo8E9l1LmM .mbr-section-btn {
  margin: 0;
}
.cid-uo8E9l1LmM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo8FpD024Z.popup-builder {
  background-color: #ffffff;
}
.cid-uo8FpD024Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8FpD024Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8FpD024Z .modal-content,
.cid-uo8FpD024Z .modal-dialog {
  height: auto;
}
.cid-uo8FpD024Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8FpD024Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8FpD024Z .form-wrapper .mbr-form .form-group,
  .cid-uo8FpD024Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8FpD024Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8FpD024Z .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-uo8FpD024Z .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8FpD024Z .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8FpD024Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8FpD024Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8FpD024Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8FpD024Z .modal-open {
  overflow: hidden;
}
.cid-uo8FpD024Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8FpD024Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8FpD024Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8FpD024Z .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-uo8FpD024Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8FpD024Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8FpD024Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8FpD024Z .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-uo8FpD024Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8FpD024Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8FpD024Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8FpD024Z .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8FpD024Z .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-uo8FpD024Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8FpD024Z .modal-header {
    padding: 1rem;
  }
}
.cid-uo8FpD024Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8FpD024Z .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8FpD024Z .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8FpD024Z .modal-header .close:focus {
  outline: none;
}
.cid-uo8FpD024Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8FpD024Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8FpD024Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8FpD024Z .modal-body {
    padding: 1rem;
  }
}
.cid-uo8FpD024Z .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-uo8FpD024Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8FpD024Z .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8FpD024Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8FpD024Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8FpD024Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8FpD024Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8FpD024Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8FpD024Z .modal-lg,
  .cid-uo8FpD024Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8FpD024Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8FpD024Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8FpD024Z .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-uo8FpD024Z .form-group {
  margin-bottom: 1rem;
}
.cid-uo8FpD024Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8FpD024Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8FpD024Z .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-uo8FpD024Z .mbr-section-btn {
  margin: 0;
}
.cid-uo8FpD024Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo8FJnkg9O.popup-builder {
  background-color: #ffffff;
}
.cid-uo8FJnkg9O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo8FJnkg9O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo8FJnkg9O .modal-content,
.cid-uo8FJnkg9O .modal-dialog {
  height: auto;
}
.cid-uo8FJnkg9O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo8FJnkg9O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo8FJnkg9O .form-wrapper .mbr-form .form-group,
  .cid-uo8FJnkg9O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo8FJnkg9O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo8FJnkg9O .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-uo8FJnkg9O .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uo8FJnkg9O .pt-0 {
  padding-top: 0 !important;
}
.cid-uo8FJnkg9O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo8FJnkg9O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo8FJnkg9O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo8FJnkg9O .modal-open {
  overflow: hidden;
}
.cid-uo8FJnkg9O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo8FJnkg9O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo8FJnkg9O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo8FJnkg9O .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-uo8FJnkg9O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo8FJnkg9O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo8FJnkg9O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo8FJnkg9O .modal-content {
  background: #353535;
  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-uo8FJnkg9O .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo8FJnkg9O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo8FJnkg9O .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo8FJnkg9O .modal-backdrop.show {
  opacity: .5;
}
.cid-uo8FJnkg9O .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-uo8FJnkg9O .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8FJnkg9O .modal-header {
    padding: 1rem;
  }
}
.cid-uo8FJnkg9O .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo8FJnkg9O .modal-header .close svg {
  fill: #ffffff;
}
.cid-uo8FJnkg9O .modal-header .close:hover {
  opacity: 1;
}
.cid-uo8FJnkg9O .modal-header .close:focus {
  outline: none;
}
.cid-uo8FJnkg9O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uo8FJnkg9O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo8FJnkg9O .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8FJnkg9O .modal-body {
    padding: 1rem;
  }
}
.cid-uo8FJnkg9O .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-uo8FJnkg9O .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo8FJnkg9O .modal-footer {
    padding: 1rem;
  }
}
.cid-uo8FJnkg9O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo8FJnkg9O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo8FJnkg9O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo8FJnkg9O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo8FJnkg9O .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo8FJnkg9O .modal-lg,
  .cid-uo8FJnkg9O .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo8FJnkg9O .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo8FJnkg9O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo8FJnkg9O .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-uo8FJnkg9O .form-group {
  margin-bottom: 1rem;
}
.cid-uo8FJnkg9O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo8FJnkg9O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo8FJnkg9O .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-uo8FJnkg9O .mbr-section-btn {
  margin: 0;
}
.cid-uo8FJnkg9O .mbr-section-btn .btn {
  margin: 0;
}
.cid-uoJf0sS1bY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoJf0sS1bY nav.navbar {
  position: fixed;
}
.cid-uoJf0sS1bY .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-uoJf0sS1bY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoJf0sS1bY .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uoJf0sS1bY #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uoJf0sS1bY .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uoJf0sS1bY .dropdown-item:hover,
.cid-uoJf0sS1bY .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uoJf0sS1bY .dropdown-item:hover span {
  color: white;
}
.cid-uoJf0sS1bY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoJf0sS1bY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoJf0sS1bY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uoJf0sS1bY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoJf0sS1bY .nav-link {
  position: relative;
}
.cid-uoJf0sS1bY .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uoJf0sS1bY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uoJf0sS1bY .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uoJf0sS1bY .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uoJf0sS1bY .dropdown-menu,
.cid-uoJf0sS1bY .navbar.opened {
  background: #353535 !important;
}
.cid-uoJf0sS1bY .nav-item:focus,
.cid-uoJf0sS1bY .nav-link:focus {
  outline: none;
}
.cid-uoJf0sS1bY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoJf0sS1bY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoJf0sS1bY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoJf0sS1bY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoJf0sS1bY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoJf0sS1bY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoJf0sS1bY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uoJf0sS1bY .navbar.opened {
  transition: all 0.3s;
}
.cid-uoJf0sS1bY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoJf0sS1bY .navbar .navbar-logo img {
  width: auto;
}
.cid-uoJf0sS1bY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoJf0sS1bY .navbar.collapsed {
  justify-content: center;
}
.cid-uoJf0sS1bY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoJf0sS1bY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoJf0sS1bY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoJf0sS1bY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoJf0sS1bY .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-uoJf0sS1bY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoJf0sS1bY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoJf0sS1bY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoJf0sS1bY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoJf0sS1bY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoJf0sS1bY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoJf0sS1bY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoJf0sS1bY .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-uoJf0sS1bY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoJf0sS1bY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoJf0sS1bY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uoJf0sS1bY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoJf0sS1bY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoJf0sS1bY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uoJf0sS1bY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoJf0sS1bY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoJf0sS1bY .dropdown-item.active,
.cid-uoJf0sS1bY .dropdown-item:active {
  background-color: transparent;
}
.cid-uoJf0sS1bY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoJf0sS1bY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoJf0sS1bY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoJf0sS1bY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uoJf0sS1bY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoJf0sS1bY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoJf0sS1bY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoJf0sS1bY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoJf0sS1bY button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoJf0sS1bY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uoJf0sS1bY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoJf0sS1bY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoJf0sS1bY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoJf0sS1bY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoJf0sS1bY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoJf0sS1bY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoJf0sS1bY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoJf0sS1bY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoJf0sS1bY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoJf0sS1bY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoJf0sS1bY .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-uoJf0sS1bY .navbar {
    height: 70px;
  }
  .cid-uoJf0sS1bY .navbar.opened {
    height: auto;
  }
  .cid-uoJf0sS1bY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoJf0sS1bY .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uoJf0sS1bY .navbar-toggler {
  margin-left: 10px;
}
.cid-uoJf0sS1bY .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uoJf0sS1bY .navbar-logo {
  margin-right: 0 !important;
}
.cid-uoJf0sS1bY .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uoJf0sS1bY .mbr-text {
    display: none;
  }
}
.cid-uoJf0sS1bY .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uoJf0sS1bY .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uoJf0sS1bY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uoJf0sS1bY .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uoJf0sS1bY #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uoJf0sS1bY #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uoJf0sS1bY #vol {
    display: none;
  }
}
.cid-uoJf0sS1bY .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uoJf0u07In {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoJf0u07In .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uoJf0u07In .mbr-section-subtitle {
  text-align: center;
}
.cid-uoJf0u07In .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uoJf0u07In .display-1 {
    font-size: 75px;
  }
  .cid-uoJf0u07In .display-5 {
    font-size: 29px;
  }
  .cid-uoJf0u07In .display-4 {
    font-weight: 300;
  }
}
#custom-html-2bj {
  /* Type valid CSS here */
}
#custom-html-2bj div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2bj .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uoJf0v6ppn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uoJf0v6ppn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJf0v6ppn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoJf0v6ppn .container,
.cid-uoJf0v6ppn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoJf0v6ppn .container,
  .cid-uoJf0v6ppn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uoJf0v6ppn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uoJf0v6ppn .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uoJf0v6ppn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoJf0v6ppn .mbr-section-title {
  color: #4479d9;
}
.cid-uoJf0v6ppn .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uoJf0vtsRm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uoJf0vtsRm .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2bm {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2bm *,
#custom-html-2bm *::before,
#custom-html-2bm *::after {
  box-sizing: border-box;
}
#custom-html-2bm body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2bm #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2bm .container {
  background-color: #232323;
}
#custom-html-2bm .titre {
  padding: 1em;
}
#custom-html-2bm H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2bm h6 {
  color: white;
}
.cid-uoJf0w0tv3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uoJf0w0tv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJf0w0tv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoJf0w0tv3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoJf0w0tv3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uoJf0w0tv3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uoJf0w0tv3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uoJf0w0tv3 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uoJf0w0tv3 .mbr-text,
.cid-uoJf0w0tv3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uoJf0w0tv3 .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uoJf0woOOy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uoJf0woOOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJf0woOOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoJf0woOOy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoJf0woOOy .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uoJf0woOOy .image-wrapper {
    padding: 1rem;
  }
}
.cid-uoJf0woOOy .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uoJf0woOOy .mbr-text,
.cid-uoJf0woOOy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uoJf0woOOy .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uoJf0wVg80 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uoJf0wVg80 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uoJf0wVg80 .mbr-text,
.cid-uoJf0wVg80 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uoJf0xs7fX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uoJf0xs7fX .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uoJf0xs7fX .row {
    padding: 20px 34px;
  }
}
.cid-uoJf0xs7fX .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uoJf0xP7al {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uoJf0xP7al .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uoJf0xP7al .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uoJf0xP7al .card:hover {
  margin-top: -0.6rem;
}
.cid-uoJf0xP7al .card-wrapper {
  position: relative;
}
.cid-uoJf0xP7al .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uoJf0xP7al .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uoJf0xP7al .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uoJf0xP7al .big {
  margin-top: -25%;
}
.cid-uoJf0xP7al .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uoJf0xP7al .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uoJf0xP7al .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uoJf0xP7al .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uoJf0yqU30.popup-builder {
  background-color: #ffffff;
}
.cid-uoJf0yqU30.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJf0yqU30.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJf0yqU30 .modal-content,
.cid-uoJf0yqU30 .modal-dialog {
  height: auto;
}
.cid-uoJf0yqU30 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJf0yqU30 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJf0yqU30 .form-wrapper .mbr-form .form-group,
  .cid-uoJf0yqU30 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJf0yqU30 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJf0yqU30 .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-uoJf0yqU30 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJf0yqU30 .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJf0yqU30 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJf0yqU30 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJf0yqU30 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJf0yqU30 .modal-open {
  overflow: hidden;
}
.cid-uoJf0yqU30 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJf0yqU30 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJf0yqU30 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJf0yqU30 .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-uoJf0yqU30 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJf0yqU30 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJf0yqU30 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJf0yqU30 .modal-content {
  background: #353535;
  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-uoJf0yqU30 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJf0yqU30 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJf0yqU30 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJf0yqU30 .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJf0yqU30 .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-uoJf0yqU30 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0yqU30 .modal-header {
    padding: 1rem;
  }
}
.cid-uoJf0yqU30 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJf0yqU30 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJf0yqU30 .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJf0yqU30 .modal-header .close:focus {
  outline: none;
}
.cid-uoJf0yqU30 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJf0yqU30 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJf0yqU30 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0yqU30 .modal-body {
    padding: 1rem;
  }
}
.cid-uoJf0yqU30 .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-uoJf0yqU30 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0yqU30 .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJf0yqU30 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJf0yqU30 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJf0yqU30 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJf0yqU30 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJf0yqU30 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJf0yqU30 .modal-lg,
  .cid-uoJf0yqU30 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJf0yqU30 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJf0yqU30 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJf0yqU30 .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-uoJf0yqU30 .form-group {
  margin-bottom: 1rem;
}
.cid-uoJf0yqU30 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJf0yqU30 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJf0yqU30 .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-uoJf0yqU30 .mbr-section-btn {
  margin: 0;
}
.cid-uoJf0yqU30 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uoJf0yqU30 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uoJf0yqU30 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uoJf0yqU30 #creativecommons img,
.cid-uoJf0yqU30 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uoJf0yZXoV.popup-builder {
  background-color: #ffffff;
}
.cid-uoJf0yZXoV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJf0yZXoV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJf0yZXoV .modal-content,
.cid-uoJf0yZXoV .modal-dialog {
  height: auto;
}
.cid-uoJf0yZXoV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJf0yZXoV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJf0yZXoV .form-wrapper .mbr-form .form-group,
  .cid-uoJf0yZXoV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJf0yZXoV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJf0yZXoV .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-uoJf0yZXoV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJf0yZXoV .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJf0yZXoV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJf0yZXoV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJf0yZXoV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJf0yZXoV .modal-open {
  overflow: hidden;
}
.cid-uoJf0yZXoV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJf0yZXoV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJf0yZXoV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJf0yZXoV .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-uoJf0yZXoV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJf0yZXoV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJf0yZXoV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJf0yZXoV .modal-content {
  background: #353535;
  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-uoJf0yZXoV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJf0yZXoV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJf0yZXoV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJf0yZXoV .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJf0yZXoV .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-uoJf0yZXoV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0yZXoV .modal-header {
    padding: 1rem;
  }
}
.cid-uoJf0yZXoV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJf0yZXoV .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJf0yZXoV .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJf0yZXoV .modal-header .close:focus {
  outline: none;
}
.cid-uoJf0yZXoV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJf0yZXoV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJf0yZXoV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0yZXoV .modal-body {
    padding: 1rem;
  }
}
.cid-uoJf0yZXoV .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-uoJf0yZXoV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0yZXoV .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJf0yZXoV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJf0yZXoV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJf0yZXoV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJf0yZXoV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJf0yZXoV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJf0yZXoV .modal-lg,
  .cid-uoJf0yZXoV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJf0yZXoV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJf0yZXoV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJf0yZXoV .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-uoJf0yZXoV .form-group {
  margin-bottom: 1rem;
}
.cid-uoJf0yZXoV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJf0yZXoV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJf0yZXoV .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-uoJf0yZXoV .mbr-section-btn {
  margin: 0;
}
.cid-uoJf0yZXoV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uoJf0zsuPi.popup-builder {
  background-color: #ffffff;
}
.cid-uoJf0zsuPi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJf0zsuPi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJf0zsuPi .modal-content,
.cid-uoJf0zsuPi .modal-dialog {
  height: auto;
}
.cid-uoJf0zsuPi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJf0zsuPi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJf0zsuPi .form-wrapper .mbr-form .form-group,
  .cid-uoJf0zsuPi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJf0zsuPi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJf0zsuPi .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-uoJf0zsuPi .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJf0zsuPi .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJf0zsuPi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJf0zsuPi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJf0zsuPi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJf0zsuPi .modal-open {
  overflow: hidden;
}
.cid-uoJf0zsuPi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJf0zsuPi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJf0zsuPi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJf0zsuPi .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-uoJf0zsuPi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJf0zsuPi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJf0zsuPi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJf0zsuPi .modal-content {
  background: #353535;
  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-uoJf0zsuPi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJf0zsuPi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJf0zsuPi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJf0zsuPi .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJf0zsuPi .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-uoJf0zsuPi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0zsuPi .modal-header {
    padding: 1rem;
  }
}
.cid-uoJf0zsuPi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJf0zsuPi .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJf0zsuPi .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJf0zsuPi .modal-header .close:focus {
  outline: none;
}
.cid-uoJf0zsuPi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJf0zsuPi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJf0zsuPi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0zsuPi .modal-body {
    padding: 1rem;
  }
}
.cid-uoJf0zsuPi .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-uoJf0zsuPi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0zsuPi .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJf0zsuPi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJf0zsuPi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJf0zsuPi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJf0zsuPi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJf0zsuPi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJf0zsuPi .modal-lg,
  .cid-uoJf0zsuPi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJf0zsuPi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJf0zsuPi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJf0zsuPi .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-uoJf0zsuPi .form-group {
  margin-bottom: 1rem;
}
.cid-uoJf0zsuPi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJf0zsuPi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJf0zsuPi .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-uoJf0zsuPi .mbr-section-btn {
  margin: 0;
}
.cid-uoJf0zsuPi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uoJf0zXl4G.popup-builder {
  background-color: #ffffff;
}
.cid-uoJf0zXl4G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJf0zXl4G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJf0zXl4G .modal-content,
.cid-uoJf0zXl4G .modal-dialog {
  height: auto;
}
.cid-uoJf0zXl4G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJf0zXl4G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJf0zXl4G .form-wrapper .mbr-form .form-group,
  .cid-uoJf0zXl4G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJf0zXl4G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJf0zXl4G .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-uoJf0zXl4G .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJf0zXl4G .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJf0zXl4G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJf0zXl4G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJf0zXl4G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJf0zXl4G .modal-open {
  overflow: hidden;
}
.cid-uoJf0zXl4G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJf0zXl4G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJf0zXl4G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJf0zXl4G .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-uoJf0zXl4G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJf0zXl4G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJf0zXl4G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJf0zXl4G .modal-content {
  background: #353535;
  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-uoJf0zXl4G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJf0zXl4G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJf0zXl4G .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJf0zXl4G .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJf0zXl4G .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-uoJf0zXl4G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0zXl4G .modal-header {
    padding: 1rem;
  }
}
.cid-uoJf0zXl4G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJf0zXl4G .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJf0zXl4G .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJf0zXl4G .modal-header .close:focus {
  outline: none;
}
.cid-uoJf0zXl4G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJf0zXl4G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJf0zXl4G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0zXl4G .modal-body {
    padding: 1rem;
  }
}
.cid-uoJf0zXl4G .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-uoJf0zXl4G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0zXl4G .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJf0zXl4G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJf0zXl4G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJf0zXl4G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJf0zXl4G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJf0zXl4G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJf0zXl4G .modal-lg,
  .cid-uoJf0zXl4G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJf0zXl4G .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJf0zXl4G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJf0zXl4G .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-uoJf0zXl4G .form-group {
  margin-bottom: 1rem;
}
.cid-uoJf0zXl4G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJf0zXl4G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJf0zXl4G .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-uoJf0zXl4G .mbr-section-btn {
  margin: 0;
}
.cid-uoJf0zXl4G .mbr-section-btn .btn {
  margin: 0;
}
.cid-uoJf0AuK1m.popup-builder {
  background-color: #ffffff;
}
.cid-uoJf0AuK1m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJf0AuK1m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJf0AuK1m .modal-content,
.cid-uoJf0AuK1m .modal-dialog {
  height: auto;
}
.cid-uoJf0AuK1m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJf0AuK1m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJf0AuK1m .form-wrapper .mbr-form .form-group,
  .cid-uoJf0AuK1m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJf0AuK1m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJf0AuK1m .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-uoJf0AuK1m .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJf0AuK1m .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJf0AuK1m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJf0AuK1m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJf0AuK1m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJf0AuK1m .modal-open {
  overflow: hidden;
}
.cid-uoJf0AuK1m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJf0AuK1m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJf0AuK1m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJf0AuK1m .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-uoJf0AuK1m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJf0AuK1m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJf0AuK1m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJf0AuK1m .modal-content {
  background: #353535;
  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-uoJf0AuK1m .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJf0AuK1m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJf0AuK1m .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJf0AuK1m .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJf0AuK1m .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-uoJf0AuK1m .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0AuK1m .modal-header {
    padding: 1rem;
  }
}
.cid-uoJf0AuK1m .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJf0AuK1m .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJf0AuK1m .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJf0AuK1m .modal-header .close:focus {
  outline: none;
}
.cid-uoJf0AuK1m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJf0AuK1m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJf0AuK1m .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0AuK1m .modal-body {
    padding: 1rem;
  }
}
.cid-uoJf0AuK1m .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-uoJf0AuK1m .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0AuK1m .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJf0AuK1m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJf0AuK1m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJf0AuK1m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJf0AuK1m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJf0AuK1m .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJf0AuK1m .modal-lg,
  .cid-uoJf0AuK1m .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJf0AuK1m .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJf0AuK1m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJf0AuK1m .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-uoJf0AuK1m .form-group {
  margin-bottom: 1rem;
}
.cid-uoJf0AuK1m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJf0AuK1m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJf0AuK1m .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-uoJf0AuK1m .mbr-section-btn {
  margin: 0;
}
.cid-uoJf0AuK1m .mbr-section-btn .btn {
  margin: 0;
}
.cid-uoJf0B0kXz.popup-builder {
  background-color: #ffffff;
}
.cid-uoJf0B0kXz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJf0B0kXz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJf0B0kXz .modal-content,
.cid-uoJf0B0kXz .modal-dialog {
  height: auto;
}
.cid-uoJf0B0kXz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJf0B0kXz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJf0B0kXz .form-wrapper .mbr-form .form-group,
  .cid-uoJf0B0kXz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJf0B0kXz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJf0B0kXz .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-uoJf0B0kXz .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJf0B0kXz .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJf0B0kXz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJf0B0kXz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJf0B0kXz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJf0B0kXz .modal-open {
  overflow: hidden;
}
.cid-uoJf0B0kXz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJf0B0kXz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJf0B0kXz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJf0B0kXz .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-uoJf0B0kXz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJf0B0kXz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJf0B0kXz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJf0B0kXz .modal-content {
  background: #353535;
  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-uoJf0B0kXz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJf0B0kXz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJf0B0kXz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJf0B0kXz .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJf0B0kXz .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-uoJf0B0kXz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0B0kXz .modal-header {
    padding: 1rem;
  }
}
.cid-uoJf0B0kXz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJf0B0kXz .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJf0B0kXz .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJf0B0kXz .modal-header .close:focus {
  outline: none;
}
.cid-uoJf0B0kXz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJf0B0kXz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJf0B0kXz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0B0kXz .modal-body {
    padding: 1rem;
  }
}
.cid-uoJf0B0kXz .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-uoJf0B0kXz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0B0kXz .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJf0B0kXz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJf0B0kXz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJf0B0kXz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJf0B0kXz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJf0B0kXz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJf0B0kXz .modal-lg,
  .cid-uoJf0B0kXz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJf0B0kXz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJf0B0kXz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJf0B0kXz .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-uoJf0B0kXz .form-group {
  margin-bottom: 1rem;
}
.cid-uoJf0B0kXz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJf0B0kXz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJf0B0kXz .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-uoJf0B0kXz .mbr-section-btn {
  margin: 0;
}
.cid-uoJf0B0kXz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uoJf0C7eQh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uoJf0C7eQh .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uoJf0C7eQh .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uoJf0C7eQh .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uoJf0C7eQh .bg-youtube:hover {
  background: #cc0000;
}
.cid-uoJf0C7eQh .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uoJf0C7eQh .bg-twitch:hover {
  background: #7313ff;
}
.cid-uoJf0C7eQh .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uoJf0C7eQh [class^="socicon-"]:before,
.cid-uoJf0C7eQh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uoJf0C7eQh .mbr-section-title,
.cid-uoJf0C7eQh .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uoJf0CLUQO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uoJf0CLUQO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uoJf0CLUQO .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uoJf0CLUQO .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uoJf0CLUQO .form-control:focus,
.cid-uoJf0CLUQO .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uoJf0CLUQO .form-group {
  margin-bottom: 1rem;
}
.cid-uoJf0CLUQO input::-webkit-input-placeholder,
.cid-uoJf0CLUQO textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uoJf0CLUQO input:-moz-placeholder,
.cid-uoJf0CLUQO textarea:-moz-placeholder {
  color: #656565;
}
.cid-uoJf0CLUQO .jq-selectbox li,
.cid-uoJf0CLUQO .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uoJf0CLUQO .jq-selectbox li:hover,
.cid-uoJf0CLUQO .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uoJf0CLUQO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uoJf0CLUQO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uoJf0CLUQO textarea.form-control {
  resize: none;
}
.cid-uoJf0CLUQO .input-group-btn {
  display: inline-block;
}
.cid-uoJf0CLUQO .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uoJf0CLUQO .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoJf0CLUQO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uoJf0CLUQO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uoJf0CLUQO .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uoJf0CLUQO .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uoJf0CLUQO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uoJf0CLUQO .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uoJf0CLUQO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uoJf0CLUQO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uoJf0CLUQO .form-control,
.cid-uoJf0CLUQO .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uoJf0CLUQO #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uoJf0CLUQO #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uoJf0CLUQO #creativecommons img,
.cid-uoJf0CLUQO iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uoJf0CLUQO .offset-md-1 {
  margin-left: 1vw;
}
.cid-uoJf0DQbsX.popup-builder {
  background-color: #ffffff;
}
.cid-uoJf0DQbsX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJf0DQbsX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJf0DQbsX .modal-content,
.cid-uoJf0DQbsX .modal-dialog {
  height: auto;
}
.cid-uoJf0DQbsX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJf0DQbsX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJf0DQbsX .form-wrapper .mbr-form .form-group,
  .cid-uoJf0DQbsX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJf0DQbsX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJf0DQbsX .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-uoJf0DQbsX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJf0DQbsX .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJf0DQbsX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJf0DQbsX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJf0DQbsX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJf0DQbsX .modal-open {
  overflow: hidden;
}
.cid-uoJf0DQbsX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJf0DQbsX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJf0DQbsX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJf0DQbsX .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-uoJf0DQbsX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJf0DQbsX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJf0DQbsX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJf0DQbsX .modal-content {
  background: #353535;
  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-uoJf0DQbsX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJf0DQbsX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJf0DQbsX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJf0DQbsX .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJf0DQbsX .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-uoJf0DQbsX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0DQbsX .modal-header {
    padding: 1rem;
  }
}
.cid-uoJf0DQbsX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJf0DQbsX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJf0DQbsX .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJf0DQbsX .modal-header .close:focus {
  outline: none;
}
.cid-uoJf0DQbsX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJf0DQbsX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJf0DQbsX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0DQbsX .modal-body {
    padding: 1rem;
  }
}
.cid-uoJf0DQbsX .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-uoJf0DQbsX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJf0DQbsX .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJf0DQbsX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJf0DQbsX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJf0DQbsX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJf0DQbsX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJf0DQbsX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJf0DQbsX .modal-lg,
  .cid-uoJf0DQbsX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJf0DQbsX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJf0DQbsX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJf0DQbsX .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-uoJf0DQbsX .form-group {
  margin-bottom: 1rem;
}
.cid-uoJf0DQbsX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJf0DQbsX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJf0DQbsX .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-uoJf0DQbsX .mbr-section-btn {
  margin: 0;
}
.cid-uoJf0DQbsX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uoJfKQ6Olf.popup-builder {
  background-color: #ffffff;
}
.cid-uoJfKQ6Olf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJfKQ6Olf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJfKQ6Olf .modal-content,
.cid-uoJfKQ6Olf .modal-dialog {
  height: auto;
}
.cid-uoJfKQ6Olf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJfKQ6Olf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJfKQ6Olf .form-wrapper .mbr-form .form-group,
  .cid-uoJfKQ6Olf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJfKQ6Olf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJfKQ6Olf .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-uoJfKQ6Olf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJfKQ6Olf .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJfKQ6Olf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJfKQ6Olf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJfKQ6Olf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJfKQ6Olf .modal-open {
  overflow: hidden;
}
.cid-uoJfKQ6Olf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJfKQ6Olf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJfKQ6Olf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJfKQ6Olf .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-uoJfKQ6Olf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJfKQ6Olf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJfKQ6Olf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJfKQ6Olf .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-uoJfKQ6Olf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJfKQ6Olf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJfKQ6Olf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJfKQ6Olf .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJfKQ6Olf .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-uoJfKQ6Olf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJfKQ6Olf .modal-header {
    padding: 1rem;
  }
}
.cid-uoJfKQ6Olf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJfKQ6Olf .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJfKQ6Olf .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJfKQ6Olf .modal-header .close:focus {
  outline: none;
}
.cid-uoJfKQ6Olf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJfKQ6Olf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJfKQ6Olf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJfKQ6Olf .modal-body {
    padding: 1rem;
  }
}
.cid-uoJfKQ6Olf .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-uoJfKQ6Olf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJfKQ6Olf .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJfKQ6Olf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJfKQ6Olf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJfKQ6Olf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJfKQ6Olf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJfKQ6Olf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJfKQ6Olf .modal-lg,
  .cid-uoJfKQ6Olf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJfKQ6Olf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJfKQ6Olf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJfKQ6Olf .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-uoJfKQ6Olf .form-group {
  margin-bottom: 1rem;
}
.cid-uoJfKQ6Olf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJfKQ6Olf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJfKQ6Olf .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-uoJfKQ6Olf .mbr-section-btn {
  margin: 0;
}
.cid-uoJfKQ6Olf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uoJfLtCLiU.popup-builder {
  background-color: #ffffff;
}
.cid-uoJfLtCLiU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uoJfLtCLiU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uoJfLtCLiU .modal-content,
.cid-uoJfLtCLiU .modal-dialog {
  height: auto;
}
.cid-uoJfLtCLiU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uoJfLtCLiU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uoJfLtCLiU .form-wrapper .mbr-form .form-group,
  .cid-uoJfLtCLiU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uoJfLtCLiU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uoJfLtCLiU .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-uoJfLtCLiU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uoJfLtCLiU .pt-0 {
  padding-top: 0 !important;
}
.cid-uoJfLtCLiU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uoJfLtCLiU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uoJfLtCLiU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uoJfLtCLiU .modal-open {
  overflow: hidden;
}
.cid-uoJfLtCLiU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uoJfLtCLiU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uoJfLtCLiU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uoJfLtCLiU .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-uoJfLtCLiU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uoJfLtCLiU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uoJfLtCLiU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uoJfLtCLiU .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-uoJfLtCLiU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uoJfLtCLiU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uoJfLtCLiU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uoJfLtCLiU .modal-backdrop.show {
  opacity: .5;
}
.cid-uoJfLtCLiU .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-uoJfLtCLiU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJfLtCLiU .modal-header {
    padding: 1rem;
  }
}
.cid-uoJfLtCLiU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uoJfLtCLiU .modal-header .close svg {
  fill: #ffffff;
}
.cid-uoJfLtCLiU .modal-header .close:hover {
  opacity: 1;
}
.cid-uoJfLtCLiU .modal-header .close:focus {
  outline: none;
}
.cid-uoJfLtCLiU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uoJfLtCLiU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uoJfLtCLiU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJfLtCLiU .modal-body {
    padding: 1rem;
  }
}
.cid-uoJfLtCLiU .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-uoJfLtCLiU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJfLtCLiU .modal-footer {
    padding: 1rem;
  }
}
.cid-uoJfLtCLiU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uoJfLtCLiU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uoJfLtCLiU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uoJfLtCLiU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uoJfLtCLiU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uoJfLtCLiU .modal-lg,
  .cid-uoJfLtCLiU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uoJfLtCLiU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uoJfLtCLiU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uoJfLtCLiU .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-uoJfLtCLiU .form-group {
  margin-bottom: 1rem;
}
.cid-uoJfLtCLiU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uoJfLtCLiU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uoJfLtCLiU .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-uoJfLtCLiU .mbr-section-btn {
  margin: 0;
}
.cid-uoJfLtCLiU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uptlpdF6FU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uptlpdF6FU nav.navbar {
  position: fixed;
}
.cid-uptlpdF6FU .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-uptlpdF6FU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uptlpdF6FU .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uptlpdF6FU #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uptlpdF6FU .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uptlpdF6FU .dropdown-item:hover,
.cid-uptlpdF6FU .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uptlpdF6FU .dropdown-item:hover span {
  color: white;
}
.cid-uptlpdF6FU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uptlpdF6FU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uptlpdF6FU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uptlpdF6FU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uptlpdF6FU .nav-link {
  position: relative;
}
.cid-uptlpdF6FU .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uptlpdF6FU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uptlpdF6FU .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uptlpdF6FU .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uptlpdF6FU .dropdown-menu,
.cid-uptlpdF6FU .navbar.opened {
  background: #353535 !important;
}
.cid-uptlpdF6FU .nav-item:focus,
.cid-uptlpdF6FU .nav-link:focus {
  outline: none;
}
.cid-uptlpdF6FU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uptlpdF6FU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uptlpdF6FU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uptlpdF6FU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptlpdF6FU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uptlpdF6FU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uptlpdF6FU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uptlpdF6FU .navbar.opened {
  transition: all 0.3s;
}
.cid-uptlpdF6FU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uptlpdF6FU .navbar .navbar-logo img {
  width: auto;
}
.cid-uptlpdF6FU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uptlpdF6FU .navbar.collapsed {
  justify-content: center;
}
.cid-uptlpdF6FU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uptlpdF6FU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uptlpdF6FU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uptlpdF6FU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uptlpdF6FU .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-uptlpdF6FU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uptlpdF6FU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uptlpdF6FU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uptlpdF6FU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uptlpdF6FU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uptlpdF6FU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uptlpdF6FU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uptlpdF6FU .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-uptlpdF6FU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uptlpdF6FU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uptlpdF6FU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uptlpdF6FU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uptlpdF6FU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uptlpdF6FU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uptlpdF6FU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uptlpdF6FU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uptlpdF6FU .dropdown-item.active,
.cid-uptlpdF6FU .dropdown-item:active {
  background-color: transparent;
}
.cid-uptlpdF6FU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uptlpdF6FU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uptlpdF6FU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uptlpdF6FU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uptlpdF6FU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uptlpdF6FU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uptlpdF6FU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uptlpdF6FU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uptlpdF6FU button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uptlpdF6FU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uptlpdF6FU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uptlpdF6FU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptlpdF6FU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptlpdF6FU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uptlpdF6FU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptlpdF6FU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uptlpdF6FU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uptlpdF6FU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptlpdF6FU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uptlpdF6FU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uptlpdF6FU .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-uptlpdF6FU .navbar {
    height: 70px;
  }
  .cid-uptlpdF6FU .navbar.opened {
    height: auto;
  }
  .cid-uptlpdF6FU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uptlpdF6FU .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uptlpdF6FU .navbar-toggler {
  margin-left: 10px;
}
.cid-uptlpdF6FU .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uptlpdF6FU .navbar-logo {
  margin-right: 0 !important;
}
.cid-uptlpdF6FU .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uptlpdF6FU .mbr-text {
    display: none;
  }
}
.cid-uptlpdF6FU .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uptlpdF6FU .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uptlpdF6FU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uptlpdF6FU .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uptlpdF6FU #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uptlpdF6FU #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uptlpdF6FU #vol {
    display: none;
  }
}
.cid-uptlpdF6FU .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uptlpeflmB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uptlpeflmB .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uptlpeflmB .mbr-section-subtitle {
  text-align: center;
}
.cid-uptlpeflmB .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uptlpeflmB .display-1 {
    font-size: 75px;
  }
  .cid-uptlpeflmB .display-5 {
    font-size: 29px;
  }
  .cid-uptlpeflmB .display-4 {
    font-weight: 300;
  }
}
#custom-html-2cb {
  /* Type valid CSS here */
}
#custom-html-2cb div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2cb .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uptlpfcC12 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uptlpfcC12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptlpfcC12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptlpfcC12 .container,
.cid-uptlpfcC12 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uptlpfcC12 .container,
  .cid-uptlpfcC12 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uptlpfcC12 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uptlpfcC12 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uptlpfcC12 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uptlpfcC12 .mbr-section-title {
  color: #4479d9;
}
.cid-uptlpfcC12 .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uptlpfANiU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uptlpfANiU .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2ce {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2ce *,
#custom-html-2ce *::before,
#custom-html-2ce *::after {
  box-sizing: border-box;
}
#custom-html-2ce body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2ce #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2ce .container {
  background-color: #232323;
}
#custom-html-2ce .titre {
  padding: 1em;
}
#custom-html-2ce H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2ce h6 {
  color: white;
}
.cid-uptlpgdZbB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uptlpgdZbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptlpgdZbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uptlpgdZbB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uptlpgdZbB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uptlpgdZbB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uptlpgdZbB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uptlpgdZbB .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uptlpgdZbB .mbr-text,
.cid-uptlpgdZbB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uptlpgdZbB .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uptlpgAptQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uptlpgAptQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptlpgAptQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uptlpgAptQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uptlpgAptQ .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uptlpgAptQ .image-wrapper {
    padding: 1rem;
  }
}
.cid-uptlpgAptQ .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uptlpgAptQ .mbr-text,
.cid-uptlpgAptQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uptlpgAptQ .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uptlph2GIl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uptlph2GIl .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uptlph2GIl .mbr-text,
.cid-uptlph2GIl .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uptlphvpC6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uptlphvpC6 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uptlphvpC6 .row {
    padding: 20px 34px;
  }
}
.cid-uptlphvpC6 .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uptlpi2Jvz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uptlpi2Jvz .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uptlpi2Jvz .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uptlpi2Jvz .card:hover {
  margin-top: -0.6rem;
}
.cid-uptlpi2Jvz .card-wrapper {
  position: relative;
}
.cid-uptlpi2Jvz .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uptlpi2Jvz .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uptlpi2Jvz .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uptlpi2Jvz .big {
  margin-top: -25%;
}
.cid-uptlpi2Jvz .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uptlpi2Jvz .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uptlpi2Jvz .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uptlpi2Jvz .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uptlpiBoPY.popup-builder {
  background-color: #ffffff;
}
.cid-uptlpiBoPY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlpiBoPY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlpiBoPY .modal-content,
.cid-uptlpiBoPY .modal-dialog {
  height: auto;
}
.cid-uptlpiBoPY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlpiBoPY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlpiBoPY .form-wrapper .mbr-form .form-group,
  .cid-uptlpiBoPY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlpiBoPY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlpiBoPY .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-uptlpiBoPY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlpiBoPY .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlpiBoPY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlpiBoPY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlpiBoPY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlpiBoPY .modal-open {
  overflow: hidden;
}
.cid-uptlpiBoPY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlpiBoPY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlpiBoPY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlpiBoPY .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-uptlpiBoPY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlpiBoPY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlpiBoPY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlpiBoPY .modal-content {
  background: #353535;
  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-uptlpiBoPY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlpiBoPY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlpiBoPY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlpiBoPY .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlpiBoPY .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-uptlpiBoPY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpiBoPY .modal-header {
    padding: 1rem;
  }
}
.cid-uptlpiBoPY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlpiBoPY .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlpiBoPY .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlpiBoPY .modal-header .close:focus {
  outline: none;
}
.cid-uptlpiBoPY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlpiBoPY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlpiBoPY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpiBoPY .modal-body {
    padding: 1rem;
  }
}
.cid-uptlpiBoPY .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-uptlpiBoPY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpiBoPY .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlpiBoPY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlpiBoPY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlpiBoPY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlpiBoPY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlpiBoPY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlpiBoPY .modal-lg,
  .cid-uptlpiBoPY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlpiBoPY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlpiBoPY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlpiBoPY .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-uptlpiBoPY .form-group {
  margin-bottom: 1rem;
}
.cid-uptlpiBoPY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlpiBoPY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlpiBoPY .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-uptlpiBoPY .mbr-section-btn {
  margin: 0;
}
.cid-uptlpiBoPY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uptlpiBoPY #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uptlpiBoPY #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uptlpiBoPY #creativecommons img,
.cid-uptlpiBoPY iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uptlpj9Spl.popup-builder {
  background-color: #ffffff;
}
.cid-uptlpj9Spl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlpj9Spl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlpj9Spl .modal-content,
.cid-uptlpj9Spl .modal-dialog {
  height: auto;
}
.cid-uptlpj9Spl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlpj9Spl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlpj9Spl .form-wrapper .mbr-form .form-group,
  .cid-uptlpj9Spl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlpj9Spl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlpj9Spl .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-uptlpj9Spl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlpj9Spl .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlpj9Spl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlpj9Spl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlpj9Spl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlpj9Spl .modal-open {
  overflow: hidden;
}
.cid-uptlpj9Spl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlpj9Spl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlpj9Spl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlpj9Spl .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-uptlpj9Spl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlpj9Spl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlpj9Spl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlpj9Spl .modal-content {
  background: #353535;
  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-uptlpj9Spl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlpj9Spl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlpj9Spl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlpj9Spl .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlpj9Spl .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-uptlpj9Spl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpj9Spl .modal-header {
    padding: 1rem;
  }
}
.cid-uptlpj9Spl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlpj9Spl .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlpj9Spl .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlpj9Spl .modal-header .close:focus {
  outline: none;
}
.cid-uptlpj9Spl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlpj9Spl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlpj9Spl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpj9Spl .modal-body {
    padding: 1rem;
  }
}
.cid-uptlpj9Spl .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-uptlpj9Spl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpj9Spl .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlpj9Spl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlpj9Spl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlpj9Spl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlpj9Spl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlpj9Spl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlpj9Spl .modal-lg,
  .cid-uptlpj9Spl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlpj9Spl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlpj9Spl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlpj9Spl .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-uptlpj9Spl .form-group {
  margin-bottom: 1rem;
}
.cid-uptlpj9Spl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlpj9Spl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlpj9Spl .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-uptlpj9Spl .mbr-section-btn {
  margin: 0;
}
.cid-uptlpj9Spl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uptlpjFMvO.popup-builder {
  background-color: #ffffff;
}
.cid-uptlpjFMvO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlpjFMvO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlpjFMvO .modal-content,
.cid-uptlpjFMvO .modal-dialog {
  height: auto;
}
.cid-uptlpjFMvO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlpjFMvO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlpjFMvO .form-wrapper .mbr-form .form-group,
  .cid-uptlpjFMvO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlpjFMvO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlpjFMvO .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-uptlpjFMvO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlpjFMvO .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlpjFMvO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlpjFMvO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlpjFMvO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlpjFMvO .modal-open {
  overflow: hidden;
}
.cid-uptlpjFMvO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlpjFMvO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlpjFMvO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlpjFMvO .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-uptlpjFMvO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlpjFMvO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlpjFMvO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlpjFMvO .modal-content {
  background: #353535;
  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-uptlpjFMvO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlpjFMvO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlpjFMvO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlpjFMvO .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlpjFMvO .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-uptlpjFMvO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpjFMvO .modal-header {
    padding: 1rem;
  }
}
.cid-uptlpjFMvO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlpjFMvO .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlpjFMvO .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlpjFMvO .modal-header .close:focus {
  outline: none;
}
.cid-uptlpjFMvO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlpjFMvO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlpjFMvO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpjFMvO .modal-body {
    padding: 1rem;
  }
}
.cid-uptlpjFMvO .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-uptlpjFMvO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpjFMvO .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlpjFMvO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlpjFMvO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlpjFMvO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlpjFMvO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlpjFMvO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlpjFMvO .modal-lg,
  .cid-uptlpjFMvO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlpjFMvO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlpjFMvO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlpjFMvO .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-uptlpjFMvO .form-group {
  margin-bottom: 1rem;
}
.cid-uptlpjFMvO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlpjFMvO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlpjFMvO .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-uptlpjFMvO .mbr-section-btn {
  margin: 0;
}
.cid-uptlpjFMvO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uptlpkjUJj.popup-builder {
  background-color: #ffffff;
}
.cid-uptlpkjUJj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlpkjUJj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlpkjUJj .modal-content,
.cid-uptlpkjUJj .modal-dialog {
  height: auto;
}
.cid-uptlpkjUJj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlpkjUJj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlpkjUJj .form-wrapper .mbr-form .form-group,
  .cid-uptlpkjUJj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlpkjUJj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlpkjUJj .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-uptlpkjUJj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlpkjUJj .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlpkjUJj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlpkjUJj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlpkjUJj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlpkjUJj .modal-open {
  overflow: hidden;
}
.cid-uptlpkjUJj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlpkjUJj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlpkjUJj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlpkjUJj .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-uptlpkjUJj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlpkjUJj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlpkjUJj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlpkjUJj .modal-content {
  background: #353535;
  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-uptlpkjUJj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlpkjUJj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlpkjUJj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlpkjUJj .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlpkjUJj .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-uptlpkjUJj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpkjUJj .modal-header {
    padding: 1rem;
  }
}
.cid-uptlpkjUJj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlpkjUJj .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlpkjUJj .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlpkjUJj .modal-header .close:focus {
  outline: none;
}
.cid-uptlpkjUJj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlpkjUJj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlpkjUJj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpkjUJj .modal-body {
    padding: 1rem;
  }
}
.cid-uptlpkjUJj .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-uptlpkjUJj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpkjUJj .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlpkjUJj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlpkjUJj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlpkjUJj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlpkjUJj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlpkjUJj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlpkjUJj .modal-lg,
  .cid-uptlpkjUJj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlpkjUJj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlpkjUJj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlpkjUJj .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-uptlpkjUJj .form-group {
  margin-bottom: 1rem;
}
.cid-uptlpkjUJj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlpkjUJj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlpkjUJj .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-uptlpkjUJj .mbr-section-btn {
  margin: 0;
}
.cid-uptlpkjUJj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uptlpkUrPZ.popup-builder {
  background-color: #ffffff;
}
.cid-uptlpkUrPZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlpkUrPZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlpkUrPZ .modal-content,
.cid-uptlpkUrPZ .modal-dialog {
  height: auto;
}
.cid-uptlpkUrPZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlpkUrPZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlpkUrPZ .form-wrapper .mbr-form .form-group,
  .cid-uptlpkUrPZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlpkUrPZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlpkUrPZ .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-uptlpkUrPZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlpkUrPZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlpkUrPZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlpkUrPZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlpkUrPZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlpkUrPZ .modal-open {
  overflow: hidden;
}
.cid-uptlpkUrPZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlpkUrPZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlpkUrPZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlpkUrPZ .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-uptlpkUrPZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlpkUrPZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlpkUrPZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlpkUrPZ .modal-content {
  background: #353535;
  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-uptlpkUrPZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlpkUrPZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlpkUrPZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlpkUrPZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlpkUrPZ .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-uptlpkUrPZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpkUrPZ .modal-header {
    padding: 1rem;
  }
}
.cid-uptlpkUrPZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlpkUrPZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlpkUrPZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlpkUrPZ .modal-header .close:focus {
  outline: none;
}
.cid-uptlpkUrPZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlpkUrPZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlpkUrPZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpkUrPZ .modal-body {
    padding: 1rem;
  }
}
.cid-uptlpkUrPZ .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-uptlpkUrPZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpkUrPZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlpkUrPZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlpkUrPZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlpkUrPZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlpkUrPZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlpkUrPZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlpkUrPZ .modal-lg,
  .cid-uptlpkUrPZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlpkUrPZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlpkUrPZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlpkUrPZ .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-uptlpkUrPZ .form-group {
  margin-bottom: 1rem;
}
.cid-uptlpkUrPZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlpkUrPZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlpkUrPZ .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-uptlpkUrPZ .mbr-section-btn {
  margin: 0;
}
.cid-uptlpkUrPZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uptlplsyWY.popup-builder {
  background-color: #ffffff;
}
.cid-uptlplsyWY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlplsyWY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlplsyWY .modal-content,
.cid-uptlplsyWY .modal-dialog {
  height: auto;
}
.cid-uptlplsyWY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlplsyWY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlplsyWY .form-wrapper .mbr-form .form-group,
  .cid-uptlplsyWY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlplsyWY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlplsyWY .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-uptlplsyWY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlplsyWY .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlplsyWY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlplsyWY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlplsyWY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlplsyWY .modal-open {
  overflow: hidden;
}
.cid-uptlplsyWY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlplsyWY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlplsyWY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlplsyWY .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-uptlplsyWY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlplsyWY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlplsyWY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlplsyWY .modal-content {
  background: #353535;
  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-uptlplsyWY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlplsyWY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlplsyWY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlplsyWY .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlplsyWY .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-uptlplsyWY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlplsyWY .modal-header {
    padding: 1rem;
  }
}
.cid-uptlplsyWY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlplsyWY .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlplsyWY .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlplsyWY .modal-header .close:focus {
  outline: none;
}
.cid-uptlplsyWY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlplsyWY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlplsyWY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlplsyWY .modal-body {
    padding: 1rem;
  }
}
.cid-uptlplsyWY .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-uptlplsyWY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlplsyWY .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlplsyWY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlplsyWY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlplsyWY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlplsyWY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlplsyWY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlplsyWY .modal-lg,
  .cid-uptlplsyWY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlplsyWY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlplsyWY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlplsyWY .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-uptlplsyWY .form-group {
  margin-bottom: 1rem;
}
.cid-uptlplsyWY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlplsyWY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlplsyWY .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-uptlplsyWY .mbr-section-btn {
  margin: 0;
}
.cid-uptlplsyWY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uptlpmAmVI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uptlpmAmVI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uptlpmAmVI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uptlpmAmVI .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uptlpmAmVI .bg-youtube:hover {
  background: #cc0000;
}
.cid-uptlpmAmVI .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uptlpmAmVI .bg-twitch:hover {
  background: #7313ff;
}
.cid-uptlpmAmVI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uptlpmAmVI [class^="socicon-"]:before,
.cid-uptlpmAmVI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uptlpmAmVI .mbr-section-title,
.cid-uptlpmAmVI .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uptlpncDOD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uptlpncDOD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uptlpncDOD .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uptlpncDOD .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uptlpncDOD .form-control:focus,
.cid-uptlpncDOD .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uptlpncDOD .form-group {
  margin-bottom: 1rem;
}
.cid-uptlpncDOD input::-webkit-input-placeholder,
.cid-uptlpncDOD textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uptlpncDOD input:-moz-placeholder,
.cid-uptlpncDOD textarea:-moz-placeholder {
  color: #656565;
}
.cid-uptlpncDOD .jq-selectbox li,
.cid-uptlpncDOD .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uptlpncDOD .jq-selectbox li:hover,
.cid-uptlpncDOD .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uptlpncDOD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uptlpncDOD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uptlpncDOD textarea.form-control {
  resize: none;
}
.cid-uptlpncDOD .input-group-btn {
  display: inline-block;
}
.cid-uptlpncDOD .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uptlpncDOD .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uptlpncDOD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uptlpncDOD .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uptlpncDOD .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uptlpncDOD .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uptlpncDOD .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uptlpncDOD .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uptlpncDOD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uptlpncDOD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uptlpncDOD .form-control,
.cid-uptlpncDOD .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uptlpncDOD #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uptlpncDOD #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uptlpncDOD #creativecommons img,
.cid-uptlpncDOD iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uptlpncDOD .offset-md-1 {
  margin-left: 1vw;
}
.cid-uptlpohxj0.popup-builder {
  background-color: #ffffff;
}
.cid-uptlpohxj0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlpohxj0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlpohxj0 .modal-content,
.cid-uptlpohxj0 .modal-dialog {
  height: auto;
}
.cid-uptlpohxj0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlpohxj0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlpohxj0 .form-wrapper .mbr-form .form-group,
  .cid-uptlpohxj0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlpohxj0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlpohxj0 .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-uptlpohxj0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlpohxj0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlpohxj0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlpohxj0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlpohxj0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlpohxj0 .modal-open {
  overflow: hidden;
}
.cid-uptlpohxj0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlpohxj0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlpohxj0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlpohxj0 .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-uptlpohxj0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlpohxj0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlpohxj0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlpohxj0 .modal-content {
  background: #353535;
  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-uptlpohxj0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlpohxj0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlpohxj0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlpohxj0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlpohxj0 .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-uptlpohxj0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpohxj0 .modal-header {
    padding: 1rem;
  }
}
.cid-uptlpohxj0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlpohxj0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlpohxj0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlpohxj0 .modal-header .close:focus {
  outline: none;
}
.cid-uptlpohxj0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlpohxj0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlpohxj0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpohxj0 .modal-body {
    padding: 1rem;
  }
}
.cid-uptlpohxj0 .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-uptlpohxj0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlpohxj0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlpohxj0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlpohxj0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlpohxj0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlpohxj0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlpohxj0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlpohxj0 .modal-lg,
  .cid-uptlpohxj0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlpohxj0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlpohxj0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlpohxj0 .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-uptlpohxj0 .form-group {
  margin-bottom: 1rem;
}
.cid-uptlpohxj0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlpohxj0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlpohxj0 .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-uptlpohxj0 .mbr-section-btn {
  margin: 0;
}
.cid-uptlpohxj0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uptlYh9h8M.popup-builder {
  background-color: #ffffff;
}
.cid-uptlYh9h8M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlYh9h8M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlYh9h8M .modal-content,
.cid-uptlYh9h8M .modal-dialog {
  height: auto;
}
.cid-uptlYh9h8M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlYh9h8M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlYh9h8M .form-wrapper .mbr-form .form-group,
  .cid-uptlYh9h8M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlYh9h8M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlYh9h8M .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-uptlYh9h8M .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlYh9h8M .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlYh9h8M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlYh9h8M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlYh9h8M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlYh9h8M .modal-open {
  overflow: hidden;
}
.cid-uptlYh9h8M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlYh9h8M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlYh9h8M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlYh9h8M .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-uptlYh9h8M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlYh9h8M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlYh9h8M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlYh9h8M .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-uptlYh9h8M .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlYh9h8M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlYh9h8M .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlYh9h8M .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlYh9h8M .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-uptlYh9h8M .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlYh9h8M .modal-header {
    padding: 1rem;
  }
}
.cid-uptlYh9h8M .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlYh9h8M .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlYh9h8M .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlYh9h8M .modal-header .close:focus {
  outline: none;
}
.cid-uptlYh9h8M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlYh9h8M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlYh9h8M .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlYh9h8M .modal-body {
    padding: 1rem;
  }
}
.cid-uptlYh9h8M .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-uptlYh9h8M .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlYh9h8M .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlYh9h8M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlYh9h8M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlYh9h8M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlYh9h8M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlYh9h8M .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlYh9h8M .modal-lg,
  .cid-uptlYh9h8M .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlYh9h8M .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlYh9h8M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlYh9h8M .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-uptlYh9h8M .form-group {
  margin-bottom: 1rem;
}
.cid-uptlYh9h8M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlYh9h8M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlYh9h8M .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-uptlYh9h8M .mbr-section-btn {
  margin: 0;
}
.cid-uptlYh9h8M .mbr-section-btn .btn {
  margin: 0;
}
.cid-uptlYTrZIz.popup-builder {
  background-color: #ffffff;
}
.cid-uptlYTrZIz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uptlYTrZIz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uptlYTrZIz .modal-content,
.cid-uptlYTrZIz .modal-dialog {
  height: auto;
}
.cid-uptlYTrZIz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uptlYTrZIz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uptlYTrZIz .form-wrapper .mbr-form .form-group,
  .cid-uptlYTrZIz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uptlYTrZIz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uptlYTrZIz .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-uptlYTrZIz .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uptlYTrZIz .pt-0 {
  padding-top: 0 !important;
}
.cid-uptlYTrZIz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uptlYTrZIz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uptlYTrZIz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uptlYTrZIz .modal-open {
  overflow: hidden;
}
.cid-uptlYTrZIz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uptlYTrZIz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uptlYTrZIz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uptlYTrZIz .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-uptlYTrZIz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uptlYTrZIz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uptlYTrZIz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uptlYTrZIz .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-uptlYTrZIz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uptlYTrZIz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uptlYTrZIz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uptlYTrZIz .modal-backdrop.show {
  opacity: .5;
}
.cid-uptlYTrZIz .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-uptlYTrZIz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlYTrZIz .modal-header {
    padding: 1rem;
  }
}
.cid-uptlYTrZIz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uptlYTrZIz .modal-header .close svg {
  fill: #ffffff;
}
.cid-uptlYTrZIz .modal-header .close:hover {
  opacity: 1;
}
.cid-uptlYTrZIz .modal-header .close:focus {
  outline: none;
}
.cid-uptlYTrZIz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uptlYTrZIz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uptlYTrZIz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlYTrZIz .modal-body {
    padding: 1rem;
  }
}
.cid-uptlYTrZIz .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-uptlYTrZIz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uptlYTrZIz .modal-footer {
    padding: 1rem;
  }
}
.cid-uptlYTrZIz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uptlYTrZIz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uptlYTrZIz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uptlYTrZIz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uptlYTrZIz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uptlYTrZIz .modal-lg,
  .cid-uptlYTrZIz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uptlYTrZIz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uptlYTrZIz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uptlYTrZIz .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-uptlYTrZIz .form-group {
  margin-bottom: 1rem;
}
.cid-uptlYTrZIz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uptlYTrZIz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uptlYTrZIz .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-uptlYTrZIz .mbr-section-btn {
  margin: 0;
}
.cid-uptlYTrZIz .mbr-section-btn .btn {
  margin: 0;
}
.cid-upXme77Bh4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upXme77Bh4 nav.navbar {
  position: fixed;
}
.cid-upXme77Bh4 .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-upXme77Bh4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upXme77Bh4 .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-upXme77Bh4 #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-upXme77Bh4 .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-upXme77Bh4 .dropdown-item:hover,
.cid-upXme77Bh4 .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-upXme77Bh4 .dropdown-item:hover span {
  color: white;
}
.cid-upXme77Bh4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upXme77Bh4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upXme77Bh4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-upXme77Bh4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upXme77Bh4 .nav-link {
  position: relative;
}
.cid-upXme77Bh4 .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-upXme77Bh4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-upXme77Bh4 .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-upXme77Bh4 .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-upXme77Bh4 .dropdown-menu,
.cid-upXme77Bh4 .navbar.opened {
  background: #353535 !important;
}
.cid-upXme77Bh4 .nav-item:focus,
.cid-upXme77Bh4 .nav-link:focus {
  outline: none;
}
.cid-upXme77Bh4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upXme77Bh4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upXme77Bh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upXme77Bh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upXme77Bh4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upXme77Bh4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upXme77Bh4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-upXme77Bh4 .navbar.opened {
  transition: all 0.3s;
}
.cid-upXme77Bh4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upXme77Bh4 .navbar .navbar-logo img {
  width: auto;
}
.cid-upXme77Bh4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upXme77Bh4 .navbar.collapsed {
  justify-content: center;
}
.cid-upXme77Bh4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upXme77Bh4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upXme77Bh4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upXme77Bh4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upXme77Bh4 .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-upXme77Bh4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upXme77Bh4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upXme77Bh4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upXme77Bh4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upXme77Bh4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upXme77Bh4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upXme77Bh4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upXme77Bh4 .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-upXme77Bh4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upXme77Bh4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upXme77Bh4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-upXme77Bh4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upXme77Bh4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upXme77Bh4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-upXme77Bh4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upXme77Bh4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upXme77Bh4 .dropdown-item.active,
.cid-upXme77Bh4 .dropdown-item:active {
  background-color: transparent;
}
.cid-upXme77Bh4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upXme77Bh4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upXme77Bh4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upXme77Bh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-upXme77Bh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upXme77Bh4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upXme77Bh4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upXme77Bh4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upXme77Bh4 button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upXme77Bh4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-upXme77Bh4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upXme77Bh4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upXme77Bh4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upXme77Bh4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upXme77Bh4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upXme77Bh4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upXme77Bh4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upXme77Bh4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upXme77Bh4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upXme77Bh4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upXme77Bh4 .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-upXme77Bh4 .navbar {
    height: 70px;
  }
  .cid-upXme77Bh4 .navbar.opened {
    height: auto;
  }
  .cid-upXme77Bh4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upXme77Bh4 .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-upXme77Bh4 .navbar-toggler {
  margin-left: 10px;
}
.cid-upXme77Bh4 .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-upXme77Bh4 .navbar-logo {
  margin-right: 0 !important;
}
.cid-upXme77Bh4 .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-upXme77Bh4 .mbr-text {
    display: none;
  }
}
.cid-upXme77Bh4 .navbar-collapse {
  padding-top: 40px !important;
}
.cid-upXme77Bh4 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-upXme77Bh4 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-upXme77Bh4 .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-upXme77Bh4 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-upXme77Bh4 #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-upXme77Bh4 #vol {
    display: none;
  }
}
.cid-upXme77Bh4 .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-upXme7J9wW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upXme7J9wW .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-upXme7J9wW .mbr-section-subtitle {
  text-align: center;
}
.cid-upXme7J9wW .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upXme7J9wW .display-1 {
    font-size: 75px;
  }
  .cid-upXme7J9wW .display-5 {
    font-size: 29px;
  }
  .cid-upXme7J9wW .display-4 {
    font-weight: 300;
  }
}
#custom-html-2d3 {
  /* Type valid CSS here */
}
#custom-html-2d3 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2d3 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-upXme8rP4M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-upXme8rP4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXme8rP4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upXme8rP4M .container,
.cid-upXme8rP4M .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upXme8rP4M .container,
  .cid-upXme8rP4M .container-fluid {
    padding: 0 20px;
  }
}
.cid-upXme8rP4M .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-upXme8rP4M .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-upXme8rP4M .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upXme8rP4M .mbr-section-title {
  color: #4479d9;
}
.cid-upXme8rP4M .mbr-section-subtitle {
  color: #f9a600;
}
.cid-upXme8MiQw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upXme8MiQw .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2d6 {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2d6 *,
#custom-html-2d6 *::before,
#custom-html-2d6 *::after {
  box-sizing: border-box;
}
#custom-html-2d6 body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2d6 #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2d6 .container {
  background-color: #232323;
}
#custom-html-2d6 .titre {
  padding: 1em;
}
#custom-html-2d6 H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2d6 h6 {
  color: white;
}
.cid-upXme98LCb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-upXme98LCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXme98LCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upXme98LCb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upXme98LCb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upXme98LCb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upXme98LCb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upXme98LCb .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-upXme98LCb .mbr-text,
.cid-upXme98LCb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-upXme98LCb .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-upXme9sAjn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-upXme9sAjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXme9sAjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upXme9sAjn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upXme9sAjn .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-upXme9sAjn .image-wrapper {
    padding: 1rem;
  }
}
.cid-upXme9sAjn .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-upXme9sAjn .mbr-text,
.cid-upXme9sAjn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-upXme9sAjn .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-upXme9PAS3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-upXme9PAS3 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-upXme9PAS3 .mbr-text,
.cid-upXme9PAS3 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-upXmea9eiC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-upXmea9eiC .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-upXmea9eiC .row {
    padding: 20px 34px;
  }
}
.cid-upXmea9eiC .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-upXmeavP9H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-upXmeavP9H .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-upXmeavP9H .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-upXmeavP9H .card:hover {
  margin-top: -0.6rem;
}
.cid-upXmeavP9H .card-wrapper {
  position: relative;
}
.cid-upXmeavP9H .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-upXmeavP9H .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-upXmeavP9H .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-upXmeavP9H .big {
  margin-top: -25%;
}
.cid-upXmeavP9H .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-upXmeavP9H .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-upXmeavP9H .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-upXmeavP9H .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-upXmeaXtnS.popup-builder {
  background-color: #ffffff;
}
.cid-upXmeaXtnS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmeaXtnS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmeaXtnS .modal-content,
.cid-upXmeaXtnS .modal-dialog {
  height: auto;
}
.cid-upXmeaXtnS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmeaXtnS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmeaXtnS .form-wrapper .mbr-form .form-group,
  .cid-upXmeaXtnS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmeaXtnS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmeaXtnS .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-upXmeaXtnS .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmeaXtnS .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmeaXtnS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmeaXtnS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmeaXtnS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmeaXtnS .modal-open {
  overflow: hidden;
}
.cid-upXmeaXtnS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmeaXtnS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmeaXtnS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmeaXtnS .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-upXmeaXtnS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmeaXtnS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmeaXtnS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmeaXtnS .modal-content {
  background: #353535;
  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-upXmeaXtnS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmeaXtnS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmeaXtnS .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmeaXtnS .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmeaXtnS .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-upXmeaXtnS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmeaXtnS .modal-header {
    padding: 1rem;
  }
}
.cid-upXmeaXtnS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmeaXtnS .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmeaXtnS .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmeaXtnS .modal-header .close:focus {
  outline: none;
}
.cid-upXmeaXtnS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmeaXtnS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmeaXtnS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmeaXtnS .modal-body {
    padding: 1rem;
  }
}
.cid-upXmeaXtnS .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-upXmeaXtnS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmeaXtnS .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmeaXtnS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmeaXtnS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmeaXtnS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmeaXtnS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmeaXtnS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmeaXtnS .modal-lg,
  .cid-upXmeaXtnS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmeaXtnS .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmeaXtnS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmeaXtnS .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-upXmeaXtnS .form-group {
  margin-bottom: 1rem;
}
.cid-upXmeaXtnS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmeaXtnS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmeaXtnS .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-upXmeaXtnS .mbr-section-btn {
  margin: 0;
}
.cid-upXmeaXtnS .mbr-section-btn .btn {
  margin: 0;
}
.cid-upXmeaXtnS #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-upXmeaXtnS #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-upXmeaXtnS #creativecommons img,
.cid-upXmeaXtnS iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-upXmebsUDs.popup-builder {
  background-color: #ffffff;
}
.cid-upXmebsUDs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmebsUDs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmebsUDs .modal-content,
.cid-upXmebsUDs .modal-dialog {
  height: auto;
}
.cid-upXmebsUDs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmebsUDs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmebsUDs .form-wrapper .mbr-form .form-group,
  .cid-upXmebsUDs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmebsUDs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmebsUDs .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-upXmebsUDs .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmebsUDs .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmebsUDs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmebsUDs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmebsUDs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmebsUDs .modal-open {
  overflow: hidden;
}
.cid-upXmebsUDs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmebsUDs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmebsUDs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmebsUDs .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-upXmebsUDs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmebsUDs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmebsUDs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmebsUDs .modal-content {
  background: #353535;
  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-upXmebsUDs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmebsUDs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmebsUDs .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmebsUDs .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmebsUDs .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-upXmebsUDs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmebsUDs .modal-header {
    padding: 1rem;
  }
}
.cid-upXmebsUDs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmebsUDs .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmebsUDs .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmebsUDs .modal-header .close:focus {
  outline: none;
}
.cid-upXmebsUDs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmebsUDs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmebsUDs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmebsUDs .modal-body {
    padding: 1rem;
  }
}
.cid-upXmebsUDs .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-upXmebsUDs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmebsUDs .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmebsUDs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmebsUDs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmebsUDs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmebsUDs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmebsUDs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmebsUDs .modal-lg,
  .cid-upXmebsUDs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmebsUDs .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmebsUDs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmebsUDs .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-upXmebsUDs .form-group {
  margin-bottom: 1rem;
}
.cid-upXmebsUDs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmebsUDs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmebsUDs .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-upXmebsUDs .mbr-section-btn {
  margin: 0;
}
.cid-upXmebsUDs .mbr-section-btn .btn {
  margin: 0;
}
.cid-upXmebSnz3.popup-builder {
  background-color: #ffffff;
}
.cid-upXmebSnz3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmebSnz3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmebSnz3 .modal-content,
.cid-upXmebSnz3 .modal-dialog {
  height: auto;
}
.cid-upXmebSnz3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmebSnz3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmebSnz3 .form-wrapper .mbr-form .form-group,
  .cid-upXmebSnz3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmebSnz3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmebSnz3 .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-upXmebSnz3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmebSnz3 .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmebSnz3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmebSnz3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmebSnz3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmebSnz3 .modal-open {
  overflow: hidden;
}
.cid-upXmebSnz3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmebSnz3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmebSnz3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmebSnz3 .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-upXmebSnz3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmebSnz3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmebSnz3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmebSnz3 .modal-content {
  background: #353535;
  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-upXmebSnz3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmebSnz3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmebSnz3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmebSnz3 .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmebSnz3 .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-upXmebSnz3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmebSnz3 .modal-header {
    padding: 1rem;
  }
}
.cid-upXmebSnz3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmebSnz3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmebSnz3 .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmebSnz3 .modal-header .close:focus {
  outline: none;
}
.cid-upXmebSnz3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmebSnz3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmebSnz3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmebSnz3 .modal-body {
    padding: 1rem;
  }
}
.cid-upXmebSnz3 .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-upXmebSnz3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmebSnz3 .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmebSnz3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmebSnz3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmebSnz3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmebSnz3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmebSnz3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmebSnz3 .modal-lg,
  .cid-upXmebSnz3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmebSnz3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmebSnz3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmebSnz3 .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-upXmebSnz3 .form-group {
  margin-bottom: 1rem;
}
.cid-upXmebSnz3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmebSnz3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmebSnz3 .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-upXmebSnz3 .mbr-section-btn {
  margin: 0;
}
.cid-upXmebSnz3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-upXmecoIya.popup-builder {
  background-color: #ffffff;
}
.cid-upXmecoIya.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmecoIya.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmecoIya .modal-content,
.cid-upXmecoIya .modal-dialog {
  height: auto;
}
.cid-upXmecoIya .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmecoIya .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmecoIya .form-wrapper .mbr-form .form-group,
  .cid-upXmecoIya .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmecoIya .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmecoIya .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-upXmecoIya .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmecoIya .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmecoIya .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmecoIya .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmecoIya .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmecoIya .modal-open {
  overflow: hidden;
}
.cid-upXmecoIya .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmecoIya .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmecoIya .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmecoIya .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-upXmecoIya .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmecoIya .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmecoIya .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmecoIya .modal-content {
  background: #353535;
  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-upXmecoIya .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmecoIya .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmecoIya .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmecoIya .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmecoIya .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-upXmecoIya .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmecoIya .modal-header {
    padding: 1rem;
  }
}
.cid-upXmecoIya .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmecoIya .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmecoIya .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmecoIya .modal-header .close:focus {
  outline: none;
}
.cid-upXmecoIya .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmecoIya .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmecoIya .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmecoIya .modal-body {
    padding: 1rem;
  }
}
.cid-upXmecoIya .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-upXmecoIya .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmecoIya .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmecoIya .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmecoIya .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmecoIya .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmecoIya .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmecoIya .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmecoIya .modal-lg,
  .cid-upXmecoIya .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmecoIya .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmecoIya .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmecoIya .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-upXmecoIya .form-group {
  margin-bottom: 1rem;
}
.cid-upXmecoIya .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmecoIya .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmecoIya .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-upXmecoIya .mbr-section-btn {
  margin: 0;
}
.cid-upXmecoIya .mbr-section-btn .btn {
  margin: 0;
}
.cid-upXmecUU10.popup-builder {
  background-color: #ffffff;
}
.cid-upXmecUU10.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmecUU10.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmecUU10 .modal-content,
.cid-upXmecUU10 .modal-dialog {
  height: auto;
}
.cid-upXmecUU10 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmecUU10 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmecUU10 .form-wrapper .mbr-form .form-group,
  .cid-upXmecUU10 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmecUU10 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmecUU10 .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-upXmecUU10 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmecUU10 .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmecUU10 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmecUU10 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmecUU10 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmecUU10 .modal-open {
  overflow: hidden;
}
.cid-upXmecUU10 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmecUU10 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmecUU10 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmecUU10 .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-upXmecUU10 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmecUU10 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmecUU10 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmecUU10 .modal-content {
  background: #353535;
  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-upXmecUU10 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmecUU10 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmecUU10 .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmecUU10 .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmecUU10 .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-upXmecUU10 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmecUU10 .modal-header {
    padding: 1rem;
  }
}
.cid-upXmecUU10 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmecUU10 .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmecUU10 .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmecUU10 .modal-header .close:focus {
  outline: none;
}
.cid-upXmecUU10 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmecUU10 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmecUU10 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmecUU10 .modal-body {
    padding: 1rem;
  }
}
.cid-upXmecUU10 .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-upXmecUU10 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmecUU10 .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmecUU10 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmecUU10 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmecUU10 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmecUU10 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmecUU10 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmecUU10 .modal-lg,
  .cid-upXmecUU10 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmecUU10 .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmecUU10 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmecUU10 .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-upXmecUU10 .form-group {
  margin-bottom: 1rem;
}
.cid-upXmecUU10 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmecUU10 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmecUU10 .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-upXmecUU10 .mbr-section-btn {
  margin: 0;
}
.cid-upXmecUU10 .mbr-section-btn .btn {
  margin: 0;
}
.cid-upXmedrEaU.popup-builder {
  background-color: #ffffff;
}
.cid-upXmedrEaU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmedrEaU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmedrEaU .modal-content,
.cid-upXmedrEaU .modal-dialog {
  height: auto;
}
.cid-upXmedrEaU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmedrEaU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmedrEaU .form-wrapper .mbr-form .form-group,
  .cid-upXmedrEaU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmedrEaU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmedrEaU .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-upXmedrEaU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmedrEaU .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmedrEaU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmedrEaU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmedrEaU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmedrEaU .modal-open {
  overflow: hidden;
}
.cid-upXmedrEaU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmedrEaU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmedrEaU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmedrEaU .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-upXmedrEaU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmedrEaU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmedrEaU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmedrEaU .modal-content {
  background: #353535;
  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-upXmedrEaU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmedrEaU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmedrEaU .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmedrEaU .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmedrEaU .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-upXmedrEaU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmedrEaU .modal-header {
    padding: 1rem;
  }
}
.cid-upXmedrEaU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmedrEaU .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmedrEaU .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmedrEaU .modal-header .close:focus {
  outline: none;
}
.cid-upXmedrEaU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmedrEaU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmedrEaU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmedrEaU .modal-body {
    padding: 1rem;
  }
}
.cid-upXmedrEaU .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-upXmedrEaU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmedrEaU .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmedrEaU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmedrEaU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmedrEaU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmedrEaU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmedrEaU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmedrEaU .modal-lg,
  .cid-upXmedrEaU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmedrEaU .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmedrEaU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmedrEaU .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-upXmedrEaU .form-group {
  margin-bottom: 1rem;
}
.cid-upXmedrEaU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmedrEaU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmedrEaU .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-upXmedrEaU .mbr-section-btn {
  margin: 0;
}
.cid-upXmedrEaU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-upXmeeospY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upXmeeospY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-upXmeeospY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-upXmeeospY .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-upXmeeospY .bg-youtube:hover {
  background: #cc0000;
}
.cid-upXmeeospY .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-upXmeeospY .bg-twitch:hover {
  background: #7313ff;
}
.cid-upXmeeospY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-upXmeeospY [class^="socicon-"]:before,
.cid-upXmeeospY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-upXmeeospY .mbr-section-title,
.cid-upXmeeospY .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-upXmeeP8fo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-upXmeeP8fo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upXmeeP8fo .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-upXmeeP8fo .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-upXmeeP8fo .form-control:focus,
.cid-upXmeeP8fo .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-upXmeeP8fo .form-group {
  margin-bottom: 1rem;
}
.cid-upXmeeP8fo input::-webkit-input-placeholder,
.cid-upXmeeP8fo textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-upXmeeP8fo input:-moz-placeholder,
.cid-upXmeeP8fo textarea:-moz-placeholder {
  color: #656565;
}
.cid-upXmeeP8fo .jq-selectbox li,
.cid-upXmeeP8fo .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-upXmeeP8fo .jq-selectbox li:hover,
.cid-upXmeeP8fo .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-upXmeeP8fo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-upXmeeP8fo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-upXmeeP8fo textarea.form-control {
  resize: none;
}
.cid-upXmeeP8fo .input-group-btn {
  display: inline-block;
}
.cid-upXmeeP8fo .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-upXmeeP8fo .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-upXmeeP8fo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upXmeeP8fo .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-upXmeeP8fo .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-upXmeeP8fo .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-upXmeeP8fo .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upXmeeP8fo .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-upXmeeP8fo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-upXmeeP8fo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-upXmeeP8fo .form-control,
.cid-upXmeeP8fo .input-group-btn .btn {
  border-radius: 3px;
}
.cid-upXmeeP8fo #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-upXmeeP8fo #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-upXmeeP8fo #creativecommons img,
.cid-upXmeeP8fo iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-upXmeeP8fo .offset-md-1 {
  margin-left: 1vw;
}
.cid-upXmefOg3s.popup-builder {
  background-color: #ffffff;
}
.cid-upXmefOg3s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmefOg3s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmefOg3s .modal-content,
.cid-upXmefOg3s .modal-dialog {
  height: auto;
}
.cid-upXmefOg3s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmefOg3s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmefOg3s .form-wrapper .mbr-form .form-group,
  .cid-upXmefOg3s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmefOg3s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmefOg3s .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-upXmefOg3s .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmefOg3s .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmefOg3s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmefOg3s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmefOg3s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmefOg3s .modal-open {
  overflow: hidden;
}
.cid-upXmefOg3s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmefOg3s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmefOg3s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmefOg3s .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-upXmefOg3s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmefOg3s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmefOg3s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmefOg3s .modal-content {
  background: #353535;
  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-upXmefOg3s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmefOg3s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmefOg3s .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmefOg3s .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmefOg3s .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-upXmefOg3s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmefOg3s .modal-header {
    padding: 1rem;
  }
}
.cid-upXmefOg3s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmefOg3s .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmefOg3s .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmefOg3s .modal-header .close:focus {
  outline: none;
}
.cid-upXmefOg3s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmefOg3s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmefOg3s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmefOg3s .modal-body {
    padding: 1rem;
  }
}
.cid-upXmefOg3s .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-upXmefOg3s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmefOg3s .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmefOg3s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmefOg3s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmefOg3s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmefOg3s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmefOg3s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmefOg3s .modal-lg,
  .cid-upXmefOg3s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmefOg3s .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmefOg3s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmefOg3s .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-upXmefOg3s .form-group {
  margin-bottom: 1rem;
}
.cid-upXmefOg3s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmefOg3s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmefOg3s .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-upXmefOg3s .mbr-section-btn {
  margin: 0;
}
.cid-upXmefOg3s .mbr-section-btn .btn {
  margin: 0;
}
.cid-upXmUUF4ck.popup-builder {
  background-color: #ffffff;
}
.cid-upXmUUF4ck.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmUUF4ck.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmUUF4ck .modal-content,
.cid-upXmUUF4ck .modal-dialog {
  height: auto;
}
.cid-upXmUUF4ck .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmUUF4ck .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmUUF4ck .form-wrapper .mbr-form .form-group,
  .cid-upXmUUF4ck .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmUUF4ck .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmUUF4ck .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-upXmUUF4ck .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmUUF4ck .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmUUF4ck .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmUUF4ck .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmUUF4ck .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmUUF4ck .modal-open {
  overflow: hidden;
}
.cid-upXmUUF4ck .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmUUF4ck .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmUUF4ck .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmUUF4ck .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-upXmUUF4ck .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmUUF4ck .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmUUF4ck .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmUUF4ck .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-upXmUUF4ck .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmUUF4ck .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmUUF4ck .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmUUF4ck .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmUUF4ck .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-upXmUUF4ck .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmUUF4ck .modal-header {
    padding: 1rem;
  }
}
.cid-upXmUUF4ck .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmUUF4ck .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmUUF4ck .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmUUF4ck .modal-header .close:focus {
  outline: none;
}
.cid-upXmUUF4ck .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmUUF4ck .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmUUF4ck .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmUUF4ck .modal-body {
    padding: 1rem;
  }
}
.cid-upXmUUF4ck .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-upXmUUF4ck .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmUUF4ck .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmUUF4ck .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmUUF4ck .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmUUF4ck .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmUUF4ck .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmUUF4ck .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmUUF4ck .modal-lg,
  .cid-upXmUUF4ck .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmUUF4ck .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmUUF4ck .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmUUF4ck .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-upXmUUF4ck .form-group {
  margin-bottom: 1rem;
}
.cid-upXmUUF4ck .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmUUF4ck .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmUUF4ck .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-upXmUUF4ck .mbr-section-btn {
  margin: 0;
}
.cid-upXmUUF4ck .mbr-section-btn .btn {
  margin: 0;
}
.cid-upXmVtHteO.popup-builder {
  background-color: #ffffff;
}
.cid-upXmVtHteO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upXmVtHteO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upXmVtHteO .modal-content,
.cid-upXmVtHteO .modal-dialog {
  height: auto;
}
.cid-upXmVtHteO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upXmVtHteO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upXmVtHteO .form-wrapper .mbr-form .form-group,
  .cid-upXmVtHteO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upXmVtHteO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upXmVtHteO .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-upXmVtHteO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-upXmVtHteO .pt-0 {
  padding-top: 0 !important;
}
.cid-upXmVtHteO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upXmVtHteO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upXmVtHteO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upXmVtHteO .modal-open {
  overflow: hidden;
}
.cid-upXmVtHteO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upXmVtHteO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upXmVtHteO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upXmVtHteO .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-upXmVtHteO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upXmVtHteO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upXmVtHteO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upXmVtHteO .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-upXmVtHteO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upXmVtHteO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upXmVtHteO .modal-backdrop.fade {
  opacity: 0;
}
.cid-upXmVtHteO .modal-backdrop.show {
  opacity: .5;
}
.cid-upXmVtHteO .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-upXmVtHteO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmVtHteO .modal-header {
    padding: 1rem;
  }
}
.cid-upXmVtHteO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upXmVtHteO .modal-header .close svg {
  fill: #ffffff;
}
.cid-upXmVtHteO .modal-header .close:hover {
  opacity: 1;
}
.cid-upXmVtHteO .modal-header .close:focus {
  outline: none;
}
.cid-upXmVtHteO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-upXmVtHteO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upXmVtHteO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmVtHteO .modal-body {
    padding: 1rem;
  }
}
.cid-upXmVtHteO .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-upXmVtHteO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upXmVtHteO .modal-footer {
    padding: 1rem;
  }
}
.cid-upXmVtHteO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upXmVtHteO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upXmVtHteO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upXmVtHteO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upXmVtHteO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upXmVtHteO .modal-lg,
  .cid-upXmVtHteO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upXmVtHteO .modal-xl {
    max-width: 1140px;
  }
}
.cid-upXmVtHteO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upXmVtHteO .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-upXmVtHteO .form-group {
  margin-bottom: 1rem;
}
.cid-upXmVtHteO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upXmVtHteO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upXmVtHteO .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-upXmVtHteO .mbr-section-btn {
  margin: 0;
}
.cid-upXmVtHteO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uraWp334Wf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uraWp334Wf nav.navbar {
  position: fixed;
}
.cid-uraWp334Wf .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-uraWp334Wf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uraWp334Wf .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uraWp334Wf #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uraWp334Wf .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uraWp334Wf .dropdown-item:hover,
.cid-uraWp334Wf .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uraWp334Wf .dropdown-item:hover span {
  color: white;
}
.cid-uraWp334Wf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uraWp334Wf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uraWp334Wf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uraWp334Wf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uraWp334Wf .nav-link {
  position: relative;
}
.cid-uraWp334Wf .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uraWp334Wf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uraWp334Wf .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uraWp334Wf .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uraWp334Wf .dropdown-menu,
.cid-uraWp334Wf .navbar.opened {
  background: #353535 !important;
}
.cid-uraWp334Wf .nav-item:focus,
.cid-uraWp334Wf .nav-link:focus {
  outline: none;
}
.cid-uraWp334Wf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uraWp334Wf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uraWp334Wf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uraWp334Wf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uraWp334Wf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uraWp334Wf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uraWp334Wf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uraWp334Wf .navbar.opened {
  transition: all 0.3s;
}
.cid-uraWp334Wf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uraWp334Wf .navbar .navbar-logo img {
  width: auto;
}
.cid-uraWp334Wf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uraWp334Wf .navbar.collapsed {
  justify-content: center;
}
.cid-uraWp334Wf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uraWp334Wf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uraWp334Wf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uraWp334Wf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uraWp334Wf .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-uraWp334Wf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uraWp334Wf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uraWp334Wf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uraWp334Wf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uraWp334Wf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uraWp334Wf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uraWp334Wf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uraWp334Wf .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-uraWp334Wf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uraWp334Wf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uraWp334Wf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uraWp334Wf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uraWp334Wf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uraWp334Wf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uraWp334Wf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uraWp334Wf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uraWp334Wf .dropdown-item.active,
.cid-uraWp334Wf .dropdown-item:active {
  background-color: transparent;
}
.cid-uraWp334Wf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uraWp334Wf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uraWp334Wf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uraWp334Wf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uraWp334Wf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uraWp334Wf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uraWp334Wf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uraWp334Wf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uraWp334Wf button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uraWp334Wf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uraWp334Wf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uraWp334Wf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uraWp334Wf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uraWp334Wf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uraWp334Wf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uraWp334Wf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uraWp334Wf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uraWp334Wf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uraWp334Wf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uraWp334Wf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uraWp334Wf .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-uraWp334Wf .navbar {
    height: 70px;
  }
  .cid-uraWp334Wf .navbar.opened {
    height: auto;
  }
  .cid-uraWp334Wf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uraWp334Wf .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uraWp334Wf .navbar-toggler {
  margin-left: 10px;
}
.cid-uraWp334Wf .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uraWp334Wf .navbar-logo {
  margin-right: 0 !important;
}
.cid-uraWp334Wf .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uraWp334Wf .mbr-text {
    display: none;
  }
}
.cid-uraWp334Wf .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uraWp334Wf .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uraWp334Wf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uraWp334Wf .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uraWp334Wf #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uraWp334Wf #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uraWp334Wf #vol {
    display: none;
  }
}
.cid-uraWp334Wf .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uraWp3qE3j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uraWp3qE3j .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uraWp3qE3j .mbr-section-subtitle {
  text-align: center;
}
.cid-uraWp3qE3j .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uraWp3qE3j .display-1 {
    font-size: 75px;
  }
  .cid-uraWp3qE3j .display-5 {
    font-size: 29px;
  }
  .cid-uraWp3qE3j .display-4 {
    font-weight: 300;
  }
}
#custom-html-2el {
  /* Type valid CSS here */
}
#custom-html-2el div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2el .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uraWp42Xcc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uraWp42Xcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uraWp42Xcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uraWp42Xcc .container,
.cid-uraWp42Xcc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uraWp42Xcc .container,
  .cid-uraWp42Xcc .container-fluid {
    padding: 0 20px;
  }
}
.cid-uraWp42Xcc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uraWp42Xcc .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uraWp42Xcc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uraWp42Xcc .mbr-section-title {
  color: #4479d9;
}
.cid-uraWp42Xcc .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uraWp4ioY7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uraWp4ioY7 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2eo {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2eo *,
#custom-html-2eo *::before,
#custom-html-2eo *::after {
  box-sizing: border-box;
}
#custom-html-2eo body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2eo #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2eo .container {
  background-color: #232323;
}
#custom-html-2eo .titre {
  padding: 1em;
}
#custom-html-2eo H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2eo h6 {
  color: white;
}
.cid-uraWp4C4aC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uraWp4C4aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uraWp4C4aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uraWp4C4aC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uraWp4C4aC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uraWp4C4aC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uraWp4C4aC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uraWp4C4aC .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uraWp4C4aC .mbr-text,
.cid-uraWp4C4aC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uraWp4C4aC .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uraWp4T4iL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uraWp4T4iL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uraWp4T4iL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uraWp4T4iL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uraWp4T4iL .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uraWp4T4iL .image-wrapper {
    padding: 1rem;
  }
}
.cid-uraWp4T4iL .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uraWp4T4iL .mbr-text,
.cid-uraWp4T4iL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uraWp4T4iL .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uraWp5eU0R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uraWp5eU0R .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uraWp5eU0R .mbr-text,
.cid-uraWp5eU0R .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uraWp5yXIg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uraWp5yXIg .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uraWp5yXIg .row {
    padding: 20px 34px;
  }
}
.cid-uraWp5yXIg .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uraWp5QiVN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uraWp5QiVN .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uraWp5QiVN .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uraWp5QiVN .card:hover {
  margin-top: -0.6rem;
}
.cid-uraWp5QiVN .card-wrapper {
  position: relative;
}
.cid-uraWp5QiVN .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uraWp5QiVN .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uraWp5QiVN .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uraWp5QiVN .big {
  margin-top: -25%;
}
.cid-uraWp5QiVN .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uraWp5QiVN .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uraWp5QiVN .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uraWp5QiVN .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uraWp6e7IP.popup-builder {
  background-color: #ffffff;
}
.cid-uraWp6e7IP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraWp6e7IP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraWp6e7IP .modal-content,
.cid-uraWp6e7IP .modal-dialog {
  height: auto;
}
.cid-uraWp6e7IP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraWp6e7IP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraWp6e7IP .form-wrapper .mbr-form .form-group,
  .cid-uraWp6e7IP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraWp6e7IP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraWp6e7IP .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-uraWp6e7IP .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraWp6e7IP .pt-0 {
  padding-top: 0 !important;
}
.cid-uraWp6e7IP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraWp6e7IP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraWp6e7IP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraWp6e7IP .modal-open {
  overflow: hidden;
}
.cid-uraWp6e7IP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraWp6e7IP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraWp6e7IP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraWp6e7IP .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-uraWp6e7IP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraWp6e7IP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraWp6e7IP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraWp6e7IP .modal-content {
  background: #353535;
  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-uraWp6e7IP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraWp6e7IP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraWp6e7IP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraWp6e7IP .modal-backdrop.show {
  opacity: .5;
}
.cid-uraWp6e7IP .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-uraWp6e7IP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp6e7IP .modal-header {
    padding: 1rem;
  }
}
.cid-uraWp6e7IP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraWp6e7IP .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraWp6e7IP .modal-header .close:hover {
  opacity: 1;
}
.cid-uraWp6e7IP .modal-header .close:focus {
  outline: none;
}
.cid-uraWp6e7IP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraWp6e7IP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraWp6e7IP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp6e7IP .modal-body {
    padding: 1rem;
  }
}
.cid-uraWp6e7IP .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-uraWp6e7IP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp6e7IP .modal-footer {
    padding: 1rem;
  }
}
.cid-uraWp6e7IP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraWp6e7IP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraWp6e7IP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraWp6e7IP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraWp6e7IP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraWp6e7IP .modal-lg,
  .cid-uraWp6e7IP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraWp6e7IP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraWp6e7IP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraWp6e7IP .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-uraWp6e7IP .form-group {
  margin-bottom: 1rem;
}
.cid-uraWp6e7IP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraWp6e7IP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraWp6e7IP .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-uraWp6e7IP .mbr-section-btn {
  margin: 0;
}
.cid-uraWp6e7IP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uraWp6e7IP #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uraWp6e7IP #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uraWp6e7IP #creativecommons img,
.cid-uraWp6e7IP iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uraWp6Cw0X.popup-builder {
  background-color: #ffffff;
}
.cid-uraWp6Cw0X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraWp6Cw0X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraWp6Cw0X .modal-content,
.cid-uraWp6Cw0X .modal-dialog {
  height: auto;
}
.cid-uraWp6Cw0X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraWp6Cw0X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraWp6Cw0X .form-wrapper .mbr-form .form-group,
  .cid-uraWp6Cw0X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraWp6Cw0X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraWp6Cw0X .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-uraWp6Cw0X .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraWp6Cw0X .pt-0 {
  padding-top: 0 !important;
}
.cid-uraWp6Cw0X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraWp6Cw0X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraWp6Cw0X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraWp6Cw0X .modal-open {
  overflow: hidden;
}
.cid-uraWp6Cw0X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraWp6Cw0X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraWp6Cw0X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraWp6Cw0X .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-uraWp6Cw0X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraWp6Cw0X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraWp6Cw0X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraWp6Cw0X .modal-content {
  background: #353535;
  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-uraWp6Cw0X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraWp6Cw0X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraWp6Cw0X .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraWp6Cw0X .modal-backdrop.show {
  opacity: .5;
}
.cid-uraWp6Cw0X .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-uraWp6Cw0X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp6Cw0X .modal-header {
    padding: 1rem;
  }
}
.cid-uraWp6Cw0X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraWp6Cw0X .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraWp6Cw0X .modal-header .close:hover {
  opacity: 1;
}
.cid-uraWp6Cw0X .modal-header .close:focus {
  outline: none;
}
.cid-uraWp6Cw0X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraWp6Cw0X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraWp6Cw0X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp6Cw0X .modal-body {
    padding: 1rem;
  }
}
.cid-uraWp6Cw0X .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-uraWp6Cw0X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp6Cw0X .modal-footer {
    padding: 1rem;
  }
}
.cid-uraWp6Cw0X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraWp6Cw0X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraWp6Cw0X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraWp6Cw0X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraWp6Cw0X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraWp6Cw0X .modal-lg,
  .cid-uraWp6Cw0X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraWp6Cw0X .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraWp6Cw0X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraWp6Cw0X .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-uraWp6Cw0X .form-group {
  margin-bottom: 1rem;
}
.cid-uraWp6Cw0X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraWp6Cw0X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraWp6Cw0X .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-uraWp6Cw0X .mbr-section-btn {
  margin: 0;
}
.cid-uraWp6Cw0X .mbr-section-btn .btn {
  margin: 0;
}
.cid-uraWp71zdX.popup-builder {
  background-color: #ffffff;
}
.cid-uraWp71zdX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraWp71zdX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraWp71zdX .modal-content,
.cid-uraWp71zdX .modal-dialog {
  height: auto;
}
.cid-uraWp71zdX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraWp71zdX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraWp71zdX .form-wrapper .mbr-form .form-group,
  .cid-uraWp71zdX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraWp71zdX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraWp71zdX .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-uraWp71zdX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraWp71zdX .pt-0 {
  padding-top: 0 !important;
}
.cid-uraWp71zdX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraWp71zdX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraWp71zdX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraWp71zdX .modal-open {
  overflow: hidden;
}
.cid-uraWp71zdX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraWp71zdX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraWp71zdX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraWp71zdX .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-uraWp71zdX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraWp71zdX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraWp71zdX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraWp71zdX .modal-content {
  background: #353535;
  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-uraWp71zdX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraWp71zdX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraWp71zdX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraWp71zdX .modal-backdrop.show {
  opacity: .5;
}
.cid-uraWp71zdX .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-uraWp71zdX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp71zdX .modal-header {
    padding: 1rem;
  }
}
.cid-uraWp71zdX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraWp71zdX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraWp71zdX .modal-header .close:hover {
  opacity: 1;
}
.cid-uraWp71zdX .modal-header .close:focus {
  outline: none;
}
.cid-uraWp71zdX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraWp71zdX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraWp71zdX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp71zdX .modal-body {
    padding: 1rem;
  }
}
.cid-uraWp71zdX .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-uraWp71zdX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp71zdX .modal-footer {
    padding: 1rem;
  }
}
.cid-uraWp71zdX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraWp71zdX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraWp71zdX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraWp71zdX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraWp71zdX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraWp71zdX .modal-lg,
  .cid-uraWp71zdX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraWp71zdX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraWp71zdX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraWp71zdX .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-uraWp71zdX .form-group {
  margin-bottom: 1rem;
}
.cid-uraWp71zdX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraWp71zdX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraWp71zdX .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-uraWp71zdX .mbr-section-btn {
  margin: 0;
}
.cid-uraWp71zdX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uraWp7prjr.popup-builder {
  background-color: #ffffff;
}
.cid-uraWp7prjr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraWp7prjr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraWp7prjr .modal-content,
.cid-uraWp7prjr .modal-dialog {
  height: auto;
}
.cid-uraWp7prjr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraWp7prjr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraWp7prjr .form-wrapper .mbr-form .form-group,
  .cid-uraWp7prjr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraWp7prjr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraWp7prjr .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-uraWp7prjr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraWp7prjr .pt-0 {
  padding-top: 0 !important;
}
.cid-uraWp7prjr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraWp7prjr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraWp7prjr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraWp7prjr .modal-open {
  overflow: hidden;
}
.cid-uraWp7prjr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraWp7prjr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraWp7prjr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraWp7prjr .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-uraWp7prjr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraWp7prjr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraWp7prjr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraWp7prjr .modal-content {
  background: #353535;
  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-uraWp7prjr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraWp7prjr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraWp7prjr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraWp7prjr .modal-backdrop.show {
  opacity: .5;
}
.cid-uraWp7prjr .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-uraWp7prjr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp7prjr .modal-header {
    padding: 1rem;
  }
}
.cid-uraWp7prjr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraWp7prjr .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraWp7prjr .modal-header .close:hover {
  opacity: 1;
}
.cid-uraWp7prjr .modal-header .close:focus {
  outline: none;
}
.cid-uraWp7prjr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraWp7prjr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraWp7prjr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp7prjr .modal-body {
    padding: 1rem;
  }
}
.cid-uraWp7prjr .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-uraWp7prjr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp7prjr .modal-footer {
    padding: 1rem;
  }
}
.cid-uraWp7prjr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraWp7prjr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraWp7prjr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraWp7prjr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraWp7prjr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraWp7prjr .modal-lg,
  .cid-uraWp7prjr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraWp7prjr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraWp7prjr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraWp7prjr .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-uraWp7prjr .form-group {
  margin-bottom: 1rem;
}
.cid-uraWp7prjr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraWp7prjr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraWp7prjr .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-uraWp7prjr .mbr-section-btn {
  margin: 0;
}
.cid-uraWp7prjr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uraWp7P2YK.popup-builder {
  background-color: #ffffff;
}
.cid-uraWp7P2YK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraWp7P2YK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraWp7P2YK .modal-content,
.cid-uraWp7P2YK .modal-dialog {
  height: auto;
}
.cid-uraWp7P2YK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraWp7P2YK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraWp7P2YK .form-wrapper .mbr-form .form-group,
  .cid-uraWp7P2YK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraWp7P2YK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraWp7P2YK .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-uraWp7P2YK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraWp7P2YK .pt-0 {
  padding-top: 0 !important;
}
.cid-uraWp7P2YK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraWp7P2YK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraWp7P2YK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraWp7P2YK .modal-open {
  overflow: hidden;
}
.cid-uraWp7P2YK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraWp7P2YK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraWp7P2YK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraWp7P2YK .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-uraWp7P2YK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraWp7P2YK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraWp7P2YK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraWp7P2YK .modal-content {
  background: #353535;
  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-uraWp7P2YK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraWp7P2YK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraWp7P2YK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraWp7P2YK .modal-backdrop.show {
  opacity: .5;
}
.cid-uraWp7P2YK .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-uraWp7P2YK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp7P2YK .modal-header {
    padding: 1rem;
  }
}
.cid-uraWp7P2YK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraWp7P2YK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraWp7P2YK .modal-header .close:hover {
  opacity: 1;
}
.cid-uraWp7P2YK .modal-header .close:focus {
  outline: none;
}
.cid-uraWp7P2YK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraWp7P2YK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraWp7P2YK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp7P2YK .modal-body {
    padding: 1rem;
  }
}
.cid-uraWp7P2YK .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-uraWp7P2YK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp7P2YK .modal-footer {
    padding: 1rem;
  }
}
.cid-uraWp7P2YK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraWp7P2YK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraWp7P2YK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraWp7P2YK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraWp7P2YK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraWp7P2YK .modal-lg,
  .cid-uraWp7P2YK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraWp7P2YK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraWp7P2YK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraWp7P2YK .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-uraWp7P2YK .form-group {
  margin-bottom: 1rem;
}
.cid-uraWp7P2YK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraWp7P2YK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraWp7P2YK .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-uraWp7P2YK .mbr-section-btn {
  margin: 0;
}
.cid-uraWp7P2YK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uraWp8h4KW.popup-builder {
  background-color: #ffffff;
}
.cid-uraWp8h4KW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraWp8h4KW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraWp8h4KW .modal-content,
.cid-uraWp8h4KW .modal-dialog {
  height: auto;
}
.cid-uraWp8h4KW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraWp8h4KW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraWp8h4KW .form-wrapper .mbr-form .form-group,
  .cid-uraWp8h4KW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraWp8h4KW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraWp8h4KW .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-uraWp8h4KW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraWp8h4KW .pt-0 {
  padding-top: 0 !important;
}
.cid-uraWp8h4KW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraWp8h4KW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraWp8h4KW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraWp8h4KW .modal-open {
  overflow: hidden;
}
.cid-uraWp8h4KW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraWp8h4KW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraWp8h4KW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraWp8h4KW .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-uraWp8h4KW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraWp8h4KW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraWp8h4KW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraWp8h4KW .modal-content {
  background: #353535;
  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-uraWp8h4KW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraWp8h4KW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraWp8h4KW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraWp8h4KW .modal-backdrop.show {
  opacity: .5;
}
.cid-uraWp8h4KW .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-uraWp8h4KW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp8h4KW .modal-header {
    padding: 1rem;
  }
}
.cid-uraWp8h4KW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraWp8h4KW .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraWp8h4KW .modal-header .close:hover {
  opacity: 1;
}
.cid-uraWp8h4KW .modal-header .close:focus {
  outline: none;
}
.cid-uraWp8h4KW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraWp8h4KW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraWp8h4KW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp8h4KW .modal-body {
    padding: 1rem;
  }
}
.cid-uraWp8h4KW .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-uraWp8h4KW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWp8h4KW .modal-footer {
    padding: 1rem;
  }
}
.cid-uraWp8h4KW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraWp8h4KW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraWp8h4KW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraWp8h4KW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraWp8h4KW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraWp8h4KW .modal-lg,
  .cid-uraWp8h4KW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraWp8h4KW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraWp8h4KW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraWp8h4KW .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-uraWp8h4KW .form-group {
  margin-bottom: 1rem;
}
.cid-uraWp8h4KW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraWp8h4KW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraWp8h4KW .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-uraWp8h4KW .mbr-section-btn {
  margin: 0;
}
.cid-uraWp8h4KW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uraWp95OIz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uraWp95OIz .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uraWp95OIz .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uraWp95OIz .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uraWp95OIz .bg-youtube:hover {
  background: #cc0000;
}
.cid-uraWp95OIz .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uraWp95OIz .bg-twitch:hover {
  background: #7313ff;
}
.cid-uraWp95OIz .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uraWp95OIz [class^="socicon-"]:before,
.cid-uraWp95OIz [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uraWp95OIz .mbr-section-title,
.cid-uraWp95OIz .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uraWp9wa8j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uraWp9wa8j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uraWp9wa8j .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uraWp9wa8j .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uraWp9wa8j .form-control:focus,
.cid-uraWp9wa8j .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uraWp9wa8j .form-group {
  margin-bottom: 1rem;
}
.cid-uraWp9wa8j input::-webkit-input-placeholder,
.cid-uraWp9wa8j textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uraWp9wa8j input:-moz-placeholder,
.cid-uraWp9wa8j textarea:-moz-placeholder {
  color: #656565;
}
.cid-uraWp9wa8j .jq-selectbox li,
.cid-uraWp9wa8j .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uraWp9wa8j .jq-selectbox li:hover,
.cid-uraWp9wa8j .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uraWp9wa8j .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uraWp9wa8j .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uraWp9wa8j textarea.form-control {
  resize: none;
}
.cid-uraWp9wa8j .input-group-btn {
  display: inline-block;
}
.cid-uraWp9wa8j .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uraWp9wa8j .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uraWp9wa8j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uraWp9wa8j .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uraWp9wa8j .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uraWp9wa8j .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uraWp9wa8j .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uraWp9wa8j .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uraWp9wa8j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uraWp9wa8j .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uraWp9wa8j .form-control,
.cid-uraWp9wa8j .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uraWp9wa8j #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uraWp9wa8j #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uraWp9wa8j #creativecommons img,
.cid-uraWp9wa8j iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uraWp9wa8j .offset-md-1 {
  margin-left: 1vw;
}
.cid-uraWpan9KY.popup-builder {
  background-color: #ffffff;
}
.cid-uraWpan9KY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraWpan9KY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraWpan9KY .modal-content,
.cid-uraWpan9KY .modal-dialog {
  height: auto;
}
.cid-uraWpan9KY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraWpan9KY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraWpan9KY .form-wrapper .mbr-form .form-group,
  .cid-uraWpan9KY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraWpan9KY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraWpan9KY .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-uraWpan9KY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraWpan9KY .pt-0 {
  padding-top: 0 !important;
}
.cid-uraWpan9KY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraWpan9KY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraWpan9KY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraWpan9KY .modal-open {
  overflow: hidden;
}
.cid-uraWpan9KY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraWpan9KY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraWpan9KY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraWpan9KY .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-uraWpan9KY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraWpan9KY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraWpan9KY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraWpan9KY .modal-content {
  background: #353535;
  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-uraWpan9KY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraWpan9KY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraWpan9KY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraWpan9KY .modal-backdrop.show {
  opacity: .5;
}
.cid-uraWpan9KY .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-uraWpan9KY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWpan9KY .modal-header {
    padding: 1rem;
  }
}
.cid-uraWpan9KY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraWpan9KY .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraWpan9KY .modal-header .close:hover {
  opacity: 1;
}
.cid-uraWpan9KY .modal-header .close:focus {
  outline: none;
}
.cid-uraWpan9KY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraWpan9KY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraWpan9KY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWpan9KY .modal-body {
    padding: 1rem;
  }
}
.cid-uraWpan9KY .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-uraWpan9KY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraWpan9KY .modal-footer {
    padding: 1rem;
  }
}
.cid-uraWpan9KY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraWpan9KY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraWpan9KY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraWpan9KY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraWpan9KY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraWpan9KY .modal-lg,
  .cid-uraWpan9KY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraWpan9KY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraWpan9KY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraWpan9KY .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-uraWpan9KY .form-group {
  margin-bottom: 1rem;
}
.cid-uraWpan9KY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraWpan9KY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraWpan9KY .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-uraWpan9KY .mbr-section-btn {
  margin: 0;
}
.cid-uraWpan9KY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uraY0p4SKA.popup-builder {
  background-color: #ffffff;
}
.cid-uraY0p4SKA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraY0p4SKA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraY0p4SKA .modal-content,
.cid-uraY0p4SKA .modal-dialog {
  height: auto;
}
.cid-uraY0p4SKA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraY0p4SKA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraY0p4SKA .form-wrapper .mbr-form .form-group,
  .cid-uraY0p4SKA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraY0p4SKA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraY0p4SKA .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-uraY0p4SKA .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraY0p4SKA .pt-0 {
  padding-top: 0 !important;
}
.cid-uraY0p4SKA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraY0p4SKA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraY0p4SKA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraY0p4SKA .modal-open {
  overflow: hidden;
}
.cid-uraY0p4SKA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraY0p4SKA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraY0p4SKA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraY0p4SKA .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-uraY0p4SKA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraY0p4SKA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraY0p4SKA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraY0p4SKA .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-uraY0p4SKA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraY0p4SKA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraY0p4SKA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraY0p4SKA .modal-backdrop.show {
  opacity: .5;
}
.cid-uraY0p4SKA .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-uraY0p4SKA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraY0p4SKA .modal-header {
    padding: 1rem;
  }
}
.cid-uraY0p4SKA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraY0p4SKA .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraY0p4SKA .modal-header .close:hover {
  opacity: 1;
}
.cid-uraY0p4SKA .modal-header .close:focus {
  outline: none;
}
.cid-uraY0p4SKA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraY0p4SKA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraY0p4SKA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraY0p4SKA .modal-body {
    padding: 1rem;
  }
}
.cid-uraY0p4SKA .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-uraY0p4SKA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraY0p4SKA .modal-footer {
    padding: 1rem;
  }
}
.cid-uraY0p4SKA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraY0p4SKA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraY0p4SKA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraY0p4SKA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraY0p4SKA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraY0p4SKA .modal-lg,
  .cid-uraY0p4SKA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraY0p4SKA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraY0p4SKA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraY0p4SKA .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-uraY0p4SKA .form-group {
  margin-bottom: 1rem;
}
.cid-uraY0p4SKA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraY0p4SKA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraY0p4SKA .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-uraY0p4SKA .mbr-section-btn {
  margin: 0;
}
.cid-uraY0p4SKA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uraY14ttPu.popup-builder {
  background-color: #ffffff;
}
.cid-uraY14ttPu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uraY14ttPu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uraY14ttPu .modal-content,
.cid-uraY14ttPu .modal-dialog {
  height: auto;
}
.cid-uraY14ttPu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uraY14ttPu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uraY14ttPu .form-wrapper .mbr-form .form-group,
  .cid-uraY14ttPu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uraY14ttPu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uraY14ttPu .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-uraY14ttPu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uraY14ttPu .pt-0 {
  padding-top: 0 !important;
}
.cid-uraY14ttPu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uraY14ttPu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uraY14ttPu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uraY14ttPu .modal-open {
  overflow: hidden;
}
.cid-uraY14ttPu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uraY14ttPu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uraY14ttPu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uraY14ttPu .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-uraY14ttPu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uraY14ttPu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uraY14ttPu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uraY14ttPu .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-uraY14ttPu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uraY14ttPu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uraY14ttPu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uraY14ttPu .modal-backdrop.show {
  opacity: .5;
}
.cid-uraY14ttPu .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-uraY14ttPu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uraY14ttPu .modal-header {
    padding: 1rem;
  }
}
.cid-uraY14ttPu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uraY14ttPu .modal-header .close svg {
  fill: #ffffff;
}
.cid-uraY14ttPu .modal-header .close:hover {
  opacity: 1;
}
.cid-uraY14ttPu .modal-header .close:focus {
  outline: none;
}
.cid-uraY14ttPu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uraY14ttPu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uraY14ttPu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraY14ttPu .modal-body {
    padding: 1rem;
  }
}
.cid-uraY14ttPu .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-uraY14ttPu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uraY14ttPu .modal-footer {
    padding: 1rem;
  }
}
.cid-uraY14ttPu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uraY14ttPu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uraY14ttPu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uraY14ttPu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uraY14ttPu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uraY14ttPu .modal-lg,
  .cid-uraY14ttPu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uraY14ttPu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uraY14ttPu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uraY14ttPu .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-uraY14ttPu .form-group {
  margin-bottom: 1rem;
}
.cid-uraY14ttPu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uraY14ttPu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uraY14ttPu .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-uraY14ttPu .mbr-section-btn {
  margin: 0;
}
.cid-uraY14ttPu .mbr-section-btn .btn {
  margin: 0;
}
.cid-urPqsTBq8q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urPqsTBq8q nav.navbar {
  position: fixed;
}
.cid-urPqsTBq8q .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-urPqsTBq8q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urPqsTBq8q .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-urPqsTBq8q #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-urPqsTBq8q .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-urPqsTBq8q .dropdown-item:hover,
.cid-urPqsTBq8q .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-urPqsTBq8q .dropdown-item:hover span {
  color: white;
}
.cid-urPqsTBq8q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urPqsTBq8q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urPqsTBq8q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-urPqsTBq8q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urPqsTBq8q .nav-link {
  position: relative;
}
.cid-urPqsTBq8q .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-urPqsTBq8q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-urPqsTBq8q .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-urPqsTBq8q .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-urPqsTBq8q .dropdown-menu,
.cid-urPqsTBq8q .navbar.opened {
  background: #353535 !important;
}
.cid-urPqsTBq8q .nav-item:focus,
.cid-urPqsTBq8q .nav-link:focus {
  outline: none;
}
.cid-urPqsTBq8q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urPqsTBq8q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urPqsTBq8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urPqsTBq8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urPqsTBq8q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urPqsTBq8q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urPqsTBq8q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-urPqsTBq8q .navbar.opened {
  transition: all 0.3s;
}
.cid-urPqsTBq8q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urPqsTBq8q .navbar .navbar-logo img {
  width: auto;
}
.cid-urPqsTBq8q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urPqsTBq8q .navbar.collapsed {
  justify-content: center;
}
.cid-urPqsTBq8q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urPqsTBq8q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urPqsTBq8q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urPqsTBq8q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urPqsTBq8q .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-urPqsTBq8q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urPqsTBq8q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urPqsTBq8q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urPqsTBq8q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urPqsTBq8q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urPqsTBq8q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urPqsTBq8q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urPqsTBq8q .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-urPqsTBq8q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urPqsTBq8q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urPqsTBq8q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-urPqsTBq8q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urPqsTBq8q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urPqsTBq8q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-urPqsTBq8q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urPqsTBq8q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urPqsTBq8q .dropdown-item.active,
.cid-urPqsTBq8q .dropdown-item:active {
  background-color: transparent;
}
.cid-urPqsTBq8q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urPqsTBq8q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urPqsTBq8q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urPqsTBq8q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-urPqsTBq8q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urPqsTBq8q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urPqsTBq8q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urPqsTBq8q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urPqsTBq8q button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urPqsTBq8q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-urPqsTBq8q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urPqsTBq8q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPqsTBq8q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urPqsTBq8q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urPqsTBq8q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPqsTBq8q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urPqsTBq8q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urPqsTBq8q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urPqsTBq8q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urPqsTBq8q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urPqsTBq8q .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-urPqsTBq8q .navbar {
    height: 70px;
  }
  .cid-urPqsTBq8q .navbar.opened {
    height: auto;
  }
  .cid-urPqsTBq8q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urPqsTBq8q .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-urPqsTBq8q .navbar-toggler {
  margin-left: 10px;
}
.cid-urPqsTBq8q .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-urPqsTBq8q .navbar-logo {
  margin-right: 0 !important;
}
.cid-urPqsTBq8q .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-urPqsTBq8q .mbr-text {
    display: none;
  }
}
.cid-urPqsTBq8q .navbar-collapse {
  padding-top: 40px !important;
}
.cid-urPqsTBq8q .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-urPqsTBq8q .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-urPqsTBq8q .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-urPqsTBq8q #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-urPqsTBq8q #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-urPqsTBq8q #vol {
    display: none;
  }
}
.cid-urPqsTBq8q .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-urPqsUpagi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-urPqsUpagi .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-urPqsUpagi .mbr-section-subtitle {
  text-align: center;
}
.cid-urPqsUpagi .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-urPqsUpagi .display-1 {
    font-size: 75px;
  }
  .cid-urPqsUpagi .display-5 {
    font-size: 29px;
  }
  .cid-urPqsUpagi .display-4 {
    font-weight: 300;
  }
}
#custom-html-2fd {
  /* Type valid CSS here */
}
#custom-html-2fd div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2fd .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-urPqsV621q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urPqsV621q .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPqsV621q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urPqsV621q .container,
.cid-urPqsV621q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urPqsV621q .container,
  .cid-urPqsV621q .container-fluid {
    padding: 0 20px;
  }
}
.cid-urPqsV621q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-urPqsV621q .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-urPqsV621q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urPqsV621q .mbr-section-title {
  color: #4479d9;
}
.cid-urPqsV621q .mbr-section-subtitle {
  color: #f9a600;
}
.cid-urPqsVossJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-urPqsVossJ .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2fg {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2fg *,
#custom-html-2fg *::before,
#custom-html-2fg *::after {
  box-sizing: border-box;
}
#custom-html-2fg body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2fg #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2fg .container {
  background-color: #232323;
}
#custom-html-2fg .titre {
  padding: 1em;
}
#custom-html-2fg H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2fg h6 {
  color: white;
}
.cid-urPqsVLsEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urPqsVLsEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPqsVLsEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urPqsVLsEE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urPqsVLsEE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urPqsVLsEE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urPqsVLsEE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urPqsVLsEE .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-urPqsVLsEE .mbr-text,
.cid-urPqsVLsEE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-urPqsVLsEE .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-urPqsW34Lt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-urPqsW34Lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-urPqsW34Lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urPqsW34Lt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urPqsW34Lt .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-urPqsW34Lt .image-wrapper {
    padding: 1rem;
  }
}
.cid-urPqsW34Lt .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-urPqsW34Lt .mbr-text,
.cid-urPqsW34Lt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-urPqsW34Lt .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-urPqsWpUER {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-urPqsWpUER .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-urPqsWpUER .mbr-text,
.cid-urPqsWpUER .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-urPqsWGSR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-urPqsWGSR3 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-urPqsWGSR3 .row {
    padding: 20px 34px;
  }
}
.cid-urPqsWGSR3 .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-urPqsWYqem {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-urPqsWYqem .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-urPqsWYqem .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-urPqsWYqem .card:hover {
  margin-top: -0.6rem;
}
.cid-urPqsWYqem .card-wrapper {
  position: relative;
}
.cid-urPqsWYqem .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-urPqsWYqem .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-urPqsWYqem .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-urPqsWYqem .big {
  margin-top: -25%;
}
.cid-urPqsWYqem .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-urPqsWYqem .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-urPqsWYqem .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-urPqsWYqem .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-urPqsXoKZR.popup-builder {
  background-color: #ffffff;
}
.cid-urPqsXoKZR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPqsXoKZR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPqsXoKZR .modal-content,
.cid-urPqsXoKZR .modal-dialog {
  height: auto;
}
.cid-urPqsXoKZR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPqsXoKZR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPqsXoKZR .form-wrapper .mbr-form .form-group,
  .cid-urPqsXoKZR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPqsXoKZR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPqsXoKZR .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-urPqsXoKZR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPqsXoKZR .pt-0 {
  padding-top: 0 !important;
}
.cid-urPqsXoKZR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPqsXoKZR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPqsXoKZR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPqsXoKZR .modal-open {
  overflow: hidden;
}
.cid-urPqsXoKZR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPqsXoKZR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPqsXoKZR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPqsXoKZR .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-urPqsXoKZR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPqsXoKZR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPqsXoKZR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPqsXoKZR .modal-content {
  background: #353535;
  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-urPqsXoKZR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPqsXoKZR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPqsXoKZR .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPqsXoKZR .modal-backdrop.show {
  opacity: .5;
}
.cid-urPqsXoKZR .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-urPqsXoKZR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsXoKZR .modal-header {
    padding: 1rem;
  }
}
.cid-urPqsXoKZR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPqsXoKZR .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPqsXoKZR .modal-header .close:hover {
  opacity: 1;
}
.cid-urPqsXoKZR .modal-header .close:focus {
  outline: none;
}
.cid-urPqsXoKZR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPqsXoKZR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPqsXoKZR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsXoKZR .modal-body {
    padding: 1rem;
  }
}
.cid-urPqsXoKZR .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-urPqsXoKZR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsXoKZR .modal-footer {
    padding: 1rem;
  }
}
.cid-urPqsXoKZR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPqsXoKZR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPqsXoKZR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPqsXoKZR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPqsXoKZR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPqsXoKZR .modal-lg,
  .cid-urPqsXoKZR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPqsXoKZR .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPqsXoKZR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPqsXoKZR .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-urPqsXoKZR .form-group {
  margin-bottom: 1rem;
}
.cid-urPqsXoKZR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPqsXoKZR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPqsXoKZR .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-urPqsXoKZR .mbr-section-btn {
  margin: 0;
}
.cid-urPqsXoKZR .mbr-section-btn .btn {
  margin: 0;
}
.cid-urPqsXoKZR #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-urPqsXoKZR #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-urPqsXoKZR #creativecommons img,
.cid-urPqsXoKZR iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-urPqsXQjE7.popup-builder {
  background-color: #ffffff;
}
.cid-urPqsXQjE7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPqsXQjE7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPqsXQjE7 .modal-content,
.cid-urPqsXQjE7 .modal-dialog {
  height: auto;
}
.cid-urPqsXQjE7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPqsXQjE7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPqsXQjE7 .form-wrapper .mbr-form .form-group,
  .cid-urPqsXQjE7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPqsXQjE7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPqsXQjE7 .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-urPqsXQjE7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPqsXQjE7 .pt-0 {
  padding-top: 0 !important;
}
.cid-urPqsXQjE7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPqsXQjE7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPqsXQjE7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPqsXQjE7 .modal-open {
  overflow: hidden;
}
.cid-urPqsXQjE7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPqsXQjE7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPqsXQjE7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPqsXQjE7 .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-urPqsXQjE7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPqsXQjE7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPqsXQjE7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPqsXQjE7 .modal-content {
  background: #353535;
  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-urPqsXQjE7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPqsXQjE7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPqsXQjE7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPqsXQjE7 .modal-backdrop.show {
  opacity: .5;
}
.cid-urPqsXQjE7 .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-urPqsXQjE7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsXQjE7 .modal-header {
    padding: 1rem;
  }
}
.cid-urPqsXQjE7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPqsXQjE7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPqsXQjE7 .modal-header .close:hover {
  opacity: 1;
}
.cid-urPqsXQjE7 .modal-header .close:focus {
  outline: none;
}
.cid-urPqsXQjE7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPqsXQjE7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPqsXQjE7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsXQjE7 .modal-body {
    padding: 1rem;
  }
}
.cid-urPqsXQjE7 .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-urPqsXQjE7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsXQjE7 .modal-footer {
    padding: 1rem;
  }
}
.cid-urPqsXQjE7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPqsXQjE7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPqsXQjE7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPqsXQjE7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPqsXQjE7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPqsXQjE7 .modal-lg,
  .cid-urPqsXQjE7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPqsXQjE7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPqsXQjE7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPqsXQjE7 .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-urPqsXQjE7 .form-group {
  margin-bottom: 1rem;
}
.cid-urPqsXQjE7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPqsXQjE7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPqsXQjE7 .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-urPqsXQjE7 .mbr-section-btn {
  margin: 0;
}
.cid-urPqsXQjE7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-urPqsYdx68.popup-builder {
  background-color: #ffffff;
}
.cid-urPqsYdx68.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPqsYdx68.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPqsYdx68 .modal-content,
.cid-urPqsYdx68 .modal-dialog {
  height: auto;
}
.cid-urPqsYdx68 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPqsYdx68 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPqsYdx68 .form-wrapper .mbr-form .form-group,
  .cid-urPqsYdx68 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPqsYdx68 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPqsYdx68 .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-urPqsYdx68 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPqsYdx68 .pt-0 {
  padding-top: 0 !important;
}
.cid-urPqsYdx68 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPqsYdx68 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPqsYdx68 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPqsYdx68 .modal-open {
  overflow: hidden;
}
.cid-urPqsYdx68 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPqsYdx68 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPqsYdx68 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPqsYdx68 .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-urPqsYdx68 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPqsYdx68 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPqsYdx68 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPqsYdx68 .modal-content {
  background: #353535;
  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-urPqsYdx68 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPqsYdx68 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPqsYdx68 .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPqsYdx68 .modal-backdrop.show {
  opacity: .5;
}
.cid-urPqsYdx68 .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-urPqsYdx68 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsYdx68 .modal-header {
    padding: 1rem;
  }
}
.cid-urPqsYdx68 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPqsYdx68 .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPqsYdx68 .modal-header .close:hover {
  opacity: 1;
}
.cid-urPqsYdx68 .modal-header .close:focus {
  outline: none;
}
.cid-urPqsYdx68 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPqsYdx68 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPqsYdx68 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsYdx68 .modal-body {
    padding: 1rem;
  }
}
.cid-urPqsYdx68 .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-urPqsYdx68 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsYdx68 .modal-footer {
    padding: 1rem;
  }
}
.cid-urPqsYdx68 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPqsYdx68 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPqsYdx68 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPqsYdx68 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPqsYdx68 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPqsYdx68 .modal-lg,
  .cid-urPqsYdx68 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPqsYdx68 .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPqsYdx68 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPqsYdx68 .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-urPqsYdx68 .form-group {
  margin-bottom: 1rem;
}
.cid-urPqsYdx68 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPqsYdx68 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPqsYdx68 .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-urPqsYdx68 .mbr-section-btn {
  margin: 0;
}
.cid-urPqsYdx68 .mbr-section-btn .btn {
  margin: 0;
}
.cid-urPqsYCBFL.popup-builder {
  background-color: #ffffff;
}
.cid-urPqsYCBFL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPqsYCBFL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPqsYCBFL .modal-content,
.cid-urPqsYCBFL .modal-dialog {
  height: auto;
}
.cid-urPqsYCBFL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPqsYCBFL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPqsYCBFL .form-wrapper .mbr-form .form-group,
  .cid-urPqsYCBFL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPqsYCBFL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPqsYCBFL .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-urPqsYCBFL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPqsYCBFL .pt-0 {
  padding-top: 0 !important;
}
.cid-urPqsYCBFL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPqsYCBFL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPqsYCBFL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPqsYCBFL .modal-open {
  overflow: hidden;
}
.cid-urPqsYCBFL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPqsYCBFL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPqsYCBFL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPqsYCBFL .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-urPqsYCBFL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPqsYCBFL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPqsYCBFL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPqsYCBFL .modal-content {
  background: #353535;
  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-urPqsYCBFL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPqsYCBFL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPqsYCBFL .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPqsYCBFL .modal-backdrop.show {
  opacity: .5;
}
.cid-urPqsYCBFL .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-urPqsYCBFL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsYCBFL .modal-header {
    padding: 1rem;
  }
}
.cid-urPqsYCBFL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPqsYCBFL .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPqsYCBFL .modal-header .close:hover {
  opacity: 1;
}
.cid-urPqsYCBFL .modal-header .close:focus {
  outline: none;
}
.cid-urPqsYCBFL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPqsYCBFL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPqsYCBFL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsYCBFL .modal-body {
    padding: 1rem;
  }
}
.cid-urPqsYCBFL .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-urPqsYCBFL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsYCBFL .modal-footer {
    padding: 1rem;
  }
}
.cid-urPqsYCBFL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPqsYCBFL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPqsYCBFL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPqsYCBFL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPqsYCBFL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPqsYCBFL .modal-lg,
  .cid-urPqsYCBFL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPqsYCBFL .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPqsYCBFL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPqsYCBFL .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-urPqsYCBFL .form-group {
  margin-bottom: 1rem;
}
.cid-urPqsYCBFL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPqsYCBFL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPqsYCBFL .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-urPqsYCBFL .mbr-section-btn {
  margin: 0;
}
.cid-urPqsYCBFL .mbr-section-btn .btn {
  margin: 0;
}
.cid-urPqsZ2exo.popup-builder {
  background-color: #ffffff;
}
.cid-urPqsZ2exo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPqsZ2exo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPqsZ2exo .modal-content,
.cid-urPqsZ2exo .modal-dialog {
  height: auto;
}
.cid-urPqsZ2exo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPqsZ2exo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPqsZ2exo .form-wrapper .mbr-form .form-group,
  .cid-urPqsZ2exo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPqsZ2exo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPqsZ2exo .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-urPqsZ2exo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPqsZ2exo .pt-0 {
  padding-top: 0 !important;
}
.cid-urPqsZ2exo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPqsZ2exo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPqsZ2exo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPqsZ2exo .modal-open {
  overflow: hidden;
}
.cid-urPqsZ2exo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPqsZ2exo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPqsZ2exo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPqsZ2exo .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-urPqsZ2exo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPqsZ2exo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPqsZ2exo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPqsZ2exo .modal-content {
  background: #353535;
  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-urPqsZ2exo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPqsZ2exo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPqsZ2exo .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPqsZ2exo .modal-backdrop.show {
  opacity: .5;
}
.cid-urPqsZ2exo .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-urPqsZ2exo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsZ2exo .modal-header {
    padding: 1rem;
  }
}
.cid-urPqsZ2exo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPqsZ2exo .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPqsZ2exo .modal-header .close:hover {
  opacity: 1;
}
.cid-urPqsZ2exo .modal-header .close:focus {
  outline: none;
}
.cid-urPqsZ2exo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPqsZ2exo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPqsZ2exo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsZ2exo .modal-body {
    padding: 1rem;
  }
}
.cid-urPqsZ2exo .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-urPqsZ2exo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsZ2exo .modal-footer {
    padding: 1rem;
  }
}
.cid-urPqsZ2exo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPqsZ2exo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPqsZ2exo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPqsZ2exo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPqsZ2exo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPqsZ2exo .modal-lg,
  .cid-urPqsZ2exo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPqsZ2exo .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPqsZ2exo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPqsZ2exo .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-urPqsZ2exo .form-group {
  margin-bottom: 1rem;
}
.cid-urPqsZ2exo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPqsZ2exo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPqsZ2exo .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-urPqsZ2exo .mbr-section-btn {
  margin: 0;
}
.cid-urPqsZ2exo .mbr-section-btn .btn {
  margin: 0;
}
.cid-urPqsZrRSi.popup-builder {
  background-color: #ffffff;
}
.cid-urPqsZrRSi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPqsZrRSi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPqsZrRSi .modal-content,
.cid-urPqsZrRSi .modal-dialog {
  height: auto;
}
.cid-urPqsZrRSi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPqsZrRSi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPqsZrRSi .form-wrapper .mbr-form .form-group,
  .cid-urPqsZrRSi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPqsZrRSi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPqsZrRSi .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-urPqsZrRSi .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPqsZrRSi .pt-0 {
  padding-top: 0 !important;
}
.cid-urPqsZrRSi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPqsZrRSi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPqsZrRSi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPqsZrRSi .modal-open {
  overflow: hidden;
}
.cid-urPqsZrRSi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPqsZrRSi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPqsZrRSi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPqsZrRSi .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-urPqsZrRSi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPqsZrRSi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPqsZrRSi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPqsZrRSi .modal-content {
  background: #353535;
  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-urPqsZrRSi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPqsZrRSi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPqsZrRSi .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPqsZrRSi .modal-backdrop.show {
  opacity: .5;
}
.cid-urPqsZrRSi .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-urPqsZrRSi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsZrRSi .modal-header {
    padding: 1rem;
  }
}
.cid-urPqsZrRSi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPqsZrRSi .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPqsZrRSi .modal-header .close:hover {
  opacity: 1;
}
.cid-urPqsZrRSi .modal-header .close:focus {
  outline: none;
}
.cid-urPqsZrRSi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPqsZrRSi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPqsZrRSi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsZrRSi .modal-body {
    padding: 1rem;
  }
}
.cid-urPqsZrRSi .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-urPqsZrRSi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqsZrRSi .modal-footer {
    padding: 1rem;
  }
}
.cid-urPqsZrRSi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPqsZrRSi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPqsZrRSi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPqsZrRSi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPqsZrRSi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPqsZrRSi .modal-lg,
  .cid-urPqsZrRSi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPqsZrRSi .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPqsZrRSi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPqsZrRSi .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-urPqsZrRSi .form-group {
  margin-bottom: 1rem;
}
.cid-urPqsZrRSi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPqsZrRSi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPqsZrRSi .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-urPqsZrRSi .mbr-section-btn {
  margin: 0;
}
.cid-urPqsZrRSi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-urPqt0gYhC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-urPqt0gYhC .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-urPqt0gYhC .bg-facebook:hover {
  background: #0b60cb;
}
.cid-urPqt0gYhC .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-urPqt0gYhC .bg-youtube:hover {
  background: #cc0000;
}
.cid-urPqt0gYhC .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-urPqt0gYhC .bg-twitch:hover {
  background: #7313ff;
}
.cid-urPqt0gYhC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-urPqt0gYhC [class^="socicon-"]:before,
.cid-urPqt0gYhC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-urPqt0gYhC .mbr-section-title,
.cid-urPqt0gYhC .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-urPqt0IsuG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-urPqt0IsuG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-urPqt0IsuG .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-urPqt0IsuG .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-urPqt0IsuG .form-control:focus,
.cid-urPqt0IsuG .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-urPqt0IsuG .form-group {
  margin-bottom: 1rem;
}
.cid-urPqt0IsuG input::-webkit-input-placeholder,
.cid-urPqt0IsuG textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-urPqt0IsuG input:-moz-placeholder,
.cid-urPqt0IsuG textarea:-moz-placeholder {
  color: #656565;
}
.cid-urPqt0IsuG .jq-selectbox li,
.cid-urPqt0IsuG .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-urPqt0IsuG .jq-selectbox li:hover,
.cid-urPqt0IsuG .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-urPqt0IsuG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-urPqt0IsuG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-urPqt0IsuG textarea.form-control {
  resize: none;
}
.cid-urPqt0IsuG .input-group-btn {
  display: inline-block;
}
.cid-urPqt0IsuG .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-urPqt0IsuG .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urPqt0IsuG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-urPqt0IsuG .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-urPqt0IsuG .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-urPqt0IsuG .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urPqt0IsuG .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urPqt0IsuG .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-urPqt0IsuG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-urPqt0IsuG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-urPqt0IsuG .form-control,
.cid-urPqt0IsuG .input-group-btn .btn {
  border-radius: 3px;
}
.cid-urPqt0IsuG #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-urPqt0IsuG #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-urPqt0IsuG #creativecommons img,
.cid-urPqt0IsuG iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-urPqt0IsuG .offset-md-1 {
  margin-left: 1vw;
}
.cid-urPqt1xx7h.popup-builder {
  background-color: #ffffff;
}
.cid-urPqt1xx7h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPqt1xx7h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPqt1xx7h .modal-content,
.cid-urPqt1xx7h .modal-dialog {
  height: auto;
}
.cid-urPqt1xx7h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPqt1xx7h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPqt1xx7h .form-wrapper .mbr-form .form-group,
  .cid-urPqt1xx7h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPqt1xx7h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPqt1xx7h .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-urPqt1xx7h .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPqt1xx7h .pt-0 {
  padding-top: 0 !important;
}
.cid-urPqt1xx7h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPqt1xx7h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPqt1xx7h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPqt1xx7h .modal-open {
  overflow: hidden;
}
.cid-urPqt1xx7h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPqt1xx7h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPqt1xx7h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPqt1xx7h .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-urPqt1xx7h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPqt1xx7h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPqt1xx7h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPqt1xx7h .modal-content {
  background: #353535;
  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-urPqt1xx7h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPqt1xx7h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPqt1xx7h .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPqt1xx7h .modal-backdrop.show {
  opacity: .5;
}
.cid-urPqt1xx7h .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-urPqt1xx7h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqt1xx7h .modal-header {
    padding: 1rem;
  }
}
.cid-urPqt1xx7h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPqt1xx7h .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPqt1xx7h .modal-header .close:hover {
  opacity: 1;
}
.cid-urPqt1xx7h .modal-header .close:focus {
  outline: none;
}
.cid-urPqt1xx7h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPqt1xx7h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPqt1xx7h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqt1xx7h .modal-body {
    padding: 1rem;
  }
}
.cid-urPqt1xx7h .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-urPqt1xx7h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPqt1xx7h .modal-footer {
    padding: 1rem;
  }
}
.cid-urPqt1xx7h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPqt1xx7h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPqt1xx7h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPqt1xx7h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPqt1xx7h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPqt1xx7h .modal-lg,
  .cid-urPqt1xx7h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPqt1xx7h .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPqt1xx7h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPqt1xx7h .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-urPqt1xx7h .form-group {
  margin-bottom: 1rem;
}
.cid-urPqt1xx7h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPqt1xx7h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPqt1xx7h .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-urPqt1xx7h .mbr-section-btn {
  margin: 0;
}
.cid-urPqt1xx7h .mbr-section-btn .btn {
  margin: 0;
}
.cid-urPrpEBcyd.popup-builder {
  background-color: #ffffff;
}
.cid-urPrpEBcyd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPrpEBcyd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPrpEBcyd .modal-content,
.cid-urPrpEBcyd .modal-dialog {
  height: auto;
}
.cid-urPrpEBcyd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPrpEBcyd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPrpEBcyd .form-wrapper .mbr-form .form-group,
  .cid-urPrpEBcyd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPrpEBcyd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPrpEBcyd .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-urPrpEBcyd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPrpEBcyd .pt-0 {
  padding-top: 0 !important;
}
.cid-urPrpEBcyd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPrpEBcyd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPrpEBcyd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPrpEBcyd .modal-open {
  overflow: hidden;
}
.cid-urPrpEBcyd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPrpEBcyd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPrpEBcyd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPrpEBcyd .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-urPrpEBcyd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPrpEBcyd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPrpEBcyd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPrpEBcyd .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-urPrpEBcyd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPrpEBcyd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPrpEBcyd .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPrpEBcyd .modal-backdrop.show {
  opacity: .5;
}
.cid-urPrpEBcyd .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-urPrpEBcyd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPrpEBcyd .modal-header {
    padding: 1rem;
  }
}
.cid-urPrpEBcyd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPrpEBcyd .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPrpEBcyd .modal-header .close:hover {
  opacity: 1;
}
.cid-urPrpEBcyd .modal-header .close:focus {
  outline: none;
}
.cid-urPrpEBcyd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPrpEBcyd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPrpEBcyd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPrpEBcyd .modal-body {
    padding: 1rem;
  }
}
.cid-urPrpEBcyd .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-urPrpEBcyd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPrpEBcyd .modal-footer {
    padding: 1rem;
  }
}
.cid-urPrpEBcyd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPrpEBcyd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPrpEBcyd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPrpEBcyd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPrpEBcyd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPrpEBcyd .modal-lg,
  .cid-urPrpEBcyd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPrpEBcyd .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPrpEBcyd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPrpEBcyd .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-urPrpEBcyd .form-group {
  margin-bottom: 1rem;
}
.cid-urPrpEBcyd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPrpEBcyd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPrpEBcyd .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-urPrpEBcyd .mbr-section-btn {
  margin: 0;
}
.cid-urPrpEBcyd .mbr-section-btn .btn {
  margin: 0;
}
.cid-urPrq1r0qW.popup-builder {
  background-color: #ffffff;
}
.cid-urPrq1r0qW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-urPrq1r0qW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-urPrq1r0qW .modal-content,
.cid-urPrq1r0qW .modal-dialog {
  height: auto;
}
.cid-urPrq1r0qW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-urPrq1r0qW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-urPrq1r0qW .form-wrapper .mbr-form .form-group,
  .cid-urPrq1r0qW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-urPrq1r0qW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-urPrq1r0qW .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-urPrq1r0qW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urPrq1r0qW .pt-0 {
  padding-top: 0 !important;
}
.cid-urPrq1r0qW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-urPrq1r0qW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-urPrq1r0qW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-urPrq1r0qW .modal-open {
  overflow: hidden;
}
.cid-urPrq1r0qW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-urPrq1r0qW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-urPrq1r0qW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-urPrq1r0qW .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-urPrq1r0qW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-urPrq1r0qW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-urPrq1r0qW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-urPrq1r0qW .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-urPrq1r0qW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-urPrq1r0qW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-urPrq1r0qW .modal-backdrop.fade {
  opacity: 0;
}
.cid-urPrq1r0qW .modal-backdrop.show {
  opacity: .5;
}
.cid-urPrq1r0qW .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-urPrq1r0qW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urPrq1r0qW .modal-header {
    padding: 1rem;
  }
}
.cid-urPrq1r0qW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-urPrq1r0qW .modal-header .close svg {
  fill: #ffffff;
}
.cid-urPrq1r0qW .modal-header .close:hover {
  opacity: 1;
}
.cid-urPrq1r0qW .modal-header .close:focus {
  outline: none;
}
.cid-urPrq1r0qW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-urPrq1r0qW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-urPrq1r0qW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPrq1r0qW .modal-body {
    padding: 1rem;
  }
}
.cid-urPrq1r0qW .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-urPrq1r0qW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urPrq1r0qW .modal-footer {
    padding: 1rem;
  }
}
.cid-urPrq1r0qW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-urPrq1r0qW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-urPrq1r0qW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-urPrq1r0qW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-urPrq1r0qW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-urPrq1r0qW .modal-lg,
  .cid-urPrq1r0qW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-urPrq1r0qW .modal-xl {
    max-width: 1140px;
  }
}
.cid-urPrq1r0qW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-urPrq1r0qW .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-urPrq1r0qW .form-group {
  margin-bottom: 1rem;
}
.cid-urPrq1r0qW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-urPrq1r0qW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-urPrq1r0qW .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-urPrq1r0qW .mbr-section-btn {
  margin: 0;
}
.cid-urPrq1r0qW .mbr-section-btn .btn {
  margin: 0;
}
.cid-usumNqfLZv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usumNqfLZv nav.navbar {
  position: fixed;
}
.cid-usumNqfLZv .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-usumNqfLZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usumNqfLZv .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-usumNqfLZv #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-usumNqfLZv .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-usumNqfLZv .dropdown-item:hover,
.cid-usumNqfLZv .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-usumNqfLZv .dropdown-item:hover span {
  color: white;
}
.cid-usumNqfLZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usumNqfLZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usumNqfLZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-usumNqfLZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usumNqfLZv .nav-link {
  position: relative;
}
.cid-usumNqfLZv .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-usumNqfLZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-usumNqfLZv .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-usumNqfLZv .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-usumNqfLZv .dropdown-menu,
.cid-usumNqfLZv .navbar.opened {
  background: #353535 !important;
}
.cid-usumNqfLZv .nav-item:focus,
.cid-usumNqfLZv .nav-link:focus {
  outline: none;
}
.cid-usumNqfLZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usumNqfLZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usumNqfLZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usumNqfLZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usumNqfLZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usumNqfLZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usumNqfLZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-usumNqfLZv .navbar.opened {
  transition: all 0.3s;
}
.cid-usumNqfLZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usumNqfLZv .navbar .navbar-logo img {
  width: auto;
}
.cid-usumNqfLZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usumNqfLZv .navbar.collapsed {
  justify-content: center;
}
.cid-usumNqfLZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usumNqfLZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usumNqfLZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usumNqfLZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usumNqfLZv .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-usumNqfLZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usumNqfLZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usumNqfLZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usumNqfLZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usumNqfLZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usumNqfLZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usumNqfLZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usumNqfLZv .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-usumNqfLZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usumNqfLZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usumNqfLZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-usumNqfLZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usumNqfLZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usumNqfLZv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-usumNqfLZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usumNqfLZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usumNqfLZv .dropdown-item.active,
.cid-usumNqfLZv .dropdown-item:active {
  background-color: transparent;
}
.cid-usumNqfLZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usumNqfLZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usumNqfLZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usumNqfLZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-usumNqfLZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usumNqfLZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usumNqfLZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usumNqfLZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usumNqfLZv button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usumNqfLZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-usumNqfLZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usumNqfLZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usumNqfLZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usumNqfLZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usumNqfLZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usumNqfLZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usumNqfLZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usumNqfLZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usumNqfLZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usumNqfLZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usumNqfLZv .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-usumNqfLZv .navbar {
    height: 70px;
  }
  .cid-usumNqfLZv .navbar.opened {
    height: auto;
  }
  .cid-usumNqfLZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usumNqfLZv .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-usumNqfLZv .navbar-toggler {
  margin-left: 10px;
}
.cid-usumNqfLZv .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-usumNqfLZv .navbar-logo {
  margin-right: 0 !important;
}
.cid-usumNqfLZv .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-usumNqfLZv .mbr-text {
    display: none;
  }
}
.cid-usumNqfLZv .navbar-collapse {
  padding-top: 40px !important;
}
.cid-usumNqfLZv .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-usumNqfLZv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-usumNqfLZv .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-usumNqfLZv #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-usumNqfLZv #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-usumNqfLZv #vol {
    display: none;
  }
}
.cid-usumNqfLZv .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-usumNqY9n0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-usumNqY9n0 .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-usumNqY9n0 .mbr-section-subtitle {
  text-align: center;
}
.cid-usumNqY9n0 .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usumNqY9n0 .display-1 {
    font-size: 75px;
  }
  .cid-usumNqY9n0 .display-5 {
    font-size: 29px;
  }
  .cid-usumNqY9n0 .display-4 {
    font-weight: 300;
  }
}
#custom-html-2gv {
  /* Type valid CSS here */
}
#custom-html-2gv div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2gv .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-usumNrWbCw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-usumNrWbCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-usumNrWbCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usumNrWbCw .container,
.cid-usumNrWbCw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usumNrWbCw .container,
  .cid-usumNrWbCw .container-fluid {
    padding: 0 20px;
  }
}
.cid-usumNrWbCw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-usumNrWbCw .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-usumNrWbCw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usumNrWbCw .mbr-section-title {
  color: #4479d9;
}
.cid-usumNrWbCw .mbr-section-subtitle {
  color: #f9a600;
}
.cid-usumNsiCdq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-usumNsiCdq .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2gy {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2gy *,
#custom-html-2gy *::before,
#custom-html-2gy *::after {
  box-sizing: border-box;
}
#custom-html-2gy body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2gy #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2gy .container {
  background-color: #232323;
}
#custom-html-2gy .titre {
  padding: 1em;
}
#custom-html-2gy H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2gy h6 {
  color: white;
}
.cid-usumNsKGmH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-usumNsKGmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-usumNsKGmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usumNsKGmH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usumNsKGmH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usumNsKGmH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usumNsKGmH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-usumNsKGmH .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-usumNsKGmH .mbr-text,
.cid-usumNsKGmH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usumNsKGmH .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-usumNt702Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-usumNt702Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-usumNt702Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usumNt702Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usumNt702Z .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-usumNt702Z .image-wrapper {
    padding: 1rem;
  }
}
.cid-usumNt702Z .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-usumNt702Z .mbr-text,
.cid-usumNt702Z .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usumNt702Z .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-usumNtAt21 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-usumNtAt21 .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-usumNtAt21 .mbr-text,
.cid-usumNtAt21 .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-usumNtZrT0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-usumNtZrT0 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-usumNtZrT0 .row {
    padding: 20px 34px;
  }
}
.cid-usumNtZrT0 .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-usumNumd5k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-usumNumd5k .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-usumNumd5k .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-usumNumd5k .card:hover {
  margin-top: -0.6rem;
}
.cid-usumNumd5k .card-wrapper {
  position: relative;
}
.cid-usumNumd5k .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-usumNumd5k .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-usumNumd5k .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-usumNumd5k .big {
  margin-top: -25%;
}
.cid-usumNumd5k .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-usumNumd5k .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-usumNumd5k .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-usumNumd5k .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-usumNuR5oE.popup-builder {
  background-color: #ffffff;
}
.cid-usumNuR5oE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usumNuR5oE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usumNuR5oE .modal-content,
.cid-usumNuR5oE .modal-dialog {
  height: auto;
}
.cid-usumNuR5oE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usumNuR5oE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usumNuR5oE .form-wrapper .mbr-form .form-group,
  .cid-usumNuR5oE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usumNuR5oE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usumNuR5oE .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-usumNuR5oE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usumNuR5oE .pt-0 {
  padding-top: 0 !important;
}
.cid-usumNuR5oE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usumNuR5oE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usumNuR5oE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usumNuR5oE .modal-open {
  overflow: hidden;
}
.cid-usumNuR5oE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usumNuR5oE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usumNuR5oE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usumNuR5oE .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-usumNuR5oE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usumNuR5oE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usumNuR5oE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usumNuR5oE .modal-content {
  background: #353535;
  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-usumNuR5oE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usumNuR5oE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usumNuR5oE .modal-backdrop.fade {
  opacity: 0;
}
.cid-usumNuR5oE .modal-backdrop.show {
  opacity: .5;
}
.cid-usumNuR5oE .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-usumNuR5oE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNuR5oE .modal-header {
    padding: 1rem;
  }
}
.cid-usumNuR5oE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usumNuR5oE .modal-header .close svg {
  fill: #ffffff;
}
.cid-usumNuR5oE .modal-header .close:hover {
  opacity: 1;
}
.cid-usumNuR5oE .modal-header .close:focus {
  outline: none;
}
.cid-usumNuR5oE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usumNuR5oE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usumNuR5oE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNuR5oE .modal-body {
    padding: 1rem;
  }
}
.cid-usumNuR5oE .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-usumNuR5oE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNuR5oE .modal-footer {
    padding: 1rem;
  }
}
.cid-usumNuR5oE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usumNuR5oE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usumNuR5oE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usumNuR5oE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usumNuR5oE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usumNuR5oE .modal-lg,
  .cid-usumNuR5oE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usumNuR5oE .modal-xl {
    max-width: 1140px;
  }
}
.cid-usumNuR5oE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usumNuR5oE .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-usumNuR5oE .form-group {
  margin-bottom: 1rem;
}
.cid-usumNuR5oE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usumNuR5oE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usumNuR5oE .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-usumNuR5oE .mbr-section-btn {
  margin: 0;
}
.cid-usumNuR5oE .mbr-section-btn .btn {
  margin: 0;
}
.cid-usumNuR5oE #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-usumNuR5oE #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-usumNuR5oE #creativecommons img,
.cid-usumNuR5oE iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-usumNvnSpE.popup-builder {
  background-color: #ffffff;
}
.cid-usumNvnSpE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usumNvnSpE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usumNvnSpE .modal-content,
.cid-usumNvnSpE .modal-dialog {
  height: auto;
}
.cid-usumNvnSpE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usumNvnSpE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usumNvnSpE .form-wrapper .mbr-form .form-group,
  .cid-usumNvnSpE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usumNvnSpE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usumNvnSpE .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-usumNvnSpE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usumNvnSpE .pt-0 {
  padding-top: 0 !important;
}
.cid-usumNvnSpE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usumNvnSpE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usumNvnSpE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usumNvnSpE .modal-open {
  overflow: hidden;
}
.cid-usumNvnSpE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usumNvnSpE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usumNvnSpE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usumNvnSpE .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-usumNvnSpE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usumNvnSpE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usumNvnSpE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usumNvnSpE .modal-content {
  background: #353535;
  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-usumNvnSpE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usumNvnSpE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usumNvnSpE .modal-backdrop.fade {
  opacity: 0;
}
.cid-usumNvnSpE .modal-backdrop.show {
  opacity: .5;
}
.cid-usumNvnSpE .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-usumNvnSpE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNvnSpE .modal-header {
    padding: 1rem;
  }
}
.cid-usumNvnSpE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usumNvnSpE .modal-header .close svg {
  fill: #ffffff;
}
.cid-usumNvnSpE .modal-header .close:hover {
  opacity: 1;
}
.cid-usumNvnSpE .modal-header .close:focus {
  outline: none;
}
.cid-usumNvnSpE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usumNvnSpE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usumNvnSpE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNvnSpE .modal-body {
    padding: 1rem;
  }
}
.cid-usumNvnSpE .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-usumNvnSpE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNvnSpE .modal-footer {
    padding: 1rem;
  }
}
.cid-usumNvnSpE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usumNvnSpE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usumNvnSpE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usumNvnSpE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usumNvnSpE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usumNvnSpE .modal-lg,
  .cid-usumNvnSpE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usumNvnSpE .modal-xl {
    max-width: 1140px;
  }
}
.cid-usumNvnSpE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usumNvnSpE .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-usumNvnSpE .form-group {
  margin-bottom: 1rem;
}
.cid-usumNvnSpE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usumNvnSpE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usumNvnSpE .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-usumNvnSpE .mbr-section-btn {
  margin: 0;
}
.cid-usumNvnSpE .mbr-section-btn .btn {
  margin: 0;
}
.cid-usumNwlMbw.popup-builder {
  background-color: #ffffff;
}
.cid-usumNwlMbw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usumNwlMbw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usumNwlMbw .modal-content,
.cid-usumNwlMbw .modal-dialog {
  height: auto;
}
.cid-usumNwlMbw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usumNwlMbw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usumNwlMbw .form-wrapper .mbr-form .form-group,
  .cid-usumNwlMbw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usumNwlMbw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usumNwlMbw .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-usumNwlMbw .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usumNwlMbw .pt-0 {
  padding-top: 0 !important;
}
.cid-usumNwlMbw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usumNwlMbw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usumNwlMbw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usumNwlMbw .modal-open {
  overflow: hidden;
}
.cid-usumNwlMbw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usumNwlMbw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usumNwlMbw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usumNwlMbw .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-usumNwlMbw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usumNwlMbw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usumNwlMbw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usumNwlMbw .modal-content {
  background: #353535;
  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-usumNwlMbw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usumNwlMbw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usumNwlMbw .modal-backdrop.fade {
  opacity: 0;
}
.cid-usumNwlMbw .modal-backdrop.show {
  opacity: .5;
}
.cid-usumNwlMbw .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-usumNwlMbw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNwlMbw .modal-header {
    padding: 1rem;
  }
}
.cid-usumNwlMbw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usumNwlMbw .modal-header .close svg {
  fill: #ffffff;
}
.cid-usumNwlMbw .modal-header .close:hover {
  opacity: 1;
}
.cid-usumNwlMbw .modal-header .close:focus {
  outline: none;
}
.cid-usumNwlMbw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usumNwlMbw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usumNwlMbw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNwlMbw .modal-body {
    padding: 1rem;
  }
}
.cid-usumNwlMbw .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-usumNwlMbw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNwlMbw .modal-footer {
    padding: 1rem;
  }
}
.cid-usumNwlMbw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usumNwlMbw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usumNwlMbw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usumNwlMbw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usumNwlMbw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usumNwlMbw .modal-lg,
  .cid-usumNwlMbw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usumNwlMbw .modal-xl {
    max-width: 1140px;
  }
}
.cid-usumNwlMbw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usumNwlMbw .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-usumNwlMbw .form-group {
  margin-bottom: 1rem;
}
.cid-usumNwlMbw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usumNwlMbw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usumNwlMbw .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-usumNwlMbw .mbr-section-btn {
  margin: 0;
}
.cid-usumNwlMbw .mbr-section-btn .btn {
  margin: 0;
}
.cid-usumNwWzqK.popup-builder {
  background-color: #ffffff;
}
.cid-usumNwWzqK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usumNwWzqK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usumNwWzqK .modal-content,
.cid-usumNwWzqK .modal-dialog {
  height: auto;
}
.cid-usumNwWzqK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usumNwWzqK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usumNwWzqK .form-wrapper .mbr-form .form-group,
  .cid-usumNwWzqK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usumNwWzqK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usumNwWzqK .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-usumNwWzqK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usumNwWzqK .pt-0 {
  padding-top: 0 !important;
}
.cid-usumNwWzqK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usumNwWzqK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usumNwWzqK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usumNwWzqK .modal-open {
  overflow: hidden;
}
.cid-usumNwWzqK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usumNwWzqK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usumNwWzqK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usumNwWzqK .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-usumNwWzqK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usumNwWzqK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usumNwWzqK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usumNwWzqK .modal-content {
  background: #353535;
  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-usumNwWzqK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usumNwWzqK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usumNwWzqK .modal-backdrop.fade {
  opacity: 0;
}
.cid-usumNwWzqK .modal-backdrop.show {
  opacity: .5;
}
.cid-usumNwWzqK .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-usumNwWzqK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNwWzqK .modal-header {
    padding: 1rem;
  }
}
.cid-usumNwWzqK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usumNwWzqK .modal-header .close svg {
  fill: #ffffff;
}
.cid-usumNwWzqK .modal-header .close:hover {
  opacity: 1;
}
.cid-usumNwWzqK .modal-header .close:focus {
  outline: none;
}
.cid-usumNwWzqK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usumNwWzqK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usumNwWzqK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNwWzqK .modal-body {
    padding: 1rem;
  }
}
.cid-usumNwWzqK .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-usumNwWzqK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNwWzqK .modal-footer {
    padding: 1rem;
  }
}
.cid-usumNwWzqK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usumNwWzqK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usumNwWzqK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usumNwWzqK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usumNwWzqK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usumNwWzqK .modal-lg,
  .cid-usumNwWzqK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usumNwWzqK .modal-xl {
    max-width: 1140px;
  }
}
.cid-usumNwWzqK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usumNwWzqK .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-usumNwWzqK .form-group {
  margin-bottom: 1rem;
}
.cid-usumNwWzqK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usumNwWzqK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usumNwWzqK .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-usumNwWzqK .mbr-section-btn {
  margin: 0;
}
.cid-usumNwWzqK .mbr-section-btn .btn {
  margin: 0;
}
.cid-usumNxsLGr.popup-builder {
  background-color: #ffffff;
}
.cid-usumNxsLGr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usumNxsLGr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usumNxsLGr .modal-content,
.cid-usumNxsLGr .modal-dialog {
  height: auto;
}
.cid-usumNxsLGr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usumNxsLGr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usumNxsLGr .form-wrapper .mbr-form .form-group,
  .cid-usumNxsLGr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usumNxsLGr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usumNxsLGr .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-usumNxsLGr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usumNxsLGr .pt-0 {
  padding-top: 0 !important;
}
.cid-usumNxsLGr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usumNxsLGr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usumNxsLGr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usumNxsLGr .modal-open {
  overflow: hidden;
}
.cid-usumNxsLGr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usumNxsLGr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usumNxsLGr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usumNxsLGr .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-usumNxsLGr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usumNxsLGr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usumNxsLGr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usumNxsLGr .modal-content {
  background: #353535;
  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-usumNxsLGr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usumNxsLGr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usumNxsLGr .modal-backdrop.fade {
  opacity: 0;
}
.cid-usumNxsLGr .modal-backdrop.show {
  opacity: .5;
}
.cid-usumNxsLGr .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-usumNxsLGr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNxsLGr .modal-header {
    padding: 1rem;
  }
}
.cid-usumNxsLGr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usumNxsLGr .modal-header .close svg {
  fill: #ffffff;
}
.cid-usumNxsLGr .modal-header .close:hover {
  opacity: 1;
}
.cid-usumNxsLGr .modal-header .close:focus {
  outline: none;
}
.cid-usumNxsLGr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usumNxsLGr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usumNxsLGr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNxsLGr .modal-body {
    padding: 1rem;
  }
}
.cid-usumNxsLGr .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-usumNxsLGr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNxsLGr .modal-footer {
    padding: 1rem;
  }
}
.cid-usumNxsLGr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usumNxsLGr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usumNxsLGr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usumNxsLGr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usumNxsLGr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usumNxsLGr .modal-lg,
  .cid-usumNxsLGr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usumNxsLGr .modal-xl {
    max-width: 1140px;
  }
}
.cid-usumNxsLGr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usumNxsLGr .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-usumNxsLGr .form-group {
  margin-bottom: 1rem;
}
.cid-usumNxsLGr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usumNxsLGr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usumNxsLGr .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-usumNxsLGr .mbr-section-btn {
  margin: 0;
}
.cid-usumNxsLGr .mbr-section-btn .btn {
  margin: 0;
}
.cid-usumNy0ehK.popup-builder {
  background-color: #ffffff;
}
.cid-usumNy0ehK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usumNy0ehK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usumNy0ehK .modal-content,
.cid-usumNy0ehK .modal-dialog {
  height: auto;
}
.cid-usumNy0ehK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usumNy0ehK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usumNy0ehK .form-wrapper .mbr-form .form-group,
  .cid-usumNy0ehK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usumNy0ehK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usumNy0ehK .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-usumNy0ehK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usumNy0ehK .pt-0 {
  padding-top: 0 !important;
}
.cid-usumNy0ehK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usumNy0ehK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usumNy0ehK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usumNy0ehK .modal-open {
  overflow: hidden;
}
.cid-usumNy0ehK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usumNy0ehK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usumNy0ehK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usumNy0ehK .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-usumNy0ehK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usumNy0ehK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usumNy0ehK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usumNy0ehK .modal-content {
  background: #353535;
  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-usumNy0ehK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usumNy0ehK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usumNy0ehK .modal-backdrop.fade {
  opacity: 0;
}
.cid-usumNy0ehK .modal-backdrop.show {
  opacity: .5;
}
.cid-usumNy0ehK .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-usumNy0ehK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNy0ehK .modal-header {
    padding: 1rem;
  }
}
.cid-usumNy0ehK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usumNy0ehK .modal-header .close svg {
  fill: #ffffff;
}
.cid-usumNy0ehK .modal-header .close:hover {
  opacity: 1;
}
.cid-usumNy0ehK .modal-header .close:focus {
  outline: none;
}
.cid-usumNy0ehK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usumNy0ehK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usumNy0ehK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNy0ehK .modal-body {
    padding: 1rem;
  }
}
.cid-usumNy0ehK .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-usumNy0ehK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNy0ehK .modal-footer {
    padding: 1rem;
  }
}
.cid-usumNy0ehK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usumNy0ehK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usumNy0ehK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usumNy0ehK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usumNy0ehK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usumNy0ehK .modal-lg,
  .cid-usumNy0ehK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usumNy0ehK .modal-xl {
    max-width: 1140px;
  }
}
.cid-usumNy0ehK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usumNy0ehK .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-usumNy0ehK .form-group {
  margin-bottom: 1rem;
}
.cid-usumNy0ehK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usumNy0ehK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usumNy0ehK .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-usumNy0ehK .mbr-section-btn {
  margin: 0;
}
.cid-usumNy0ehK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-usumNz0HHy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-usumNz0HHy .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-usumNz0HHy .bg-facebook:hover {
  background: #0b60cb;
}
.cid-usumNz0HHy .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-usumNz0HHy .bg-youtube:hover {
  background: #cc0000;
}
.cid-usumNz0HHy .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-usumNz0HHy .bg-twitch:hover {
  background: #7313ff;
}
.cid-usumNz0HHy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-usumNz0HHy [class^="socicon-"]:before,
.cid-usumNz0HHy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-usumNz0HHy .mbr-section-title,
.cid-usumNz0HHy .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-usumNzApbh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-usumNzApbh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-usumNzApbh .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-usumNzApbh .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-usumNzApbh .form-control:focus,
.cid-usumNzApbh .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-usumNzApbh .form-group {
  margin-bottom: 1rem;
}
.cid-usumNzApbh input::-webkit-input-placeholder,
.cid-usumNzApbh textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-usumNzApbh input:-moz-placeholder,
.cid-usumNzApbh textarea:-moz-placeholder {
  color: #656565;
}
.cid-usumNzApbh .jq-selectbox li,
.cid-usumNzApbh .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-usumNzApbh .jq-selectbox li:hover,
.cid-usumNzApbh .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-usumNzApbh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-usumNzApbh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-usumNzApbh textarea.form-control {
  resize: none;
}
.cid-usumNzApbh .input-group-btn {
  display: inline-block;
}
.cid-usumNzApbh .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-usumNzApbh .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-usumNzApbh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-usumNzApbh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-usumNzApbh .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-usumNzApbh .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-usumNzApbh .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-usumNzApbh .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-usumNzApbh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-usumNzApbh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-usumNzApbh .form-control,
.cid-usumNzApbh .input-group-btn .btn {
  border-radius: 3px;
}
.cid-usumNzApbh #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-usumNzApbh #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-usumNzApbh #creativecommons img,
.cid-usumNzApbh iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-usumNzApbh .offset-md-1 {
  margin-left: 1vw;
}
.cid-usumNAHPFz.popup-builder {
  background-color: #ffffff;
}
.cid-usumNAHPFz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usumNAHPFz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usumNAHPFz .modal-content,
.cid-usumNAHPFz .modal-dialog {
  height: auto;
}
.cid-usumNAHPFz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usumNAHPFz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usumNAHPFz .form-wrapper .mbr-form .form-group,
  .cid-usumNAHPFz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usumNAHPFz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usumNAHPFz .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-usumNAHPFz .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usumNAHPFz .pt-0 {
  padding-top: 0 !important;
}
.cid-usumNAHPFz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usumNAHPFz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usumNAHPFz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usumNAHPFz .modal-open {
  overflow: hidden;
}
.cid-usumNAHPFz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usumNAHPFz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usumNAHPFz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usumNAHPFz .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-usumNAHPFz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usumNAHPFz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usumNAHPFz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usumNAHPFz .modal-content {
  background: #353535;
  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-usumNAHPFz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usumNAHPFz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usumNAHPFz .modal-backdrop.fade {
  opacity: 0;
}
.cid-usumNAHPFz .modal-backdrop.show {
  opacity: .5;
}
.cid-usumNAHPFz .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-usumNAHPFz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNAHPFz .modal-header {
    padding: 1rem;
  }
}
.cid-usumNAHPFz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usumNAHPFz .modal-header .close svg {
  fill: #ffffff;
}
.cid-usumNAHPFz .modal-header .close:hover {
  opacity: 1;
}
.cid-usumNAHPFz .modal-header .close:focus {
  outline: none;
}
.cid-usumNAHPFz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usumNAHPFz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usumNAHPFz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNAHPFz .modal-body {
    padding: 1rem;
  }
}
.cid-usumNAHPFz .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-usumNAHPFz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usumNAHPFz .modal-footer {
    padding: 1rem;
  }
}
.cid-usumNAHPFz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usumNAHPFz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usumNAHPFz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usumNAHPFz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usumNAHPFz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usumNAHPFz .modal-lg,
  .cid-usumNAHPFz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usumNAHPFz .modal-xl {
    max-width: 1140px;
  }
}
.cid-usumNAHPFz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usumNAHPFz .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-usumNAHPFz .form-group {
  margin-bottom: 1rem;
}
.cid-usumNAHPFz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usumNAHPFz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usumNAHPFz .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-usumNAHPFz .mbr-section-btn {
  margin: 0;
}
.cid-usumNAHPFz .mbr-section-btn .btn {
  margin: 0;
}
.cid-usunmG4PH7.popup-builder {
  background-color: #ffffff;
}
.cid-usunmG4PH7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usunmG4PH7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usunmG4PH7 .modal-content,
.cid-usunmG4PH7 .modal-dialog {
  height: auto;
}
.cid-usunmG4PH7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usunmG4PH7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usunmG4PH7 .form-wrapper .mbr-form .form-group,
  .cid-usunmG4PH7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usunmG4PH7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usunmG4PH7 .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-usunmG4PH7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usunmG4PH7 .pt-0 {
  padding-top: 0 !important;
}
.cid-usunmG4PH7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usunmG4PH7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usunmG4PH7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usunmG4PH7 .modal-open {
  overflow: hidden;
}
.cid-usunmG4PH7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usunmG4PH7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usunmG4PH7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usunmG4PH7 .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-usunmG4PH7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usunmG4PH7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usunmG4PH7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usunmG4PH7 .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-usunmG4PH7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usunmG4PH7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usunmG4PH7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-usunmG4PH7 .modal-backdrop.show {
  opacity: .5;
}
.cid-usunmG4PH7 .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-usunmG4PH7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usunmG4PH7 .modal-header {
    padding: 1rem;
  }
}
.cid-usunmG4PH7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usunmG4PH7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-usunmG4PH7 .modal-header .close:hover {
  opacity: 1;
}
.cid-usunmG4PH7 .modal-header .close:focus {
  outline: none;
}
.cid-usunmG4PH7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usunmG4PH7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usunmG4PH7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usunmG4PH7 .modal-body {
    padding: 1rem;
  }
}
.cid-usunmG4PH7 .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-usunmG4PH7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usunmG4PH7 .modal-footer {
    padding: 1rem;
  }
}
.cid-usunmG4PH7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usunmG4PH7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usunmG4PH7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usunmG4PH7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usunmG4PH7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usunmG4PH7 .modal-lg,
  .cid-usunmG4PH7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usunmG4PH7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-usunmG4PH7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usunmG4PH7 .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-usunmG4PH7 .form-group {
  margin-bottom: 1rem;
}
.cid-usunmG4PH7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usunmG4PH7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usunmG4PH7 .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-usunmG4PH7 .mbr-section-btn {
  margin: 0;
}
.cid-usunmG4PH7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-usunnmGTkE.popup-builder {
  background-color: #ffffff;
}
.cid-usunnmGTkE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-usunnmGTkE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-usunnmGTkE .modal-content,
.cid-usunnmGTkE .modal-dialog {
  height: auto;
}
.cid-usunnmGTkE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-usunnmGTkE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-usunnmGTkE .form-wrapper .mbr-form .form-group,
  .cid-usunnmGTkE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-usunnmGTkE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-usunnmGTkE .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-usunnmGTkE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-usunnmGTkE .pt-0 {
  padding-top: 0 !important;
}
.cid-usunnmGTkE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-usunnmGTkE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-usunnmGTkE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-usunnmGTkE .modal-open {
  overflow: hidden;
}
.cid-usunnmGTkE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-usunnmGTkE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-usunnmGTkE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-usunnmGTkE .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-usunnmGTkE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-usunnmGTkE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-usunnmGTkE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-usunnmGTkE .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-usunnmGTkE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-usunnmGTkE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-usunnmGTkE .modal-backdrop.fade {
  opacity: 0;
}
.cid-usunnmGTkE .modal-backdrop.show {
  opacity: .5;
}
.cid-usunnmGTkE .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-usunnmGTkE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-usunnmGTkE .modal-header {
    padding: 1rem;
  }
}
.cid-usunnmGTkE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-usunnmGTkE .modal-header .close svg {
  fill: #ffffff;
}
.cid-usunnmGTkE .modal-header .close:hover {
  opacity: 1;
}
.cid-usunnmGTkE .modal-header .close:focus {
  outline: none;
}
.cid-usunnmGTkE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-usunnmGTkE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-usunnmGTkE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usunnmGTkE .modal-body {
    padding: 1rem;
  }
}
.cid-usunnmGTkE .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-usunnmGTkE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usunnmGTkE .modal-footer {
    padding: 1rem;
  }
}
.cid-usunnmGTkE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-usunnmGTkE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-usunnmGTkE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-usunnmGTkE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-usunnmGTkE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-usunnmGTkE .modal-lg,
  .cid-usunnmGTkE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-usunnmGTkE .modal-xl {
    max-width: 1140px;
  }
}
.cid-usunnmGTkE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-usunnmGTkE .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-usunnmGTkE .form-group {
  margin-bottom: 1rem;
}
.cid-usunnmGTkE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-usunnmGTkE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-usunnmGTkE .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-usunnmGTkE .mbr-section-btn {
  margin: 0;
}
.cid-usunnmGTkE .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut997UjyLx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ut997UjyLx nav.navbar {
  position: fixed;
}
.cid-ut997UjyLx .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-ut997UjyLx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ut997UjyLx .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-ut997UjyLx #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-ut997UjyLx .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-ut997UjyLx .dropdown-item:hover,
.cid-ut997UjyLx .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-ut997UjyLx .dropdown-item:hover span {
  color: white;
}
.cid-ut997UjyLx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ut997UjyLx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ut997UjyLx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-ut997UjyLx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ut997UjyLx .nav-link {
  position: relative;
}
.cid-ut997UjyLx .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-ut997UjyLx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-ut997UjyLx .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-ut997UjyLx .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-ut997UjyLx .dropdown-menu,
.cid-ut997UjyLx .navbar.opened {
  background: #353535 !important;
}
.cid-ut997UjyLx .nav-item:focus,
.cid-ut997UjyLx .nav-link:focus {
  outline: none;
}
.cid-ut997UjyLx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ut997UjyLx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ut997UjyLx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ut997UjyLx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ut997UjyLx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ut997UjyLx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ut997UjyLx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-ut997UjyLx .navbar.opened {
  transition: all 0.3s;
}
.cid-ut997UjyLx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ut997UjyLx .navbar .navbar-logo img {
  width: auto;
}
.cid-ut997UjyLx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ut997UjyLx .navbar.collapsed {
  justify-content: center;
}
.cid-ut997UjyLx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ut997UjyLx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ut997UjyLx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ut997UjyLx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ut997UjyLx .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-ut997UjyLx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ut997UjyLx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ut997UjyLx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ut997UjyLx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ut997UjyLx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ut997UjyLx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ut997UjyLx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ut997UjyLx .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-ut997UjyLx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ut997UjyLx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ut997UjyLx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ut997UjyLx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ut997UjyLx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ut997UjyLx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-ut997UjyLx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ut997UjyLx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ut997UjyLx .dropdown-item.active,
.cid-ut997UjyLx .dropdown-item:active {
  background-color: transparent;
}
.cid-ut997UjyLx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ut997UjyLx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ut997UjyLx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ut997UjyLx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ut997UjyLx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ut997UjyLx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ut997UjyLx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ut997UjyLx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ut997UjyLx button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ut997UjyLx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-ut997UjyLx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ut997UjyLx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut997UjyLx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ut997UjyLx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ut997UjyLx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut997UjyLx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ut997UjyLx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ut997UjyLx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ut997UjyLx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ut997UjyLx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ut997UjyLx .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-ut997UjyLx .navbar {
    height: 70px;
  }
  .cid-ut997UjyLx .navbar.opened {
    height: auto;
  }
  .cid-ut997UjyLx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ut997UjyLx .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-ut997UjyLx .navbar-toggler {
  margin-left: 10px;
}
.cid-ut997UjyLx .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-ut997UjyLx .navbar-logo {
  margin-right: 0 !important;
}
.cid-ut997UjyLx .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-ut997UjyLx .mbr-text {
    display: none;
  }
}
.cid-ut997UjyLx .navbar-collapse {
  padding-top: 40px !important;
}
.cid-ut997UjyLx .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-ut997UjyLx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-ut997UjyLx .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-ut997UjyLx #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-ut997UjyLx #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-ut997UjyLx #vol {
    display: none;
  }
}
.cid-ut997UjyLx .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-ut997Vo9Wi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ut997Vo9Wi .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-ut997Vo9Wi .mbr-section-subtitle {
  text-align: center;
}
.cid-ut997Vo9Wi .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ut997Vo9Wi .display-1 {
    font-size: 75px;
  }
  .cid-ut997Vo9Wi .display-5 {
    font-size: 29px;
  }
  .cid-ut997Vo9Wi .display-4 {
    font-weight: 300;
  }
}
#custom-html-2hn {
  /* Type valid CSS here */
}
#custom-html-2hn div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2hn .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-ut997WpRXg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ut997WpRXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut997WpRXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut997WpRXg .container,
.cid-ut997WpRXg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ut997WpRXg .container,
  .cid-ut997WpRXg .container-fluid {
    padding: 0 20px;
  }
}
.cid-ut997WpRXg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ut997WpRXg .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ut997WpRXg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ut997WpRXg .mbr-section-title {
  color: #4479d9;
}
.cid-ut997WpRXg .mbr-section-subtitle {
  color: #f9a600;
}
.cid-ut997WMXJC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ut997WMXJC .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2hq {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2hq *,
#custom-html-2hq *::before,
#custom-html-2hq *::after {
  box-sizing: border-box;
}
#custom-html-2hq body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2hq #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2hq .container {
  background-color: #232323;
}
#custom-html-2hq .titre {
  padding: 1em;
}
#custom-html-2hq H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2hq h6 {
  color: white;
}
.cid-ut997Xjlem {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ut997Xjlem .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut997Xjlem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ut997Xjlem .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ut997Xjlem .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ut997Xjlem .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ut997Xjlem .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ut997Xjlem .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ut997Xjlem .mbr-text,
.cid-ut997Xjlem .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ut997Xjlem .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-ut997XH7wF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ut997XH7wF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut997XH7wF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ut997XH7wF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ut997XH7wF .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-ut997XH7wF .image-wrapper {
    padding: 1rem;
  }
}
.cid-ut997XH7wF .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-ut997XH7wF .mbr-text,
.cid-ut997XH7wF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ut997XH7wF .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-ut997YbEvX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ut997YbEvX .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-ut997YbEvX .mbr-text,
.cid-ut997YbEvX .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-ut997YFhpH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ut997YFhpH .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-ut997YFhpH .row {
    padding: 20px 34px;
  }
}
.cid-ut997YFhpH .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-ut997Z461T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ut997Z461T .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-ut997Z461T .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-ut997Z461T .card:hover {
  margin-top: -0.6rem;
}
.cid-ut997Z461T .card-wrapper {
  position: relative;
}
.cid-ut997Z461T .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-ut997Z461T .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-ut997Z461T .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-ut997Z461T .big {
  margin-top: -25%;
}
.cid-ut997Z461T .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ut997Z461T .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-ut997Z461T .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-ut997Z461T .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-ut997ZBcTU.popup-builder {
  background-color: #ffffff;
}
.cid-ut997ZBcTU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut997ZBcTU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut997ZBcTU .modal-content,
.cid-ut997ZBcTU .modal-dialog {
  height: auto;
}
.cid-ut997ZBcTU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut997ZBcTU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut997ZBcTU .form-wrapper .mbr-form .form-group,
  .cid-ut997ZBcTU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut997ZBcTU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut997ZBcTU .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-ut997ZBcTU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut997ZBcTU .pt-0 {
  padding-top: 0 !important;
}
.cid-ut997ZBcTU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut997ZBcTU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut997ZBcTU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut997ZBcTU .modal-open {
  overflow: hidden;
}
.cid-ut997ZBcTU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut997ZBcTU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut997ZBcTU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut997ZBcTU .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-ut997ZBcTU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut997ZBcTU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut997ZBcTU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut997ZBcTU .modal-content {
  background: #353535;
  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-ut997ZBcTU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut997ZBcTU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut997ZBcTU .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut997ZBcTU .modal-backdrop.show {
  opacity: .5;
}
.cid-ut997ZBcTU .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-ut997ZBcTU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut997ZBcTU .modal-header {
    padding: 1rem;
  }
}
.cid-ut997ZBcTU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut997ZBcTU .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut997ZBcTU .modal-header .close:hover {
  opacity: 1;
}
.cid-ut997ZBcTU .modal-header .close:focus {
  outline: none;
}
.cid-ut997ZBcTU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut997ZBcTU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut997ZBcTU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut997ZBcTU .modal-body {
    padding: 1rem;
  }
}
.cid-ut997ZBcTU .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-ut997ZBcTU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut997ZBcTU .modal-footer {
    padding: 1rem;
  }
}
.cid-ut997ZBcTU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut997ZBcTU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut997ZBcTU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut997ZBcTU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut997ZBcTU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut997ZBcTU .modal-lg,
  .cid-ut997ZBcTU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut997ZBcTU .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut997ZBcTU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut997ZBcTU .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-ut997ZBcTU .form-group {
  margin-bottom: 1rem;
}
.cid-ut997ZBcTU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut997ZBcTU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut997ZBcTU .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-ut997ZBcTU .mbr-section-btn {
  margin: 0;
}
.cid-ut997ZBcTU .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut997ZBcTU #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ut997ZBcTU #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ut997ZBcTU #creativecommons img,
.cid-ut997ZBcTU iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ut9980k7uA.popup-builder {
  background-color: #ffffff;
}
.cid-ut9980k7uA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut9980k7uA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut9980k7uA .modal-content,
.cid-ut9980k7uA .modal-dialog {
  height: auto;
}
.cid-ut9980k7uA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut9980k7uA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut9980k7uA .form-wrapper .mbr-form .form-group,
  .cid-ut9980k7uA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut9980k7uA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut9980k7uA .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-ut9980k7uA .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut9980k7uA .pt-0 {
  padding-top: 0 !important;
}
.cid-ut9980k7uA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut9980k7uA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut9980k7uA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut9980k7uA .modal-open {
  overflow: hidden;
}
.cid-ut9980k7uA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut9980k7uA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut9980k7uA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut9980k7uA .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-ut9980k7uA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut9980k7uA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut9980k7uA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut9980k7uA .modal-content {
  background: #353535;
  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-ut9980k7uA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut9980k7uA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut9980k7uA .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut9980k7uA .modal-backdrop.show {
  opacity: .5;
}
.cid-ut9980k7uA .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-ut9980k7uA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9980k7uA .modal-header {
    padding: 1rem;
  }
}
.cid-ut9980k7uA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut9980k7uA .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut9980k7uA .modal-header .close:hover {
  opacity: 1;
}
.cid-ut9980k7uA .modal-header .close:focus {
  outline: none;
}
.cid-ut9980k7uA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut9980k7uA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut9980k7uA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9980k7uA .modal-body {
    padding: 1rem;
  }
}
.cid-ut9980k7uA .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-ut9980k7uA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9980k7uA .modal-footer {
    padding: 1rem;
  }
}
.cid-ut9980k7uA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut9980k7uA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut9980k7uA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut9980k7uA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut9980k7uA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut9980k7uA .modal-lg,
  .cid-ut9980k7uA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut9980k7uA .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut9980k7uA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut9980k7uA .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-ut9980k7uA .form-group {
  margin-bottom: 1rem;
}
.cid-ut9980k7uA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut9980k7uA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut9980k7uA .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-ut9980k7uA .mbr-section-btn {
  margin: 0;
}
.cid-ut9980k7uA .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut9980Ug68.popup-builder {
  background-color: #ffffff;
}
.cid-ut9980Ug68.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut9980Ug68.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut9980Ug68 .modal-content,
.cid-ut9980Ug68 .modal-dialog {
  height: auto;
}
.cid-ut9980Ug68 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut9980Ug68 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut9980Ug68 .form-wrapper .mbr-form .form-group,
  .cid-ut9980Ug68 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut9980Ug68 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut9980Ug68 .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-ut9980Ug68 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut9980Ug68 .pt-0 {
  padding-top: 0 !important;
}
.cid-ut9980Ug68 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut9980Ug68 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut9980Ug68 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut9980Ug68 .modal-open {
  overflow: hidden;
}
.cid-ut9980Ug68 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut9980Ug68 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut9980Ug68 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut9980Ug68 .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-ut9980Ug68 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut9980Ug68 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut9980Ug68 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut9980Ug68 .modal-content {
  background: #353535;
  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-ut9980Ug68 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut9980Ug68 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut9980Ug68 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut9980Ug68 .modal-backdrop.show {
  opacity: .5;
}
.cid-ut9980Ug68 .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-ut9980Ug68 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9980Ug68 .modal-header {
    padding: 1rem;
  }
}
.cid-ut9980Ug68 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut9980Ug68 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut9980Ug68 .modal-header .close:hover {
  opacity: 1;
}
.cid-ut9980Ug68 .modal-header .close:focus {
  outline: none;
}
.cid-ut9980Ug68 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut9980Ug68 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut9980Ug68 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9980Ug68 .modal-body {
    padding: 1rem;
  }
}
.cid-ut9980Ug68 .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-ut9980Ug68 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9980Ug68 .modal-footer {
    padding: 1rem;
  }
}
.cid-ut9980Ug68 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut9980Ug68 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut9980Ug68 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut9980Ug68 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut9980Ug68 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut9980Ug68 .modal-lg,
  .cid-ut9980Ug68 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut9980Ug68 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut9980Ug68 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut9980Ug68 .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-ut9980Ug68 .form-group {
  margin-bottom: 1rem;
}
.cid-ut9980Ug68 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut9980Ug68 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut9980Ug68 .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-ut9980Ug68 .mbr-section-btn {
  margin: 0;
}
.cid-ut9980Ug68 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut9981x6MY.popup-builder {
  background-color: #ffffff;
}
.cid-ut9981x6MY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut9981x6MY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut9981x6MY .modal-content,
.cid-ut9981x6MY .modal-dialog {
  height: auto;
}
.cid-ut9981x6MY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut9981x6MY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut9981x6MY .form-wrapper .mbr-form .form-group,
  .cid-ut9981x6MY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut9981x6MY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut9981x6MY .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-ut9981x6MY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut9981x6MY .pt-0 {
  padding-top: 0 !important;
}
.cid-ut9981x6MY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut9981x6MY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut9981x6MY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut9981x6MY .modal-open {
  overflow: hidden;
}
.cid-ut9981x6MY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut9981x6MY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut9981x6MY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut9981x6MY .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-ut9981x6MY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut9981x6MY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut9981x6MY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut9981x6MY .modal-content {
  background: #353535;
  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-ut9981x6MY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut9981x6MY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut9981x6MY .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut9981x6MY .modal-backdrop.show {
  opacity: .5;
}
.cid-ut9981x6MY .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-ut9981x6MY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9981x6MY .modal-header {
    padding: 1rem;
  }
}
.cid-ut9981x6MY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut9981x6MY .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut9981x6MY .modal-header .close:hover {
  opacity: 1;
}
.cid-ut9981x6MY .modal-header .close:focus {
  outline: none;
}
.cid-ut9981x6MY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut9981x6MY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut9981x6MY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9981x6MY .modal-body {
    padding: 1rem;
  }
}
.cid-ut9981x6MY .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-ut9981x6MY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9981x6MY .modal-footer {
    padding: 1rem;
  }
}
.cid-ut9981x6MY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut9981x6MY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut9981x6MY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut9981x6MY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut9981x6MY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut9981x6MY .modal-lg,
  .cid-ut9981x6MY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut9981x6MY .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut9981x6MY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut9981x6MY .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-ut9981x6MY .form-group {
  margin-bottom: 1rem;
}
.cid-ut9981x6MY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut9981x6MY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut9981x6MY .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-ut9981x6MY .mbr-section-btn {
  margin: 0;
}
.cid-ut9981x6MY .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut99826Ney.popup-builder {
  background-color: #ffffff;
}
.cid-ut99826Ney.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut99826Ney.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut99826Ney .modal-content,
.cid-ut99826Ney .modal-dialog {
  height: auto;
}
.cid-ut99826Ney .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut99826Ney .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut99826Ney .form-wrapper .mbr-form .form-group,
  .cid-ut99826Ney .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut99826Ney .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut99826Ney .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-ut99826Ney .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut99826Ney .pt-0 {
  padding-top: 0 !important;
}
.cid-ut99826Ney .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut99826Ney .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut99826Ney .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut99826Ney .modal-open {
  overflow: hidden;
}
.cid-ut99826Ney .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut99826Ney .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut99826Ney .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut99826Ney .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-ut99826Ney .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut99826Ney .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut99826Ney .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut99826Ney .modal-content {
  background: #353535;
  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-ut99826Ney .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut99826Ney .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut99826Ney .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut99826Ney .modal-backdrop.show {
  opacity: .5;
}
.cid-ut99826Ney .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-ut99826Ney .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut99826Ney .modal-header {
    padding: 1rem;
  }
}
.cid-ut99826Ney .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut99826Ney .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut99826Ney .modal-header .close:hover {
  opacity: 1;
}
.cid-ut99826Ney .modal-header .close:focus {
  outline: none;
}
.cid-ut99826Ney .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut99826Ney .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut99826Ney .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut99826Ney .modal-body {
    padding: 1rem;
  }
}
.cid-ut99826Ney .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-ut99826Ney .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut99826Ney .modal-footer {
    padding: 1rem;
  }
}
.cid-ut99826Ney .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut99826Ney .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut99826Ney .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut99826Ney .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut99826Ney .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut99826Ney .modal-lg,
  .cid-ut99826Ney .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut99826Ney .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut99826Ney .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut99826Ney .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-ut99826Ney .form-group {
  margin-bottom: 1rem;
}
.cid-ut99826Ney .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut99826Ney .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut99826Ney .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-ut99826Ney .mbr-section-btn {
  margin: 0;
}
.cid-ut99826Ney .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut9982NovV.popup-builder {
  background-color: #ffffff;
}
.cid-ut9982NovV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut9982NovV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut9982NovV .modal-content,
.cid-ut9982NovV .modal-dialog {
  height: auto;
}
.cid-ut9982NovV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut9982NovV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut9982NovV .form-wrapper .mbr-form .form-group,
  .cid-ut9982NovV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut9982NovV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut9982NovV .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-ut9982NovV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut9982NovV .pt-0 {
  padding-top: 0 !important;
}
.cid-ut9982NovV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut9982NovV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut9982NovV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut9982NovV .modal-open {
  overflow: hidden;
}
.cid-ut9982NovV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut9982NovV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut9982NovV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut9982NovV .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-ut9982NovV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut9982NovV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut9982NovV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut9982NovV .modal-content {
  background: #353535;
  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-ut9982NovV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut9982NovV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut9982NovV .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut9982NovV .modal-backdrop.show {
  opacity: .5;
}
.cid-ut9982NovV .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-ut9982NovV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9982NovV .modal-header {
    padding: 1rem;
  }
}
.cid-ut9982NovV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut9982NovV .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut9982NovV .modal-header .close:hover {
  opacity: 1;
}
.cid-ut9982NovV .modal-header .close:focus {
  outline: none;
}
.cid-ut9982NovV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut9982NovV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut9982NovV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9982NovV .modal-body {
    padding: 1rem;
  }
}
.cid-ut9982NovV .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-ut9982NovV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9982NovV .modal-footer {
    padding: 1rem;
  }
}
.cid-ut9982NovV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut9982NovV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut9982NovV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut9982NovV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut9982NovV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut9982NovV .modal-lg,
  .cid-ut9982NovV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut9982NovV .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut9982NovV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut9982NovV .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-ut9982NovV .form-group {
  margin-bottom: 1rem;
}
.cid-ut9982NovV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut9982NovV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut9982NovV .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-ut9982NovV .mbr-section-btn {
  margin: 0;
}
.cid-ut9982NovV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-ut9983IPLl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ut9983IPLl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ut9983IPLl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ut9983IPLl .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ut9983IPLl .bg-youtube:hover {
  background: #cc0000;
}
.cid-ut9983IPLl .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-ut9983IPLl .bg-twitch:hover {
  background: #7313ff;
}
.cid-ut9983IPLl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ut9983IPLl [class^="socicon-"]:before,
.cid-ut9983IPLl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ut9983IPLl .mbr-section-title,
.cid-ut9983IPLl .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-ut9984jE3e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ut9984jE3e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ut9984jE3e .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-ut9984jE3e .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-ut9984jE3e .form-control:focus,
.cid-ut9984jE3e .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ut9984jE3e .form-group {
  margin-bottom: 1rem;
}
.cid-ut9984jE3e input::-webkit-input-placeholder,
.cid-ut9984jE3e textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ut9984jE3e input:-moz-placeholder,
.cid-ut9984jE3e textarea:-moz-placeholder {
  color: #656565;
}
.cid-ut9984jE3e .jq-selectbox li,
.cid-ut9984jE3e .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ut9984jE3e .jq-selectbox li:hover,
.cid-ut9984jE3e .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ut9984jE3e .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ut9984jE3e .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ut9984jE3e textarea.form-control {
  resize: none;
}
.cid-ut9984jE3e .input-group-btn {
  display: inline-block;
}
.cid-ut9984jE3e .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-ut9984jE3e .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ut9984jE3e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ut9984jE3e .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ut9984jE3e .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ut9984jE3e .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ut9984jE3e .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ut9984jE3e .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-ut9984jE3e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ut9984jE3e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ut9984jE3e .form-control,
.cid-ut9984jE3e .input-group-btn .btn {
  border-radius: 3px;
}
.cid-ut9984jE3e #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-ut9984jE3e #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-ut9984jE3e #creativecommons img,
.cid-ut9984jE3e iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-ut9984jE3e .offset-md-1 {
  margin-left: 1vw;
}
.cid-ut9985F3MG.popup-builder {
  background-color: #ffffff;
}
.cid-ut9985F3MG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut9985F3MG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut9985F3MG .modal-content,
.cid-ut9985F3MG .modal-dialog {
  height: auto;
}
.cid-ut9985F3MG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut9985F3MG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut9985F3MG .form-wrapper .mbr-form .form-group,
  .cid-ut9985F3MG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut9985F3MG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut9985F3MG .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-ut9985F3MG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut9985F3MG .pt-0 {
  padding-top: 0 !important;
}
.cid-ut9985F3MG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut9985F3MG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut9985F3MG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut9985F3MG .modal-open {
  overflow: hidden;
}
.cid-ut9985F3MG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut9985F3MG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut9985F3MG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut9985F3MG .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-ut9985F3MG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut9985F3MG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut9985F3MG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut9985F3MG .modal-content {
  background: #353535;
  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-ut9985F3MG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut9985F3MG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut9985F3MG .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut9985F3MG .modal-backdrop.show {
  opacity: .5;
}
.cid-ut9985F3MG .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-ut9985F3MG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9985F3MG .modal-header {
    padding: 1rem;
  }
}
.cid-ut9985F3MG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut9985F3MG .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut9985F3MG .modal-header .close:hover {
  opacity: 1;
}
.cid-ut9985F3MG .modal-header .close:focus {
  outline: none;
}
.cid-ut9985F3MG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut9985F3MG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut9985F3MG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9985F3MG .modal-body {
    padding: 1rem;
  }
}
.cid-ut9985F3MG .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-ut9985F3MG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9985F3MG .modal-footer {
    padding: 1rem;
  }
}
.cid-ut9985F3MG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut9985F3MG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut9985F3MG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut9985F3MG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut9985F3MG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut9985F3MG .modal-lg,
  .cid-ut9985F3MG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut9985F3MG .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut9985F3MG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut9985F3MG .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-ut9985F3MG .form-group {
  margin-bottom: 1rem;
}
.cid-ut9985F3MG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut9985F3MG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut9985F3MG .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-ut9985F3MG .mbr-section-btn {
  margin: 0;
}
.cid-ut9985F3MG .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut9a8yFlWW.popup-builder {
  background-color: #ffffff;
}
.cid-ut9a8yFlWW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut9a8yFlWW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut9a8yFlWW .modal-content,
.cid-ut9a8yFlWW .modal-dialog {
  height: auto;
}
.cid-ut9a8yFlWW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut9a8yFlWW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut9a8yFlWW .form-wrapper .mbr-form .form-group,
  .cid-ut9a8yFlWW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut9a8yFlWW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut9a8yFlWW .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-ut9a8yFlWW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut9a8yFlWW .pt-0 {
  padding-top: 0 !important;
}
.cid-ut9a8yFlWW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut9a8yFlWW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut9a8yFlWW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut9a8yFlWW .modal-open {
  overflow: hidden;
}
.cid-ut9a8yFlWW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut9a8yFlWW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut9a8yFlWW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut9a8yFlWW .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-ut9a8yFlWW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut9a8yFlWW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut9a8yFlWW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut9a8yFlWW .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-ut9a8yFlWW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut9a8yFlWW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut9a8yFlWW .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut9a8yFlWW .modal-backdrop.show {
  opacity: .5;
}
.cid-ut9a8yFlWW .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-ut9a8yFlWW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9a8yFlWW .modal-header {
    padding: 1rem;
  }
}
.cid-ut9a8yFlWW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut9a8yFlWW .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut9a8yFlWW .modal-header .close:hover {
  opacity: 1;
}
.cid-ut9a8yFlWW .modal-header .close:focus {
  outline: none;
}
.cid-ut9a8yFlWW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut9a8yFlWW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut9a8yFlWW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9a8yFlWW .modal-body {
    padding: 1rem;
  }
}
.cid-ut9a8yFlWW .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-ut9a8yFlWW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9a8yFlWW .modal-footer {
    padding: 1rem;
  }
}
.cid-ut9a8yFlWW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut9a8yFlWW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut9a8yFlWW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut9a8yFlWW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut9a8yFlWW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut9a8yFlWW .modal-lg,
  .cid-ut9a8yFlWW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut9a8yFlWW .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut9a8yFlWW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut9a8yFlWW .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-ut9a8yFlWW .form-group {
  margin-bottom: 1rem;
}
.cid-ut9a8yFlWW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut9a8yFlWW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut9a8yFlWW .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-ut9a8yFlWW .mbr-section-btn {
  margin: 0;
}
.cid-ut9a8yFlWW .mbr-section-btn .btn {
  margin: 0;
}
.cid-ut9a9kelJ9.popup-builder {
  background-color: #ffffff;
}
.cid-ut9a9kelJ9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ut9a9kelJ9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ut9a9kelJ9 .modal-content,
.cid-ut9a9kelJ9 .modal-dialog {
  height: auto;
}
.cid-ut9a9kelJ9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ut9a9kelJ9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ut9a9kelJ9 .form-wrapper .mbr-form .form-group,
  .cid-ut9a9kelJ9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ut9a9kelJ9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ut9a9kelJ9 .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-ut9a9kelJ9 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ut9a9kelJ9 .pt-0 {
  padding-top: 0 !important;
}
.cid-ut9a9kelJ9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ut9a9kelJ9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ut9a9kelJ9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ut9a9kelJ9 .modal-open {
  overflow: hidden;
}
.cid-ut9a9kelJ9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ut9a9kelJ9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ut9a9kelJ9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ut9a9kelJ9 .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-ut9a9kelJ9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ut9a9kelJ9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ut9a9kelJ9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ut9a9kelJ9 .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-ut9a9kelJ9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ut9a9kelJ9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ut9a9kelJ9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ut9a9kelJ9 .modal-backdrop.show {
  opacity: .5;
}
.cid-ut9a9kelJ9 .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-ut9a9kelJ9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9a9kelJ9 .modal-header {
    padding: 1rem;
  }
}
.cid-ut9a9kelJ9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ut9a9kelJ9 .modal-header .close svg {
  fill: #ffffff;
}
.cid-ut9a9kelJ9 .modal-header .close:hover {
  opacity: 1;
}
.cid-ut9a9kelJ9 .modal-header .close:focus {
  outline: none;
}
.cid-ut9a9kelJ9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-ut9a9kelJ9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ut9a9kelJ9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9a9kelJ9 .modal-body {
    padding: 1rem;
  }
}
.cid-ut9a9kelJ9 .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-ut9a9kelJ9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ut9a9kelJ9 .modal-footer {
    padding: 1rem;
  }
}
.cid-ut9a9kelJ9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ut9a9kelJ9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ut9a9kelJ9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ut9a9kelJ9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ut9a9kelJ9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ut9a9kelJ9 .modal-lg,
  .cid-ut9a9kelJ9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ut9a9kelJ9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ut9a9kelJ9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ut9a9kelJ9 .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-ut9a9kelJ9 .form-group {
  margin-bottom: 1rem;
}
.cid-ut9a9kelJ9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ut9a9kelJ9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ut9a9kelJ9 .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-ut9a9kelJ9 .mbr-section-btn {
  margin: 0;
}
.cid-ut9a9kelJ9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uu6Ktgd37n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uu6Ktgd37n nav.navbar {
  position: fixed;
}
.cid-uu6Ktgd37n .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-uu6Ktgd37n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uu6Ktgd37n .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uu6Ktgd37n #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uu6Ktgd37n .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uu6Ktgd37n .dropdown-item:hover,
.cid-uu6Ktgd37n .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uu6Ktgd37n .dropdown-item:hover span {
  color: white;
}
.cid-uu6Ktgd37n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uu6Ktgd37n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uu6Ktgd37n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uu6Ktgd37n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uu6Ktgd37n .nav-link {
  position: relative;
}
.cid-uu6Ktgd37n .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uu6Ktgd37n .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uu6Ktgd37n .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uu6Ktgd37n .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uu6Ktgd37n .dropdown-menu,
.cid-uu6Ktgd37n .navbar.opened {
  background: #353535 !important;
}
.cid-uu6Ktgd37n .nav-item:focus,
.cid-uu6Ktgd37n .nav-link:focus {
  outline: none;
}
.cid-uu6Ktgd37n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uu6Ktgd37n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uu6Ktgd37n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uu6Ktgd37n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uu6Ktgd37n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uu6Ktgd37n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uu6Ktgd37n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uu6Ktgd37n .navbar.opened {
  transition: all 0.3s;
}
.cid-uu6Ktgd37n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uu6Ktgd37n .navbar .navbar-logo img {
  width: auto;
}
.cid-uu6Ktgd37n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uu6Ktgd37n .navbar.collapsed {
  justify-content: center;
}
.cid-uu6Ktgd37n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uu6Ktgd37n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uu6Ktgd37n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uu6Ktgd37n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uu6Ktgd37n .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-uu6Ktgd37n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uu6Ktgd37n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uu6Ktgd37n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uu6Ktgd37n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uu6Ktgd37n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uu6Ktgd37n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uu6Ktgd37n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uu6Ktgd37n .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-uu6Ktgd37n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uu6Ktgd37n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uu6Ktgd37n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uu6Ktgd37n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uu6Ktgd37n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uu6Ktgd37n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uu6Ktgd37n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uu6Ktgd37n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uu6Ktgd37n .dropdown-item.active,
.cid-uu6Ktgd37n .dropdown-item:active {
  background-color: transparent;
}
.cid-uu6Ktgd37n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uu6Ktgd37n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uu6Ktgd37n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uu6Ktgd37n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uu6Ktgd37n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uu6Ktgd37n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uu6Ktgd37n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uu6Ktgd37n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uu6Ktgd37n button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uu6Ktgd37n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uu6Ktgd37n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uu6Ktgd37n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uu6Ktgd37n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uu6Ktgd37n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uu6Ktgd37n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu6Ktgd37n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uu6Ktgd37n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uu6Ktgd37n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu6Ktgd37n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uu6Ktgd37n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uu6Ktgd37n .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-uu6Ktgd37n .navbar {
    height: 70px;
  }
  .cid-uu6Ktgd37n .navbar.opened {
    height: auto;
  }
  .cid-uu6Ktgd37n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu6Ktgd37n .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uu6Ktgd37n .navbar-toggler {
  margin-left: 10px;
}
.cid-uu6Ktgd37n .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uu6Ktgd37n .navbar-logo {
  margin-right: 0 !important;
}
.cid-uu6Ktgd37n .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uu6Ktgd37n .mbr-text {
    display: none;
  }
}
.cid-uu6Ktgd37n .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uu6Ktgd37n .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uu6Ktgd37n .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uu6Ktgd37n .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uu6Ktgd37n #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uu6Ktgd37n #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uu6Ktgd37n #vol {
    display: none;
  }
}
.cid-uu6Ktgd37n .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uu6KthiYDd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uu6KthiYDd .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uu6KthiYDd .mbr-section-subtitle {
  text-align: center;
}
.cid-uu6KthiYDd .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uu6KthiYDd .display-1 {
    font-size: 75px;
  }
  .cid-uu6KthiYDd .display-5 {
    font-size: 29px;
  }
  .cid-uu6KthiYDd .display-4 {
    font-weight: 300;
  }
}
#custom-html-2if {
  /* Type valid CSS here */
}
#custom-html-2if div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2if .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uu6Ktir0Cu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uu6Ktir0Cu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6Ktir0Cu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu6Ktir0Cu .container,
.cid-uu6Ktir0Cu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uu6Ktir0Cu .container,
  .cid-uu6Ktir0Cu .container-fluid {
    padding: 0 20px;
  }
}
.cid-uu6Ktir0Cu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uu6Ktir0Cu .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uu6Ktir0Cu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uu6Ktir0Cu .mbr-section-title {
  color: #4479d9;
}
.cid-uu6Ktir0Cu .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uu6KtiRdB1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uu6KtiRdB1 .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2ii {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2ii *,
#custom-html-2ii *::before,
#custom-html-2ii *::after {
  box-sizing: border-box;
}
#custom-html-2ii body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2ii #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2ii .container {
  background-color: #232323;
}
#custom-html-2ii .titre {
  padding: 1em;
}
#custom-html-2ii H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2ii h6 {
  color: white;
}
.cid-uu6KtjwlvP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uu6KtjwlvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6KtjwlvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uu6KtjwlvP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uu6KtjwlvP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uu6KtjwlvP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uu6KtjwlvP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uu6KtjwlvP .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uu6KtjwlvP .mbr-text,
.cid-uu6KtjwlvP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uu6KtjwlvP .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uu6KtjWmmi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uu6KtjWmmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6KtjWmmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uu6KtjWmmi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uu6KtjWmmi .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uu6KtjWmmi .image-wrapper {
    padding: 1rem;
  }
}
.cid-uu6KtjWmmi .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uu6KtjWmmi .mbr-text,
.cid-uu6KtjWmmi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uu6KtjWmmi .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uu6Ktkqhpw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uu6Ktkqhpw .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uu6Ktkqhpw .mbr-text,
.cid-uu6Ktkqhpw .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uu6KtkZVcp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uu6KtkZVcp .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uu6KtkZVcp .row {
    padding: 20px 34px;
  }
}
.cid-uu6KtkZVcp .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uu6KtluAud {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uu6KtluAud .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uu6KtluAud .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uu6KtluAud .card:hover {
  margin-top: -0.6rem;
}
.cid-uu6KtluAud .card-wrapper {
  position: relative;
}
.cid-uu6KtluAud .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uu6KtluAud .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uu6KtluAud .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uu6KtluAud .big {
  margin-top: -25%;
}
.cid-uu6KtluAud .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uu6KtluAud .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uu6KtluAud .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uu6KtluAud .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uu6KtmbUno.popup-builder {
  background-color: #ffffff;
}
.cid-uu6KtmbUno.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu6KtmbUno.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu6KtmbUno .modal-content,
.cid-uu6KtmbUno .modal-dialog {
  height: auto;
}
.cid-uu6KtmbUno .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu6KtmbUno .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu6KtmbUno .form-wrapper .mbr-form .form-group,
  .cid-uu6KtmbUno .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu6KtmbUno .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu6KtmbUno .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-uu6KtmbUno .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uu6KtmbUno .pt-0 {
  padding-top: 0 !important;
}
.cid-uu6KtmbUno .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu6KtmbUno .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu6KtmbUno .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu6KtmbUno .modal-open {
  overflow: hidden;
}
.cid-uu6KtmbUno .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu6KtmbUno .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu6KtmbUno .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu6KtmbUno .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-uu6KtmbUno .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu6KtmbUno .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu6KtmbUno .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu6KtmbUno .modal-content {
  background: #353535;
  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-uu6KtmbUno .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu6KtmbUno .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu6KtmbUno .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu6KtmbUno .modal-backdrop.show {
  opacity: .5;
}
.cid-uu6KtmbUno .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-uu6KtmbUno .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtmbUno .modal-header {
    padding: 1rem;
  }
}
.cid-uu6KtmbUno .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu6KtmbUno .modal-header .close svg {
  fill: #ffffff;
}
.cid-uu6KtmbUno .modal-header .close:hover {
  opacity: 1;
}
.cid-uu6KtmbUno .modal-header .close:focus {
  outline: none;
}
.cid-uu6KtmbUno .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uu6KtmbUno .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu6KtmbUno .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtmbUno .modal-body {
    padding: 1rem;
  }
}
.cid-uu6KtmbUno .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-uu6KtmbUno .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtmbUno .modal-footer {
    padding: 1rem;
  }
}
.cid-uu6KtmbUno .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu6KtmbUno .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu6KtmbUno .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu6KtmbUno .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu6KtmbUno .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu6KtmbUno .modal-lg,
  .cid-uu6KtmbUno .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu6KtmbUno .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu6KtmbUno .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu6KtmbUno .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-uu6KtmbUno .form-group {
  margin-bottom: 1rem;
}
.cid-uu6KtmbUno .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu6KtmbUno .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu6KtmbUno .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-uu6KtmbUno .mbr-section-btn {
  margin: 0;
}
.cid-uu6KtmbUno .mbr-section-btn .btn {
  margin: 0;
}
.cid-uu6KtmbUno #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uu6KtmbUno #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uu6KtmbUno #creativecommons img,
.cid-uu6KtmbUno iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uu6KtmP1d8.popup-builder {
  background-color: #ffffff;
}
.cid-uu6KtmP1d8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu6KtmP1d8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu6KtmP1d8 .modal-content,
.cid-uu6KtmP1d8 .modal-dialog {
  height: auto;
}
.cid-uu6KtmP1d8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu6KtmP1d8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu6KtmP1d8 .form-wrapper .mbr-form .form-group,
  .cid-uu6KtmP1d8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu6KtmP1d8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu6KtmP1d8 .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-uu6KtmP1d8 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uu6KtmP1d8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uu6KtmP1d8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu6KtmP1d8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu6KtmP1d8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu6KtmP1d8 .modal-open {
  overflow: hidden;
}
.cid-uu6KtmP1d8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu6KtmP1d8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu6KtmP1d8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu6KtmP1d8 .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-uu6KtmP1d8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu6KtmP1d8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu6KtmP1d8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu6KtmP1d8 .modal-content {
  background: #353535;
  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-uu6KtmP1d8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu6KtmP1d8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu6KtmP1d8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu6KtmP1d8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uu6KtmP1d8 .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-uu6KtmP1d8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtmP1d8 .modal-header {
    padding: 1rem;
  }
}
.cid-uu6KtmP1d8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu6KtmP1d8 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uu6KtmP1d8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uu6KtmP1d8 .modal-header .close:focus {
  outline: none;
}
.cid-uu6KtmP1d8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uu6KtmP1d8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu6KtmP1d8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtmP1d8 .modal-body {
    padding: 1rem;
  }
}
.cid-uu6KtmP1d8 .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-uu6KtmP1d8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtmP1d8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uu6KtmP1d8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu6KtmP1d8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu6KtmP1d8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu6KtmP1d8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu6KtmP1d8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu6KtmP1d8 .modal-lg,
  .cid-uu6KtmP1d8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu6KtmP1d8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu6KtmP1d8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu6KtmP1d8 .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-uu6KtmP1d8 .form-group {
  margin-bottom: 1rem;
}
.cid-uu6KtmP1d8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu6KtmP1d8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu6KtmP1d8 .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-uu6KtmP1d8 .mbr-section-btn {
  margin: 0;
}
.cid-uu6KtmP1d8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uu6KtnqT5w.popup-builder {
  background-color: #ffffff;
}
.cid-uu6KtnqT5w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu6KtnqT5w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu6KtnqT5w .modal-content,
.cid-uu6KtnqT5w .modal-dialog {
  height: auto;
}
.cid-uu6KtnqT5w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu6KtnqT5w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu6KtnqT5w .form-wrapper .mbr-form .form-group,
  .cid-uu6KtnqT5w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu6KtnqT5w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu6KtnqT5w .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-uu6KtnqT5w .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uu6KtnqT5w .pt-0 {
  padding-top: 0 !important;
}
.cid-uu6KtnqT5w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu6KtnqT5w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu6KtnqT5w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu6KtnqT5w .modal-open {
  overflow: hidden;
}
.cid-uu6KtnqT5w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu6KtnqT5w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu6KtnqT5w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu6KtnqT5w .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-uu6KtnqT5w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu6KtnqT5w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu6KtnqT5w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu6KtnqT5w .modal-content {
  background: #353535;
  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-uu6KtnqT5w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu6KtnqT5w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu6KtnqT5w .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu6KtnqT5w .modal-backdrop.show {
  opacity: .5;
}
.cid-uu6KtnqT5w .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-uu6KtnqT5w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtnqT5w .modal-header {
    padding: 1rem;
  }
}
.cid-uu6KtnqT5w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu6KtnqT5w .modal-header .close svg {
  fill: #ffffff;
}
.cid-uu6KtnqT5w .modal-header .close:hover {
  opacity: 1;
}
.cid-uu6KtnqT5w .modal-header .close:focus {
  outline: none;
}
.cid-uu6KtnqT5w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uu6KtnqT5w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu6KtnqT5w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtnqT5w .modal-body {
    padding: 1rem;
  }
}
.cid-uu6KtnqT5w .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-uu6KtnqT5w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtnqT5w .modal-footer {
    padding: 1rem;
  }
}
.cid-uu6KtnqT5w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu6KtnqT5w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu6KtnqT5w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu6KtnqT5w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu6KtnqT5w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu6KtnqT5w .modal-lg,
  .cid-uu6KtnqT5w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu6KtnqT5w .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu6KtnqT5w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu6KtnqT5w .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-uu6KtnqT5w .form-group {
  margin-bottom: 1rem;
}
.cid-uu6KtnqT5w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu6KtnqT5w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu6KtnqT5w .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-uu6KtnqT5w .mbr-section-btn {
  margin: 0;
}
.cid-uu6KtnqT5w .mbr-section-btn .btn {
  margin: 0;
}
.cid-uu6Kto0HEE.popup-builder {
  background-color: #ffffff;
}
.cid-uu6Kto0HEE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu6Kto0HEE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu6Kto0HEE .modal-content,
.cid-uu6Kto0HEE .modal-dialog {
  height: auto;
}
.cid-uu6Kto0HEE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu6Kto0HEE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu6Kto0HEE .form-wrapper .mbr-form .form-group,
  .cid-uu6Kto0HEE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu6Kto0HEE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu6Kto0HEE .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-uu6Kto0HEE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uu6Kto0HEE .pt-0 {
  padding-top: 0 !important;
}
.cid-uu6Kto0HEE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu6Kto0HEE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu6Kto0HEE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu6Kto0HEE .modal-open {
  overflow: hidden;
}
.cid-uu6Kto0HEE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu6Kto0HEE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu6Kto0HEE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu6Kto0HEE .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-uu6Kto0HEE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu6Kto0HEE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu6Kto0HEE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu6Kto0HEE .modal-content {
  background: #353535;
  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-uu6Kto0HEE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu6Kto0HEE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu6Kto0HEE .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu6Kto0HEE .modal-backdrop.show {
  opacity: .5;
}
.cid-uu6Kto0HEE .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-uu6Kto0HEE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6Kto0HEE .modal-header {
    padding: 1rem;
  }
}
.cid-uu6Kto0HEE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu6Kto0HEE .modal-header .close svg {
  fill: #ffffff;
}
.cid-uu6Kto0HEE .modal-header .close:hover {
  opacity: 1;
}
.cid-uu6Kto0HEE .modal-header .close:focus {
  outline: none;
}
.cid-uu6Kto0HEE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uu6Kto0HEE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu6Kto0HEE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6Kto0HEE .modal-body {
    padding: 1rem;
  }
}
.cid-uu6Kto0HEE .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-uu6Kto0HEE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6Kto0HEE .modal-footer {
    padding: 1rem;
  }
}
.cid-uu6Kto0HEE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu6Kto0HEE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu6Kto0HEE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu6Kto0HEE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu6Kto0HEE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu6Kto0HEE .modal-lg,
  .cid-uu6Kto0HEE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu6Kto0HEE .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu6Kto0HEE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu6Kto0HEE .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-uu6Kto0HEE .form-group {
  margin-bottom: 1rem;
}
.cid-uu6Kto0HEE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu6Kto0HEE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu6Kto0HEE .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-uu6Kto0HEE .mbr-section-btn {
  margin: 0;
}
.cid-uu6Kto0HEE .mbr-section-btn .btn {
  margin: 0;
}
.cid-uu6KtoDhM2.popup-builder {
  background-color: #ffffff;
}
.cid-uu6KtoDhM2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu6KtoDhM2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu6KtoDhM2 .modal-content,
.cid-uu6KtoDhM2 .modal-dialog {
  height: auto;
}
.cid-uu6KtoDhM2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu6KtoDhM2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu6KtoDhM2 .form-wrapper .mbr-form .form-group,
  .cid-uu6KtoDhM2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu6KtoDhM2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu6KtoDhM2 .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-uu6KtoDhM2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uu6KtoDhM2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uu6KtoDhM2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu6KtoDhM2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu6KtoDhM2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu6KtoDhM2 .modal-open {
  overflow: hidden;
}
.cid-uu6KtoDhM2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu6KtoDhM2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu6KtoDhM2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu6KtoDhM2 .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-uu6KtoDhM2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu6KtoDhM2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu6KtoDhM2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu6KtoDhM2 .modal-content {
  background: #353535;
  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-uu6KtoDhM2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu6KtoDhM2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu6KtoDhM2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu6KtoDhM2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uu6KtoDhM2 .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-uu6KtoDhM2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtoDhM2 .modal-header {
    padding: 1rem;
  }
}
.cid-uu6KtoDhM2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu6KtoDhM2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uu6KtoDhM2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uu6KtoDhM2 .modal-header .close:focus {
  outline: none;
}
.cid-uu6KtoDhM2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uu6KtoDhM2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu6KtoDhM2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtoDhM2 .modal-body {
    padding: 1rem;
  }
}
.cid-uu6KtoDhM2 .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-uu6KtoDhM2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtoDhM2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uu6KtoDhM2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu6KtoDhM2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu6KtoDhM2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu6KtoDhM2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu6KtoDhM2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu6KtoDhM2 .modal-lg,
  .cid-uu6KtoDhM2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu6KtoDhM2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu6KtoDhM2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu6KtoDhM2 .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-uu6KtoDhM2 .form-group {
  margin-bottom: 1rem;
}
.cid-uu6KtoDhM2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu6KtoDhM2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu6KtoDhM2 .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-uu6KtoDhM2 .mbr-section-btn {
  margin: 0;
}
.cid-uu6KtoDhM2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uu6KtpePMd.popup-builder {
  background-color: #ffffff;
}
.cid-uu6KtpePMd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu6KtpePMd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu6KtpePMd .modal-content,
.cid-uu6KtpePMd .modal-dialog {
  height: auto;
}
.cid-uu6KtpePMd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu6KtpePMd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu6KtpePMd .form-wrapper .mbr-form .form-group,
  .cid-uu6KtpePMd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu6KtpePMd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu6KtpePMd .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-uu6KtpePMd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uu6KtpePMd .pt-0 {
  padding-top: 0 !important;
}
.cid-uu6KtpePMd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu6KtpePMd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu6KtpePMd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu6KtpePMd .modal-open {
  overflow: hidden;
}
.cid-uu6KtpePMd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu6KtpePMd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu6KtpePMd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu6KtpePMd .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-uu6KtpePMd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu6KtpePMd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu6KtpePMd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu6KtpePMd .modal-content {
  background: #353535;
  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-uu6KtpePMd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu6KtpePMd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu6KtpePMd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu6KtpePMd .modal-backdrop.show {
  opacity: .5;
}
.cid-uu6KtpePMd .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-uu6KtpePMd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtpePMd .modal-header {
    padding: 1rem;
  }
}
.cid-uu6KtpePMd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu6KtpePMd .modal-header .close svg {
  fill: #ffffff;
}
.cid-uu6KtpePMd .modal-header .close:hover {
  opacity: 1;
}
.cid-uu6KtpePMd .modal-header .close:focus {
  outline: none;
}
.cid-uu6KtpePMd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uu6KtpePMd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu6KtpePMd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtpePMd .modal-body {
    padding: 1rem;
  }
}
.cid-uu6KtpePMd .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-uu6KtpePMd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtpePMd .modal-footer {
    padding: 1rem;
  }
}
.cid-uu6KtpePMd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu6KtpePMd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu6KtpePMd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu6KtpePMd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu6KtpePMd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu6KtpePMd .modal-lg,
  .cid-uu6KtpePMd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu6KtpePMd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu6KtpePMd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu6KtpePMd .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-uu6KtpePMd .form-group {
  margin-bottom: 1rem;
}
.cid-uu6KtpePMd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu6KtpePMd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu6KtpePMd .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-uu6KtpePMd .mbr-section-btn {
  margin: 0;
}
.cid-uu6KtpePMd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uu6KtqtsYg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uu6KtqtsYg .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uu6KtqtsYg .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uu6KtqtsYg .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uu6KtqtsYg .bg-youtube:hover {
  background: #cc0000;
}
.cid-uu6KtqtsYg .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uu6KtqtsYg .bg-twitch:hover {
  background: #7313ff;
}
.cid-uu6KtqtsYg .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uu6KtqtsYg [class^="socicon-"]:before,
.cid-uu6KtqtsYg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uu6KtqtsYg .mbr-section-title,
.cid-uu6KtqtsYg .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uu6Ktr3jhZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uu6Ktr3jhZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uu6Ktr3jhZ .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uu6Ktr3jhZ .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uu6Ktr3jhZ .form-control:focus,
.cid-uu6Ktr3jhZ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uu6Ktr3jhZ .form-group {
  margin-bottom: 1rem;
}
.cid-uu6Ktr3jhZ input::-webkit-input-placeholder,
.cid-uu6Ktr3jhZ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uu6Ktr3jhZ input:-moz-placeholder,
.cid-uu6Ktr3jhZ textarea:-moz-placeholder {
  color: #656565;
}
.cid-uu6Ktr3jhZ .jq-selectbox li,
.cid-uu6Ktr3jhZ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uu6Ktr3jhZ .jq-selectbox li:hover,
.cid-uu6Ktr3jhZ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uu6Ktr3jhZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uu6Ktr3jhZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uu6Ktr3jhZ textarea.form-control {
  resize: none;
}
.cid-uu6Ktr3jhZ .input-group-btn {
  display: inline-block;
}
.cid-uu6Ktr3jhZ .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uu6Ktr3jhZ .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uu6Ktr3jhZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uu6Ktr3jhZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uu6Ktr3jhZ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uu6Ktr3jhZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uu6Ktr3jhZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uu6Ktr3jhZ .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uu6Ktr3jhZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uu6Ktr3jhZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uu6Ktr3jhZ .form-control,
.cid-uu6Ktr3jhZ .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uu6Ktr3jhZ #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uu6Ktr3jhZ #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uu6Ktr3jhZ #creativecommons img,
.cid-uu6Ktr3jhZ iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uu6Ktr3jhZ .offset-md-1 {
  margin-left: 1vw;
}
.cid-uu6KtsjhpC.popup-builder {
  background-color: #ffffff;
}
.cid-uu6KtsjhpC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu6KtsjhpC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu6KtsjhpC .modal-content,
.cid-uu6KtsjhpC .modal-dialog {
  height: auto;
}
.cid-uu6KtsjhpC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu6KtsjhpC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu6KtsjhpC .form-wrapper .mbr-form .form-group,
  .cid-uu6KtsjhpC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu6KtsjhpC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu6KtsjhpC .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-uu6KtsjhpC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uu6KtsjhpC .pt-0 {
  padding-top: 0 !important;
}
.cid-uu6KtsjhpC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu6KtsjhpC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu6KtsjhpC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu6KtsjhpC .modal-open {
  overflow: hidden;
}
.cid-uu6KtsjhpC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu6KtsjhpC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu6KtsjhpC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu6KtsjhpC .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-uu6KtsjhpC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu6KtsjhpC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu6KtsjhpC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu6KtsjhpC .modal-content {
  background: #353535;
  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-uu6KtsjhpC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu6KtsjhpC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu6KtsjhpC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu6KtsjhpC .modal-backdrop.show {
  opacity: .5;
}
.cid-uu6KtsjhpC .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-uu6KtsjhpC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtsjhpC .modal-header {
    padding: 1rem;
  }
}
.cid-uu6KtsjhpC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu6KtsjhpC .modal-header .close svg {
  fill: #ffffff;
}
.cid-uu6KtsjhpC .modal-header .close:hover {
  opacity: 1;
}
.cid-uu6KtsjhpC .modal-header .close:focus {
  outline: none;
}
.cid-uu6KtsjhpC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uu6KtsjhpC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu6KtsjhpC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtsjhpC .modal-body {
    padding: 1rem;
  }
}
.cid-uu6KtsjhpC .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-uu6KtsjhpC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6KtsjhpC .modal-footer {
    padding: 1rem;
  }
}
.cid-uu6KtsjhpC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu6KtsjhpC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu6KtsjhpC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu6KtsjhpC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu6KtsjhpC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu6KtsjhpC .modal-lg,
  .cid-uu6KtsjhpC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu6KtsjhpC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu6KtsjhpC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu6KtsjhpC .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-uu6KtsjhpC .form-group {
  margin-bottom: 1rem;
}
.cid-uu6KtsjhpC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu6KtsjhpC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu6KtsjhpC .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-uu6KtsjhpC .mbr-section-btn {
  margin: 0;
}
.cid-uu6KtsjhpC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uu6LAkXj7K.popup-builder {
  background-color: #ffffff;
}
.cid-uu6LAkXj7K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu6LAkXj7K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu6LAkXj7K .modal-content,
.cid-uu6LAkXj7K .modal-dialog {
  height: auto;
}
.cid-uu6LAkXj7K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu6LAkXj7K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu6LAkXj7K .form-wrapper .mbr-form .form-group,
  .cid-uu6LAkXj7K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu6LAkXj7K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu6LAkXj7K .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-uu6LAkXj7K .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uu6LAkXj7K .pt-0 {
  padding-top: 0 !important;
}
.cid-uu6LAkXj7K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu6LAkXj7K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu6LAkXj7K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu6LAkXj7K .modal-open {
  overflow: hidden;
}
.cid-uu6LAkXj7K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu6LAkXj7K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu6LAkXj7K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu6LAkXj7K .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-uu6LAkXj7K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu6LAkXj7K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu6LAkXj7K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu6LAkXj7K .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-uu6LAkXj7K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu6LAkXj7K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu6LAkXj7K .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu6LAkXj7K .modal-backdrop.show {
  opacity: .5;
}
.cid-uu6LAkXj7K .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-uu6LAkXj7K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6LAkXj7K .modal-header {
    padding: 1rem;
  }
}
.cid-uu6LAkXj7K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu6LAkXj7K .modal-header .close svg {
  fill: #ffffff;
}
.cid-uu6LAkXj7K .modal-header .close:hover {
  opacity: 1;
}
.cid-uu6LAkXj7K .modal-header .close:focus {
  outline: none;
}
.cid-uu6LAkXj7K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uu6LAkXj7K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu6LAkXj7K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6LAkXj7K .modal-body {
    padding: 1rem;
  }
}
.cid-uu6LAkXj7K .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-uu6LAkXj7K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu6LAkXj7K .modal-footer {
    padding: 1rem;
  }
}
.cid-uu6LAkXj7K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu6LAkXj7K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu6LAkXj7K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu6LAkXj7K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu6LAkXj7K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu6LAkXj7K .modal-lg,
  .cid-uu6LAkXj7K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu6LAkXj7K .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu6LAkXj7K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu6LAkXj7K .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-uu6LAkXj7K .form-group {
  margin-bottom: 1rem;
}
.cid-uu6LAkXj7K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu6LAkXj7K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu6LAkXj7K .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-uu6LAkXj7K .mbr-section-btn {
  margin: 0;
}
.cid-uu6LAkXj7K .mbr-section-btn .btn {
  margin: 0;
}
.cid-uugPpWNjuL.popup-builder {
  background-color: #ffffff;
}
.cid-uugPpWNjuL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uugPpWNjuL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uugPpWNjuL .modal-content,
.cid-uugPpWNjuL .modal-dialog {
  height: auto;
}
.cid-uugPpWNjuL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uugPpWNjuL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uugPpWNjuL .form-wrapper .mbr-form .form-group,
  .cid-uugPpWNjuL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uugPpWNjuL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uugPpWNjuL .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-uugPpWNjuL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uugPpWNjuL .pt-0 {
  padding-top: 0 !important;
}
.cid-uugPpWNjuL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uugPpWNjuL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uugPpWNjuL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uugPpWNjuL .modal-open {
  overflow: hidden;
}
.cid-uugPpWNjuL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uugPpWNjuL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uugPpWNjuL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uugPpWNjuL .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-uugPpWNjuL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uugPpWNjuL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uugPpWNjuL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uugPpWNjuL .modal-content {
  background: #353535;
  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-uugPpWNjuL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uugPpWNjuL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uugPpWNjuL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uugPpWNjuL .modal-backdrop.show {
  opacity: .5;
}
.cid-uugPpWNjuL .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-uugPpWNjuL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uugPpWNjuL .modal-header {
    padding: 1rem;
  }
}
.cid-uugPpWNjuL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uugPpWNjuL .modal-header .close svg {
  fill: #ffffff;
}
.cid-uugPpWNjuL .modal-header .close:hover {
  opacity: 1;
}
.cid-uugPpWNjuL .modal-header .close:focus {
  outline: none;
}
.cid-uugPpWNjuL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uugPpWNjuL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uugPpWNjuL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uugPpWNjuL .modal-body {
    padding: 1rem;
  }
}
.cid-uugPpWNjuL .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-uugPpWNjuL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uugPpWNjuL .modal-footer {
    padding: 1rem;
  }
}
.cid-uugPpWNjuL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uugPpWNjuL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uugPpWNjuL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uugPpWNjuL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uugPpWNjuL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uugPpWNjuL .modal-lg,
  .cid-uugPpWNjuL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uugPpWNjuL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uugPpWNjuL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uugPpWNjuL .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-uugPpWNjuL .form-group {
  margin-bottom: 1rem;
}
.cid-uugPpWNjuL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uugPpWNjuL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uugPpWNjuL .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-uugPpWNjuL .mbr-section-btn {
  margin: 0;
}
.cid-uugPpWNjuL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwUWkmzQ1U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwUWkmzQ1U nav.navbar {
  position: fixed;
}
.cid-uwUWkmzQ1U .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-uwUWkmzQ1U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwUWkmzQ1U .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uwUWkmzQ1U #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uwUWkmzQ1U .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uwUWkmzQ1U .dropdown-item:hover,
.cid-uwUWkmzQ1U .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uwUWkmzQ1U .dropdown-item:hover span {
  color: white;
}
.cid-uwUWkmzQ1U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwUWkmzQ1U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwUWkmzQ1U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uwUWkmzQ1U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwUWkmzQ1U .nav-link {
  position: relative;
}
.cid-uwUWkmzQ1U .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uwUWkmzQ1U .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uwUWkmzQ1U .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uwUWkmzQ1U .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uwUWkmzQ1U .dropdown-menu,
.cid-uwUWkmzQ1U .navbar.opened {
  background: #353535 !important;
}
.cid-uwUWkmzQ1U .nav-item:focus,
.cid-uwUWkmzQ1U .nav-link:focus {
  outline: none;
}
.cid-uwUWkmzQ1U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwUWkmzQ1U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwUWkmzQ1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwUWkmzQ1U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwUWkmzQ1U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwUWkmzQ1U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwUWkmzQ1U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uwUWkmzQ1U .navbar.opened {
  transition: all 0.3s;
}
.cid-uwUWkmzQ1U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwUWkmzQ1U .navbar .navbar-logo img {
  width: auto;
}
.cid-uwUWkmzQ1U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwUWkmzQ1U .navbar.collapsed {
  justify-content: center;
}
.cid-uwUWkmzQ1U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwUWkmzQ1U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwUWkmzQ1U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwUWkmzQ1U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwUWkmzQ1U .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-uwUWkmzQ1U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwUWkmzQ1U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwUWkmzQ1U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwUWkmzQ1U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwUWkmzQ1U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwUWkmzQ1U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwUWkmzQ1U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwUWkmzQ1U .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-uwUWkmzQ1U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwUWkmzQ1U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwUWkmzQ1U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uwUWkmzQ1U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwUWkmzQ1U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwUWkmzQ1U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uwUWkmzQ1U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwUWkmzQ1U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwUWkmzQ1U .dropdown-item.active,
.cid-uwUWkmzQ1U .dropdown-item:active {
  background-color: transparent;
}
.cid-uwUWkmzQ1U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwUWkmzQ1U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwUWkmzQ1U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwUWkmzQ1U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uwUWkmzQ1U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwUWkmzQ1U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwUWkmzQ1U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwUWkmzQ1U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwUWkmzQ1U button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwUWkmzQ1U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uwUWkmzQ1U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwUWkmzQ1U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwUWkmzQ1U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwUWkmzQ1U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwUWkmzQ1U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwUWkmzQ1U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwUWkmzQ1U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwUWkmzQ1U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwUWkmzQ1U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwUWkmzQ1U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwUWkmzQ1U .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-uwUWkmzQ1U .navbar {
    height: 70px;
  }
  .cid-uwUWkmzQ1U .navbar.opened {
    height: auto;
  }
  .cid-uwUWkmzQ1U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwUWkmzQ1U .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uwUWkmzQ1U .navbar-toggler {
  margin-left: 10px;
}
.cid-uwUWkmzQ1U .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uwUWkmzQ1U .navbar-logo {
  margin-right: 0 !important;
}
.cid-uwUWkmzQ1U .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uwUWkmzQ1U .mbr-text {
    display: none;
  }
}
.cid-uwUWkmzQ1U .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uwUWkmzQ1U .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uwUWkmzQ1U .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uwUWkmzQ1U .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uwUWkmzQ1U #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uwUWkmzQ1U #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uwUWkmzQ1U #vol {
    display: none;
  }
}
.cid-uwUWkmzQ1U .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uwUWknvTc0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uwUWknvTc0 .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uwUWknvTc0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uwUWknvTc0 .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwUWknvTc0 .display-1 {
    font-size: 75px;
  }
  .cid-uwUWknvTc0 .display-5 {
    font-size: 29px;
  }
  .cid-uwUWknvTc0 .display-4 {
    font-weight: 300;
  }
}
#custom-html-2j7 {
  /* Type valid CSS here */
}
#custom-html-2j7 div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2j7 .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uwUWkoeBJ2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwUWkoeBJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwUWkoeBJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwUWkoeBJ2 .container,
.cid-uwUWkoeBJ2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwUWkoeBJ2 .container,
  .cid-uwUWkoeBJ2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uwUWkoeBJ2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uwUWkoeBJ2 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwUWkoeBJ2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwUWkoeBJ2 .mbr-section-title {
  color: #4479d9;
}
.cid-uwUWkoeBJ2 .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uwUWkowVSr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uwUWkowVSr .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2ja {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2ja *,
#custom-html-2ja *::before,
#custom-html-2ja *::after {
  box-sizing: border-box;
}
#custom-html-2ja body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2ja #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2ja .container {
  background-color: #232323;
}
#custom-html-2ja .titre {
  padding: 1em;
}
#custom-html-2ja H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2ja h6 {
  color: white;
}
.cid-uwUWkoVv4M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uwUWkoVv4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwUWkoVv4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwUWkoVv4M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwUWkoVv4M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwUWkoVv4M .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uwUWkoVv4M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uwUWkoVv4M .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uwUWkoVv4M .mbr-text,
.cid-uwUWkoVv4M .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwUWkoVv4M .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uwUWkpeMlM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uwUWkpeMlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwUWkpeMlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uwUWkpeMlM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwUWkpeMlM .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uwUWkpeMlM .image-wrapper {
    padding: 1rem;
  }
}
.cid-uwUWkpeMlM .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uwUWkpeMlM .mbr-text,
.cid-uwUWkpeMlM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwUWkpeMlM .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uwUWkpDiQu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uwUWkpDiQu .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uwUWkpDiQu .mbr-text,
.cid-uwUWkpDiQu .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uwUWkpY9Ni {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uwUWkpY9Ni .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uwUWkpY9Ni .row {
    padding: 20px 34px;
  }
}
.cid-uwUWkpY9Ni .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uwUWkqk4or {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uwUWkqk4or .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uwUWkqk4or .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uwUWkqk4or .card:hover {
  margin-top: -0.6rem;
}
.cid-uwUWkqk4or .card-wrapper {
  position: relative;
}
.cid-uwUWkqk4or .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uwUWkqk4or .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uwUWkqk4or .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uwUWkqk4or .big {
  margin-top: -25%;
}
.cid-uwUWkqk4or .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uwUWkqk4or .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uwUWkqk4or .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uwUWkqk4or .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uwUWkqLSO7.popup-builder {
  background-color: #ffffff;
}
.cid-uwUWkqLSO7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUWkqLSO7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUWkqLSO7 .modal-content,
.cid-uwUWkqLSO7 .modal-dialog {
  height: auto;
}
.cid-uwUWkqLSO7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUWkqLSO7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUWkqLSO7 .form-wrapper .mbr-form .form-group,
  .cid-uwUWkqLSO7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUWkqLSO7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUWkqLSO7 .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-uwUWkqLSO7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUWkqLSO7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUWkqLSO7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUWkqLSO7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUWkqLSO7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUWkqLSO7 .modal-open {
  overflow: hidden;
}
.cid-uwUWkqLSO7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUWkqLSO7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUWkqLSO7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUWkqLSO7 .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-uwUWkqLSO7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUWkqLSO7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUWkqLSO7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUWkqLSO7 .modal-content {
  background: #353535;
  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-uwUWkqLSO7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUWkqLSO7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUWkqLSO7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUWkqLSO7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUWkqLSO7 .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-uwUWkqLSO7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkqLSO7 .modal-header {
    padding: 1rem;
  }
}
.cid-uwUWkqLSO7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUWkqLSO7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUWkqLSO7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUWkqLSO7 .modal-header .close:focus {
  outline: none;
}
.cid-uwUWkqLSO7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUWkqLSO7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUWkqLSO7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkqLSO7 .modal-body {
    padding: 1rem;
  }
}
.cid-uwUWkqLSO7 .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-uwUWkqLSO7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkqLSO7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUWkqLSO7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUWkqLSO7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUWkqLSO7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUWkqLSO7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUWkqLSO7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUWkqLSO7 .modal-lg,
  .cid-uwUWkqLSO7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUWkqLSO7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUWkqLSO7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUWkqLSO7 .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-uwUWkqLSO7 .form-group {
  margin-bottom: 1rem;
}
.cid-uwUWkqLSO7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUWkqLSO7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUWkqLSO7 .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-uwUWkqLSO7 .mbr-section-btn {
  margin: 0;
}
.cid-uwUWkqLSO7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwUWkqLSO7 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uwUWkqLSO7 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uwUWkqLSO7 #creativecommons img,
.cid-uwUWkqLSO7 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uwUWkrcrX8.popup-builder {
  background-color: #ffffff;
}
.cid-uwUWkrcrX8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUWkrcrX8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUWkrcrX8 .modal-content,
.cid-uwUWkrcrX8 .modal-dialog {
  height: auto;
}
.cid-uwUWkrcrX8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUWkrcrX8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUWkrcrX8 .form-wrapper .mbr-form .form-group,
  .cid-uwUWkrcrX8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUWkrcrX8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUWkrcrX8 .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-uwUWkrcrX8 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUWkrcrX8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUWkrcrX8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUWkrcrX8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUWkrcrX8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUWkrcrX8 .modal-open {
  overflow: hidden;
}
.cid-uwUWkrcrX8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUWkrcrX8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUWkrcrX8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUWkrcrX8 .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-uwUWkrcrX8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUWkrcrX8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUWkrcrX8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUWkrcrX8 .modal-content {
  background: #353535;
  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-uwUWkrcrX8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUWkrcrX8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUWkrcrX8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUWkrcrX8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUWkrcrX8 .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-uwUWkrcrX8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkrcrX8 .modal-header {
    padding: 1rem;
  }
}
.cid-uwUWkrcrX8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUWkrcrX8 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUWkrcrX8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUWkrcrX8 .modal-header .close:focus {
  outline: none;
}
.cid-uwUWkrcrX8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUWkrcrX8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUWkrcrX8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkrcrX8 .modal-body {
    padding: 1rem;
  }
}
.cid-uwUWkrcrX8 .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-uwUWkrcrX8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkrcrX8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUWkrcrX8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUWkrcrX8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUWkrcrX8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUWkrcrX8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUWkrcrX8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUWkrcrX8 .modal-lg,
  .cid-uwUWkrcrX8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUWkrcrX8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUWkrcrX8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUWkrcrX8 .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-uwUWkrcrX8 .form-group {
  margin-bottom: 1rem;
}
.cid-uwUWkrcrX8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUWkrcrX8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUWkrcrX8 .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-uwUWkrcrX8 .mbr-section-btn {
  margin: 0;
}
.cid-uwUWkrcrX8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwUWkrE3Pf.popup-builder {
  background-color: #ffffff;
}
.cid-uwUWkrE3Pf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUWkrE3Pf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUWkrE3Pf .modal-content,
.cid-uwUWkrE3Pf .modal-dialog {
  height: auto;
}
.cid-uwUWkrE3Pf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUWkrE3Pf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUWkrE3Pf .form-wrapper .mbr-form .form-group,
  .cid-uwUWkrE3Pf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUWkrE3Pf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUWkrE3Pf .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-uwUWkrE3Pf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUWkrE3Pf .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUWkrE3Pf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUWkrE3Pf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUWkrE3Pf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUWkrE3Pf .modal-open {
  overflow: hidden;
}
.cid-uwUWkrE3Pf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUWkrE3Pf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUWkrE3Pf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUWkrE3Pf .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-uwUWkrE3Pf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUWkrE3Pf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUWkrE3Pf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUWkrE3Pf .modal-content {
  background: #353535;
  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-uwUWkrE3Pf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUWkrE3Pf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUWkrE3Pf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUWkrE3Pf .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUWkrE3Pf .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-uwUWkrE3Pf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkrE3Pf .modal-header {
    padding: 1rem;
  }
}
.cid-uwUWkrE3Pf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUWkrE3Pf .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUWkrE3Pf .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUWkrE3Pf .modal-header .close:focus {
  outline: none;
}
.cid-uwUWkrE3Pf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUWkrE3Pf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUWkrE3Pf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkrE3Pf .modal-body {
    padding: 1rem;
  }
}
.cid-uwUWkrE3Pf .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-uwUWkrE3Pf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkrE3Pf .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUWkrE3Pf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUWkrE3Pf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUWkrE3Pf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUWkrE3Pf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUWkrE3Pf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUWkrE3Pf .modal-lg,
  .cid-uwUWkrE3Pf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUWkrE3Pf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUWkrE3Pf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUWkrE3Pf .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-uwUWkrE3Pf .form-group {
  margin-bottom: 1rem;
}
.cid-uwUWkrE3Pf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUWkrE3Pf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUWkrE3Pf .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-uwUWkrE3Pf .mbr-section-btn {
  margin: 0;
}
.cid-uwUWkrE3Pf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwUWks5vrX.popup-builder {
  background-color: #ffffff;
}
.cid-uwUWks5vrX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUWks5vrX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUWks5vrX .modal-content,
.cid-uwUWks5vrX .modal-dialog {
  height: auto;
}
.cid-uwUWks5vrX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUWks5vrX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUWks5vrX .form-wrapper .mbr-form .form-group,
  .cid-uwUWks5vrX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUWks5vrX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUWks5vrX .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-uwUWks5vrX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUWks5vrX .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUWks5vrX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUWks5vrX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUWks5vrX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUWks5vrX .modal-open {
  overflow: hidden;
}
.cid-uwUWks5vrX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUWks5vrX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUWks5vrX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUWks5vrX .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-uwUWks5vrX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUWks5vrX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUWks5vrX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUWks5vrX .modal-content {
  background: #353535;
  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-uwUWks5vrX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUWks5vrX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUWks5vrX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUWks5vrX .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUWks5vrX .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-uwUWks5vrX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWks5vrX .modal-header {
    padding: 1rem;
  }
}
.cid-uwUWks5vrX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUWks5vrX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUWks5vrX .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUWks5vrX .modal-header .close:focus {
  outline: none;
}
.cid-uwUWks5vrX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUWks5vrX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUWks5vrX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWks5vrX .modal-body {
    padding: 1rem;
  }
}
.cid-uwUWks5vrX .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-uwUWks5vrX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWks5vrX .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUWks5vrX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUWks5vrX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUWks5vrX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUWks5vrX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUWks5vrX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUWks5vrX .modal-lg,
  .cid-uwUWks5vrX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUWks5vrX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUWks5vrX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUWks5vrX .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-uwUWks5vrX .form-group {
  margin-bottom: 1rem;
}
.cid-uwUWks5vrX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUWks5vrX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUWks5vrX .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-uwUWks5vrX .mbr-section-btn {
  margin: 0;
}
.cid-uwUWks5vrX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwUWksyGma.popup-builder {
  background-color: #ffffff;
}
.cid-uwUWksyGma.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUWksyGma.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUWksyGma .modal-content,
.cid-uwUWksyGma .modal-dialog {
  height: auto;
}
.cid-uwUWksyGma .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUWksyGma .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUWksyGma .form-wrapper .mbr-form .form-group,
  .cid-uwUWksyGma .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUWksyGma .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUWksyGma .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-uwUWksyGma .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUWksyGma .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUWksyGma .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUWksyGma .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUWksyGma .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUWksyGma .modal-open {
  overflow: hidden;
}
.cid-uwUWksyGma .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUWksyGma .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUWksyGma .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUWksyGma .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-uwUWksyGma .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUWksyGma .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUWksyGma .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUWksyGma .modal-content {
  background: #353535;
  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-uwUWksyGma .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUWksyGma .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUWksyGma .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUWksyGma .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUWksyGma .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-uwUWksyGma .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWksyGma .modal-header {
    padding: 1rem;
  }
}
.cid-uwUWksyGma .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUWksyGma .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUWksyGma .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUWksyGma .modal-header .close:focus {
  outline: none;
}
.cid-uwUWksyGma .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUWksyGma .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUWksyGma .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWksyGma .modal-body {
    padding: 1rem;
  }
}
.cid-uwUWksyGma .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-uwUWksyGma .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWksyGma .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUWksyGma .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUWksyGma .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUWksyGma .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUWksyGma .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUWksyGma .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUWksyGma .modal-lg,
  .cid-uwUWksyGma .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUWksyGma .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUWksyGma .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUWksyGma .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-uwUWksyGma .form-group {
  margin-bottom: 1rem;
}
.cid-uwUWksyGma .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUWksyGma .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUWksyGma .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-uwUWksyGma .mbr-section-btn {
  margin: 0;
}
.cid-uwUWksyGma .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwUWksZ1eV.popup-builder {
  background-color: #ffffff;
}
.cid-uwUWksZ1eV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUWksZ1eV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUWksZ1eV .modal-content,
.cid-uwUWksZ1eV .modal-dialog {
  height: auto;
}
.cid-uwUWksZ1eV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUWksZ1eV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUWksZ1eV .form-wrapper .mbr-form .form-group,
  .cid-uwUWksZ1eV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUWksZ1eV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUWksZ1eV .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-uwUWksZ1eV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUWksZ1eV .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUWksZ1eV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUWksZ1eV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUWksZ1eV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUWksZ1eV .modal-open {
  overflow: hidden;
}
.cid-uwUWksZ1eV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUWksZ1eV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUWksZ1eV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUWksZ1eV .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-uwUWksZ1eV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUWksZ1eV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUWksZ1eV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUWksZ1eV .modal-content {
  background: #353535;
  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-uwUWksZ1eV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUWksZ1eV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUWksZ1eV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUWksZ1eV .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUWksZ1eV .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-uwUWksZ1eV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWksZ1eV .modal-header {
    padding: 1rem;
  }
}
.cid-uwUWksZ1eV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUWksZ1eV .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUWksZ1eV .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUWksZ1eV .modal-header .close:focus {
  outline: none;
}
.cid-uwUWksZ1eV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUWksZ1eV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUWksZ1eV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWksZ1eV .modal-body {
    padding: 1rem;
  }
}
.cid-uwUWksZ1eV .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-uwUWksZ1eV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWksZ1eV .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUWksZ1eV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUWksZ1eV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUWksZ1eV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUWksZ1eV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUWksZ1eV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUWksZ1eV .modal-lg,
  .cid-uwUWksZ1eV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUWksZ1eV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUWksZ1eV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUWksZ1eV .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-uwUWksZ1eV .form-group {
  margin-bottom: 1rem;
}
.cid-uwUWksZ1eV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUWksZ1eV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUWksZ1eV .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-uwUWksZ1eV .mbr-section-btn {
  margin: 0;
}
.cid-uwUWksZ1eV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uwUWktLIjW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uwUWktLIjW .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uwUWktLIjW .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uwUWktLIjW .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uwUWktLIjW .bg-youtube:hover {
  background: #cc0000;
}
.cid-uwUWktLIjW .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uwUWktLIjW .bg-twitch:hover {
  background: #7313ff;
}
.cid-uwUWktLIjW .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uwUWktLIjW [class^="socicon-"]:before,
.cid-uwUWktLIjW [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uwUWktLIjW .mbr-section-title,
.cid-uwUWktLIjW .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uwUWkuciZA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uwUWkuciZA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwUWkuciZA .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uwUWkuciZA .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uwUWkuciZA .form-control:focus,
.cid-uwUWkuciZA .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uwUWkuciZA .form-group {
  margin-bottom: 1rem;
}
.cid-uwUWkuciZA input::-webkit-input-placeholder,
.cid-uwUWkuciZA textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uwUWkuciZA input:-moz-placeholder,
.cid-uwUWkuciZA textarea:-moz-placeholder {
  color: #656565;
}
.cid-uwUWkuciZA .jq-selectbox li,
.cid-uwUWkuciZA .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uwUWkuciZA .jq-selectbox li:hover,
.cid-uwUWkuciZA .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uwUWkuciZA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uwUWkuciZA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uwUWkuciZA textarea.form-control {
  resize: none;
}
.cid-uwUWkuciZA .input-group-btn {
  display: inline-block;
}
.cid-uwUWkuciZA .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uwUWkuciZA .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwUWkuciZA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwUWkuciZA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uwUWkuciZA .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uwUWkuciZA .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uwUWkuciZA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uwUWkuciZA .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uwUWkuciZA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uwUWkuciZA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uwUWkuciZA .form-control,
.cid-uwUWkuciZA .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uwUWkuciZA #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uwUWkuciZA #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uwUWkuciZA #creativecommons img,
.cid-uwUWkuciZA iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uwUWkuciZA .offset-md-1 {
  margin-left: 1vw;
}
.cid-uwUWkv3EIj.popup-builder {
  background-color: #ffffff;
}
.cid-uwUWkv3EIj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUWkv3EIj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUWkv3EIj .modal-content,
.cid-uwUWkv3EIj .modal-dialog {
  height: auto;
}
.cid-uwUWkv3EIj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUWkv3EIj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUWkv3EIj .form-wrapper .mbr-form .form-group,
  .cid-uwUWkv3EIj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUWkv3EIj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUWkv3EIj .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-uwUWkv3EIj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUWkv3EIj .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUWkv3EIj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUWkv3EIj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUWkv3EIj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUWkv3EIj .modal-open {
  overflow: hidden;
}
.cid-uwUWkv3EIj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUWkv3EIj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUWkv3EIj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUWkv3EIj .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-uwUWkv3EIj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUWkv3EIj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUWkv3EIj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUWkv3EIj .modal-content {
  background: #353535;
  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-uwUWkv3EIj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUWkv3EIj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUWkv3EIj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUWkv3EIj .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUWkv3EIj .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-uwUWkv3EIj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkv3EIj .modal-header {
    padding: 1rem;
  }
}
.cid-uwUWkv3EIj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUWkv3EIj .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUWkv3EIj .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUWkv3EIj .modal-header .close:focus {
  outline: none;
}
.cid-uwUWkv3EIj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUWkv3EIj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUWkv3EIj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkv3EIj .modal-body {
    padding: 1rem;
  }
}
.cid-uwUWkv3EIj .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-uwUWkv3EIj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUWkv3EIj .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUWkv3EIj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUWkv3EIj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUWkv3EIj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUWkv3EIj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUWkv3EIj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUWkv3EIj .modal-lg,
  .cid-uwUWkv3EIj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUWkv3EIj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUWkv3EIj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUWkv3EIj .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-uwUWkv3EIj .form-group {
  margin-bottom: 1rem;
}
.cid-uwUWkv3EIj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUWkv3EIj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUWkv3EIj .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-uwUWkv3EIj .mbr-section-btn {
  margin: 0;
}
.cid-uwUWkv3EIj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwUXuRbetR.popup-builder {
  background-color: #ffffff;
}
.cid-uwUXuRbetR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUXuRbetR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUXuRbetR .modal-content,
.cid-uwUXuRbetR .modal-dialog {
  height: auto;
}
.cid-uwUXuRbetR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUXuRbetR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUXuRbetR .form-wrapper .mbr-form .form-group,
  .cid-uwUXuRbetR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUXuRbetR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUXuRbetR .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-uwUXuRbetR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUXuRbetR .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUXuRbetR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUXuRbetR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUXuRbetR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUXuRbetR .modal-open {
  overflow: hidden;
}
.cid-uwUXuRbetR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUXuRbetR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUXuRbetR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUXuRbetR .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-uwUXuRbetR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUXuRbetR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUXuRbetR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUXuRbetR .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-uwUXuRbetR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUXuRbetR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUXuRbetR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUXuRbetR .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUXuRbetR .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-uwUXuRbetR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUXuRbetR .modal-header {
    padding: 1rem;
  }
}
.cid-uwUXuRbetR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUXuRbetR .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUXuRbetR .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUXuRbetR .modal-header .close:focus {
  outline: none;
}
.cid-uwUXuRbetR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUXuRbetR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUXuRbetR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUXuRbetR .modal-body {
    padding: 1rem;
  }
}
.cid-uwUXuRbetR .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-uwUXuRbetR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUXuRbetR .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUXuRbetR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUXuRbetR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUXuRbetR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUXuRbetR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUXuRbetR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUXuRbetR .modal-lg,
  .cid-uwUXuRbetR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUXuRbetR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUXuRbetR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUXuRbetR .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-uwUXuRbetR .form-group {
  margin-bottom: 1rem;
}
.cid-uwUXuRbetR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUXuRbetR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUXuRbetR .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-uwUXuRbetR .mbr-section-btn {
  margin: 0;
}
.cid-uwUXuRbetR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwUXvDhlsg.popup-builder {
  background-color: #ffffff;
}
.cid-uwUXvDhlsg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwUXvDhlsg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwUXvDhlsg .modal-content,
.cid-uwUXvDhlsg .modal-dialog {
  height: auto;
}
.cid-uwUXvDhlsg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwUXvDhlsg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwUXvDhlsg .form-wrapper .mbr-form .form-group,
  .cid-uwUXvDhlsg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwUXvDhlsg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwUXvDhlsg .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-uwUXvDhlsg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uwUXvDhlsg .pt-0 {
  padding-top: 0 !important;
}
.cid-uwUXvDhlsg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwUXvDhlsg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwUXvDhlsg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwUXvDhlsg .modal-open {
  overflow: hidden;
}
.cid-uwUXvDhlsg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwUXvDhlsg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwUXvDhlsg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwUXvDhlsg .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-uwUXvDhlsg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwUXvDhlsg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwUXvDhlsg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwUXvDhlsg .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-uwUXvDhlsg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwUXvDhlsg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwUXvDhlsg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwUXvDhlsg .modal-backdrop.show {
  opacity: .5;
}
.cid-uwUXvDhlsg .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-uwUXvDhlsg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUXvDhlsg .modal-header {
    padding: 1rem;
  }
}
.cid-uwUXvDhlsg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwUXvDhlsg .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwUXvDhlsg .modal-header .close:hover {
  opacity: 1;
}
.cid-uwUXvDhlsg .modal-header .close:focus {
  outline: none;
}
.cid-uwUXvDhlsg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uwUXvDhlsg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwUXvDhlsg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUXvDhlsg .modal-body {
    padding: 1rem;
  }
}
.cid-uwUXvDhlsg .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-uwUXvDhlsg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwUXvDhlsg .modal-footer {
    padding: 1rem;
  }
}
.cid-uwUXvDhlsg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwUXvDhlsg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwUXvDhlsg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwUXvDhlsg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwUXvDhlsg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwUXvDhlsg .modal-lg,
  .cid-uwUXvDhlsg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwUXvDhlsg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwUXvDhlsg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwUXvDhlsg .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-uwUXvDhlsg .form-group {
  margin-bottom: 1rem;
}
.cid-uwUXvDhlsg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwUXvDhlsg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwUXvDhlsg .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-uwUXvDhlsg .mbr-section-btn {
  margin: 0;
}
.cid-uwUXvDhlsg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxcz4yvF2Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxcz4yvF2Q nav.navbar {
  position: fixed;
}
.cid-uxcz4yvF2Q .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-uxcz4yvF2Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxcz4yvF2Q .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-uxcz4yvF2Q #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-uxcz4yvF2Q .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-uxcz4yvF2Q .dropdown-item:hover,
.cid-uxcz4yvF2Q .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-uxcz4yvF2Q .dropdown-item:hover span {
  color: white;
}
.cid-uxcz4yvF2Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxcz4yvF2Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxcz4yvF2Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-uxcz4yvF2Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxcz4yvF2Q .nav-link {
  position: relative;
}
.cid-uxcz4yvF2Q .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-uxcz4yvF2Q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-uxcz4yvF2Q .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uxcz4yvF2Q .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-uxcz4yvF2Q .dropdown-menu,
.cid-uxcz4yvF2Q .navbar.opened {
  background: #353535 !important;
}
.cid-uxcz4yvF2Q .nav-item:focus,
.cid-uxcz4yvF2Q .nav-link:focus {
  outline: none;
}
.cid-uxcz4yvF2Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxcz4yvF2Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxcz4yvF2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxcz4yvF2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxcz4yvF2Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxcz4yvF2Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxcz4yvF2Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
  padding: 0 !important;
}
.cid-uxcz4yvF2Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uxcz4yvF2Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxcz4yvF2Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uxcz4yvF2Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxcz4yvF2Q .navbar.collapsed {
  justify-content: center;
}
.cid-uxcz4yvF2Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxcz4yvF2Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxcz4yvF2Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxcz4yvF2Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxcz4yvF2Q .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-uxcz4yvF2Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxcz4yvF2Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxcz4yvF2Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxcz4yvF2Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxcz4yvF2Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxcz4yvF2Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxcz4yvF2Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxcz4yvF2Q .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-uxcz4yvF2Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxcz4yvF2Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxcz4yvF2Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxcz4yvF2Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxcz4yvF2Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxcz4yvF2Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-uxcz4yvF2Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxcz4yvF2Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxcz4yvF2Q .dropdown-item.active,
.cid-uxcz4yvF2Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uxcz4yvF2Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxcz4yvF2Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxcz4yvF2Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxcz4yvF2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uxcz4yvF2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxcz4yvF2Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxcz4yvF2Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxcz4yvF2Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxcz4yvF2Q button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxcz4yvF2Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uxcz4yvF2Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxcz4yvF2Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcz4yvF2Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxcz4yvF2Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxcz4yvF2Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcz4yvF2Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxcz4yvF2Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxcz4yvF2Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxcz4yvF2Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxcz4yvF2Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxcz4yvF2Q .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-uxcz4yvF2Q .navbar {
    height: 70px;
  }
  .cid-uxcz4yvF2Q .navbar.opened {
    height: auto;
  }
  .cid-uxcz4yvF2Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxcz4yvF2Q .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-uxcz4yvF2Q .navbar-toggler {
  margin-left: 10px;
}
.cid-uxcz4yvF2Q .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffa405;
}
.cid-uxcz4yvF2Q .navbar-logo {
  margin-right: 0 !important;
}
.cid-uxcz4yvF2Q .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uxcz4yvF2Q .mbr-text {
    display: none;
  }
}
.cid-uxcz4yvF2Q .navbar-collapse {
  padding-top: 40px !important;
}
.cid-uxcz4yvF2Q .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uxcz4yvF2Q .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-uxcz4yvF2Q .navbar.collapsed ul.navbar-nav li {
  border-radius: .2vw;
  background-color: #6592e6;
  margin: .5vw;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 430px) {
  .cid-uxcz4yvF2Q #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 600px) {
  .cid-uxcz4yvF2Q #menu {
    width: 3vh;
    font-size: 1vh;
    color: #353535;
    left: -2px;
    position: absolute;
    top: 1px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  .cid-uxcz4yvF2Q #vol {
    display: none;
  }
}
.cid-uxcz4yvF2Q .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-uxcz4zvU28 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uxcz4zvU28 .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uxcz4zvU28 .mbr-section-subtitle {
  text-align: center;
}
.cid-uxcz4zvU28 .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxcz4zvU28 .display-1 {
    font-size: 75px;
  }
  .cid-uxcz4zvU28 .display-5 {
    font-size: 29px;
  }
  .cid-uxcz4zvU28 .display-4 {
    font-weight: 300;
  }
}
#custom-html-2kp {
  /* Type valid CSS here */
}
#custom-html-2kp div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-2kp .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-uxcz4AiEpa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uxcz4AiEpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcz4AiEpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcz4AiEpa .container,
.cid-uxcz4AiEpa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxcz4AiEpa .container,
  .cid-uxcz4AiEpa .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxcz4AiEpa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uxcz4AiEpa .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uxcz4AiEpa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxcz4AiEpa .mbr-section-title {
  color: #4479d9;
}
.cid-uxcz4AiEpa .mbr-section-subtitle {
  color: #f9a600;
}
.cid-uxcz4AFlGf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uxcz4AFlGf .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-2ks {
  /* Type valid CSS here */
  /* global */
}
#custom-html-2ks *,
#custom-html-2ks *::before,
#custom-html-2ks *::after {
  box-sizing: border-box;
}
#custom-html-2ks body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-2ks #corpsDuTexte {
  background-color: #232323;
}
#custom-html-2ks .container {
  background-color: #232323;
}
#custom-html-2ks .titre {
  padding: 1em;
}
#custom-html-2ks H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-2ks h6 {
  color: white;
}
.cid-uxcz4B2X1T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uxcz4B2X1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcz4B2X1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxcz4B2X1T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxcz4B2X1T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uxcz4B2X1T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uxcz4B2X1T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uxcz4B2X1T .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uxcz4B2X1T .mbr-text,
.cid-uxcz4B2X1T .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxcz4B2X1T .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-uxcz4Bl99M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uxcz4Bl99M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcz4Bl99M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxcz4Bl99M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxcz4Bl99M .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-uxcz4Bl99M .image-wrapper {
    padding: 1rem;
  }
}
.cid-uxcz4Bl99M .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-uxcz4Bl99M .mbr-text,
.cid-uxcz4Bl99M .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxcz4Bl99M .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-uxcz4BKoPM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uxcz4BKoPM .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-uxcz4BKoPM .mbr-text,
.cid-uxcz4BKoPM .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-uxcz4C609j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-uxcz4C609j .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-uxcz4C609j .row {
    padding: 20px 34px;
  }
}
.cid-uxcz4C609j .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-uxcz4CpM79 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uxcz4CpM79 .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uxcz4CpM79 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uxcz4CpM79 .card:hover {
  margin-top: -0.6rem;
}
.cid-uxcz4CpM79 .card-wrapper {
  position: relative;
}
.cid-uxcz4CpM79 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uxcz4CpM79 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uxcz4CpM79 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uxcz4CpM79 .big {
  margin-top: -25%;
}
.cid-uxcz4CpM79 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uxcz4CpM79 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxcz4CpM79 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uxcz4CpM79 .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-uxcz4CRmt9.popup-builder {
  background-color: #ffffff;
}
.cid-uxcz4CRmt9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcz4CRmt9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcz4CRmt9 .modal-content,
.cid-uxcz4CRmt9 .modal-dialog {
  height: auto;
}
.cid-uxcz4CRmt9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcz4CRmt9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcz4CRmt9 .form-wrapper .mbr-form .form-group,
  .cid-uxcz4CRmt9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcz4CRmt9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcz4CRmt9 .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-uxcz4CRmt9 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcz4CRmt9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcz4CRmt9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcz4CRmt9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcz4CRmt9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcz4CRmt9 .modal-open {
  overflow: hidden;
}
.cid-uxcz4CRmt9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcz4CRmt9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcz4CRmt9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcz4CRmt9 .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-uxcz4CRmt9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcz4CRmt9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcz4CRmt9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcz4CRmt9 .modal-content {
  background: #353535;
  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-uxcz4CRmt9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcz4CRmt9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcz4CRmt9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcz4CRmt9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcz4CRmt9 .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-uxcz4CRmt9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4CRmt9 .modal-header {
    padding: 1rem;
  }
}
.cid-uxcz4CRmt9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcz4CRmt9 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcz4CRmt9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcz4CRmt9 .modal-header .close:focus {
  outline: none;
}
.cid-uxcz4CRmt9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcz4CRmt9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcz4CRmt9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4CRmt9 .modal-body {
    padding: 1rem;
  }
}
.cid-uxcz4CRmt9 .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-uxcz4CRmt9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4CRmt9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcz4CRmt9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcz4CRmt9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcz4CRmt9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcz4CRmt9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcz4CRmt9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcz4CRmt9 .modal-lg,
  .cid-uxcz4CRmt9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcz4CRmt9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcz4CRmt9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcz4CRmt9 .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-uxcz4CRmt9 .form-group {
  margin-bottom: 1rem;
}
.cid-uxcz4CRmt9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcz4CRmt9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcz4CRmt9 .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-uxcz4CRmt9 .mbr-section-btn {
  margin: 0;
}
.cid-uxcz4CRmt9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxcz4CRmt9 #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uxcz4CRmt9 #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uxcz4CRmt9 #creativecommons img,
.cid-uxcz4CRmt9 iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uxcz4Dn9rq.popup-builder {
  background-color: #ffffff;
}
.cid-uxcz4Dn9rq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcz4Dn9rq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcz4Dn9rq .modal-content,
.cid-uxcz4Dn9rq .modal-dialog {
  height: auto;
}
.cid-uxcz4Dn9rq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcz4Dn9rq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcz4Dn9rq .form-wrapper .mbr-form .form-group,
  .cid-uxcz4Dn9rq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcz4Dn9rq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcz4Dn9rq .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-uxcz4Dn9rq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcz4Dn9rq .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcz4Dn9rq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcz4Dn9rq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcz4Dn9rq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcz4Dn9rq .modal-open {
  overflow: hidden;
}
.cid-uxcz4Dn9rq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcz4Dn9rq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcz4Dn9rq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcz4Dn9rq .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-uxcz4Dn9rq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcz4Dn9rq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcz4Dn9rq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcz4Dn9rq .modal-content {
  background: #353535;
  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-uxcz4Dn9rq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcz4Dn9rq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcz4Dn9rq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcz4Dn9rq .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcz4Dn9rq .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-uxcz4Dn9rq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4Dn9rq .modal-header {
    padding: 1rem;
  }
}
.cid-uxcz4Dn9rq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcz4Dn9rq .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcz4Dn9rq .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcz4Dn9rq .modal-header .close:focus {
  outline: none;
}
.cid-uxcz4Dn9rq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcz4Dn9rq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcz4Dn9rq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4Dn9rq .modal-body {
    padding: 1rem;
  }
}
.cid-uxcz4Dn9rq .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-uxcz4Dn9rq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4Dn9rq .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcz4Dn9rq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcz4Dn9rq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcz4Dn9rq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcz4Dn9rq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcz4Dn9rq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcz4Dn9rq .modal-lg,
  .cid-uxcz4Dn9rq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcz4Dn9rq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcz4Dn9rq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcz4Dn9rq .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-uxcz4Dn9rq .form-group {
  margin-bottom: 1rem;
}
.cid-uxcz4Dn9rq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcz4Dn9rq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcz4Dn9rq .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-uxcz4Dn9rq .mbr-section-btn {
  margin: 0;
}
.cid-uxcz4Dn9rq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxcz4DOUSO.popup-builder {
  background-color: #ffffff;
}
.cid-uxcz4DOUSO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcz4DOUSO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcz4DOUSO .modal-content,
.cid-uxcz4DOUSO .modal-dialog {
  height: auto;
}
.cid-uxcz4DOUSO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcz4DOUSO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcz4DOUSO .form-wrapper .mbr-form .form-group,
  .cid-uxcz4DOUSO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcz4DOUSO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcz4DOUSO .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-uxcz4DOUSO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcz4DOUSO .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcz4DOUSO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcz4DOUSO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcz4DOUSO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcz4DOUSO .modal-open {
  overflow: hidden;
}
.cid-uxcz4DOUSO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcz4DOUSO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcz4DOUSO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcz4DOUSO .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-uxcz4DOUSO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcz4DOUSO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcz4DOUSO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcz4DOUSO .modal-content {
  background: #353535;
  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-uxcz4DOUSO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcz4DOUSO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcz4DOUSO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcz4DOUSO .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcz4DOUSO .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-uxcz4DOUSO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4DOUSO .modal-header {
    padding: 1rem;
  }
}
.cid-uxcz4DOUSO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcz4DOUSO .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcz4DOUSO .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcz4DOUSO .modal-header .close:focus {
  outline: none;
}
.cid-uxcz4DOUSO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcz4DOUSO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcz4DOUSO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4DOUSO .modal-body {
    padding: 1rem;
  }
}
.cid-uxcz4DOUSO .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-uxcz4DOUSO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4DOUSO .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcz4DOUSO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcz4DOUSO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcz4DOUSO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcz4DOUSO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcz4DOUSO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcz4DOUSO .modal-lg,
  .cid-uxcz4DOUSO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcz4DOUSO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcz4DOUSO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcz4DOUSO .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-uxcz4DOUSO .form-group {
  margin-bottom: 1rem;
}
.cid-uxcz4DOUSO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcz4DOUSO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcz4DOUSO .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-uxcz4DOUSO .mbr-section-btn {
  margin: 0;
}
.cid-uxcz4DOUSO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxcz4EeEuV.popup-builder {
  background-color: #ffffff;
}
.cid-uxcz4EeEuV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcz4EeEuV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcz4EeEuV .modal-content,
.cid-uxcz4EeEuV .modal-dialog {
  height: auto;
}
.cid-uxcz4EeEuV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcz4EeEuV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcz4EeEuV .form-wrapper .mbr-form .form-group,
  .cid-uxcz4EeEuV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcz4EeEuV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcz4EeEuV .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-uxcz4EeEuV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcz4EeEuV .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcz4EeEuV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcz4EeEuV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcz4EeEuV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcz4EeEuV .modal-open {
  overflow: hidden;
}
.cid-uxcz4EeEuV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcz4EeEuV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcz4EeEuV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcz4EeEuV .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-uxcz4EeEuV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcz4EeEuV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcz4EeEuV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcz4EeEuV .modal-content {
  background: #353535;
  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-uxcz4EeEuV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcz4EeEuV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcz4EeEuV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcz4EeEuV .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcz4EeEuV .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-uxcz4EeEuV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4EeEuV .modal-header {
    padding: 1rem;
  }
}
.cid-uxcz4EeEuV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcz4EeEuV .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcz4EeEuV .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcz4EeEuV .modal-header .close:focus {
  outline: none;
}
.cid-uxcz4EeEuV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcz4EeEuV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcz4EeEuV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4EeEuV .modal-body {
    padding: 1rem;
  }
}
.cid-uxcz4EeEuV .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-uxcz4EeEuV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4EeEuV .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcz4EeEuV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcz4EeEuV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcz4EeEuV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcz4EeEuV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcz4EeEuV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcz4EeEuV .modal-lg,
  .cid-uxcz4EeEuV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcz4EeEuV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcz4EeEuV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcz4EeEuV .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-uxcz4EeEuV .form-group {
  margin-bottom: 1rem;
}
.cid-uxcz4EeEuV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcz4EeEuV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcz4EeEuV .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-uxcz4EeEuV .mbr-section-btn {
  margin: 0;
}
.cid-uxcz4EeEuV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxcz4EINKY.popup-builder {
  background-color: #ffffff;
}
.cid-uxcz4EINKY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcz4EINKY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcz4EINKY .modal-content,
.cid-uxcz4EINKY .modal-dialog {
  height: auto;
}
.cid-uxcz4EINKY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcz4EINKY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcz4EINKY .form-wrapper .mbr-form .form-group,
  .cid-uxcz4EINKY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcz4EINKY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcz4EINKY .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-uxcz4EINKY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcz4EINKY .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcz4EINKY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcz4EINKY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcz4EINKY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcz4EINKY .modal-open {
  overflow: hidden;
}
.cid-uxcz4EINKY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcz4EINKY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcz4EINKY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcz4EINKY .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-uxcz4EINKY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcz4EINKY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcz4EINKY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcz4EINKY .modal-content {
  background: #353535;
  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-uxcz4EINKY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcz4EINKY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcz4EINKY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcz4EINKY .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcz4EINKY .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-uxcz4EINKY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4EINKY .modal-header {
    padding: 1rem;
  }
}
.cid-uxcz4EINKY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcz4EINKY .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcz4EINKY .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcz4EINKY .modal-header .close:focus {
  outline: none;
}
.cid-uxcz4EINKY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcz4EINKY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcz4EINKY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4EINKY .modal-body {
    padding: 1rem;
  }
}
.cid-uxcz4EINKY .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-uxcz4EINKY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4EINKY .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcz4EINKY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcz4EINKY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcz4EINKY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcz4EINKY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcz4EINKY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcz4EINKY .modal-lg,
  .cid-uxcz4EINKY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcz4EINKY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcz4EINKY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcz4EINKY .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-uxcz4EINKY .form-group {
  margin-bottom: 1rem;
}
.cid-uxcz4EINKY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcz4EINKY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcz4EINKY .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-uxcz4EINKY .mbr-section-btn {
  margin: 0;
}
.cid-uxcz4EINKY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxcz4Fb3iz.popup-builder {
  background-color: #ffffff;
}
.cid-uxcz4Fb3iz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcz4Fb3iz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcz4Fb3iz .modal-content,
.cid-uxcz4Fb3iz .modal-dialog {
  height: auto;
}
.cid-uxcz4Fb3iz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcz4Fb3iz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcz4Fb3iz .form-wrapper .mbr-form .form-group,
  .cid-uxcz4Fb3iz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcz4Fb3iz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcz4Fb3iz .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-uxcz4Fb3iz .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcz4Fb3iz .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcz4Fb3iz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcz4Fb3iz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcz4Fb3iz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcz4Fb3iz .modal-open {
  overflow: hidden;
}
.cid-uxcz4Fb3iz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcz4Fb3iz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcz4Fb3iz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcz4Fb3iz .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-uxcz4Fb3iz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcz4Fb3iz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcz4Fb3iz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcz4Fb3iz .modal-content {
  background: #353535;
  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-uxcz4Fb3iz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcz4Fb3iz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcz4Fb3iz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcz4Fb3iz .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcz4Fb3iz .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-uxcz4Fb3iz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4Fb3iz .modal-header {
    padding: 1rem;
  }
}
.cid-uxcz4Fb3iz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcz4Fb3iz .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcz4Fb3iz .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcz4Fb3iz .modal-header .close:focus {
  outline: none;
}
.cid-uxcz4Fb3iz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcz4Fb3iz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcz4Fb3iz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4Fb3iz .modal-body {
    padding: 1rem;
  }
}
.cid-uxcz4Fb3iz .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-uxcz4Fb3iz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4Fb3iz .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcz4Fb3iz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcz4Fb3iz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcz4Fb3iz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcz4Fb3iz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcz4Fb3iz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcz4Fb3iz .modal-lg,
  .cid-uxcz4Fb3iz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcz4Fb3iz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcz4Fb3iz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcz4Fb3iz .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-uxcz4Fb3iz .form-group {
  margin-bottom: 1rem;
}
.cid-uxcz4Fb3iz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcz4Fb3iz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcz4Fb3iz .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-uxcz4Fb3iz .mbr-section-btn {
  margin: 0;
}
.cid-uxcz4Fb3iz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYzLIsgqkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uYzLIsgqkv .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-uxcz4G6qDB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uxcz4G6qDB .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uxcz4G6qDB .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uxcz4G6qDB .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uxcz4G6qDB .bg-youtube:hover {
  background: #cc0000;
}
.cid-uxcz4G6qDB .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-uxcz4G6qDB .bg-twitch:hover {
  background: #7313ff;
}
.cid-uxcz4G6qDB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uxcz4G6qDB [class^="socicon-"]:before,
.cid-uxcz4G6qDB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uxcz4G6qDB .mbr-section-title,
.cid-uxcz4G6qDB .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-uxcz4GBjxf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uxcz4GBjxf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uxcz4GBjxf .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-uxcz4GBjxf .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-uxcz4GBjxf .form-control:focus,
.cid-uxcz4GBjxf .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uxcz4GBjxf .form-group {
  margin-bottom: 1rem;
}
.cid-uxcz4GBjxf input::-webkit-input-placeholder,
.cid-uxcz4GBjxf textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uxcz4GBjxf input:-moz-placeholder,
.cid-uxcz4GBjxf textarea:-moz-placeholder {
  color: #656565;
}
.cid-uxcz4GBjxf .jq-selectbox li,
.cid-uxcz4GBjxf .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxcz4GBjxf .jq-selectbox li:hover,
.cid-uxcz4GBjxf .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxcz4GBjxf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxcz4GBjxf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxcz4GBjxf textarea.form-control {
  resize: none;
}
.cid-uxcz4GBjxf .input-group-btn {
  display: inline-block;
}
.cid-uxcz4GBjxf .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-uxcz4GBjxf .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uxcz4GBjxf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxcz4GBjxf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uxcz4GBjxf .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uxcz4GBjxf .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uxcz4GBjxf .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uxcz4GBjxf .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-uxcz4GBjxf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uxcz4GBjxf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uxcz4GBjxf .form-control,
.cid-uxcz4GBjxf .input-group-btn .btn {
  border-radius: 3px;
}
.cid-uxcz4GBjxf #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-uxcz4GBjxf #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-uxcz4GBjxf #creativecommons img,
.cid-uxcz4GBjxf iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-uxcz4GBjxf .offset-md-1 {
  margin-left: 1vw;
}
.cid-uxcz4HAAWR.popup-builder {
  background-color: #ffffff;
}
.cid-uxcz4HAAWR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcz4HAAWR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcz4HAAWR .modal-content,
.cid-uxcz4HAAWR .modal-dialog {
  height: auto;
}
.cid-uxcz4HAAWR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcz4HAAWR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcz4HAAWR .form-wrapper .mbr-form .form-group,
  .cid-uxcz4HAAWR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcz4HAAWR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcz4HAAWR .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-uxcz4HAAWR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcz4HAAWR .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcz4HAAWR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcz4HAAWR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcz4HAAWR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcz4HAAWR .modal-open {
  overflow: hidden;
}
.cid-uxcz4HAAWR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcz4HAAWR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcz4HAAWR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcz4HAAWR .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-uxcz4HAAWR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcz4HAAWR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcz4HAAWR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcz4HAAWR .modal-content {
  background: #353535;
  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-uxcz4HAAWR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcz4HAAWR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcz4HAAWR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcz4HAAWR .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcz4HAAWR .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-uxcz4HAAWR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4HAAWR .modal-header {
    padding: 1rem;
  }
}
.cid-uxcz4HAAWR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcz4HAAWR .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcz4HAAWR .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcz4HAAWR .modal-header .close:focus {
  outline: none;
}
.cid-uxcz4HAAWR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcz4HAAWR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcz4HAAWR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4HAAWR .modal-body {
    padding: 1rem;
  }
}
.cid-uxcz4HAAWR .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-uxcz4HAAWR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcz4HAAWR .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcz4HAAWR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcz4HAAWR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcz4HAAWR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcz4HAAWR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcz4HAAWR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcz4HAAWR .modal-lg,
  .cid-uxcz4HAAWR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcz4HAAWR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcz4HAAWR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcz4HAAWR .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-uxcz4HAAWR .form-group {
  margin-bottom: 1rem;
}
.cid-uxcz4HAAWR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcz4HAAWR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcz4HAAWR .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-uxcz4HAAWR .mbr-section-btn {
  margin: 0;
}
.cid-uxcz4HAAWR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxcAvjdCU6.popup-builder {
  background-color: #ffffff;
}
.cid-uxcAvjdCU6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcAvjdCU6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcAvjdCU6 .modal-content,
.cid-uxcAvjdCU6 .modal-dialog {
  height: auto;
}
.cid-uxcAvjdCU6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcAvjdCU6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcAvjdCU6 .form-wrapper .mbr-form .form-group,
  .cid-uxcAvjdCU6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcAvjdCU6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcAvjdCU6 .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-uxcAvjdCU6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcAvjdCU6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcAvjdCU6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcAvjdCU6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcAvjdCU6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcAvjdCU6 .modal-open {
  overflow: hidden;
}
.cid-uxcAvjdCU6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcAvjdCU6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcAvjdCU6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcAvjdCU6 .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-uxcAvjdCU6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcAvjdCU6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcAvjdCU6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcAvjdCU6 .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-uxcAvjdCU6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcAvjdCU6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcAvjdCU6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcAvjdCU6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcAvjdCU6 .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-uxcAvjdCU6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcAvjdCU6 .modal-header {
    padding: 1rem;
  }
}
.cid-uxcAvjdCU6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcAvjdCU6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcAvjdCU6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcAvjdCU6 .modal-header .close:focus {
  outline: none;
}
.cid-uxcAvjdCU6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcAvjdCU6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcAvjdCU6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcAvjdCU6 .modal-body {
    padding: 1rem;
  }
}
.cid-uxcAvjdCU6 .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-uxcAvjdCU6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcAvjdCU6 .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcAvjdCU6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcAvjdCU6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcAvjdCU6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcAvjdCU6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcAvjdCU6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcAvjdCU6 .modal-lg,
  .cid-uxcAvjdCU6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcAvjdCU6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcAvjdCU6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcAvjdCU6 .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-uxcAvjdCU6 .form-group {
  margin-bottom: 1rem;
}
.cid-uxcAvjdCU6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcAvjdCU6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcAvjdCU6 .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-uxcAvjdCU6 .mbr-section-btn {
  margin: 0;
}
.cid-uxcAvjdCU6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxcAw3bnH1.popup-builder {
  background-color: #ffffff;
}
.cid-uxcAw3bnH1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxcAw3bnH1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxcAw3bnH1 .modal-content,
.cid-uxcAw3bnH1 .modal-dialog {
  height: auto;
}
.cid-uxcAw3bnH1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxcAw3bnH1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxcAw3bnH1 .form-wrapper .mbr-form .form-group,
  .cid-uxcAw3bnH1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxcAw3bnH1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxcAw3bnH1 .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-uxcAw3bnH1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uxcAw3bnH1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uxcAw3bnH1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxcAw3bnH1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxcAw3bnH1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxcAw3bnH1 .modal-open {
  overflow: hidden;
}
.cid-uxcAw3bnH1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxcAw3bnH1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxcAw3bnH1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxcAw3bnH1 .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-uxcAw3bnH1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxcAw3bnH1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxcAw3bnH1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxcAw3bnH1 .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-uxcAw3bnH1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxcAw3bnH1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxcAw3bnH1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxcAw3bnH1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uxcAw3bnH1 .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-uxcAw3bnH1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcAw3bnH1 .modal-header {
    padding: 1rem;
  }
}
.cid-uxcAw3bnH1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxcAw3bnH1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uxcAw3bnH1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uxcAw3bnH1 .modal-header .close:focus {
  outline: none;
}
.cid-uxcAw3bnH1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-uxcAw3bnH1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxcAw3bnH1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcAw3bnH1 .modal-body {
    padding: 1rem;
  }
}
.cid-uxcAw3bnH1 .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-uxcAw3bnH1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxcAw3bnH1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uxcAw3bnH1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxcAw3bnH1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxcAw3bnH1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxcAw3bnH1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxcAw3bnH1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxcAw3bnH1 .modal-lg,
  .cid-uxcAw3bnH1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxcAw3bnH1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxcAw3bnH1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxcAw3bnH1 .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-uxcAw3bnH1 .form-group {
  margin-bottom: 1rem;
}
.cid-uxcAw3bnH1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxcAw3bnH1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxcAw3bnH1 .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-uxcAw3bnH1 .mbr-section-btn {
  margin: 0;
}
.cid-uxcAw3bnH1 .mbr-section-btn .btn {
  margin: 0;
}
