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-tMHGy2TZ62 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tMHGy2TZ62 .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.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-v6uZpA6otS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v6uZpA6otS nav.navbar {
  position: fixed;
}
.cid-v6uZpA6otS .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-v6uZpA6otS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6uZpA6otS .decor {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: .5vw;
}
.cid-v6uZpA6otS #menu {
  width: 3vh;
  font-size: .8vh;
  color: #353535;
  left: -7px;
  position: absolute;
  top: 1px;
  margin-top: 3px;
}
.cid-v6uZpA6otS .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-v6uZpA6otS .dropdown-item:hover,
.cid-v6uZpA6otS .dropdown-item:focus {
  background: rgba(71, 181, 237, 0.5) !important;
  color: white !important;
}
.cid-v6uZpA6otS .dropdown-item:hover span {
  color: white;
}
.cid-v6uZpA6otS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6uZpA6otS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6uZpA6otS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-v6uZpA6otS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6uZpA6otS .nav-link {
  position: relative;
}
.cid-v6uZpA6otS .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-v6uZpA6otS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-v6uZpA6otS .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-v6uZpA6otS .iconfont-wrapper:hover .mbr-iconfont {
  color: #6592e6;
}
.cid-v6uZpA6otS .dropdown-menu,
.cid-v6uZpA6otS .navbar.opened {
  background: #353535 !important;
}
.cid-v6uZpA6otS .nav-item:focus,
.cid-v6uZpA6otS .nav-link:focus {
  outline: none;
}
.cid-v6uZpA6otS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6uZpA6otS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6uZpA6otS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6uZpA6otS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6uZpA6otS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6uZpA6otS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6uZpA6otS .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-v6uZpA6otS .navbar.opened {
  transition: all 0.3s;
}
.cid-v6uZpA6otS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6uZpA6otS .navbar .navbar-logo img {
  width: auto;
}
.cid-v6uZpA6otS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6uZpA6otS .navbar.collapsed {
  justify-content: center;
}
.cid-v6uZpA6otS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6uZpA6otS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6uZpA6otS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6uZpA6otS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6uZpA6otS .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-v6uZpA6otS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6uZpA6otS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6uZpA6otS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6uZpA6otS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6uZpA6otS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6uZpA6otS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6uZpA6otS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6uZpA6otS .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-v6uZpA6otS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6uZpA6otS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6uZpA6otS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v6uZpA6otS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6uZpA6otS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6uZpA6otS .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-v6uZpA6otS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6uZpA6otS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6uZpA6otS .dropdown-item.active,
.cid-v6uZpA6otS .dropdown-item:active {
  background-color: transparent;
}
.cid-v6uZpA6otS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6uZpA6otS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6uZpA6otS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6uZpA6otS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6uZpA6otS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6uZpA6otS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6uZpA6otS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6uZpA6otS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6uZpA6otS button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6uZpA6otS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v6uZpA6otS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6uZpA6otS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6uZpA6otS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6uZpA6otS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6uZpA6otS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6uZpA6otS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6uZpA6otS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6uZpA6otS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6uZpA6otS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6uZpA6otS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6uZpA6otS .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-v6uZpA6otS .navbar {
    height: 70px;
  }
  .cid-v6uZpA6otS .navbar.opened {
    height: auto;
  }
  .cid-v6uZpA6otS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6uZpA6otS .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-v6uZpA6otS .navbar-toggler {
  margin-left: 10px;
}
.cid-v6uZpA6otS .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-v6uZpA6otS .navbar-logo {
  margin-right: 0 !important;
}
.cid-v6uZpA6otS .mbr-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v6uZpA6otS .mbr-text {
    display: none;
  }
}
.cid-v6uZpA6otS .navbar-collapse {
  padding-top: 40px !important;
}
.cid-v6uZpA6otS .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v6uZpA6otS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-v6uZpA6otS .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-v6uZpA6otS #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-v6uZpA6otS #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-v6uZpA6otS #vol {
    display: none;
  }
}
.cid-v6uZpA6otS .soutien {
  font-family: jost;
  font-size: 1em;
}
.cid-v6uZpB8Vym {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6uZpB8Vym .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-v6uZpB8Vym .mbr-section-subtitle {
  text-align: center;
}
.cid-v6uZpB8Vym .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6uZpB8Vym .display-1 {
    font-size: 75px;
  }
  .cid-v6uZpB8Vym .display-5 {
    font-size: 29px;
  }
  .cid-v6uZpB8Vym .display-4 {
    font-weight: 300;
  }
}
#custom-html-39w {
  /* Type valid CSS here */
}
#custom-html-39w div {
  background-color: #1f1f1f;
  text-align: center;
}
#custom-html-39w .leTexte {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
.cid-v6uZpBXPXD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6uZpBXPXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6uZpBXPXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6uZpBXPXD .container,
.cid-v6uZpBXPXD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v6uZpBXPXD .container,
  .cid-v6uZpBXPXD .container-fluid {
    padding: 0 20px;
  }
}
.cid-v6uZpBXPXD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-v6uZpBXPXD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v6uZpBXPXD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6uZpBXPXD .mbr-section-title {
  color: #4479d9;
}
.cid-v6uZpBXPXD .mbr-section-subtitle {
  color: #f9a600;
}
.cid-v6uZpCgY6j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v6uZpCgY6j .mbr-section-title {
  color: #fb980a;
  text-align: right;
}
#custom-html-39z {
  /* Type valid CSS here */
  /* global */
}
#custom-html-39z *,
#custom-html-39z *::before,
#custom-html-39z *::after {
  box-sizing: border-box;
}
#custom-html-39z body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
}
#custom-html-39z #corpsDuTexte {
  background-color: #232323;
}
#custom-html-39z .container {
  background-color: #232323;
}
#custom-html-39z .titre {
  padding: 1em;
}
#custom-html-39z H1 {
  color: orange;
  font-size: 2rem;
}
#custom-html-39z h6 {
  color: white;
}
.cid-v6uZpCDlTo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6uZpCDlTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6uZpCDlTo .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-v6uZpCDlTo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6uZpCDlTo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6uZpCDlTo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v6uZpCDlTo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v6uZpCDlTo .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-v6uZpCDlTo .mbr-text,
.cid-v6uZpCDlTo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v6uZpCDlTo .w-100 {
  padding: 0;
  border-radius: 13px;
}
.cid-v6uZpD2Ag3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6uZpD2Ag3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6uZpD2Ag3 .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-v6uZpD2Ag3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6uZpD2Ag3 .text-wrapper {
  align-items: center;
  background-color: #4479d9;
  border-radius: 1em;
  border: 1px orange solid;
  padding: 1em;
}
@media (max-width: 991px) {
  .cid-v6uZpD2Ag3 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v6uZpD2Ag3 .mbr-section-title {
  color: #ff9966;
  text-align: left;
}
.cid-v6uZpD2Ag3 .mbr-text,
.cid-v6uZpD2Ag3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v6uZpD2Ag3 .w-100 {
  padding: 0;
  border-radius: 13px;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}
.cid-v6uZpD2Ag3 .enfant {
  font-family: ABeeZee;
  font-size: 1.2em;
}
.cid-v6uZpDxGXQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6uZpDxGXQ .mbr-section-title {
  color: #4479d9;
  text-align: right;
}
.cid-v6uZpDxGXQ .mbr-text,
.cid-v6uZpDxGXQ .mbr-section-btn {
  color: #ffa405;
  text-align: right;
}
.cid-v6uZpDSE17 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-v6uZpDSE17 .row {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .cid-v6uZpDSE17 .row {
    padding: 20px 34px;
  }
}
.cid-v6uZpDSE17 .mbr-text {
  color: #4479d9;
  text-align: center;
}
.cid-v6uZpEc4EG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v6uZpEc4EG .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-v6uZpEc4EG .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-v6uZpEc4EG .card:hover {
  margin-top: -0.6rem;
}
.cid-v6uZpEc4EG .card-wrapper {
  position: relative;
}
.cid-v6uZpEc4EG .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-v6uZpEc4EG .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-v6uZpEc4EG .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-v6uZpEc4EG .big {
  margin-top: -25%;
}
.cid-v6uZpEc4EG .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-v6uZpEc4EG .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v6uZpEc4EG .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-v6uZpEc4EG .mbr-section-sub-title {
  color: #4479d9;
  text-align: left;
}
.cid-v6uZpEFeOK.popup-builder {
  background-color: #ffffff;
}
.cid-v6uZpEFeOK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6uZpEFeOK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6uZpEFeOK .modal-content,
.cid-v6uZpEFeOK .modal-dialog {
  height: auto;
}
.cid-v6uZpEFeOK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6uZpEFeOK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6uZpEFeOK .form-wrapper .mbr-form .form-group,
  .cid-v6uZpEFeOK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6uZpEFeOK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6uZpEFeOK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6uZpEFeOK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6uZpEFeOK .pt-0 {
  padding-top: 0 !important;
}
.cid-v6uZpEFeOK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6uZpEFeOK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6uZpEFeOK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6uZpEFeOK .modal-open {
  overflow: hidden;
}
.cid-v6uZpEFeOK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6uZpEFeOK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6uZpEFeOK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6uZpEFeOK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6uZpEFeOK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6uZpEFeOK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6uZpEFeOK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6uZpEFeOK .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6uZpEFeOK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6uZpEFeOK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6uZpEFeOK .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6uZpEFeOK .modal-backdrop.show {
  opacity: .5;
}
.cid-v6uZpEFeOK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6uZpEFeOK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpEFeOK .modal-header {
    padding: 1rem;
  }
}
.cid-v6uZpEFeOK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6uZpEFeOK .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6uZpEFeOK .modal-header .close:hover {
  opacity: 1;
}
.cid-v6uZpEFeOK .modal-header .close:focus {
  outline: none;
}
.cid-v6uZpEFeOK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6uZpEFeOK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6uZpEFeOK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpEFeOK .modal-body {
    padding: 1rem;
  }
}
.cid-v6uZpEFeOK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6uZpEFeOK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpEFeOK .modal-footer {
    padding: 1rem;
  }
}
.cid-v6uZpEFeOK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6uZpEFeOK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6uZpEFeOK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6uZpEFeOK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6uZpEFeOK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6uZpEFeOK .modal-lg,
  .cid-v6uZpEFeOK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6uZpEFeOK .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6uZpEFeOK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6uZpEFeOK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6uZpEFeOK .form-group {
  margin-bottom: 1rem;
}
.cid-v6uZpEFeOK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6uZpEFeOK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6uZpEFeOK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6uZpEFeOK .mbr-section-btn {
  margin: 0;
}
.cid-v6uZpEFeOK .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6uZpEFeOK #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6uZpEFeOK #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6uZpEFeOK #creativecommons img,
.cid-v6uZpEFeOK iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6uZpFe6AL.popup-builder {
  background-color: #ffffff;
}
.cid-v6uZpFe6AL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6uZpFe6AL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6uZpFe6AL .modal-content,
.cid-v6uZpFe6AL .modal-dialog {
  height: auto;
}
.cid-v6uZpFe6AL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6uZpFe6AL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6uZpFe6AL .form-wrapper .mbr-form .form-group,
  .cid-v6uZpFe6AL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6uZpFe6AL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6uZpFe6AL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6uZpFe6AL .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6uZpFe6AL .pt-0 {
  padding-top: 0 !important;
}
.cid-v6uZpFe6AL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6uZpFe6AL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6uZpFe6AL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6uZpFe6AL .modal-open {
  overflow: hidden;
}
.cid-v6uZpFe6AL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6uZpFe6AL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6uZpFe6AL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6uZpFe6AL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6uZpFe6AL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6uZpFe6AL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6uZpFe6AL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6uZpFe6AL .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6uZpFe6AL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6uZpFe6AL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6uZpFe6AL .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6uZpFe6AL .modal-backdrop.show {
  opacity: .5;
}
.cid-v6uZpFe6AL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6uZpFe6AL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpFe6AL .modal-header {
    padding: 1rem;
  }
}
.cid-v6uZpFe6AL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6uZpFe6AL .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6uZpFe6AL .modal-header .close:hover {
  opacity: 1;
}
.cid-v6uZpFe6AL .modal-header .close:focus {
  outline: none;
}
.cid-v6uZpFe6AL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6uZpFe6AL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6uZpFe6AL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpFe6AL .modal-body {
    padding: 1rem;
  }
}
.cid-v6uZpFe6AL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6uZpFe6AL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpFe6AL .modal-footer {
    padding: 1rem;
  }
}
.cid-v6uZpFe6AL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6uZpFe6AL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6uZpFe6AL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6uZpFe6AL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6uZpFe6AL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6uZpFe6AL .modal-lg,
  .cid-v6uZpFe6AL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6uZpFe6AL .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6uZpFe6AL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6uZpFe6AL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6uZpFe6AL .form-group {
  margin-bottom: 1rem;
}
.cid-v6uZpFe6AL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6uZpFe6AL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6uZpFe6AL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6uZpFe6AL .mbr-section-btn {
  margin: 0;
}
.cid-v6uZpFe6AL .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6uZpFF1ld.popup-builder {
  background-color: #ffffff;
}
.cid-v6uZpFF1ld.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6uZpFF1ld.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6uZpFF1ld .modal-content,
.cid-v6uZpFF1ld .modal-dialog {
  height: auto;
}
.cid-v6uZpFF1ld .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6uZpFF1ld .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6uZpFF1ld .form-wrapper .mbr-form .form-group,
  .cid-v6uZpFF1ld .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6uZpFF1ld .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6uZpFF1ld .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6uZpFF1ld .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6uZpFF1ld .pt-0 {
  padding-top: 0 !important;
}
.cid-v6uZpFF1ld .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6uZpFF1ld .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6uZpFF1ld .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6uZpFF1ld .modal-open {
  overflow: hidden;
}
.cid-v6uZpFF1ld .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6uZpFF1ld .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6uZpFF1ld .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6uZpFF1ld .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6uZpFF1ld .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6uZpFF1ld .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6uZpFF1ld .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6uZpFF1ld .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6uZpFF1ld .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6uZpFF1ld .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6uZpFF1ld .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6uZpFF1ld .modal-backdrop.show {
  opacity: .5;
}
.cid-v6uZpFF1ld .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6uZpFF1ld .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpFF1ld .modal-header {
    padding: 1rem;
  }
}
.cid-v6uZpFF1ld .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6uZpFF1ld .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6uZpFF1ld .modal-header .close:hover {
  opacity: 1;
}
.cid-v6uZpFF1ld .modal-header .close:focus {
  outline: none;
}
.cid-v6uZpFF1ld .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6uZpFF1ld .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6uZpFF1ld .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpFF1ld .modal-body {
    padding: 1rem;
  }
}
.cid-v6uZpFF1ld .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6uZpFF1ld .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpFF1ld .modal-footer {
    padding: 1rem;
  }
}
.cid-v6uZpFF1ld .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6uZpFF1ld .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6uZpFF1ld .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6uZpFF1ld .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6uZpFF1ld .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6uZpFF1ld .modal-lg,
  .cid-v6uZpFF1ld .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6uZpFF1ld .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6uZpFF1ld .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6uZpFF1ld .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6uZpFF1ld .form-group {
  margin-bottom: 1rem;
}
.cid-v6uZpFF1ld .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6uZpFF1ld .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6uZpFF1ld .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6uZpFF1ld .mbr-section-btn {
  margin: 0;
}
.cid-v6uZpFF1ld .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6uZpG7U0x.popup-builder {
  background-color: #ffffff;
}
.cid-v6uZpG7U0x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6uZpG7U0x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6uZpG7U0x .modal-content,
.cid-v6uZpG7U0x .modal-dialog {
  height: auto;
}
.cid-v6uZpG7U0x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6uZpG7U0x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6uZpG7U0x .form-wrapper .mbr-form .form-group,
  .cid-v6uZpG7U0x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6uZpG7U0x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6uZpG7U0x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6uZpG7U0x .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6uZpG7U0x .pt-0 {
  padding-top: 0 !important;
}
.cid-v6uZpG7U0x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6uZpG7U0x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6uZpG7U0x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6uZpG7U0x .modal-open {
  overflow: hidden;
}
.cid-v6uZpG7U0x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6uZpG7U0x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6uZpG7U0x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6uZpG7U0x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6uZpG7U0x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6uZpG7U0x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6uZpG7U0x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6uZpG7U0x .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6uZpG7U0x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6uZpG7U0x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6uZpG7U0x .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6uZpG7U0x .modal-backdrop.show {
  opacity: .5;
}
.cid-v6uZpG7U0x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6uZpG7U0x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpG7U0x .modal-header {
    padding: 1rem;
  }
}
.cid-v6uZpG7U0x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6uZpG7U0x .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6uZpG7U0x .modal-header .close:hover {
  opacity: 1;
}
.cid-v6uZpG7U0x .modal-header .close:focus {
  outline: none;
}
.cid-v6uZpG7U0x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6uZpG7U0x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6uZpG7U0x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpG7U0x .modal-body {
    padding: 1rem;
  }
}
.cid-v6uZpG7U0x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6uZpG7U0x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpG7U0x .modal-footer {
    padding: 1rem;
  }
}
.cid-v6uZpG7U0x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6uZpG7U0x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6uZpG7U0x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6uZpG7U0x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6uZpG7U0x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6uZpG7U0x .modal-lg,
  .cid-v6uZpG7U0x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6uZpG7U0x .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6uZpG7U0x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6uZpG7U0x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6uZpG7U0x .form-group {
  margin-bottom: 1rem;
}
.cid-v6uZpG7U0x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6uZpG7U0x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6uZpG7U0x .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6uZpG7U0x .mbr-section-btn {
  margin: 0;
}
.cid-v6uZpG7U0x .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6uZpGC7ba.popup-builder {
  background-color: #ffffff;
}
.cid-v6uZpGC7ba.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6uZpGC7ba.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6uZpGC7ba .modal-content,
.cid-v6uZpGC7ba .modal-dialog {
  height: auto;
}
.cid-v6uZpGC7ba .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6uZpGC7ba .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6uZpGC7ba .form-wrapper .mbr-form .form-group,
  .cid-v6uZpGC7ba .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6uZpGC7ba .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6uZpGC7ba .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6uZpGC7ba .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6uZpGC7ba .pt-0 {
  padding-top: 0 !important;
}
.cid-v6uZpGC7ba .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6uZpGC7ba .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6uZpGC7ba .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6uZpGC7ba .modal-open {
  overflow: hidden;
}
.cid-v6uZpGC7ba .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6uZpGC7ba .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6uZpGC7ba .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6uZpGC7ba .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6uZpGC7ba .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6uZpGC7ba .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6uZpGC7ba .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6uZpGC7ba .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6uZpGC7ba .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6uZpGC7ba .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6uZpGC7ba .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6uZpGC7ba .modal-backdrop.show {
  opacity: .5;
}
.cid-v6uZpGC7ba .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6uZpGC7ba .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpGC7ba .modal-header {
    padding: 1rem;
  }
}
.cid-v6uZpGC7ba .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6uZpGC7ba .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6uZpGC7ba .modal-header .close:hover {
  opacity: 1;
}
.cid-v6uZpGC7ba .modal-header .close:focus {
  outline: none;
}
.cid-v6uZpGC7ba .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6uZpGC7ba .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6uZpGC7ba .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpGC7ba .modal-body {
    padding: 1rem;
  }
}
.cid-v6uZpGC7ba .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6uZpGC7ba .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpGC7ba .modal-footer {
    padding: 1rem;
  }
}
.cid-v6uZpGC7ba .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6uZpGC7ba .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6uZpGC7ba .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6uZpGC7ba .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6uZpGC7ba .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6uZpGC7ba .modal-lg,
  .cid-v6uZpGC7ba .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6uZpGC7ba .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6uZpGC7ba .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6uZpGC7ba .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6uZpGC7ba .form-group {
  margin-bottom: 1rem;
}
.cid-v6uZpGC7ba .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6uZpGC7ba .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6uZpGC7ba .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6uZpGC7ba .mbr-section-btn {
  margin: 0;
}
.cid-v6uZpGC7ba .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6uZpH6C0x.popup-builder {
  background-color: #ffffff;
}
.cid-v6uZpH6C0x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6uZpH6C0x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6uZpH6C0x .modal-content,
.cid-v6uZpH6C0x .modal-dialog {
  height: auto;
}
.cid-v6uZpH6C0x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6uZpH6C0x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6uZpH6C0x .form-wrapper .mbr-form .form-group,
  .cid-v6uZpH6C0x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6uZpH6C0x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6uZpH6C0x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6uZpH6C0x .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6uZpH6C0x .pt-0 {
  padding-top: 0 !important;
}
.cid-v6uZpH6C0x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6uZpH6C0x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6uZpH6C0x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6uZpH6C0x .modal-open {
  overflow: hidden;
}
.cid-v6uZpH6C0x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6uZpH6C0x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6uZpH6C0x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6uZpH6C0x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6uZpH6C0x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6uZpH6C0x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6uZpH6C0x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6uZpH6C0x .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6uZpH6C0x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6uZpH6C0x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6uZpH6C0x .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6uZpH6C0x .modal-backdrop.show {
  opacity: .5;
}
.cid-v6uZpH6C0x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6uZpH6C0x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpH6C0x .modal-header {
    padding: 1rem;
  }
}
.cid-v6uZpH6C0x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6uZpH6C0x .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6uZpH6C0x .modal-header .close:hover {
  opacity: 1;
}
.cid-v6uZpH6C0x .modal-header .close:focus {
  outline: none;
}
.cid-v6uZpH6C0x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6uZpH6C0x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6uZpH6C0x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpH6C0x .modal-body {
    padding: 1rem;
  }
}
.cid-v6uZpH6C0x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6uZpH6C0x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpH6C0x .modal-footer {
    padding: 1rem;
  }
}
.cid-v6uZpH6C0x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6uZpH6C0x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6uZpH6C0x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6uZpH6C0x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6uZpH6C0x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6uZpH6C0x .modal-lg,
  .cid-v6uZpH6C0x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6uZpH6C0x .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6uZpH6C0x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6uZpH6C0x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6uZpH6C0x .form-group {
  margin-bottom: 1rem;
}
.cid-v6uZpH6C0x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6uZpH6C0x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6uZpH6C0x .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6uZpH6C0x .mbr-section-btn {
  margin: 0;
}
.cid-v6uZpH6C0x .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6uZpHAHrP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6uZpHAHrP .row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.cid-v6uZpHZkXG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v6uZpHZkXG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v6uZpHZkXG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v6uZpHZkXG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v6uZpHZkXG .bg-youtube:hover {
  background: #cc0000;
}
.cid-v6uZpHZkXG .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-v6uZpHZkXG .bg-twitch:hover {
  background: #7313ff;
}
.cid-v6uZpHZkXG .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-v6uZpHZkXG [class^="socicon-"]:before,
.cid-v6uZpHZkXG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v6uZpHZkXG .mbr-section-title,
.cid-v6uZpHZkXG .social-list {
  color: #4479d9;
  text-align: right;
}
.cid-v6uZpIAhMe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v6uZpIAhMe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v6uZpIAhMe .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v6uZpIAhMe .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-v6uZpIAhMe .form-control:focus,
.cid-v6uZpIAhMe .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-v6uZpIAhMe .form-group {
  margin-bottom: 1rem;
}
.cid-v6uZpIAhMe input::-webkit-input-placeholder,
.cid-v6uZpIAhMe textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-v6uZpIAhMe input:-moz-placeholder,
.cid-v6uZpIAhMe textarea:-moz-placeholder {
  color: #656565;
}
.cid-v6uZpIAhMe .jq-selectbox li,
.cid-v6uZpIAhMe .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6uZpIAhMe .jq-selectbox li:hover,
.cid-v6uZpIAhMe .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-v6uZpIAhMe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6uZpIAhMe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-v6uZpIAhMe textarea.form-control {
  resize: none;
}
.cid-v6uZpIAhMe .input-group-btn {
  display: inline-block;
}
.cid-v6uZpIAhMe .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v6uZpIAhMe .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6uZpIAhMe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v6uZpIAhMe .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v6uZpIAhMe .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v6uZpIAhMe .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v6uZpIAhMe .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6uZpIAhMe .social-list {
    -webkit-justify-content: justify;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
  }
}
@media (max-width: 767px) {
  .cid-v6uZpIAhMe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v6uZpIAhMe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v6uZpIAhMe .form-control,
.cid-v6uZpIAhMe .input-group-btn .btn {
  border-radius: 3px;
}
.cid-v6uZpIAhMe #creativecommons {
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: #777;
  text-align: left;
  background-color: #232323;
}
.cid-v6uZpIAhMe #creativecommons p {
  font-size: 60px;
  color: #777;
}
.cid-v6uZpIAhMe #creativecommons img,
.cid-v6uZpIAhMe iframe {
  width: 88px;
  height: 31px;
  float: left;
}
.cid-v6uZpIAhMe .offset-md-1 {
  margin-left: 1vw;
}
.cid-v6uZpJaKhZ.popup-builder {
  background-color: #ffffff;
}
.cid-v6uZpJaKhZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6uZpJaKhZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6uZpJaKhZ .modal-content,
.cid-v6uZpJaKhZ .modal-dialog {
  height: auto;
}
.cid-v6uZpJaKhZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6uZpJaKhZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6uZpJaKhZ .form-wrapper .mbr-form .form-group,
  .cid-v6uZpJaKhZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6uZpJaKhZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6uZpJaKhZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6uZpJaKhZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6uZpJaKhZ .pt-0 {
  padding-top: 0 !important;
}
.cid-v6uZpJaKhZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6uZpJaKhZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6uZpJaKhZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6uZpJaKhZ .modal-open {
  overflow: hidden;
}
.cid-v6uZpJaKhZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6uZpJaKhZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6uZpJaKhZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6uZpJaKhZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6uZpJaKhZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6uZpJaKhZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6uZpJaKhZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6uZpJaKhZ .modal-content {
  background: #353535;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6uZpJaKhZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6uZpJaKhZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6uZpJaKhZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6uZpJaKhZ .modal-backdrop.show {
  opacity: .5;
}
.cid-v6uZpJaKhZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6uZpJaKhZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpJaKhZ .modal-header {
    padding: 1rem;
  }
}
.cid-v6uZpJaKhZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6uZpJaKhZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6uZpJaKhZ .modal-header .close:hover {
  opacity: 1;
}
.cid-v6uZpJaKhZ .modal-header .close:focus {
  outline: none;
}
.cid-v6uZpJaKhZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6uZpJaKhZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6uZpJaKhZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpJaKhZ .modal-body {
    padding: 1rem;
  }
}
.cid-v6uZpJaKhZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6uZpJaKhZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6uZpJaKhZ .modal-footer {
    padding: 1rem;
  }
}
.cid-v6uZpJaKhZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6uZpJaKhZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6uZpJaKhZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6uZpJaKhZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6uZpJaKhZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6uZpJaKhZ .modal-lg,
  .cid-v6uZpJaKhZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6uZpJaKhZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6uZpJaKhZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6uZpJaKhZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6uZpJaKhZ .form-group {
  margin-bottom: 1rem;
}
.cid-v6uZpJaKhZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6uZpJaKhZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6uZpJaKhZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6uZpJaKhZ .mbr-section-btn {
  margin: 0;
}
.cid-v6uZpJaKhZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6XDuSGtUB.popup-builder {
  background-color: #ffffff;
}
.cid-v6XDuSGtUB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6XDuSGtUB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6XDuSGtUB .modal-content,
.cid-v6XDuSGtUB .modal-dialog {
  height: auto;
}
.cid-v6XDuSGtUB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6XDuSGtUB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6XDuSGtUB .form-wrapper .mbr-form .form-group,
  .cid-v6XDuSGtUB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6XDuSGtUB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6XDuSGtUB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6XDuSGtUB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6XDuSGtUB .pt-0 {
  padding-top: 0 !important;
}
.cid-v6XDuSGtUB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6XDuSGtUB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6XDuSGtUB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6XDuSGtUB .modal-open {
  overflow: hidden;
}
.cid-v6XDuSGtUB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6XDuSGtUB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6XDuSGtUB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6XDuSGtUB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6XDuSGtUB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6XDuSGtUB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6XDuSGtUB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6XDuSGtUB .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-v6XDuSGtUB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6XDuSGtUB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6XDuSGtUB .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6XDuSGtUB .modal-backdrop.show {
  opacity: .5;
}
.cid-v6XDuSGtUB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6XDuSGtUB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XDuSGtUB .modal-header {
    padding: 1rem;
  }
}
.cid-v6XDuSGtUB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6XDuSGtUB .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6XDuSGtUB .modal-header .close:hover {
  opacity: 1;
}
.cid-v6XDuSGtUB .modal-header .close:focus {
  outline: none;
}
.cid-v6XDuSGtUB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6XDuSGtUB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6XDuSGtUB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XDuSGtUB .modal-body {
    padding: 1rem;
  }
}
.cid-v6XDuSGtUB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6XDuSGtUB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XDuSGtUB .modal-footer {
    padding: 1rem;
  }
}
.cid-v6XDuSGtUB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6XDuSGtUB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6XDuSGtUB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6XDuSGtUB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6XDuSGtUB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6XDuSGtUB .modal-lg,
  .cid-v6XDuSGtUB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6XDuSGtUB .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6XDuSGtUB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6XDuSGtUB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6XDuSGtUB .form-group {
  margin-bottom: 1rem;
}
.cid-v6XDuSGtUB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6XDuSGtUB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6XDuSGtUB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6XDuSGtUB .mbr-section-btn {
  margin: 0;
}
.cid-v6XDuSGtUB .mbr-section-btn .btn {
  margin: 0;
}
.cid-v6XDwU61ef.popup-builder {
  background-color: #ffffff;
}
.cid-v6XDwU61ef.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6XDwU61ef.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6XDwU61ef .modal-content,
.cid-v6XDwU61ef .modal-dialog {
  height: auto;
}
.cid-v6XDwU61ef .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6XDwU61ef .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6XDwU61ef .form-wrapper .mbr-form .form-group,
  .cid-v6XDwU61ef .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6XDwU61ef .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6XDwU61ef .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6XDwU61ef .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-v6XDwU61ef .pt-0 {
  padding-top: 0 !important;
}
.cid-v6XDwU61ef .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6XDwU61ef .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6XDwU61ef .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6XDwU61ef .modal-open {
  overflow: hidden;
}
.cid-v6XDwU61ef .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6XDwU61ef .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6XDwU61ef .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6XDwU61ef .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6XDwU61ef .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6XDwU61ef .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6XDwU61ef .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6XDwU61ef .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-v6XDwU61ef .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6XDwU61ef .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6XDwU61ef .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6XDwU61ef .modal-backdrop.show {
  opacity: .5;
}
.cid-v6XDwU61ef .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6XDwU61ef .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XDwU61ef .modal-header {
    padding: 1rem;
  }
}
.cid-v6XDwU61ef .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6XDwU61ef .modal-header .close svg {
  fill: #ffffff;
}
.cid-v6XDwU61ef .modal-header .close:hover {
  opacity: 1;
}
.cid-v6XDwU61ef .modal-header .close:focus {
  outline: none;
}
.cid-v6XDwU61ef .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4479d9;
}
.cid-v6XDwU61ef .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6XDwU61ef .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XDwU61ef .modal-body {
    padding: 1rem;
  }
}
.cid-v6XDwU61ef .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6XDwU61ef .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6XDwU61ef .modal-footer {
    padding: 1rem;
  }
}
.cid-v6XDwU61ef .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6XDwU61ef .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6XDwU61ef .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6XDwU61ef .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6XDwU61ef .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6XDwU61ef .modal-lg,
  .cid-v6XDwU61ef .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6XDwU61ef .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6XDwU61ef .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6XDwU61ef .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6XDwU61ef .form-group {
  margin-bottom: 1rem;
}
.cid-v6XDwU61ef .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6XDwU61ef .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6XDwU61ef .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6XDwU61ef .mbr-section-btn {
  margin: 0;
}
.cid-v6XDwU61ef .mbr-section-btn .btn {
  margin: 0;
}
